@charset "utf-8";
/* CSS Document */

/* Apply 0 padding and margin to all properties */
* {
	margin: 0;
	padding: 0;
}

/* Main Layout */
body {
	background: url(../images/background.jpg) top center no-repeat #FFA24A;
	font: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFAA1;
	border-bottom: 10px solid #FFEA00;
}

#main {
	
}

#content {
	background-color: #FFFFFF;
	width: 500px;
	float: left;
	margin: 0 0 20px 10px;
}

#sidebar {
	background-color: #FFFFFF;
	width: 220px;
	float: right;
	margin: 0 10px 20px 0;
}

/* Header Styles */
#header h1 {
	text-indent: -9999px;
	background: url(../images/logo-header.jpg) top center no-repeat;
	height: 100px;
}

/* Sidebar Styles */
#sidebar ul {
	list-style: none;
	padding: 5px 0;
}

#sidebar li {
	margin: 10px 5px;
}
#sidebar #homepageLink {
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-home.jpg) no-repeat;
	width: 200px;
	height: 50px;
}

#sidebar #videoLink {
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-video.jpg) no-repeat;
	width: 200px;
	height: 180px;
}

#sidebar #testimonialsLink {
	display: block;
	text-indent: -9999px;
	background: url(../images/btn-testimonials.jpg) no-repeat;
	width: 200px;
	height: 50px;
}

#sidebarFooter {
	clear: right;
	float: right;
	margin: 5px 20px 0 0;
	background: url(../images/graphic-br.jpg) repeat-y;
	width: 178px;
	height: 240px;
}

/* Box Styles */
.box {
	background: url(../images/box-pixel.gif) top repeat-x;
}
.box2 {
	background: url(../images/box-pixel.gif) right repeat-y;
}
.box3 {
	background: url(../images/box-pixel.gif) bottom repeat-x;
}
.box4 {
	background: url(../images/box-pixel.gif) left repeat-y;
}
.box5 {
	background: url(../images/box-tr.gif) top right no-repeat; 
}
.box6 {
	background: url(../images/box-br.gif) bottom right no-repeat;
}
.box7 {
	background: url(../images/box-bl.gif) bottom left no-repeat;
}
.box8 {
	padding: 5px;
	background: url(../images/box-tl.gif) top left no-repeat;
}

/* Typography */
h2 {
	padding: 10px 5px;
	color: #459E04;
}

/* Content Styles */
.contactDetails {
	color: #459E04;
	font-size: 80%;
	margin: 5px 60px 5px 5px;
	padding: 5px;
	border: 1px solid #FFB22E;
	background-color: 	#FFF9A1;
}

.contactDetails p {
	padding: 5px;
}

#scrollTop {
	margin-top: 20px;
	height: 41px;
	background:  url(../images/scroll-top.gif) no-repeat;
}

#scrollMiddle {
	color: #106488;
	padding: 0 30px 0 30px;
	background: url(../images/scroll-middle.gif) repeat-y;
}

#scrollBottom {
	margin-bottom: 20px;
	height: 41px;
	background: url(../images/scroll-bottom.gif) no-repeat;
}

#content ul {
	margin-left: 20px;
	padding: 10px 0;
}

#content p {
	padding: 5px;
}

#content h3 {
	margin: 5px 0;
}