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

* {
	padding: 0;
	margin: 0;
	}

body {
	background-color: #380F00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #FFF;
	}
#lic {
	position: absolute;
	left: 583px;
	top: 11px;
	color: #fff;
	font-weight: 500;
	}
#wrapper {
	background-color: #790D17;
	width: 720px;
	/*height: 100%;*/
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	border-right: #fff solid 2px;
	border-left: #fff solid 2px;
	}
#branding {
	width: 694px;
	height: 141px;
	/*background:url(img/header_test.png) no-repeat;*/
	margin: 41px 0 0 0;
	overflow: hidden;
	}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
  	color: #380F00;
	}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
  	color: #380F00;
	}
h3 {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #380F00;
	text-transform: uppercase;
	}
h3 {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #380F00;
	text-transform: uppercase;
	}
.indent {
	text-indent: 10px;
	}
p {
	margin-left: 10px;
	display: block;
	}
#nav {
	position: absolute;
	left: 422px;
	top: 142px;
	}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #fff;
	} 
#nav a:hover, #nav a:active {
    color: #fff;
	background-color: #380F00;
	}
#nav #current {
	color: #BD730B;
	background-color: none;
	}
a:link, a:visited {
	text-decoration: none;
	color: #790D17;
	} 
a:hover, a:active {
    color: none;
	background-color: #380F00;
	}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #790D17;
	background-color: #fff;
	} 
#footer a:hover, #footer a:active {
    color: #fff;
	background-color: #790D17;
	}	
ul {
	list-style: none;
	}
ul li {
	display: inline;
	}
li {
	display: none;
	color: #333333;
	text-indent: 2px;
	}
#splash {
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin: 0 20px 10px 20px;
	width: 670px;
	}
#splash .box {
	padding: 3px;
	}
#splashinfo, #splashinfoCS {
	width: 350px;
	float: left;
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin: 10px 10px 0 20px;
	height: auto;
	}
#splashinfo .box, #splashinfoCS .box {
	background-color: #BD730B;
	float: left;
	padding: 3px;
	/*height: 394px;*/
	}
#splashinfoCS {
	width: 680px;
	}
#left_content {
	width: 350px;
	float: left;
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin: 10px 10px 0 20px;
	}
#left_content .box, #assort .box, #c_form .box, #c_info .box {
	background-color: #BD730B;
	padding: 3px;
	}
#assort {
	width: 290px;
	float: right;
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin: 10px 20px 0 10px;
	/*height: 400px;*/ /*height hack*/
	}
#assort .box {
	background-color: #BD730B;
	padding: 3px;
	}
#c_info {
	width: 290px;
	float: right;
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin: 10px 20px 0 10px;
	}


#footer {
	clear: both;
	padding-left: 100px;
	padding-top: 30px;
	background:url(img/footer_test.png) no-repeat;
	color: #380F00;
	}
.rw {
	color: #790D17;
	background-color: #FFFFFF;
	}
/*#outline {
	border: 1px solid #FFFFFF;
	border-left: 0;
	border-top: 0;
	position: relative;
	z-index: 9;
	width: 189px;
	height: 347px;
	left: 342px;
	top: 367px;
	}*/
	
	
	/* Form */
	
	
#c_form {
	width: 672px;
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin: 20px 10px 0 20px;
	float: left;
	}
	
.cbox {
	background-color: #BD730B;
	padding: 3px;
	border: 1px blue, solid;
	}

#c_form #contact-form fieldset {
	border: 0;
	}

#c_form #contact-form fieldset.mini {
	width: 250px;
	margin-right: 40px;
	float: left;
	display: inline;
	background-color: #BD730B;
	}
#sub_mit {
	position: absolute;
	top: 557px;
	left: 620px;
	z-index: 40;
	}
