/* MAIN STYLES */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #8B6C49;
	font-size: 12px;
	color: #666666;
	margin: 30px;
	padding: 0;
}

/*td, th {
	font-size: 12px;
	color: #666666;
}*/

img, div { behavior: url(/scripts/iepngfix.htc) }


/* TEXT STYLES */
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 30px;
	color: #000000;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}

.subheader {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}

.header {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}

.message { 
	font-size: 12px; 
	color: red; 
	font-weight: bold 
} 


/* LINK STYLES */
a:link, a:visited, a:active    {text-decoration:none; color: #0066FF;}    
a:hover   { text-decoration: underline; color: #0066FF; }

/* LINK STYLES */
#galleryItem a:link, #galleryItem #galleryItem a:visited, a:active    {text-decoration:underline; color: #666666;}    
#galleryItem a:hover   { text-decoration: underline; color: #666666; }


/* FORMATTING */
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#main{
	width: 942px;
	margin: 0 auto;
	position: relative;
}

#SEO{

}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 172px;
	float:left;
}

#side-flash {
	position:absolute; 
	top:70px; 
	left:665px; 
	z-index: 999;
	height: 220px;
	width: 200px;
}

#content-container {
	margin-left: 172px;
	width: 770px;
	background-image:url(../media/tmp_bg_side.jpg);
	background-repeat: repeat-y;
	height: expression( this.scrollHeight < 355 ? "355px" : "auto" ); /* sets min-height for IE */
	min-height: 355px;
}

#content {
	position: relative;
	width: 459px;
	padding: 35px 35px 0px 35px;
	border-top: 31px solid #FFFFFF;
}

#content-home {
	margin-left: 172px;
	width: 770px;
}

#side-container {
	position: absolute;
	top: -31px;
	left: 529px;
	width: 241px;
	overflow: visible;
	/*background-image:url(../media/tmp_bg_side_btm.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;*/
}

#side {
	width: 161px;
	margin-top: 190px;
	padding: 0px 55px 0px 25px;
	color: #FFFFFF;
}

#banner-home {
	position: absolute; 
	top: 355px; 
	left: 640px;
}

#footer {
	position: relative;
	clear: both;
	margin-left: 172px;
	font-size: 10px;
	color: #BBA78C;
}

#footer a {
	font-size: 10px;
	color: #BBA78C;
	text-decoration: none;

}

#footer-side-shadow {
	position:absolute; 
	left:762px; 
	top:-241px;
}

ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
}

li {
	line-height: 12.5px;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 9.5px;
}

.clear {
	clear: both;
}

/* DETAILS PAGE */
.dynamicImages {
	float: left;
	background-color: #FFFFFF;
	margin: 3px 14px 14px 0px;
	border: 2px solid #CDCDCB;
	text-align: center;
}

img {
	border: none;
}

.rule {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px 0px 20px 0px;
}

.hours-header {
	border-bottom: 1px solid #CCCCCC;
	background-color: #AAAAAA;
	color:#FFFFFF;
	font-weight: bold;
}

.form_large {
	width: 260px;
}

.form_medium {
	width: 160px;
}

.form_textarea {
	height: 120px;
}


#linksBrands h1 { margin-bottom: -10px; }
#linksBrands h2 { margin-top: 25px; }
.linkImage { border:1px #CCCCCC solid; background-repeat:no-repeat; background-position:center; float:left; margin-right: 14px; background-color:#FFFFFF; }
.linkRow h3 { margin:0px 0px 0px 0px; font-size:12px; }
.linkRow { font-size:11px; }
.rowClear { clear:left; }
#linksBrands ul { margin: 15px 0px 0px 0px; border-bottom: 1px dotted #999999; padding:0px 0px 15px 0px; list-style:none; list-style-position:outside; }
#linksBrands li { padding: 5px 2px 5px 20px; margin:0px; list-style:none; background-image:url(/media/img_bullet.gif); background-repeat:no-repeat; background-position: 0px 1px; list-style-position:outside; }
#linksBrands li a:link, #linksBrands li a:visited, #linksBrands li a:hover, #linksBrands li a:active { font-size:14px; }
#brandIntro { margin-top:25px; }