/* CSS Document */

body.LTR{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	background-color:#f8f1e6;
	}
	
h2 {
	font-size:1.1em;
	font-weight:bold;}	
	
#maincontainer{
	width: 780px; 
	margin: 0 auto; 
}
	
#contentcontainer{
	border:1px solid #CCCC99;
	width:100%;
	float:left;
	margin:0.4em auto 0 auto;
	background-color:#FFFFFF;
	}
	
#header{
	width:780px;
	height:180px;
}

#headerLeft{
	width:407px;
	height:152px;
	float:left;
	background:url(/App_Themes/DSDownshamNew/images/headerLeft.jpg) no-repeat;}
	
#headerRight{
	width:373px;
	height:152px;
	float:left;
	background:url(/App_Themes/DSDownshamNew/images/headerRight.jpg) no-repeat;}
	
#logo{
	display:block;
	width:90px;
	height:60px;
	margin:0.5em 0 0 0.3em;}
	
#logo img{
	border-top: none;
	border-left:none;
	border-right:none;
	padding-bottom:0.5em;
	border-bottom:3px solid #CC0000;}
	
#leftCol{
	width:150px;
	background-color:#FFFFFF;
	float:left;}
	
#leftCol ul{
	list-style:none;
	margin-left:0;
	margin-bottom:2em;
	padding-left:0.8em;}
	
#leftCol li{
	border-bottom:dotted 1px #CC6600;text-transform:lowercase;
	margin-bottom:0.5em;}
	
#leftCol li a{
	font-size:0.95em;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	text-transform:lowercase;
	}
	
#leftCol li a:hover{
/*	margin-left:0.3em;*/
	color:#FF6600;}
	
	
#leftCol li a.CMSListMenuLinkHighlighted{
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#CC0000;
	display:block;
	padding-left:0.2em;
}
	
#weather{
	margin:0.8em;
}

#rightCol{
	width:550px;
	background-color:#FFFFFF;	
	float:right;
	font-size:0.85em;padding-bottom:8px;}
	
#rightCol h1{
	font-size:1.4em;}
	
#rightCol h2{
	clear:both;}
	
.homeH2{
	width:96%;
	line-height:1.6em;
	text-align:justify;}	
	
#footer{
	margin:1.2em auto 0 auto;
	clear:both;
	font-size:0.7em;
	color:#CC9933;
	text-align:center;}
	
#footer p a{
	font-size:0.85em;
	color:#CC9933;
	}
	
#footer p a:hover{
	color:#FF6633;}
	
/*******************************/
/*       Sales Team Style      */
/*******************************/
.rowBlock{
	display:block;
	float:left;
	width:96%;
	margin:0 auto 2em auto;
}
	
.rowBlock p{
	float:left;
	margin:0 0 0 0.5em;}
	
.BoldunderLine{
	font-weight:bold;
	display:block;
	margin-bottom:0.5em;
	border-bottom:1px solid #666666;}
	
.saleLocation{
	width:130px;
	float:left;
	margin-left:0.5em;
	}
	
.salesPerson{
	width:100px;
	float:left;
	margin-left:2em;
	}	
	
.salesPerson h3{
	margin:0.2em 0;
	font-size:0.85em;
	}
		
.salesPerson p{
	margin-top:0;
	font-size:0.75em;
	line-height:1.2em;
	}
	
.vendor{
	width:140px;
	float:left;
	padding:0.2em;
	border:1px solid #CCCC99;
	margin:0 0.9em;}


	
/*******************************/
/*    Part / Service Style     */
/*******************************/		
.partLocation{
	float:left;
	width:200px;
	margin-left:0.5em;}
	
	
/*******************************/
/*       Contact Us Style      */
/*******************************/
.locationTable h3{
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.3em;
}
	
.locationTable td {
	padding:0.3em;
	/*border:1px solid #e5e5e5; border-top:1px solid #e5e5e5; border-left:1px solid #e5e5e5;*/}
	
.locationTable tr td{
	vertical-align:top;
	width:50%;
}
	
.locationTable a img {
	border:0;
	float:left;
	display:block;
	padding:0 0.5em 3.5em 0;
	}	

.locationTable p{
	font-size:0.8em;
	margin-bottom:0.4em;}	
	
.googleMapLink a{
	background-color:#FFFF99;
	text-decoration:none;
	padding:0.2em;
	font-size:0.8em;
	color:#CC0000;}
	
.googleMapLink a:hover{
	background-color:#FF9933;
	color:#FFFF99;}

	
.formBlock{
	display:block;
	float:left;
	width:80%;
	margin:0 auto 0.3em 1em;
}
	
.formLeft{
	width:100px;
	float:left;
	font-weight:bold;
	}
	
.formRight{
	width:230px;
	float:left;
	margin-left:1.4em;
	}		

.required,.ErrorLabel{
	color:#CC0000;
	font-size:0.75em;}	
	
.contactForm{
	height:230px;}
	
/*******************************/
/*        Lightbox Style       */
/*******************************/	
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/App_Themes/DSDownshamNew/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/App_Themes/DSDownshamNew/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/App_Themes/DSDownshamNew/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
		