/*-------------------------------------------------
				 	 Global				
-------------------------------------------------*/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	line-height: 148%;
	background: black;
}
body#home div#divNavigation ul#main-nav li a#home{
	background: url("../img/test/button.png") no-repeat center;
	color: #D78D22;
}
body#training div#divNavigation ul#main-nav li a#training{
	background: url("../img/test/button3.png") no-repeat center;
	color: #D78D22;
}
body#faq div#divNavigation ul#main-nav li a#faq{
	background: url("../img/test/button.png") no-repeat center;
	color: #D78D22;
}
body#enquiry div#divNavigation ul#main-nav li a#enquiry{
	background: url("../img/test/button2.png") no-repeat center;
	color: #D78D22;
}
body#gallery div#divNavigation ul#main-nav li a#gallery{
	background: url("../img/test/button.png") no-repeat center;
	color: #D78D22;
}
body#contactus div#divNavigation ul#main-nav li a#contactus{
	background: url("../img/test/button.png") no-repeat center;
	color: #D78D22;
}
h1{
	
}
h2{
	
}
h3{
	
}
/*-------------------------------------------------
					Navigation				
-------------------------------------------------*/
div#divNavigation{
	height: 52px;
	background: url(../img/navigation.jpg) no-repeat;
	margin-bottom: 15px;
}
/*-------------------------------------------------
					 Header				
-------------------------------------------------*/
div#divHeader{
	height: 320px;
	background: url(../img/banner.jpg);
}
/*-------------------------------------------------
					  Content 				
-------------------------------------------------*/
div#divContent{
	/*height: 500px;*/
	/*min-height:497px;
	height: auto !important;
	height:497px;
	padding-top: 20px;*/	
}
div#divInfo{
	 padding-left: 50px;
	 padding-top: 20px;
	 width: 600px;
	 position: relative;
}
div#divContentTop{
	background: url(../img/content.jpg) repeat-y;
	height: 29px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}
div#divMiddle{
	background: url(../img/content-border.jpg) repeat-y;
}
div#divBottom{
	background: url(../img/content-bottom.jpg) no-repeat;
	height: 20px;
}
div#divGallery{
}
div#divGalleryTop{
	background: url(../img/gallery1.jpg) no-repeat;
	height: 29px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}
div#divGalleryMiddle{
	background: url(../img/gallery-border.jpg) repeat-y;
}
div#divGalleryBottom{
	background: url(../img/gallery-bottom.jpg) repeat-y;
	height: 20px;
}
/*-------------------------------------------------
					 Enquiry   					
-------------------------------------------------*/
div.enquiry{
	float: left;
}
label{
	display: block;
	float: left;
	width: 170px;
}
input{
	background: black;
	color: white;
}
input.check{
	background: black;
	color: white;
}
textarea{
	background: black;
	color: white;
}
.howheard{
	margin: 5px 0px;
}
#howheardtext{
	margin-left: 5px;
}
#form_message{
	background: #801E11;
	font-size: 11px;
	text-align: center;
	border: 1px solid #700d00;
	margin-bottom: 15px;
	display: none;
	padding: 5px;
}
#form_message ul{
	margin: 0;
	padding: 0;
}
#loader{	
	position: absolute;
	top: 0px;
	display: none;
	background: #fff url(../img/ajax-loader.gif) no-repeat;
	width: 600px;
	height: 200px;
}
#enquiryform{
	position: relative;
}
/*-------------------------------------------------
					 Footer   					
-------------------------------------------------*/
div#divFooter{
	margin-top: 30px;
	background: url(../img/footer.jpg) no-repeat;
	height: 35px;
	padding-bottom: 20px;
	padding-top: 7px;
}
div#divFooter span#copyright{
	float: left;
	padding-left: 50px;
}
div#divFooter span#poweredBy{
	float: right;
	text-align: right;
	color: #fff;
	font-weight: bold;
	padding-right: 55px;
}
div#divFooter span#poweredBy a{
	text-decoration: none;
	color: silver;
}
div#divFooter span#poweredBy a:hover{
	color: white;
}
/*-------------------------------------------------
		      Miscellaneous classes   					
-------------------------------------------------*/
div.contact{
	float: left;
}
div.contact img{
	padding-right: 10px;
}
ol li{
	padding-bottom: 10px;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.fltLeft{
	float: left;
}
.fltRight{
	float: right;
}
.clearFlt{
	clear: both;
}
.container_12
{
	/*background: url(../img/12_col.gif);*/
}
