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

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	background-color:#ffaa00;
	font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
}

h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e46910;
	font-weight:bold;
	font-style:italic;
	padding:none;
	margin:0px;
	margin-bottom:10px;
}

h2 {
	margin:0px;
	padding:none;
	font-size:18px;
	font-weight:bold;
	color:#e46910;
	font-family:Tahoma, Arial, sans-serif;
	margin-bottom:10px;
}

h3 {
	margin:0px;
	padding:none;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size:14px;
	display:inline;
	font-weight:bold;
	color:#FFFFFF;
	padding:none;
	margin:0px;
}

a {
	font-size:14px;
	font-weight:bold;
	color:#637e27;
	text-decoration:none;
	
}

a:hover {
	
}

p {
	padding:2px;
}

#wysiwyg {
	padding:5px;
	background:#FFFFFF;
}

/*** END OF MAIN ***/


/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	background:url(../images/header_bg.png) repeat-x;
}

#content_container {
	clear:both;
	margin:0px auto;
	background:#c3e5f2 url(../images/bg.jpg) bottom no-repeat;
}

#footer_container {
	clear:both;
	margin:0px auto;
	background:url(../images/footer_bg.jpg) top repeat-x;
}

/*** END OF CONTAINERS ***/


/*** HEADER ***/
#header {
	margin:0px auto;
	width:1032px;
	height:319px;
}

#header_top {
	margin:0px auto;
	height:273px;
	width:1032px;
	background:url(../images/header.jpg) no-repeat;
	clear:both;
}
#header_bottom {
	margin:0px auto;
	width:960px;
}
#header_navleft {
	float:left;
	width:11px;
	height:46px;
	background:url(../images/nav_left.jpg) no-repeat;
	float:left;
}

#header_navright {
	float:right;
	width:12px;
	height:46px;
	background:url(../images/nav_right.jpg) no-repeat;
	float:right;
}

#header_nav {
	float:left;
	width:937px;
	height:44px;
	background:#c0cc96;
	border-top:#FFFFFF 2px solid;
	font-weight:bold;
}

#header_nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	display:block;
	padding:13px 16px 13px 16px;
	background:#c0cc96;
	color:#637E27;
}

#header_nav a:hover {
	color:#FFFFFF;
}

/***END OF HEADER***/





/*** CONTENT ***/


#content {
	width:960px;
	background:#FFFFFF;
	margin:0px auto;
}

#content_full {
	padding:20px;
	width:920px;
}

#content_left {
	width:601px;
	float:left;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-left:20px;
}

#content_right {
	width:309px;
	float:right;
	background-color:#FFFFFF;	
	padding-right:20px;
}
#content_right img {
	height:120px;
}
#content_right a {
	display:block;
	padding-top:10px;
	color:#e46910;
}

#content_testimonials_container {
	width:580px;
	height:332px;
	background-color:#e46910;
}

#content_testimonials_left {
	width:200px;
	height:295px;
	background-color:#fec318;
	border-left:#e46910 3px solid;
	border-top:#e46910 3px solid;
	border-bottom:#e46910 3px solid;
	padding:15px;
	float:left;
}

#content_testimonials_right_container {
	padding:10px 0px 0px 10px;
	width:330px;
	height:280px;
	float:right;
}

#content_testimonials_right_top {
	width:340px;
	height:280px;
	background-image:url(../images/testi_youtube.jpg) no-repeat;
	clear:both;
}

#content_testimonials_right_bottom {
	padding-left:15px;
	height:48px;
	vertical-align:top;
	font-style:italic;
	
}

#content_right_headers {
	font-weight:bold;
	width:300px;
	background:#c0cc96;
	color:#FFFFFF;
	padding:6px;
	padding-left:12px;
}


/*** END OF CONTENT ***/


/*** FOOTER ***/

#footer {
	margin:0px auto;
	height:195px;
	width:960px;
}

#footer_left {
	float:left;
	width:310px;
	height:168px;
	padding-top:27px;
}

#footer_right {
	width:650px;
	height:168px;
	float:right;
	padding-top:27px;
	color:#825e17;
	font-size:12px;
	line-height:24px;
}
#footer_right a {
	font-size:12px;
	font-weight:normal;
	color:#825e17;
	text-decoration:none;
}
#footer_right a:hover {
	color:#825e17;
	text-decoration:underline;
}

/*** CART ***/

fieldset {
	text-align:left;
}
legend {
	font-size:14px;
	font-weight:bold;
}
#quote {
	position:absolute; 
	z-index:1000; 
	margin:-20px 0px 0px 65px; 
	padding:0px 0px 0px 32px; 
	width:100px; 
	height:100px; 
	font-size:10px; 
	background:url(../images/arrow-orange.png) top left no-repeat; 
	text-align:left;
}
#quote a {
	color:#e46910;
	text-decoration:underline;
}