@CHARSET "UTF-8";
* {
padding: 0;
margin: 0;
} 
body {
	text-decoration:none;
	font-family: "Verdana", Geneva, Helvetica, sans-serif;
	color: #fff;
	font-weight: lighter;
	background: #000000 url("../images/main-bg1.jpg") repeat-y fixed center top;
	}

::-moz-selection{
	background:#ff0000;
	color:#fff;
}

::selection {
	background:#ff0000;
	color:#fff;
}

.style2 {color: #FF0101}
.style6 {font-size: 14px}
.style7 {font-size: 12px}

.style12 {	font-size: 12px;
	color: #CCCCCC;
}
.style3 {color: #FE0103}

.nav_bar {	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #000300;
	height: 49px;
	width: 791px;
}


.style19 {color: #666666}
.style20 {color: #fff}
.style21 {font-size: 14px}
.style22 {font-size: 14px; color: #666666; }
.style23 {font-size: 14px; color: #FF0000; }
.style24 {color: #FF0000}
.style26 {font-size: 14px; color: #999999; }



a{
text-decoration:none;
outline: none;
}

a:link {
	outline: none;
	text-decoration: none;
	color: #FE0103;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.wrap{
	width:950px;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* Header Styles */

.page-wrap {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:268px;
	z-index:10;
}

#banner-top {
	position: relative;
	height: 18px;
	top: 10px;
}
#number {
	position:fixed;
	left:0px;
	top:0px;
	width:160px;
	height:150px;
	z-index:70;
}

.logo{
background:url("../images/LOGO.png") no-repeat bottom right;
height:239px;
width:227px;
float: left;
text-indent:-9999px;
}

.header{
	background:url("../images/header-bg.png") no-repeat top left;
	height:242px;
	width:950px;
	position:relative;
	top: 15px;
	
}

#header_main_menu{
	position: absolute;
	width:540px;
	left: 372px;
	top: 192px;
	height: 100px;
}




.header-menu ul{
width:950px;
line-height:30px;
position:relative;
z-index:5;
}

.header-menu ul li{

display:block !important;
position:relative;
float:left;
width:auto;
text-transform:uppercase;
font-size:14px;
text-indent:-9999px;
}

.header-menu .home{
background:url("../images/top-menu.png") no-repeat 0px top;
height:46px;
width:103px;
}

.header-menu .home:hover, .active .home{
background:url("../images/top-menu.png") no-repeat 0px bottom;
}

.header-menu .about{
background:url("../images/top-menu.png") no-repeat -104px top;
height:46px;
width:102px;
}

.header-menu .about:hover,.active .about{
background:url("../images/top-menu.png") no-repeat -104px bottom;
}

.header-menu .gallery{
background:url("../images/top-menu.png") no-repeat -206px top;
height:46px;
width:102px;
}

.header-menu .gallery:hover, .active .gallery{
background:url("../images/top-menu.png") no-repeat -206px bottom;
}

.header-menu .faq{
background:url("../images/top-menu.png") no-repeat -308px top;
height:46px;
width:102px;
}

.header-menu .faq:hover, .header-menu .active .faq{
background:url("../images/top-menu.png") no-repeat -308px bottom;
}

.header-menu .contact{
background:url("../images/top-menu.png") no-repeat -411px top;
height:46px;
width:102px;
}

.header-menu .contact:hover, .active .contact{
background:url("../images/top-menu.png") no-repeat -411px bottom;
}
.header-menu ul li a{
cursor:pointer;
}

ul li a{
display:block;
}

.clear{
height: 60px;
width:950px;
}

/*end header style*/

/*content styles*/
.content-mid{
	width:950px;
	margin: 0 auto 0 auto;
	height: 298px;
	background: url("../images/banner.png") no-repeat;
	}
.content-mid ul{
float:left;
margin-left: auto;
margin-right: auto;
margin:50px auto 0px auto;
}

.content-mid ul li{
	display:block;
	float:left;
	width:290px;
}
.content-mid ul li ul{

margin:2px 0 0 40px;
width:100%;
}

.content-mid ul li ul li{
	text-transform: uppercase;
	margin-left: 30px;
	padding:2px 0px;
	display:block;
	width:250px;
	color:#fff;
	clear:both;
	font-size: 14px;
}

.content-mid ul li ul li a, .copy a{
color:#fff;

}

#thumbs{
	float: right;
	height:350px;
	width:280px;
	margin: 80px 40px 0px 0px;
}

.bottom_left{	
	float: left;
	height:350px;
	width:550px;
	margin-left: 30px;
}
.bottom_left_content{
	background:url("../images/stripe-bg.png");
	float: left;
	margin-top: 20px;
	height:320px;
	border: 1px dashed;
	border-color: #666666;
	-moz-border-radius: 5px;
	font-size: 14px;
	color: #CCCCCC;
}
#bottom_left_insert {
	background:url("../images/logo-small.png") no-repeat center;
	float: left;
	width: 130px;
	height: 100px;
	margin-top: 20px;
	}
.bottom_left_content p{
	margin:15px;
}
.bottom_left_content h3{
	margin:15px;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	list-style: none;
	margin: 5px 5px;
	float: left;
	position: relative;
	width: 80px;
	height: 80px;
}
.gallery img {
	border-color: #fff;
	padding: 1px;

}
.gallery a:hover img {
	border-color: #666666;
	border: 2px solid;
}

#thumbs span {
	cursor: pointer;
	width: 74px;
	height: 74px;
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	background: url(../images/span-foreground.png) no-repeat;

}
#read-more-1 {
	background: url("../images/read-more-btn.png") no-repeat bottom left;
	position:absolute;
	left:189px;
	top:965px;
	width:129px;
	height:23px;
	z-index:100;
}
#read-more-1:hover {
background: url("../images/read-more-btn.png") no-repeat top left;
}
#read-more-2 {
	background: url("../images/read-more-btn.png") no-repeat bottom left;
	position:absolute;
	left:473px;
	top:964px;
	width:129px;
	height:23px;
	z-index:100;
}
#read-more-2:hover {
	background: url("../images/read-more-btn.png") no-repeat top left;
}
#contact-us-btn{
	background: url("../images/contact-us.png") no-repeat bottom left;
	width:129px;
	height: 23px;
	margin-left: 50px;
	margin-top: 15px;
	float: left;
	}
	
#contact-us-btn:hover{
	background: url("../images/contact-us.png") no-repeat top left;
	}	
#view-faq{
	background: url("../images/view-faq.png") no-repeat bottom left;
	width:129px;
	height: 23px;
	margin-left: 50px;
	margin-top: 15px;
	float: left;
	}
	
#view-faq:hover{
	background: url("../images/view-faq.png") no-repeat top left;
	}		
/*end content styles*/

/* Footer Styles */


.footer {
float:left;
width:850px;
margin-left:auto;
margin-right: auto;
}

.footer .copy{
float:left;
margin:30px 0 0 60px;
width:750px;
color:#cccccc;
font-size: 12px;
}

.footer ul{
float:right;
margin:60px auto 0px auto;
}

.footer ul li{
	display:block;
	float:left;
	width:220px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

.footer ul li span{
	text-transform:uppercase;
	font-weight:normal;
	color:#FF0101;
	padding:2px 0px;
	display:block;
	font-size: 13px;
}

.footer ul li span a{
	color:#FF0101;
}

.footer ul li ul{
float:left;
margin:2px 0px;
width:100%;
}

.footer ul li ul li{
	padding:2px 0px;
	display:block;
	width:100%;
	color:#ccc;
	clear:both;
	font-size: 13px;
}

.footer ul li ul li a, .copy a{

color:#cccccc;

}

/*end footer styles*/

