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

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

h1{
	color:#FF0000;
	}
h2{
	 color:#FC581F;
	 }

h3{
	color:#0009ff;
	}
h4{
	color:#FF8A00;
	}
h5{
	color:#582d05;
	}

.container{
	
	xbackground-color:#ff0000;
}

p.txt1{
	margin:0;
	font-size:24px;
	color:#e9e7e7;
	}
	
p.txt2{
	margin:0;
	font-size:24px;
	color:#d3d2d2;
	}
	
p.txt3{
	margin:0;
	font-size:24px;
	color:#bab9b9;
	}
p.txt4{
	margin:0;
	font-size:24px;
	color:#fc4100;
	}

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

#wrapper{
	
	height:auto;
	
}

#header{
	height:76px;
	background:transparent url(../images/header.png) no-repeat;
}

#leftNav{
	width:130px;
	background:transparent url(../images/navBg.png) repeat-y;
}

#leftNav ul{
	height:auto;
	margin:0 10px;
	list-style:none;
}

#leftNav ul li {
	padding:10px 5px 0 10px;
	list-style-type:none;
	font-size:16px;
	color:#fff;
	font-family:verdana;
}



#leftNav ul li a{
	height:49px;
	color:#000;
}

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

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

#leftNav ul li a:active{
	color:#000;
}

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

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

#leftNav ul li ul li a{
	padding:0 5px;
	color:#000;
	}
	
#leftNav ul li ul{
	margin:0;
	}
	
#leftNav ul li ul li{
	padding:0;
	color:#000;
	}

#leftNav ul li ul li a:hover{
	color:#ff0000;
	}
	
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; }

#leftSide{
	width:89px;
	height:498px;
	background:transparent url(../images/leftside.png) no-repeat;
	position:absolute;
	bottom:368px;
	left:0;
	}
	
#leftspace{
	width:88px;
	height:498px;
	}
	
#flash{
	width:400px;
	margin:0 0 15px 0;
	}
	
#flash2{
	padding-left:30px;
	}
	
#text{
	width:250px;
	height:300px;
	margin:0 0 15px 0;
	text-align:center;
	line-height:24px;
	}

#mainContent{
	padding:10px 50px 0 70px;
	height:auto;
	width:657px;
	background-color:#333;
	background:transparent url(../images/content.png) repeat-y;
	min-height:500px;
}

#body{
	width:500px;
	position:relative;
	float:left
	}

#rightSide{
	width:85px;
	height:498px;
	background:transparent url(../images/rightside.png) no-repeat;
	position:absolute;
	bottom:368px;
	right:0;
	}
	
#rightSspace{
	width:85px;
	height:498px;
	}
	
#footer{
	height:258px;
	background:transparent url(../images/footer.png) repeat-y;
	text-align:center;
	position:relative;
	padding-top: 110px;
	color:#fff;
}

#footer a{
	color:#ff0000;
	}

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

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

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