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

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:#FFFFFF;
	background-color:#030303;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {	
	margin-left: auto;
	margin-right:auto;
	width: 827px;
	
}

#logo {
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	width:827px;
	height:200px;
}

#logo a {
	color:#FFF;
	text-decoration:none;
}

#logo a:hover {
	color:#000;
	background-color:#FFF;
	text-decoration:none;
}

#nav {
	padding-left:201px;
	padding-top:105px;
}

#headers {
	padding-left:205px;
	padding-top:40px;
}

#headers a {
	background-color:transparent;
}

#headers a:hover {
	background-color:transparent;
}


#contentbg {
	width:827px;
	height:400px;
	background-image:url(/images/contentbg.jpg);
	background-repeat:no-repeat;
}

#contentbg2 {
	width:827px;
	height:400px;
	background-image:url(/images/contentbg.jpg);
	background-repeat:no-repeat;
}

#content {
	width:680px;
	height:247px;
	padding-left:89px;
}

#content2 {
	background-image:url(/images/home-offer.gif);
	background-repeat:no-repeat;
	background-color:#2f2f2f;
	margin-left:90px;
	font-size:11px;
}

#content3 {
	width:658px;
	margin-left:90px;
	padding:20px;
	color:#FFF;
	font-size:11px;
	height:100px;	
}

#linkbarbg {
	margin-left:90px;
	padding-left:20px;
	padding-top:10px;
	height:60px;
	background-image:url(/images/linkbar.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:16px;
}

#print {
	float:right;
	width:350px;
		line-height:120%;
}

#online {
	float:left;
	width:320px;
	line-height:120%;
}

.line1 {
	color:#6d6d6d;
	font-size:16px;
}

.line1 a {
	color:#6d6d6d;
	text-decoration:none;
	font-weight:bold;
}

.line1 a:hover {
	color:#afafaf;
	text-decoration:none;
}

.line2 {
	color:#5e5e5e;
	font-size:14px;
}

.line2 a {
	color:#5e5e5e;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.line2 a:hover {
	color:#afafaf;
	text-decoration:none;
}

.line3 {
	color:#4c4c4c;
	font-size:12px;
	padding-top:3px;
	line-height:15px;
}

.line3 a {
	color:#4c4c4c;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.line3 a:hover {
	color:#afafaf;
	text-decoration:none;
}

#footer {
	margin-top:10px;
	color:#333;
	font-size:11px;
	clear:both;
	padding-top:10px;
}
	
#footer a {
	color:#333;
	font-size:11px;
	text-decoration:none;
}

#footer a:hover {
	color:#666;	
	font-size:11px;
	text-decoration:none;
}

/* CONTACT FORM */

#contact p, label, legend { font: 1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-weight:bold; color:#000; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 450px; margin: 20px auto; padding: 5px; border: 1px solid #cbcbcb; background-color: #FFF; -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.0em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #999; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #999; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('/images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('/images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }