/* CSS Document */

/* HTML TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#999999;
	background-color:#999999;
	margin-top:10px;
}
h1 {
	color:#CCCCCC;
	background-color:#62621A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	padding:10px 0 10px 20px;
	margin-top:0;
}
h2 {
	color:#CCCCCC;
	background-color:#5A5434;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	padding:10px 0 10px 20px;
	margin-top:0;
}
h3 {
	color:#988C1E;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color:#CCCCCC;
	font-size:13px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	border-bottom:1px dashed #985A22;
	overflow:hidden;
	color:#985A22;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin-left:205px;
	padding-top:70px;
}

/* MAIN LAYOUT */
#WRAPPER {
	width:800px;
	padding:0;
	margin:0 auto;
	background-color:#2C2721;
}
#BANNER {
	height:300px;
	background:url(../img/header.jpg) top left no-repeat;
}
#BANNERadmin {
	height:136px;
	background:url(../img/header-admin.jpg) top left no-repeat;
}
#COLWRAPPER-B {
	width:800px;
	border:0;
	padding:0;
	float:left;
	background-color:#2C2721;
	margin-top:0;
}
#MAINCONTENT {
	float:right;
	width:548px;
}
#subMAINCONTENT {
	margin:45px 20px 45px 0px;
	border-left:1px solid #666666;
	padding-left:20px;
}
#SIDEBAR {
	float:left;
	width:250px;
	margin-right:2px;
}
#subSIDEBAR {
	margin:45px 20px 45px 20px;
}
#COLWRAPPER {
	width:800px;
	border:0;
	background-color:#2C2721;
	margin-top:0;
}
#MAINCONTENT-I {
	margin:20px 20px 20px 20px;
}
#FOOTER {
	height:55px;
	background:url(../img/footer.jpg) top left no-repeat;
	clear:both;
	padding-bottom:10px;
}

/* LINKS */
a:link {
	text-decoration:none;
	color:#CCCCCC;
}
a:visited {
	text-decoration:none;
	color:#CCCCCC;
}
a:hover {
	text-decoration:none;
	color:#999999;
}
a.products {
	text-decoration:underline;
}
a.products:link {
	color:#988C1E;
	line-height:14px;
	margin-bottom:50px;
	display:block;
	font-size:13px;
	text-decoration:underline;
}
a.products:visited {
	color:#988C1E;
	line-height:14px;
	margin-bottom:50px;
	display:block;
	font-size:13px;
}
a.products:hover {
	color:#985A22;
	line-height:14px;
	margin-bottom:50px;
	display:block;
	font-size:13px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	background-color:#985A22;
	padding:1px 3px 2px 3px;
	text-decoration:none;
}
#FOOTER p {
	color:#CCCCCC;
	padding-top:30px;
	margin-left:20px;
}
#FOOTER a { color:#988C1E; }

/**** MAIN LINKS ****/
ul.nav {
	list-style-type:none;
	padding-left:0;
	margin-left:205px;
	padding-top:70px;
	padding-bottom:5px;
}
ul.nav li {
	display:inline;
}
ul.nav a {
	padding:5px 17px 2px 17px;
	color:#CCCCCC;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
ul.nav a:link {
	text-decoration:none;
	font-weight:normal;
}
ul.nav a:visited {
	text-decoration:none;
	font-weight:normal;
}
ul.nav a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#250705;
}
ul.nav a.current {
	text-decoration:none;
	font-weight:normal;
	color:#250705;
}
/**** Vendor Links ****/
ul.vendornav { list-style-type:none; padding-left:0px; margin-left:0; }
ul.vendornav li { display:inline; }
ul.vendornav a { padding:5px 10px 5px 5px; text-decoration:underline; }
ul.vendornav img { border:0; }
ul.vendornav a:link {
	color:#988C1E;
	text-decoration:underline;
}
ul.vendornav a:visited {
	color:#988C1E;
	text-decoration:underline;
}
ul.vendornav a:hover {
	color:#988C1E;
	text-decoration:underline;
}

/* MISC */
.left { float:left; border:0; padding-right:15px; padding-top:5px; }
.right { float:right; border:0; padding-left:15px; padding-top:5px; }
.form { clear:both; padding-top:25px; }
p.formstatus { 
	clear:both; 
	padding-top:25px; 
	text-align:center; 
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC;
}
.orange { color:#985A22; }
.label {
	float:left;
	width:130px;
}
.hspecial { margin-top:40px; }

input#Name, input#email, textarea#info { 
	border-color:#999999;
	background-color:#CCCCCC; 
}
input#Name:focus, input#email:focus, textarea#info:focus { /* Only works in Firefox, Safari, & Opera */
	background-color:#999999;
}

/* BROWSER BUG FIXES */
ul.nav li { display:inline; }
* html ul.nav a { height:1px; }
html { height:100%; }