@charset "utf-8";
/* CSS Document */

html, body{
	background: #454545 url(images/bg.png) repeat-x top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

img{
	border: 0px;
}

a{
	color: white;
	text-decoration: none;
}

.container{
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
}

.header{
	clear: both;
	height: 200px;
}

.top{
	float: right;
	width: 370px;
	padding: 10px;
	color: #AEC9DB;
}
	
.top big{	
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -1px;
	margin-left: 5px;
}

.top a{
	color: #AEC9DB;
}

.top a:hover{
	color: white;
}

.top img{
	float :left;
	margin-right: 10px;
}

.topi1{
	line-height: 25px;
	float: left;
	width: 120px;
}

.topi2{
	line-height: 20px;
	float: left;
	width: 250px;
}

.head{
	clear: both;
	height: 100px;
}

.logo{
	float: left;
	width: 300px;
	padding: 20px 0px 0px 20px;
}

.chat{
	float: right;
	width: 290px;
	text-align: left;
}

.bar{
	background: url(images/bar.png) no-repeat top center;
	height: 20px;
	padding: 10px;
}

.bari{
	float: left;
	margin: 0px 10px 0px 10px;
}

.bar a{
	color: #BCBCBC;
}

.bar a:hover{
	color: white;
}

.baril{
	float: right;
	margin-right: 30px;	
	margin-top: 5px;
	vertical-align: middle;
}	

.baril a{
	color: #389DD6;
	font-weight: bold;
}

.boxes{
	background: #000000 url(images/back.png) no-repeat left bottom;
	height: auto;
}

.box{
	float: left;
	line-height: 18px;
	padding: 40px 0px 0px 40px;
	width: 229px;
	color:#B4B4B4;
}

.box b{
	color: white;
	font-size: 14px;
}

.bimg{
	float: left;
	width: 60px;
}

.btxt{
	float: left;
	width: 160px;
}

.btxt img{
	margin-top: 3px;
}

.logos{
	background: url(images/logos.jpg) no-repeat top center;
	height: 84px;
	width: 928px;
	margin: 0px auto;
}

.end{
	background: black url(images/end2.png) no-repeat bottom;
	height: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.end1{
	float: left;
	width: 160px;
	line-height: 17px;
	padding: 15px 0px 0px 30px;
	color: #B4B4B4;
}

.end1 a{
	color: #0E88CE;
}	

.quote{
	float: right;
	padding: 19px 10px 0px 0px;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	width: 250px;
	line-height: 19px;
}


.quote span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}


.fl{
	float: left;
	width: 400px;
	padding: 10px;
	color: #000;
}	

.fr{
	float: right;
	padding: 10px;
	color: #000;
}

.page{
	background: black;
	padding: 20px;
	line-height: 20px;
	font-size: 12px;
}


.page span{
	background: #007CFD;
	color: white;
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.br{
	float: right;
	width: 260px;
	color: #666;
	font-size: 11px;
	line-height: 20px;
}

.whity{
	border-top: 2px solid #007CFD;
	background: #0C0C0C;
	padding: 10px;
	margin: 10px;
}

.bl{
	padding: 30px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}	


