@charset "utf-8";
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	color:#333;
	background:repeat-x url(../images/bg.jpg);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
p {
	line-height:16px;	 
}
h1{
	color:#898624;
	border-bottom:2px solid #365902;
	font-family:'LithosProRegular', Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding:0;
	margin:0 0 2px 0;
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#C6D93B;
	padding:0 0 7px 0;
	margin:0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color:#333;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:none;
}

#container {
	width:960px;
	margin:0 auto; 
}

#header {
	padding:10px 0 0 10px;
}
#wrapper {
	margin:10px auto;
	position:relative;
	width:908px;
	height:335px;
}
.slide-indicator {
	position:absolute;
	left:10px;
	top:330px;
	z-index:10;
}
.rotate-thumbs {
	float:left;
	left:0;
	position:absolute;
	top:0;
	z-index:9;
	width: 938px;
	height: 355px;
}
.rotate-thumbs li {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: none; 
	z-index: 8; 
	opacity: 0; 
	width: 938px; 
	height: 355px;
}
#news {
	float:left;
	width:275px;
	margin-left:10px;
	margin-bottom:22px;
	height:412px;
}
#brands {
	float:right;
	width:590px;
	margin-right:10px;
	margin-bottom:10px;
	height:190px;
}
#contact {
	float:left;
	width:275px;
	height:190px;
	margin-left:10px;
}
#hours {
	float:right;
	width:275px;
	height:190px;
	margin-right:10px;
}
#news_content{
	padding:10px;
	border-top:1px solid #898624;
	overflow:auto;
	height:300px;
	border-bottom:1px solid #898624;
}
#facebook{
	padding:0;
}

.content{
	padding:10px;
	border-top:1px solid #898624;
}
#btn{
	background-image:url(../images/btn.png);
	width:158px;
	height:30px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding:7px;
	margin-top:5px;
}
#btn a:link {
	color:#999933;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#btn a:visited {
	color:#999933;
	text-decoration: none;
}
#btn a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#365902;
	text-decoration:none;
}


/* ~~ The footer styles ~~ */
#footer {
	padding:0;
	height:80px;
	background:url(../images/footer.png) no-repeat center ;
	position:relative;
	clear:both; 
}


.box {
	background-color: #fff;
	border:1px solid #C6D93B;
	margin: 0 auto;
	padding: 10px 15px;
	text-align: top;
	/* border-radius */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 5px;
	/* box-shadow */
	-webkit-box-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
	-moz-box-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
	box-shadow: rgba(0,0,0,0.2) 2px 2px 2px;
}


.slide-indicator:first-child a{
	background-color: #fff;
	border:1px solid #C6D93B;
	padding:1px 4px;
	margin-left:5px;
	text-decoration:none;
}
