/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

ul{
	list-style:none;
}
.l{
	float:left;
}
.r{
	float:right;
}
.clr{
	clear:both;
}
.textClass{
    margin-top: 10px;
    margin-left: 20px;
    font-size: 25px;
    color: #FFCC33;
}
.linkClass{
    color: white;
    margin-left: 10px;
    text-decoration: none;
}
.textClass2{
    font-size: 15px;
    color: #FCFCFC;
    margin-left: 28px;
}

body{
	background:#1c1c1e;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
#container{
	width:960px;
	margin:auto;
	display:table;
	

}
#header{
	padding-top:20px;
	background:url(../imgs/header-bg.png) no-repeat 0 0;
	min-height:105px;
}
.imgClass{
    width: 700px;
   /* height: 700px;*/
    margin-left: 130px;
    margin-top: 30px;
}

.logo{
	margin-left:-10px;
}
.nav{
	margin-top:30px;
	height:53px;
}
.nav li{
	float:left;
	margin-left:5px;
}
.nav li a{
	text-decoration:none;
	color:#ebebeb;
	font-size:20px;
	padding:10px;
	
}
.active{
	color:#1c1c1e !important;
	background:#ffcc33;
	border-radius:10px;

}
.media{
	width:435px;
	background:#222224;
	border-radius:10px;
	padding:15px;
}
.media h2{
	color:#ffcc33;
	font-weight:normal;
}
.text{
	width:330px;
	margin-top:20px;
}
.text p{
	height:100px;
	color:#efefef;
	text-align:justify;
}
.text a{
	float:right;
}
.col{
	background:url(../imgs/col-bg.png) no-repeat 0 0;
	width:310px;
	height:285px;
	margin-top:10px;
	padding:10px 0;
}

.col h2{
	text-align:center;
	color:#ffcc33;
	text-transform:uppercase;
	font-weight:normal;
	font-size:22px;
}
.col img{
	margin:5px 22px;
	
}
.col p{
	text-align:justify;
	color:#efefef;
	padding:0px 10px;
}

.middle{
	margin-left:15px;
	margin-right:15px;
}
#footer{
	background:url(../imgs/footer-bg.png) no-repeat 0 0;
	height:252px;
}
.sponsers{
	background:url(../imgs/sponsers-bg.png) no-repeat 0 0;
	height:82px;
	width:960px;

}
.sponsers li{
	float:left;
	margin-left:140px;
	margin-top:10px;
}

.mail{
	width:300px;
	height:100px;
	border-right:1px solid #3f3f3f;
	margin-top:20px;
}
.mail h3{
	color:#ffcc33;
	font-weight:normal;
	height:48px;
	background:url(../imgs/mail.png) no-repeat 0 0;
	padding:5px 0 0 60px;
}
.btn{
	background:#ffcc33;
	border-radius:10px;
	border:none;
	padding:5px 10px;
	color:#222224;
	font-weight:bold;
	
}

.subscribe input[type=text]{
	height:25px;
	color:#9a9995;
	width:160px;
}
.copy{
	color:#fff;
	margin:45px 130px;
}
.copy a {
	text-decoration:none;
	color:#ffcc33;
}


/*main*/
.main{
	background:#1c1c1e;
	border:1px solid #302c24;
	border-radius:10px;
	margin-bottom:10px;

}
.title{
	background:url(../imgs/title-bg.png) no-repeat 0 0;
	color:#1c1c1e;
	font-size:14px;
	margin-left:20px;
	padding:21px 10px;
	margin-top:-12px;
}
.item{
	width:917px;
	background:#252527;
	border:1px solid #353435;
	margin:10px 20px;
	display:table;
}
.item h2{
	color:#e07d2d;
	width:280px;
	margin:10px;
	font-size:18px;
}
.item p{
	width:474px;
	color:#bbbabb;
	text-align:justify;
	margin:10px;
	
}
.item img{
	margin:10px;
	
	
}