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

Colours:

#fc0001;	red
#ffcc66;	maple
#ffd98c;	border input boxes, contact page
#ffe3ab;	input box background
#fff0d2;	font; highlighted input box background

General

*******************************************************************************************************************************************/
*{
	padding:0;
	margin:0;
	outline:none;
}
body{
	font-size:15px;
	margin:0px auto;
	width:960px;
	background-image: url(../img/BG_TileV3.jpg);
}
html, body{
	text-align:center;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#fff0d2;
}
html{
	font-size:1.54em;
}
/* Headings -------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6, h7 {	font-weight: normal; color: #fff; } 
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } 
h2 { font-size: 2em; margin-bottom: 0.5em; } 
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } 
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 0.5em;
	color: #F00;
	text-align: left;
} 
h5 { font-size: 1.1em; font-weight: bold; margin-bottom: 0.5em; } 
h6 { font-size: 1.0em; font-weight: bold; margin-bottom: 0.4em; } 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; } 

ul{list-style:none;}
ol{list-style:none;}
ul li{list-style:none;}
fieldset{border:none;}
.right_list{
	float:left;
	margin-left:60px;	
}
.left_list{
	float:left;	
}

.down_arrow{
	background: #ffcc66 url(../img/down_arrow.gif) no-repeat left center;
}
.right_arrow{
	background: #ffcc66 url(../img/right_arrow.gif) no-repeat left center;
}
.expandBtn{
	margin-left:0px;
	cursor:pointer;
	font-weight:bold;
	font-size:1.0em;
	margin-bottom:10px;
	padding-left:18px;
	width:940px;
	text-align:left;
}
ul li.dots{
	list-style:disc;	
	margin-left:20px;
}
ul li.maple_dots{
	list-style:disc;
	color:#ffcc66;
}
table{
	border-collapse:collapse;
	font-size: 1em;
	font-style: normal;
	margin:0 auto;
	width:940px;
	margin-bottom:10px;
	border:solid 2px #fff0d2;
	vertical-align: top;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
table p{
	margin-bottom:8px;
	text-align: left;
}
.no_border{border:none;}
table thead{
	color:#fff;	
}
table thead tr th{
	padding:5px 5px;
	font-size:1em;
	vertical-align: top;
	font-weight: normal;
}
table tbody tr td{
	padding:5px 5px;
	font-size:0.9em;
	text-align: left;
}
.bold_wt{
	font-weight:bold;	
}
p{
	font-size: 0.9em;
	line-height: 1.5;
	padding: 0px 0px;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.line_ht_1{line-height:1.0;}
a:link {
	text-decoration:none;
	color:#ffcc66;
	font-weight:700;
	}
a:visited { 
	text-decoration:none;
	color:#ffcc66;
	font-weight:700;
}			
a:hover{ 
	color:#fc0001; 	
	text-decoration:none;
}	
a:active{ 
	color:#fc0001; 	
	text-decoration:none;
}

a.maple:link {
	text-decoration:none;
	color:#ffcc66;
	font-weight:700;
	}
a.maple:visited { 
	text-decoration:none;
	color:#ffcc66;
	font-weight:700;
}		
a.maple:active{ 
	color:#fc0001; 
	text-decoration:none;
}	
a.maple:hover{ 
	color:#fc0001; 
	text-decoration:none;
}
a.black:link {
	text-decoration:underline;
	color:#000;
	font-weight:600;
	}
a.black:visited { 
	text-decoration:underline;
	color:#000;
	font-weight:700;
}		
a.black:active{ 
	color:#fc0001; 	
	text-decoration:none;
}	
a.black:hover{ 
	color:#fc0001; 
	text-decoration:none;
}	
img {
	border:none;
	padding:0;
	margin: 0 auto;
}
.box{
	border-radius: 15px; 
	border-radius: 15px 15px 15px 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	-o-border-radius: 15px;
	/*behavior: url(../ie-css3.htc);*/ /* Tell IE to call the script on all elements with class 'box'  */
}
.top_margin{
	margin-top:32px;
	margin-top:27px;	
}
#noscript_div{
	color:#fff0d2;
	background:#000;
	margin-top:20px;
	padding:10px 20px 10px 20px;
	float:left;
}
noscript p, noscript ol {font-size: 1.4em; line-height: 1.0em; text-align: left ;}
.white{color:#FFF;}
#home-wrapper{
	text-align:left;
	background-color:#000;
}
.clearfix:after{
	content: '.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
	}
.content_text{
	margin:0px 0px 20px 10px;
}
.content_text p{
	margin-bottom:1em;;
	line-height:1.2;
	font-size:1.0em;
}
.content_list{
	line-height:1.2;
	font-size:1.0em;
}
.content_list li{
	list-style:disc;
	margin-left:20px;
}
.content_text a:link {
	text-decoration:none;
	color:#ffcc66;
	font-weight:700;
	}
.content_text a:visited { 
	text-decoration:none;
	color:#ffcc66;
	font-weight:700;
}		
.content_text a:hover,  a:active{ 
	color:#fc0001; 	
	text-decoration:none;
}
/* IE6 rule */
* html .clearfix { height:1px; }
/* IE7 rule */
*:first-child+html .clearfix { min-height: 1px; }

/******************************************************************************************************************************************

	Navigation Header

*******************************************************************************************************************************************/

#header{
	position:relative;
	text-align:left;
	width:960px;
	height:102px;
	background:#000;
	z-index:100;
}
div#header h1{background:url(../img/header.jpg) no-repeat 0 0;text-indent:-9999em;height:88px;width:960px;position:absolute; top: 0px; left: 0px;}
div#header a#home-link{text-indent:-9999em;display:block;height:88px;width:960px;position:absolute; top: 0px; left: 0px;}
#topmost-nav{
	height:20px;
	margin-top:2px;
}
#topmost-nav p{
	font-size:12px;
	padding-left:10px;	
	text-align:left;
	color:#000;
	float:left;
}			
#topmost-nav a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#000;
	}
#topmost-nav a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#000;
	}
#topmost-nav a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color:#fc0001;
	}

#home #topmost-nav a.top_home,
#sitemap #topmost-nav a.top_sitemap,
#contact #topmost-nav a.top_contact,
#search #topmost-nav a.top_search,
#home #footer a.footer_home,
#sitemap #footer a.footer_sitemap,
#search #footer a.footer_search,
#models #footer a.footer_models,
#engine #footer a.footer_design,
#tow #footer a.footer_tow,
#load #footer a.footer_load,
#access #footer a.footer_access,
#inventory #footer a.footer_inventory,
#customers #footer a.footer_customers,
#testimonials #footer a.footer_testimonials,
#contact #footer a.footer_contact{	
	text-decoration: none; 
	font-weight: bold;
	color:#fc0001;	
}
#top-nav{
	/* Do Not change or else nav will be wrecked */
	position:absolute;
	top:100px;
	margin:0px 10px 10px 10px;
	font-size:0.83em; /* N.B. will not work in Opera if size is increased */
	width:940px;
	background:		#000;
	height:2em;
	padding-bottom:0em;
}

#top-nav li a:link, a:visited, a:hover, a:active{
	font-weight:700;
}
#top-nav li a{
	color:#fff;
	font-weight:700;	
}
#top-nav li a:visited{
	color:#fff;
	font-weight:700;
}
#models #top-nav .models > a,
#engine #top-nav .engine > a,
#tow #top-nav .tow > a,
#load #top-nav .load > a,
#access #top-nav .access > a,
#inventory #top-nav .inventory > a,
#customers #top-nav .customers > a,
#testimonials #top-nav .testimonials > a,
#contact #top-nav .contact > a
{
	z-index:10;
	color:		#000;
	background: #fc0001;
	color:		#fff;
	cursor:		default;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius: 4px 4px 4px 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */	
}

/******************************************************************************************************************************************

	Home Page

*******************************************************************************************************************************************/
.maple_h2{
	margin-bottom:0em;	
}
.catch_phrase{
	padding-left:150px;
	color:#fff;	
}
.inline_list{
	padding-top:16px;	
}
.inline_list li{
	display:inline;
	list-style-type:none;
}
#bottom{
	position:relative;	
	margin-top:20px;
}

#bottom a:visited { 
	text-decoration:none;
	color:#ffcc66;
	font-weight:700;
}		
#bottom a:hover,  a:active{ 
	color:#fc0001; 	
	text-decoration:none;
}
#news h6
{
  margin:0;
  line-height: 1.5em;
  padding-left:18px;
  background-color:#ffcc66;
  border-bottom:2px solid #000;
  color: #000;
  font-weight:600;
  font-size:1.0em;
  cursor:pointer;  
}
#news li{
	list-style:none;
	margin-left:20px;
}
.bottom_left{
	float:left;
	width:320px;
	margin:12px 10px 0px 0px;	
}
.bottom_right{
	float:left;
	width:300px;	
	padding:40px 10px 0px 0px;
}
ul#tabNavigation li a.readMore,
ul#tabNavigation li.ui-state-active a.readMore a{	
	text-decoration:underline;
	text-align:right;
	font-size:0.8em;
	cursor:pointer;
	color:#ffcc66;
}

a.more_button{ display: block;
	height: 31px; 
	width: 200px; 
	text-indent:-9999px;
	background-image: url(../img/button.png); 
	margin:10px 0px 0px 0px;
}
a.more_button:hover {
	background-position: bottom; 
}
#about a.contact_button{ display: block;
	height: 30px; 
	width: 125px; 
	text-indent:-9999px;
	background-image: url(../img/contact.png); 
	margin:20px 0px 20px 0px;
}
a.contact_button{ 
	display: block;
	height: 30px; 
	width: 125px;
	text-indent:-9999px;
	background-image: url(../img/contact.png); 
	margin:50px 0px 20px 0px;
}
a.contact_button:hover {
	background-position: bottom; 
}
a.contact_inline{ 
	display: block;
	float:right;
	height: 30px; 
	width: 125px; 
	text-indent:-9999px;
	background-image: url(../img/contact.png); 
	margin:0px 120px 20px -120px;
}
a.contact_inline:hover {
	background-position: bottom; 
}
div.ui-tabs .ui-tabs-hide {
	display: none;
}
ul#tabNavigation {
	z-index: 10;
	position: relative;
	float:right;	
	margin: 0;
	top:0;
}	
ul#tabNavigation li {
	list-style: none;
	padding:5px 10px 5px 10px;
	width:380px;	  
	border-bottom:1px dotted #fff0d2;
}
li.ui-state-active {
	background-color:#65728f;
}
ul#tabNavigation li a {
	margin-bottom: 2px;
	display: block;  
	color:#fff0d2;
	text-decoration: none;
	font-weight:800;
	cursor:default;
}	
ul#tabNavigation li a strong {
	font-weight: bold;
	color:#fff;
	display: block;
	line-height: 1.0em;
	font-size:1.1em;
	margin-bottom:5px;
	cursor:default;
}		
ul#tabNavigation li a em{
	font-size:1.0em;
	font-weight:normal;	
}
ul#tabNavigation li a span {
	font-size: 0.7em;
	padding-left: 20px;
}
ul#tabNavigation li a:hover,
ul#tabNavigation li a.active,
ul#tabNavigation li.ui-state-active a {
	font-weight:900;
	color:#fff; 
}
div#body div.tabContent {
	width: 559px;
}	

/******************************************************************************************************************************************

	Photo Rotator Home Page

*******************************************************************************************************************************************/
.outer_rotator{
	margin:0 10px 10px 10px;
	padding:10px;
	background:#fff;	
	width:920px;
}
.rotator_container{
	position:relative;
	margin:0px 0px 0px 0px;
}
.slide h1{
	position:absolute;
	left:500px;
	top:20px;
	width: 400px;
	color:#000;
	font-size: 2.8em;
	line-height:1.0em;
	font-size:42px;
	line-height:42px;
	font-weight:bold;
	z-index:20;
}
.slide h2{
	position:absolute;
	left:500px;
	top:85px;
	width: 400px;
	color:#000;
	font-size: 1.8em;
	font-weight:bold;
	padding-bottom: 0.5em;
	z-index:20;
}
.slide h3{
	position:absolute;
	left:500px;
	top:148px;
	width: 400px;
	color:#000;
	font-weight:bold;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	z-index:20;
}
.rotator p{
	float:left;
	margin:20px 0 0 10px;
	width: 400px;
	color:#000;
	font-weight:bold;
	z-index:20;
}
p.large_font{
	float:left;
	margin:20px 0 0 10px;	
	width: 400px;
	font-size:1.5em;
	color:#000;
	font-weight:bold;
	z-index:20;
}
.rotator a.more{
	position:absolute;
	left:500px;
	top:200px;
	width: 400px;
	font-size:1.2em;
	color:	#fc0001;
	font-weight:normal;
	z-index:20;
}
a.more:hover{	
	text-decoration:underline;
	cursor:pointer;
}
.pos_rel{
	position:relative;	
}

.rotator, .slide {
	position: relative;
	background: none;
	border:none;
	height:370px;
	width:920px;
	background-image: ;
}
.slide.slide1{
	background:url(../img/duo.jpg) no-repeat 0 0;	
}
.slide.slide2{
	background:url(../img/champion.jpg) no-repeat 0 0;	
}
.slide.slide3{
	background:url(../img/comfort3.jpg) no-repeat 0 0;	
}
.slide.slide4{
	background:url(../img/master4.jpg) no-repeat 0 0;	
}
.slide.slide5{
	background:url(../img/portax15.jpg) no-repeat 0 0;	
}
.slide.slide6{
	background:url(../img/western.jpg) no-repeat 0 0;	
}
.slide.slide7{
	background:url(../img/duo_carriage.jpg) no-repeat 0 0;	
}
.slide.slide8{
	background:url(../img/champion_pony.jpg) no-repeat 0 0;	
}
#pager {
	position:absolute;
	left:500px;
	top:260px;
	z-index:20;
}

#pager ul li{list-style-type:none;width:10px;height:10px;margin:0 10px 0px 0;float:left; }
	
#pager a{display:block; background:url(../img/pager_dot.gif) no-repeat 0 0;position:relative;width:10px;height:10px;text-indent:-9999px;margin-right:10px;padding:0;}
#pager a:hover{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }
/* Next line hides pager numbers */
/*#pager ul li.activeSlide a{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }*/

/* Comment out next lines if you want to hide pager numbers */
#pager ul li.activeSlide a{
	background-position:0 -10px;
	text-indent:0px;
	margin-right:10px;
	color:#fc0001;
	padding-top:10px;
	font-weight:500px;
	font-size:12px;
}

ul#social_buttons{
	margin:10px 0 -15px 580px;
}
ul#social_buttons_left{
	margin:10px 0px;
	height:30px;	
}
#social_buttons_rotator{
	height:76px;
	position:absolute;
	left:490px;
	top:340px;
	top:290px;
	z-index:20;
}
ul#social_buttons_wrap{
	margin:5px 0 0 0;
	height:60px;	
}
/******************************************************************************************************************************************

	Series Pages

*******************************************************************************************************************************************/
.series_rotator_container{
	position:relative;
	margin:0px 0px 10px 0px;
	width:	940px;
	background:#fff;
	color:#000;
	height:410px;
}
.series_rotator_container h3{
/*	position:absolute;*/
	width: 407px;
/*	margin-right:10px;
	padding-bottom: 0.5em;
	padding-left:3px;*/
	margin:5px 0 0 0;
	/*top:-28px;*/
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size: 1.3em;
	z-index:10;
	display: block; 
	/*line-height:1.5em;*/
}
#series_rotator { 
	background: none;
	border:none;
/*	position:absolute;
	margin-left:520px;
	height:330px;
	width:407px;*/
	float:left;
	/*margin:32px 0 0 10px;*/
	background-color:#fff;
}
#series_pager {
/*	position:absolute;
	top:385px;*/
	margin-left:500px;
	margin:30px 0 0 480px;
	width: 400px;
	display: block; 
}
#series_pager {padding:0;}
#series_pager ul li{list-style-type:none;width:10px;height:10px;margin:0 10px 0px 0;float:left; }
	
#series_pager a{display:block; background:url(../img/pager_dot.gif) no-repeat 0 0;position:relative;width:10px;height:10px;text-indent:-9999px;margin-right:10px;padding:0px;}
#series_pager a:hover{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }

/* Next line hides pager numbers */
/*#series_pager ul li.activeSlide a{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }*/

/* Comment out next lines if you want to hide pager numbers */
#series_pager ul li.activeSlide a{
	background-position:0 -10px;
	text-indent:0px;
	margin-right:10px;
	color:#fc0001;
	padding-top:10px;
	font-weight:500px;
	font-size:12px;
}

.series_photo{
	float:left;
	width:470px;
	margin-left:10px;		
}
.series_photo h2{
	color:#000;
	font-size: 1.5em;
	margin:5px 0 0 20px;
	font-weight:bold;
	width:400px;
}
div#tabs {
	position: relative;
	margin-bottom:10px;
}	
#tabs h4, #tabs h5, #tabs h6{
	color:#F00;
	font-weight:bold;
}
#tabs p{
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight:normal;
	margin-bottom:0.5em;	
}
/******************************************************************************************************************************************

	Inventory Page

*******************************************************************************************************************************************/
.inventory_rotator_container{
	position:relative;
	margin:-5px 0px 10px 0px;
	width:	940px;
	background:#fff;
	color:#000;
	height:410px;
}
.inventory_rotator_container h3{
	position:absolute;
	width: 407px;
	margin-right:10px;
	padding-bottom: 0.5em;
	padding-left:3px;
	margin:5px 0 0 0;
	top:-24px;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size: 1.3em;
	z-index:10;
	display: block; 
}
#inventory_rotator { 
	background: none;
	border:none;
/*	width: 400px;
	position:absolute;
	margin-left:487px;
	height:321px;
	width:440px;*/
	float:left;
	margin:32px 0 0 10px;
	background-color:#fff;
}
.inventory_photo{
	float:left;
	width:470px;
	margin-left:10px;		
}
.inventory_photo h2{
	color:#000;
	font-size: 1.5em;
	margin:5px 0 0 20px;
	font-weight:bold;
	width:400px;
}

#inventory_pager {
/*	position:absolute;
	top:385px;*/
	margin-left:500px;
	margin:30px 0 0 480px;
	width: 400px;
	display: block; 
}
#inventory_pager {padding:0;}
#inventory_pager ul li{list-style-type:none;width:10px;height:10px;margin:0 10px 0px 0;float:left; }
	
#inventory_pager a{display:block; background:url(../img/pager_dot.gif) no-repeat 0 0;position:relative;width:10px;height:10px;text-indent:-9999px;margin-right:10px;padding:0px;}
#inventory_pager a:hover{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }
/* Next line hides pager numbers */
/*#inventory_pager ul li.activeSlide a{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }*/

/* Comment out next lines if you want to hide pager numbers */
#inventory_pager ul li.activeSlide a{
	background-position:0 -10px;
	text-indent:0px;
	margin-right:10px;
	color:#fc0001;
	padding-top:10px;
	font-weight:500px;
	font-size:12px;
}
.inventorybtn{
	width:200px;
	margin-left:0px;
	cursor:pointer;
	background:#ffcc66;
	color:#000;
	font-size:1.0em;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

/******************************************************************************************************************************************

	Tow Vehicle Page

*******************************************************************************************************************************************/
.tow_rotator_container{
	position:relative;
	margin:0px 0px 10px 0px;
	width:	940px;
	background:#fff;
	color:#000;
	height:410px;
}
.tow_rotator_container h3{
	position:absolute;
	width:490px;
	margin-right:0px;
	padding-left:3px;
	top:-25px;
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size: 1.5em;
	padding-bottom: 0.5em;
	z-index:7;
}
#tow_rotator { 
	background: none;
	border:none;
/*	position:absolute;
	width: 490px;
	height:330px;
	top:40px;
	margin-left:420px;*/
	float:left;
	margin:32px 0 0 10px;
	background-color:#fff;
}
#tow_pager {
/*	position:absolute;
	top:390px;*/
	margin-left:400px;
	margin:30px 0 0 410px;
	width: 560px;
	width: 540px;
	display: block; 
}
#tow_pager {padding:0;}
#tow_pager ul li{list-style-type:none;width:10px;height:10px;margin:0 10px 0px 0;float:left; }
	
#tow_pager a{display:block; background:url(../img/pager_dot.gif) no-repeat 0 0;position:relative;width:10px;height:10px;text-indent:-9999px;margin-right:10px;padding:0px;}
#tow_pager a:hover{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }
/* Next line hides pager numbers */
/*#tow_pager ul li.activeSlide a{background-position:0 -10px;text-indent:-9999px;margin-right:10px; }*/

/* Comment out next lines if you want to hide pager numbers */
#tow_pager ul li.activeSlide a{
	background-position:0 -10px;
	text-indent:0px;
	margin-right:10px;
	color:#fc0001;
	padding-top:10px;
	font-weight:500px;
	font-size:12px;
}
.tow_text{
	margin-left:10px;
	width:400px;
	float:left;	
}
.tow_text h2{
	color:#000;
	margin-bottom:.5em;
	font-weight:bold;
	margin:0px 0 20px 0;
	padding-top:8px;
}
.tow_text h5{
	color:#000;
}
.tow_text li.dots{
	color:#000;
	margin-bottom:0.2em;
	font-weight:normal;
}
/******************************************************************************************************************************************

	Engineering Pages

*******************************************************************************************************************************************/
.acc_text a.more{
	font-size:1.1em;
	color:	#fc0001;
	font-weight:bold;
}
a.more:hover{	
	text-decoration:underline;
	cursor:pointer;
}
/******************************************************************************************************************************************

	Accessories, Options, Decor Pages

*******************************************************************************************************************************************/
.acc_box{
	font-size: 0.9em;
	border-radius: 15px; 
	border-radius: 15px 15px 15px 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius: 15px;    /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	-o-border-radius: 15px;
	/*behavior: url(../ie-css3.htc);*/ /* Tell IE to call the script on all elements with class 'box'  */
}
.accessories_container{
	position:relative;
	background:#fff;
	color:#000;
	padding-bottom:20px;
	margin-bottom:20px;
}
.acc_text h6{
	color:#000;
	margin-bottom:.5em;
	font-weight:bold;
}
.acc_text h4{
	color:#000;
	margin-bottom:.5em;
	font-weight:bold;
}
.acc_text{
	width:240px;
	float:right;
	margin:60px 20px 0px 0px;
}
.acc_gallery{
	width:640px;
	padding-left:20px;
	padding-top:5px;
	color:#000;	
	float:left;
}
.acc_gallery h2{
	color:#000;
	margin-bottom:.5em;
	font-weight:bold;
}
.acc_gallery h6{
	color:#000;
	margin-bottom:.5em;
	font-weight:bold;
}
#img{
	position:relative;
	height:426px;
	width:640px;
	margin-bottom: 1em;
}
span.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .7;
	text-align:center;
}
.photoBtn{
	margin-left:0px;
	cursor:pointer;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:10px;
	padding-left:18px;
	width:240px;
	text-align:left;
}
.accessories_container a.redlink{
	color:	#fc0001;
}
a.redlink:hover{
	text-decoration:underline;
	font-weight:700;
}
/******************************************************************************************************************************************

	Testimonials Page

*******************************************************************************************************************************************/
#praise h6
{
  margin:0 10px;
  line-height: 1.5em;
  padding-left:18px;
  background-color:#ffcc66;
  border-bottom:2px solid #000;
  color: #000;
  font-weight:600;
  font-size:1.0em;
  cursor:pointer;  
}
#praise li{
	list-style:none;
	margin-left:20px;
}
.praisebtn{
	margin-left:0px;
	cursor:pointer;
	background:#ffcc66;
	color:#000;
	font-size:1.0em;
	font-weight:bold;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.feedback{
	padding-bottom:10px;
}
.feedback p{
	font-style:italic;
	float:left;
	width:460px;
	margin-bottom:10px;
}
.feedback p.captions{
	float:left;
	font-style:normal;
	color:#fff;
	font-size: 1.1em; 
	font-weight: bold; 
	margin-bottom: 0.4em; 
}
.feedback img{
	float:right;
	padding:5px 0px;
}
.feedback p.pagetop{
	float:left;
	font-style:normal;
	margin-top:10px;
}
.imgGroup{
	width:460px;
	padding:5px 10px;
}
.left{
	float:left;	
	margin-right:20px;
}
.right{
	float:right;
	margin-left:20px;
}
.lmg{width:800px;}
.lmg_logo{
	margin-top:-15px;	
}
/******************************************************************************************************************************************

	Customers Pages

*******************************************************************************************************************************************/
h3.cdnflag{
	float:left;
	margin-left:15px;
	margin-top:10px;
}
img.flag{
	float:left;
	padding-bottom:10px;	
}
img.usa_border{
	margin:0px 0px 15px 170px;
}
.centre{
	text-align:center;	
}
.sold{
	font-size:1.0em;
	font-weight:bold;
	color:#fc0001;
}
.adobebtn {
	margin:10px 0px 10px 0px;
	position:relative;
	cursor:pointer;
	background:#a67a21 url(nav_shadow.png) repeat-x bottom left;
	font-size: 0.9em;
	color: #000;
	font-weight: 600;
	padding:5px 5px;
	border:none;
}

p.pagetop a:link{color:#ffcc66;font-weight:700;}
p.pagetop a:visited{color:#ffcc66;}
p.pagetop a:hover, a:active{color:#fc0001;}
/*****************************************************************************************************************************************

	CSS for Javascript Form validation
	
******************************************************************************************************************************************/
.red{color:#fc0001;font-weight:bold;}
.bob{
	border:10px solid red;	
}
span.error{
	clear:both;
	float:left;
	background:#FF8080 url(../img/exclamation.png) no-repeat 5px 3px;
	color:#800000;
	padding:3px 10px 3px 30px;
	border:1px solid #800000;
	margin-bottom:10px;
	font:bold 12px Verdana, Geneva, sans-serif;
}

/******************************************************************************************************************************************

	Process Form PHP Page

*******************************************************************************************************************************************/

#usercontent{
	padding:0px 16px 30px 16px;
	text-align:center;
}
#thanks{
	text-align:center;	
}
#userdata{
	text-align:center;
	font-size:1.0em;
	border-top:1px dotted #fff0d2;
	border-bottom:1px dotted #fff0d2;
	padding:10px 0px 10px 0px;
}
/******************************************************************************************************************************************

	Contact Page

*******************************************************************************************************************************************/

#contact a:hover { background-position: bottom; }	
#contact-us form{float:left;padding-top:10px;border-top:1px dotted #fff0d2;width:560px;padding-bottom:10px;}
#contact-us form p{line-height:1; padding:0}
#contact-us form fieldset#fname li{display:inline;}
#contact-us fieldset#fname li input[type="text"]{margin-right:20px;}
#usernameError p{position:relative;display:block;float:left;}
#contact-us fieldset#estbudget li{font-size:1.4em;color:#fff0d2;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;} 
#budget{padding:5px 5px 5px 0px;border-left:2px solid #ffcc66;border-top:2px solid #ffcc66;border-right:2px solid #ffd98c;border-bottom:2px solid #ffd98c;width:222px;margin-bottom:1em;}
#budget option{padding-left:5px;}
#contact-us fieldset#message-id{width:560px;position:relative;}
#contact-us label{display:block;color:#fff;font-size:1.0em;}
#contact-us input[type="text"]{font-size:1.0em;background-color:#ffe3ab;padding:5px;float:left;border-left:2px solid #ffcc66;border-top:2px solid #ffcc66;border-right:2px solid #ffd98c;border-bottom:2px solid #ffd98c;width:208px;margin-bottom:1em;margin-right:376px;}
#contact-us textarea{font-size:1.0em;background-color:#ffe3ab;border-left:2px solid #ffcc66;border-top:2px solid #ffcc66;border-right:2px solid #fff0d2;border-bottom:2px solid #fff0d2;width:546px;height:280px;color:#000;padding:5px;text-decoration:none;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;margin-top:1.0em;}

.sendBtn{
	z-index:10;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	border:none;
	color:#000;  
	cursor:pointer;
	font-size:1.1em;
	position:relative;
	width:160px;
	font-weight:bold;
	padding:6px;	
	background:#ffcc66;
}

.highlighted{
	z-index:30;
	background-color:#fc0001;	
	border:none;
	color:#fff; 
}
#contact-us input[type="text"]:focus{background-color:#fff0d2;color:#000;border-style:solid;border-width:2px;border-color:#a67a21 #ffcc66 #ffcc66 #a67a21;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
#budget:focus{background-color:#fff0d2;color:#000;border-style:solid;border-width:2px;border-color:#a67a21 #ffcc66 #ffcc66 #a67a21;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
#contact-us textarea:focus{background-color:#fff0d2;color:#000;border-style:solid;border-width:2px;border-color:#a67a21 #ffcc66 #ffcc66 #a67a21;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}

/******************************************************************************************************************************************

	404 Page

*******************************************************************************************************************************************/
.searchInput{
	background-color:#ffe3ab;
	font-size:1.2em;
	padding:5px;
	width:180px;
	display:inline;
	border-left:2px solid #ffcc66;
	border-top:2px solid #ffcc66;
	border-right:2px solid #ffd98c;
	border-bottom:2px solid #ffd98c;
	margin-bottom:1em;
}
input.searchInput:focus{
	background-color:#fff0d2;color:#000;border-style:solid;border-width:2px;border-color:#a67a21 #ffcc66 #ffcc66 #a67a21;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
.searchBtn{
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	border:1px solid #000;
	color:#000; 
	cursor:pointer;
	display:inline;
	font-size:1.2em;
	font-weight:800;
	padding:5px;	
	background:#a67a21 url(nav_shadow.png) repeat-x bottom left;
}
.searchBtn:hover{
	cursor:pointer;		
	color:#fc0001;
	padding:5px;
}
/******************************************************************************************************************************************

	Sitemap Page

*******************************************************************************************************************************************/
.site_h3{
	margin-bottom:10px;
}
ul.bullets{
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
ul.bullets li{
	padding-left:20px;
	margin:5px 0px 5px 10px;
	font-size:1.1em;
}
ul.bullets li ul li{
	margin-left:40px;
	padding-left:10px;
	font-size:1.0em;
}
/******************************************************************************************************************************************

	Footer

*******************************************************************************************************************************************/

div#footer{clear:both;}
div#footer p.right{float:right;}

#footer{	
	text-align:left;
	padding-bottom:5px;
	margin:0 10px 0 10px;
	clear:both;
	width:940px;
	position:relative;
}
#footer li{list-style:none;display:inline;}
p.copy{
	border-top:1px solid #000;
	font-size:0.8em;
}
#footer{font-size:0.9em;}
#footer p{
	color:#000;
}
#footer .copy a{
	float:right;
}
#footer .copy a, .copy a:link, .copy a:visited{	
	/* Do Not change or else nav will be wrecked */
	color:#000;
	font-weight:500;	
}
#footer a:link, a:visited{
	/* Do Not change or else nav will be wrecked */
	color:#000;
	text-decoration:none;
	font-weight:500;	
}
#footer a:hover, a:active{
	text-decoration:none;
	font-weight:500;
	color:#fc0001;	
}
/*************************************************************************************************************************************************************

	Google Custom Search Engine
	
**************************************************************************************************************************************************************/
#searchGoog{
	width:900px;
	margin-bottom:20px;
	padding:0px 20px 0px 20px;
	float:left;	
	color:#000;	
	background-color:#fff0d2;
}
table.gsc-search-box td{
	padding: 0px;	
}
input.gsc-input{
	border:none;
	background-color:#fff0d2;
	color: #000;
	font-size:1.0em;
	height:1.8em;
	padding-left:5px;
	border:1px solid #000;	
	border-color:#000;
	border-style:solid;
	border-width:1px;
}
input.gsc-input:focus{	
	color: #000;
	background-color: #fff;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 10px 0px 0px 0px;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position:relative;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  border:none;
  width:90%;
  font-family:inherit;
  font-size:1.0em;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:thin;
}

/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  	font-family: inherit;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#000;  
	cursor:pointer;
	display:inline;
	border:1px solid #000;
	font-size:1.0em;
	font-weight:800;
	padding:3px;			
	background:#ffcc66;
}
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
	cursor:pointer;		
	background:#ffd98c;
	border:1px solid #000;
	color:#fc0001;
	padding:3px;
}

/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .5em;
  border: 1px solid;
  border-color: #000;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #000;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #000;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #000;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #000;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #000;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #FEA500;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult.gs-result .gs-visibleUrl-short {
  display: none;
}
.gs-webResult.gs-result .gs-visibleUrl-long {
  display: block;
}
.titleLink, .gs-result gs-title {
  color: #000;	
}
.domainLink{
  color: #FEA500;
}
.gs-result a.gs-visibleURL, gs-result .gs-visbleUrl{
  color: #FEA500;
}
