@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
}

#wrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border:none
}
a {
	color: #333;
}
.clr {
	clear: both;
}
/* HEADER */

#header {
}
#logo {
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	
}
#logo .tags {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	text-align: center;
	word-spacing: 0.75em;
	margin-top: -10px;
}


/* menu */
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}



/* BANNER */

#banner {
}

#banner_left {
	background-image: url(../images/bg-banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 240px;
	width: 792px;
}
#slideshow {
	position:relative;
	height:200px;
	margin-left: 220px;
	margin-top: 20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#banner_right {
	float: right;
	height: 242px;
	width: 200px;
	padding-top: 10px;
}
.phone {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
}
.review {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	height: 180px;
	width: 200px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	background-color: #999999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.review h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff2d6;
	margin-top: 0px;
	margin-bottom: 0px;
}
.review p {
	margin-top: 3px;
	margin-bottom: 0px;
}


/* CONTENT */
#content {
	margin-top: 20px;
	margin-bottom: 20px;

}
#left_col {
	color: #634400;
	width: 200px;
	float: left;
}
#left_col a {
	color: #634400;
	text-decoration: none;
}
#left_col a:hover {
	color: #0099FF;
	text-decoration: none;
}
#left_col h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#left_col ul li {
	margin-left: -20px;
	padding-left: 0px;
}
#main_col {
	width: 600px;
	float: left;
	padding-left: 10px;
}
#main_col h1{
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
	text-transform: uppercase;
}
#main_col h2{
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
#main_col p {

}
#main_col em {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
#main_col .boxform {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#main_col .btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}
#main_col .btnclr {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFCCCC;
}


#right_col {
	width: 200px;
	float: right;
	font-style: italic;
	color: #000000;
	font-size: 14px;
}



/* FOOTER */
#footer {
	/*color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 127px;
	position: absolute;
	bottom:0;
	width:100%;
	margin-left: -8px;*/
	width: 100%;
	background: black;
	color: white;
	border-top: 2px solid #333;
	bottom:0;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#footer-wrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.add {
	float: left;
	width: 250px;
	font-size: 11px;
}
.menu {
	float: left;
	width: 550px;
	font-size: 11px;
	color: #ffe3a4;
}
.menu a {
	color: #ffe3a4;
	text-decoration: none;
}
.menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.menu h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.menu ul.left {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: -20px;
}
.menu ul.right {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 80px;
}
.logo-footer {
	float: right;
	width: 200px;
}
