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

body{
	background:#000 url(../images/bg.jpg) repeat;
}

h1{
	color:#d42935;
	}
h2{
	 color:#9b0d17;
	 }

h3{
	color:#AD4057;
	}
h4{
	color:#CE2D25;
	}


.container{
	
	xbackground-color:#666;
}

table, td, th{
	vertical-align:top;
	}

#wrapper{
	width:1263px;
	height:auto;
	background:transparent url(../images/wings.png) no-repeat;
}

#header{
	height:256px;
	width:780px;
	margin:0 0 0 245px;
	background:transparent url(../images/header.png) repeat-y;
}

#leftNav{
	height:auto;
	width:196px;
	xbackground:#999 url(../images/navBg.png) repeat-y;
	position:absolute;
	left:160px;
	top:200px;
}

#leftNav ul{
	
	margin:0 10px;
	list-style:none;
	xbackground:transparent url(../images/navBg.png) repeat-x;
	
}

#leftNav ul li {
	
	position:relative;
	xfloat:left;
	padding:0 5px 10px 10px;
	xmargin:10px 10px;
	list-style-type:none;
	font-size:16px;
	color:#000;
	font-family:verdana;
	
	
	
}



#leftNav ul li a{
	
	xwidth:50px;
	height:49px;
	color:#000;
	text-decoration:none;
	xpadding:10px 10px 0 10px;
	
	
	
}

#leftNav ul li.highlight{
	background:transparent;
	color:#000;
	}

#leftNav ul li a:hover{
	
	color:#000;
	text-decoration:none;
	
	background:transparent url(../images/navBgRoll.png) repeat-x;
	
}

#leftNav ul li a:active{
	
	color:#000;
	text-decoration:none;
	
}

#leftNav ul li.highlight a{
	color:#000;
	}

#leftNav ul li.highlight ul li a{
	color:#fff;
	}

#leftNav ul li ul li a{
	background-color:#c3541a;
	padding:0 5px;
	color:#fff;
	}
	
#leftNav ul li ul{
	margin:0;
	}
	
#leftNav ul li ul li{
	padding:0;
	color:#fff;
	}

#leftNav ul li ul li a:hover{
	background-color:#c3541a;
	color:#000;
	}
	
ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }

ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }

#leftNavTop{
	background:transparent url(../images/navTop.png) no-repeat;
	width:196px;
	height:36px;
	}
	
#leftNavMiddle{
	background:transparent url(../images/navMiddle.png) repeat-y;
	height:auto;
	width:196px;
	}

#leftNavBottom{
	background:transparent url(../images/navBottom.png) no-repeat;
	width:195px;
	height:35px;
	}
	

#mainContent{
	padding:20px 15px 0 120px;
	/*height:400px;*/
	width:645px;
	margin:0 0 0 245px;
	background:transparent url(../images/contentmiddle.jpg) repeat-y;
	background-color:#fff;
}

#mainContentBottom{
	background:transparent url(../images/contentBottom.png) no-repeat;
	width:780px;
	height:26px;
	margin:0 0 0 245px;
	}







#body #contact-form-container{
	background:transparent;
	color:#000;
	width: 500px;
}
#body #contact-form-container div.input label{
	color:#000;
	
}
	
#body #contact-form-container div.input{
		 background-color: #eee; 
	
}
	
#body #contact-form-container div.input textarea, input.text, input.title{
    background:#fff;
	}









#footer{
	height:56px;
	background:transparent url(../images/footer.png) no-repeat;
	text-align:center;
	margin:5px 0 0 245px;
}

#footer p{
	font-size: 11px;
	padding-top: 10px;
	padding-right: 135px;
	color:#d42935;
	}

#footer a{
	font-size: 11px;
	color:#d42935;
	}

/*///////////////////////////////////////////////////*/

#body #contact-form-container div.input{
background-color:#fff;
}

#body #contact-form-container div.input label{
	color:#C3541A;
	}