/* CSS Document */

/* layout.css CSS file*/
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:330;
	font-size: 12px;
}
#wrap {
	width:960px;
	margin:0 auto; /*center hack*/
	background-image: url(../images/wrapbginside.jpg);
	background-repeat: no-repeat;
	background-color: #e7e1c9;
}
#header {
	height:140px;
	/*background-image: url(../images/header.gif);
	background-repeat: no-repeat;*/
}
#main {
	width:960px;
	height:auto;
/*background-image: url(../images/mainbginside.jpg);
	background-repeat: no-repeat;*/


}
#leftsidebar {
	float:left;
	width:200px;
}
#maincontent {
	float:left;
	width:760px;
	font-size: .95em;
}
#footer {
	clear:both;
	background-color: #DDD2A5;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999966;
	font-size: 10px;
}
.brands {
	width: 100%;
	margin-top:40px;
	clear:both;
}
.brands p{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999966;
	padding-bottom: 5px;
}

.insidemain {
	padding:50px 10px 10px 45px;
}
.insideleft {
	padding:25px 10px 10px 10px;
}
hr {
}
.slideshow {
	height: 300px;
}

.inside {
	padding:10px;
}
/*Menu Styles*/

/*listamatic Styles*/
#navlist
{
	color: white;
	border-bottom: 0.1em solid #663;
	border-right: 0.1em solid #663;
	padding: 0 3px 0 0;
	margin-left: 0px;
	width: 175px;
	background-color: #DDD2A5;
/*font: normal 0.9em Verdana, sans-serif;*/
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
position:relative;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #FFFFCC;
	background: #999966;
	padding: 0.25em 0.5em 0.4em 0.75em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc6;
	border-right-color: #035;
	border-bottom-color: #666;
	border-left-color: #C6B237;
}

#navlist a#current {
	border-color: #FFD351;
}

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{
	background: #993;
	padding: 0.4em 0.35em 0.25em 0.9em;
	border-top-color: #069;
	border-right-color: #6cf;
	border-bottom-color: #5bd;
	border-left-color: #016F51;
}

#navlist a:active, #navlist a#current:active
{
	border-color: #016F51;
	padding: 0.4em 0.35em 0.25em 0.9em;
	background-color: #8B0B04;
}
#navlist li ul  {
display:none;
z-index:100;
}
#navlist li:hover ul {display:block; position:absolute; top:0; left:138px; width:175px; z-index:101
}
	#navlist li:hover ul li{
	display:block;
	width:175px;
	margin:0;
}
	#navlist li:hover ul a{
	display:block;
	width:150px;
	margin:0;
}
/* End Menu Styles*/
.location {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	color: #000;
	margin-left: -20px;
}
.hours {
	font-size: 14px;
}
.imgleft{
width:410px;
float:left;
}
.contenttext {
width: 290px;
float:left;
}
.contenttext p {
margin-left: 10px;
margin-right: 10px;
}
/*text styles*/
#maincontent h2 {
font-family:"Times New Roman", Times, serif;
font-size: 1.5em;
color:#333300;
text-align: center;
}

a:link {
color:#666600;
text-decoration:none;}
a:visited {
color:#666600;
text-decoration:none;}
a:hover {
color:#999900;
text-decoration:none;}