/* CSS Document */

body, html, ul, li, div, table, td, p, h1, h2, h3, h4, h5, h6, form, span, hr {
	font: 95%/140% Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #fff;
}


body {
	text-align: center;
	background: url(../images/bg.jpg) repeat-x #9f241c;
		
}

.clear {
	clear: both;
}

img {
	border: none;
}

a, a:visited {
	text-decoration: underline;
	color: #323e3a;
}

a:hover, a:active {
	text-decoration: none;
	color: #584d3e;
}

h1 {
	margin: 15px 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 1.5em;
	border-bottom: 1px dashed #76000f;
	text-align: left;
}


/* ------------------------------- */

#container {
	margin: 0 auto;
	width: auto;
	height: auto;
}

#wrap1-logo {
	float: left;
	width: 265px;
	text-align: left;
	height: 45px;
	background: url(../images/text_logo.jpg) no-repeat left center;
}
#wrap1-more {
	float: right;
	width: auto;
	text-align: left;
}

#key {
	text-align: left;
	color: #9f241c;
	padding: 0 0 0 105px;
}

#wrap2 {
	width: auto;
	height: auto;
	background: url(../images/wrap2_bg.jpg) repeat-x;
}

#logo {
	float: left;
	width: 270px;
	height: 114px;
	margin: 0 -455px 0 0;
	background: url(../images/logo.jpg) no-repeat;
}

#nav {
	padding: 0 0 0 475px;
	float: right;
	width: 455px;
	height: 114px;
}

#main_nav {
	width: auto;
	height: auto;
	list-style-type: none;
	margin-right: 5px;
}

#main_nav li {
	float: left;
	display: block;
	margin: 0 3px 0 0;
}

#bt1 a, #bt1 a:visited {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/company_bt.jpg) no-repeat;
} 

#bt1 a:hover, #bt1 a:active {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/company_bt_r.jpg) no-repeat;
} 

#bt1_active a:hover, #bt1_active a:active, #bt1_active a, #bt1_active a:visited {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/company_bt_r.jpg) no-repeat;
}




#bt2 a, #bt2 a:visited {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/products_bt.jpg) no-repeat;
} 


#bt2 a:hover, #bt2 a:active {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/products_bt_r.jpg) no-repeat;
} 

#bt2_active a, #bt2_active a:visited, #bt2_active a:hover, #bt2_active a:active {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/products_bt_r.jpg) no-repeat;
}



#bt3 a, #bt3 a:visited {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/contact_bt.jpg) no-repeat;
} 

#bt3 a:hover, #bt3 a:active {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/contact_bt_r.jpg) no-repeat;
} 

#bt3_active a, #bt3_active a:visited, #bt3_active a:hover, #bt3_active a:active {
	display: block;
	width: 146px;
	height: 114px;
	background: url(../images/contact_bt_r.jpg) no-repeat;
}

#content {
	margin: 0 auto;
	width: 800px;
	height: auto;
}

.text_doc {
	padding: 0 10px;
	text-align: left;
}

.text_doc2 {
	padding: 0 10px;
	text-align: left;
	color: #44030b;
}

.text_doc img {
	margin: -10px 0 0 0;
	padding: 10px 10px 0 0;
}

.products {
	float: left;
	width: auto;
	height: auto;
	margin: 10px 20px 20px 80px;
}

.products img {
	border: 2px solid #76000f;
}

/*
* Contact
*/

#content_contact {
	width: auto;
	height: auto;
	font-size: 12px;
	text-align: left;
	padding: 15px 10px 5px 30px;
	line-height: 19px;
}

#contact_form {
	margin: 15px 0 20px 0;
}

#form {
	padding: 0;
	margin: 0;
	text-align: center;
}

.name_right {
	text-align: right;
	font-size: 12px;
	color: #76000f;
}

.fields_left {
	text-align: left;
}

input {
	margin: 3px 10px;
	width: 200px;
	color: #666;	
}

textarea {
	margin: 3px 10px;
	width: 200px;
	height: 100px;
	color: #666;
}

#contact_details {
	margin: 0;
	padding: 0;
	width: 95%;
	height: auto;
	border-top: 1px dashed #d0771d;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#contact_details a, #contact_details a:visited {
	color: #fff;
	text-decoration: underline;
}

#contact_details a:hover, #contact_details a:active {
	color: #fff;
	text-decoration: none;
}

#send {
	width: 92px;
	color: #333;
}

#reset {
	width: 92px;
	color: #333;	
}

#contact_error {
	margin-top: 40px;
	padding-bottom: 280px;
}

.must_fields {
	font-size: 10px;
	color: #CCCC33;
	margin-bottom: 5px;
}








