/* COMMON */
* { margin: 0; padding: 0; }
                
html { 
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	color:#04254C;
	line-height:18px;
}

#wrap{
	width:980px;
	margin:auto;
	padding:10px 0;
	background-color:transparent;
	height:auto;	
}

h2{
	margin:0;
	padding:5px 0 10px 0;
	font-size:28px;
	font-weight:bold;
	color:#FFF8E2;	
	letter-spacing:-1px;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif
}

h3{
	margin:0;
	padding:5px 0 10px 0;
	font-size:20px;
	font-weight:bold;
	color:#FFF;	
	letter-spacing:-2px;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif
}


p{
	text-align:justify;
	line-height:18px;
	color:#161010;
	padding-top:5px 0;
	font-size:13px;
}
.content{
	width:960px;
	height:auto;
}
.title{
	color:#FFEF00;
	font-weight:bold;
	font-size:13px;	
	text-transform:uppercase;
}
.alink{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;	
}
.alink:hover{
	text-decoration:underline;
}
/* END OF COMMON */

/* HEADER STARTS HERE */
#header{
	background-color:#161010;
	-moz-border-radius: 3px;
    border-radius: 3px;	
	width:970px;
	color:#CCC;
	padding:5px;
	height:auto;
}
.header_top{
	width:950px;
	height:70px;
	line-height:70px;
	margin:10px 10px 0 10px;
	border-bottom:1px solid #69782C;	
	font-size:60px;
	color:#FFF000;
	letter-spacing:-5px;
	font-weight:bold;
}

.header_bottom{
	width:950px;
	margin:10px;
	height:30px;
	line-height:30px;
}

#navigation {
	width:auto;
	height:30px;
	float:left;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:30px;
	width:auto;
	padding:0 8px;
	margin:0 1px;
	display: block;
	float: left;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color: #393737;
	text-decoration: none;
	word-spacing:normal;
	text-transform:uppercase;
	color:#FFF;
} 

#navigation ul li a:hover {
	color:#0B0B0B;
	background: #FFF000;
}

#navigation ul li#active a {
	color:#0B0B0B;
	background: #FFF000;
}.fbbtn {float:right;height:50px; width:200px;margin-top:15px;}
/* END OF HEADER*/

/*  CONTENT STARTS */
.content_wrap{
	background-color:#B19E8E; /* #E8E1D1 #DDDDDD #CCCCCC #F0FAE2*/
	-moz-border-radius: 3px;
    border-radius: 3px;	
	width:960px;
	color:#054149;
	height:auto;
	padding:10px;
	margin-top:15px;
}

.section{
	width:300px;
	margin:0 10px;
	height:auto;
	float:left;
}

.title_bg{
	width:950px;
	background:url(../images/title-bg.gif);
	height:40px;
	line-height:40px;
	padding-left:10px;
	font-size:18px;
	color:#242424;
	font-weight:bold;	
}
.event_container{
	width:960px;
	background-color:#1F1F1F;	
	color:#FFF;
}

.gal_img_contanier{
	float:left;
	width:100px;
	height:100px;
	margin:8px;
	border:4px solid #161010;	
}
.gal_img_contanier:hover{
	border:4px solid #FFF000;	
}

.vehicles_top
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}
.popup a{
	padding-left:10px;
	font-family: Verdana;
	font-size:11px;
	color:#FFF8E2;
	text-decoration:none;
}
.popup a:hover{
	color:#d9a525;
}
.vehicles_border{
	width:930px;
	height:220px;
	margin-top:10px;
	margin-left:1px;
	border:5px solid #232323;
	-moz-border-radius: 3px;
    border-radius: 3px;	
	background-color:#232323;
}
.vehicles_lineverticle{
	float:left;
	height:213px;
	border-left:thin solid #999999;
}
.vehicles_typeleft{
	float:left;
	width:230px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#d9a525;
}
.vehicles_typeright{
	float:left;
	width:650px;
	color:#A89C9C;
}
.vehicle_txt{
	color:#A89C9C;
	text-align:left
}
.vehicles_top{
	font-size:12px;
	font-weight:bold;
}
.vehicles_top1{
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	margin-top:5px;
	color:#d9a525;
	margin-bottom:5px;
}

.left_links{
	width:200px;
	height:25px;
	line-height:25px;
	margin:2px 0;
	display:block;
}
.left_links:hover{
	background-color:#FFF000;
}
.left_links a{
	padding-left: 10px;
	text-align: left;
	font: 12px Arial;
	font-weight:bold;
	text-decoration: none;
	color: #161010;
	line-height:25px;
}

.left_links a:hover{ /* hover link images no need to modify*/
	font-weight:bold;
	color: #161010;
	background-color:#FFF000;
}
.left_link_active{
	font-weight:bold;
	color: #161010;
	background-color:#FFF000;
}
/*  END OF CONTENT */

/*  FOOTER STARTS */
.footer{
	background-color:#161010;
	-moz-border-radius: 3px;
    border-radius: 3px;	
	width:970px;
	color:#054149;
	padding:5px;
	margin-top:15px;
	height:80px;
	color:#CCC;
}
.footer a{
	color:#FFF000;
	text-decoration:none;	
}
.footer a:hover{
	color:#CCC;
	text-decoration:none;	
}
.footer_left{
	float:left;
	text-align:left;	
	padding:15px;
}
.footer_right{
	float:right;
	text-align:right;	
	padding:15px;
}
/*  END OF FOOTER*/
