@charset "UTF-8";
/*---------- universal tags ----------*/
body {
	background-color: #0A0B0D;
	background-image: url(images/3guys_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-style: none;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
} 
/*---------- site wide layout ----------*/
#wrapper {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	padding-left: 204px;
	background-image: url(images/wood_bg.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	min-height: 300px;
}
#content-inside {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	min-height:300px;
}
#content p, #content-inside p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h1, #content-inside h1 {
	font-size: 18px;
	color: #4B020F;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #520B18;
	padding-bottom: 4px;
}
#content h2, #content-inside h2 {
	font-size: 14px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#footer {
	color: #D5A36F;
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	margin: 0px;
}
#footer a {
	color: #D5A36F;
}
#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.clear_cols {
	clear: both;
}
/*---------- home page only ----------*/
#home_left_photo {
	float: left;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/wood_bg.jpg);
	background-repeat: repeat-y;
	height: 200px;
	width: 198px;
}
#home_sales_ribbon {
	float: right;
	width: 208px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4D0511;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #4D0511;
	margin-left: 5px;
	margin-bottom: 5px;
}
#home_sales_ribbon p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}
#headerFlash {
	background-image: url(images/flash_bg.jpg);
	background-repeat: repeat-y;
	height: 168px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 18px;
}
#header {
	height: 64px;
}
#remote-site {
	width: 500px;
	height: 300px;
	border: none;
}
