/*************************
Hancock Auto Sales
7-9-2009
Jathan MacKenzie
www.autoadmanager.com
*************************/
body {
	font-family: verdana,arial,helvetica,geneva,sans-serif,serif;
	font-size: 75%;
	text-align: center;
	padding: 0;
	background: #f2f2f2;
	margin:0;
	height:100%;
}

/*url(../images/bodyback.jpg) repeat-x scroll left top*/

.alt {
display: none;
}

#wrapper {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	width: 800px;
	background-color : #F7F7F7;
	box-shadow: 0 0 1.5em rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1.5em rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 1.5em rgba(0,0,0,.3);	

}

#header {
background: #FFF url(../images/header.jpg) no-repeat;
height: 200px;
text-align: center;
}

#header h1 {
margin: 0;
padding: 0;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-align : center;
}



#footer {

	padding-left : 10px;
	padding-bottom : 20px;
	padding-top: 20px;
	color : #666;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background: #f3f3f3;
	clear: both;
	text-align:center;
}



#footer a.footer-twitter img{
margin: 0;
padding: 0;
}

#footer a.footer-facebook img{
margin: 0;
padding: 0;
}

#footer a.footer-feed img{
margin: 0;
padding: 0;
}

#contentmain {
margin: 0;
padding: 15px;
background: #000;
text-align: left;
border-top: 1px solid #fff;
clear; both;
}

a:hover{
text-decoration : none;
}

#home_top{
	padding: 15px;
}



/* Begin Images */
p img {
	padding: 0;
	margin: 0 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */
/**********************************
****  HEADER NAVIGATION  **********
***********************************/

#headernav {
	background: #FFF url("../images/site/nav_bg.png") repeat-x bottom;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration : none;
	color: #080872;
	height:53px;
	
}

#headernav ul {
margin: 0;
padding: 15px;
list-style-type: none;
}

#headernav ul li { 
display: inline; 
border-left:1px solid #CCCCCC;
margin: 0;
padding: 12px 0 15px 0;
}

#headernav ul li a {
	padding: 3px 20px 3px;
	margin: 0;
}

#headernav a:link, #headernav a:visited {
	color: #080872;
	text-decoration: none;
}

#headernav a:hover {
 color: blue;
}



/******************************
****  MAIN CONTENT AREA  ******
*******************************/

body#home #contentmain {
background: #F7F7F7;

}

#main {
	width: 275px;
	padding-left: 10px;
	padding-right:5px;
	float: right;
	margin: 0;
}

#main2 {
	width: 525px;
	padding-left: 10px;
	padding-right:5px;
	float: right;
}


p{
margin-left : 5px;
}

.center{
	text-align : center;
}
body#count #contentmain h2 {
text-align: left;
}

#contentmain h1, #contentmain  h3, #contentmain  h4 {
	font-size: 1.4em;
}

#contentmain h2 {
	margin: 5px 0;
	padding-left: 5px;
	color: #333;
}


#contentmain ul li {
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 30px;
}

#contentmain ol li {
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 30px;
}

#contentmain td{
font: smaller Arial, Helvetica, sans-serif;
	
}
.contact {
	text-align: left;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div#footer #aam a:link, div#footer #aam a:visited{
font-size: .8em;
color: #999;
text-decoration: none;
}


	/* ------------------------------------------------------------

	sidebar

------------------------------------------------------------ */
#sidebar {
	float: left;
	width: 400px;
	margin: 0 0 20px 0;
	}
	
#sidebar p {	
	margin: 3px 0 15px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4em;
	}

#sidebar2 {
	float: left;
	width: 200px;
	margin: 0 0 20px 0;
	}
	
#sidebar2 p {	
	margin: 3px 0 15px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4em;
	}

	/* two column style */

div.twocol {
	margin: 0 0 20px 0;
	}
div.twocol-1 {
	float: left;
	width: 42%;
	}
div.twocol-2 {
	float: right;
	width: 48%;
	}
	
/*************************
 Buttons
*************************/

input.submit{

border-radius: 11px;
-webkit-border-radius:11px;
-moz-border-radius: 11px;
border-style:solid;
border-width:1px;
cursor:pointer;
font-size:1em !important;
font-weight: lighter;
line-height:14px;
padding:2px 8px;
text-decoration:none;
border-color:#BBBBBB;
color:#464646;

}

input.submit:hover{
border-color:#BBB;
color:#000;
text-decoration:none;
background-image:-moz-linear-gradient(top,#F2F2F2, #FFFFFF);
background-image:-webkit-gradient(linear,left top,left bottom,from(#F2F2F2),to(#FFFFFF));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#F2F2F2,endColorStr=#FFFFFF);
-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#F2F2F2, endColorStr=#FFFFFF)";
text-shadow:0 1px 0 #FFFFFF;
}


input.submit {
background: #F2F2F2;
background-image:-moz-linear-gradient(top,#FFFFFF, #F2F2F2);
background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#F2F2F2));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#F2F2F2);
-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#F2F2F2)";
text-shadow:0 1px 0 #FFFFFF;
}

input.submit{
line-height:15px;
white-space:nowrap;
}	
	
	
/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

.hide, hr {
	display: none;
	}
a img {
	border: none;
	}

#wrap-inner:after, 
#header:after,
#contentmain p.page:after,
#sidebar:after, 
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
#home_image {

background: #FFF url(../images/car_photo.jpg) no-repeat scroll 100% 10px;
padding-right: 461px;
height: 235px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
margin: 0;
padding: 0;

}

#home_image p{
clear: both;
line-height: 1.2em;
font-size: 2.5em;
color: #666;
padding: 50px 0 0;
margin: 0;

}
#home_first{

padding-left: 17%;
background: #FFF url(../images/site/keys.png) left top no-repeat;
height: 115px;
margin-left: 5%;

}

#home_first p{
font-size: 1.6em;
color: #666;
padding-top: 20px;
line-height: 1.5em;

}

#btn_home{
padding: 0;
margin: 0 0 20px 0;
}

#btn_home h2{

padding: 0;
margin: 20px 0 20px 0;
text-align: center;
text-transform: uppercase;

}

a.btn-home, a.btn-home:link, a.btn-home:visited {

background: #f2f2f2 url(../images/site/btn_bg.png) repeat-x;
border: 1px solid #999;
font-size: 2em;
text-decoration: none;
color: #474A51;
padding: 20px 35px 20px 35px;
margin: 10px;
}

a.btn-home:hover{

background: #FFFFFF;
color: #474A51;

}

div.leftbtn {
float:right;
text-align: center;

}

div.rightbtn {
float: left;
text-align: center;

}

div.inner{
clear: both;
padding: 0 3% 3% 3%;
font-size: 1.4em;
}

/**********************************
****  Home page vehicles  **********
***********************************/
#homevehicles{
margin: 1px 0;
padding: 1px 0;
border: 1px solid #d2d2d2;
text-align: center;
	border: radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	background: #f2f2f2;
	background-image:-moz-linear-gradient(top,#e9e9e9, #f1f1f1);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#f1f1f1));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e9e9e9,endColorStr=#f1f1f1);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e9e9e9, endColorStr=#f1f1f1)";
	height: auto;
	box-shadow: 0 0 1.5em rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1.5em rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 1.5em rgba(0,0,0,.3);	
}

.vehome{
float: left;
margin: 5px;
padding: 0;
width: 122px;
}

.vehome h3{
font-size: 1em;
margin: 1px;
}

.vehome p{
font-size: 1em;
margin: 1px;
padding-bottom: 1px;

}
.hmthumb{
	display: block;
	border: 1px solid #666;
    border: 0 none;
    width: 120px;
    height: 90px;
    margin: 2px;
    background: #e9e9e9;
}


/***************************************
Customer inventory Stylesheet
***************************************/


.alt {
display: none;
}



#content{
padding: 10px 20px 0 10px;
}

#header h1, #header h2 {
margin: 0;
padding: 0;
}


#footer {
padding-top: 20px;
clear: both;
text-align: center;
}

#footer .linksPar {
font-size: 12px;
}

#footer a:link, #footer a:visited {
color: #268CCD;
}

#footer a:hover {
text-decoration:none;
}

#links {
font-size: 12px;
border-top: 1px dashed #AF6238;
margin: 20px 10px 0 0;
padding: 5px 0 0 0;
}

#links a:link, #links a:visited {
color: #268CCD;
}

#links a:hover {
text-decoration: none;
}

.linksPar {
margin: 4px 0;
padding: 0;
color: #333;
}

a:link, a:visited {
color: #268CCD;
}

a:hover {
text-decoration: none;
}

p#copy {
font-size: 10px;
margin: 0;
padding: 10px 0 5px 10px;
color: #EFEFEF;
}

#address {
font-size: 12px;
margin: 10px 0 0 0;
color: #333;
}

.rowcolor {
background: #FFF;
}

.altcolor {
background: #FFF;
}

.thumb {
	padding: 0 0 0 0;
	border: 1px solid #d2d2d2;
	float: left;
	width: 100px;
	height: 75px;
	background: #E0E0D5;
}

.label {
text-align: right;
}

#contacts {
padding: 10px;
font-size: 90%;
}

#contacts p {
margin: 10px;
}

.req {
font-weight: bold;
font-size: 14px;
color: red;
padding-right: 5px;
}

#contacts td {
padding: 3px;
}

#banner {
margin: 20px 0 0 0;
text-align: center;
}

.wht {
font-weight: bold;
color: #FFF;
}
#maincontent, #pageContent {
clear: both;
}


#photos
	{
	clear: both;
	float: left;
	padding: 10px 0 10px 0;
	margin: 0px;
	border: 0px;
	width: 350px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
	}
html>body #photos {
	width: 350px; /* ie5win fudge ends */
	}
	
#details {
    float: right; /* Opera5.02 will show a 
	space at right when there is no scroll bar */
	padding: 10px 5px 10px 0;
	margin: 0px;
	border: 0px;
	width: 445px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 445px;
}

html>body #details {
	width: 445px; /* ie5win fudge ends */
	} /* Opera5.02 shows a 2px gap between. 
	N6.01Win sometimes does. Depends on amount of 
	fill and window size and wind direction. */
	
	
.price{
	color: #333;
}

/* Style for main tables */

table.listtable tr {

	border-top:1px solid #E0E0D5;
	text-align: left;
	line-height: 1em;
}

table.listtable tr td {
	background-image: url(../images/site/row_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin:0;
	padding:12px 5px;
	vertical-align: top;

}

table.listtable p {
	line-height: 1.2em;
	font-size: .9em;
}

.details_link {
	font-weight: bold;
	font-size: 1em;
}

/* misc styles */

div.title {

	font-size: 1.2em;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

div.title a{
	color: #474A51;	
	text-decoration: underline;
}

div.title a:hover{
	text-decoration: none;
}

#nav {
	background: #F7F8F8 url(../images/site/inv_nav_bg.png) repeat-x scroll center top;
	padding: 0px 0 50px 10px;
}


#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#nav li {
	display: block;
	margin: 5px 2px 0 0;
	padding: 0;
	float: left;
	text-align: center;
}


#nav a {

display: block;
width: auto;
text-decoration: underline;
font-size: 12px;
}

#nav a:hover {
text-decoration: none;

}

#subnav {
	padding:0 0 10px 0;
}


#subnav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#subnav li {
	margin: 0;
	padding: 6px 10px;
}


#subnav a {

display: block;
width: auto;
line-height: 1.4em;
overflow: hidden;
text-decoration: underline;
font-size: 16px;
}

#subnav a:hover {
text-decoration: none;

}


#pageContent h2 {
	margin: 0;
	padding: 0;
}

.copy{
	text-align: left;
	font-size: 12px;
}

#carfax {
	padding: 2px 0 2px 23px;
	background: url(../images/site/carfax_check.png) no-repeat left;
}

.topphoto{
	border: 3px solid #d2d2d2;
	background: #E0E0D5;
}

.nophoto{
	padding: 100px 0 0 0;
	margin: 0;
	text-align: center;
}

.thm {
	margin: 1px 1px 0 1px;
	padding: 0;
	border: 2px solid #d2d2d2;
}

.logo {
	float: right;
}

.search_box{
background: #f7f7f7;
padding:5px;

}

.sold {
color:#BD0000;
text-transform:uppercase;
}

.search_box{
margin: .5em;
border: 1px solid #d2d2d2;
text-align: center;
	border: radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	background: #ededed;
	background-image:-moz-linear-gradient(top,#ededed, #d2d2d2);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#d2d2d2));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed,endColorStr=#d2d2d2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed, endColorStr=#d2d2d2)";
	height: 8em;

}

.search_box p{
color: #333;
}

#makelist{
padding: .5% 0 .5% 5%;
margin: .5%;
}

#makelist ul {
list-style-type: none;
display: inline;
padding: 0;
margin: 0;
}

#makelist ul li {
font-size: 1.2em;
padding: .5% 1%;
width: 15%;
float:left;
}


/* Lightbox Styles */

#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: black;
	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(../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(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px/1.4em Verdana, Helvetica, sans-serif;
	background-color: black;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
	}

#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: 5px;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	overflow:hidden}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac */
	height: 1%;
	/* End hide from IE-mac */
	}	
	
