@charset "utf-8";
/* CSS Document */

html,  body {
	margin:0;
	padding:0;
}

body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dd, dl, fieldset, address, legend, td, th, table, code, div {
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

h1{
	font-size:32px; 
	color:#484848;
	font-weight:500;
	padding:7px 0px 0px 0px;
}
h2{
	font-size:18px;
	color:#484848; 
	font-weight:500;
	padding:7px 0px 0px 0px;
}
h3{
	font-size:15px;
	color:#212121;
	font-weight:500;
	padding:14px 0px 0px 0px;
	margin-bottom:0px;
}
h4{
	padding:7px 0px 0px 0px;
	color:#484848;
	font-weight:500;
}


a img {border:none;}
img {border:none;}
hr{background-color:#000; height: 5px; margin:0px 0px 10px 0px;}
a {color:#03F;}

.clear{
	clear:both;
}
/* --------------- wrapper -------------------*/
#wrapper {
	min-height:100%;
	position:relative;
	width:768px;
	margin:0 auto;
	margin-bottom:10px;
	padding-bottom:10px;
}
/* -------------- header -------------------*/
div#header {
	height:402px;
	width:768px;
	margin:0 auto;
	margin-top:20px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
}
div#logo a{
	outline:none;
}
/*--------------- MENU ----------------------*/
div#menu{
	position:absolute;
	top:226px;
	left:145px;
	height:30px;
	color:#FFF;
}
div#menu ul{
	list-style-type:none;	
	width:860px;
	margin:0 auto;
	height:30px;
	padding-left:3px;
}
div#menu ul li{
	float:left;
	height:25px;
	border-right:1px solid #54aca8;
	margin:0px 0px 0px 0px;
	padding:0px 16px 0px 16px;
}
div#menu ul li a{
	height:25px;
	color:#000;
	display:block;
	font-size:11px;
	text-decoration:none;
	padding:7px 0px 0px 0px;
	outline:none;
}
div#menu ul li a:hover{
	color:#484848;
}
div#menu ul li#last{
	border-right:1px solid #54aca8;	
}
div#menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	margin-left:-25px;
	/*top:1em;
	/*left:0;*/
}
div#menu li:hover ul{
	display:block;
}
div#menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
	border-bottom:1px solid #54aca8;
}
div#menu li:hover li a{
	background:none;
}
div#menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:5px 15px 0px 23px;
	text-align:left;
	outline:none;
}
div#menu li ul a:hover, div#menu li ul li:hover a{
	border:0px;
	color:#666;
	text-decoration:none;
}
div#menu ul li.active{
	float:left;
	height:30px;
	border-right:1px solid #54aca8;
	margin:0px 0px 0px 0px;
	padding:0px 24px 0px 24px;
	background-color:#FFF;
	color:#731472;
}
div#menu ul li a.active {
	color:#484848;
}
/*--------------- CONTENT ----------------------*/
#content_wrapper{
	width:762px;
	padding:3px;
	background-color:#FFF;
	float:left;
	height:100%;
}
#content_inside_wrapper{
	width:510px;
	background-color:#E9E9E9;
	min-height:710px;
	margin-bottom:3px;
	height:100%;
	float:left;
}
#content {
	height:100%;
	float:left;
	padding:10px 10px 10px 18px;
	font-size:12px;
	background-color:#E9E9E9;
	color:#484848;
}
/*---------------- CONTENT STYLING ------------------*/
#content p{
	padding:5px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}
#content p.fixed{
	width:400px;
	padding:8px 0px 8px 0px;
}
#content ul{
	padding:0px 0px 10px 0px;
	list-style-type:none;
}
#content ul li{
	line-height:15px;
	background-image:url("../images/bullet.gif");
	background-position:10px 5px;
	background-repeat:no-repeat;
	margin:0 0 6px;
	padding:0 0 0 22px;
}

/* splitting content in two #left_col and #right_col */
#content #left_col{
	width:360px;
	float:left;
}
#content #right_col{
	width:360px;
	float:right;
}
#content img{
	padding:0px 18px 18px 0px;	
}
#content hr{
	border:none;
	background-color:#666;
	height:1px;
}
#clear{
	clear:both;	
}
/* ---------------- RIGHT BOX --------------*/
div#right_box{
	width:248px;
	float:right;
}
/* ---------------- EXTRA STYLING --------------*/
/*-------------- FORMS AND ERRORS ---------------*/
/*---------------contact_form------------------*/
.contact_form {
	width:455px;
	float:left;
	padding:5px;
	margin:5px 0 0 0;
	_margin:5px 0 0 0;
	position:relative;
}
.form_row {
	width:335px;
	_width:355px;
	clear:both;
	padding:10px 0 10px 0;
	_padding:5px 0 5px 0;
	color:#484848;
}
label.contact {
	width:60px;
	float:left;
	font-size:12px;
	text-align:left;
	padding:4px 5px 0 0;
	color: #333333;
}
input.contact_input {
	width:253px;
	height:18px;
	background-color:#fff;
	color:#999999;
	border:1px #DFDFDF solid;
	float:left;
}
textarea.contact_textarea {
	width:253px;
	height:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	background-color:#fff;
	border:1px #DFDFDF solid;
	float:left;
}

.form_subtitle {
	position:absolute;
	top:-11px;
	left:7px;
	width:auto;
	height:20px;
	background-color:#990000;
	text-align:center;
	padding:0 7px 0 7px;
	color:#FFFFFF;
	font-size:11px;
	line-height:20px;
}
span.errors{
	padding:5px;
	color:#990000;
}
/*--------------- FOOTER ------------------------*/
div#footer{
	width:752px;
	height:34px;
	background-color:#FFF;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	text-align:left;
	font-size:11px;
	padding-top:10px;
	padding-left:10px;
	color:#666;
}
div#footer span#footer_txt{
	margin-left:15px;
}
div#footer a{
	color:#484848;
}
span#cf_footer{
	padding:10px;
	color:#FFF;
	font-size:11px;
}
span#cf_footer a{
	color:#FFF;	
}

