@charset "utf-8";
/* CSS Document */

body{
	background-color:#1F1F1F;
	color:#FFF;
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	margin:0;
	padding:0;
}

a{
	color:#F60;
	text-decoration:none;
}

a:hover{
	color:#FFF;
	text-decoration:overline;
}

h1{
	margin:0;
	width:700px;
	height:auto;
	margin-top:10px;
	margin-left:40px;
	font-size:72px;
	color:#fff;
}
h2{
	margin:0;
	width:700px;
	height:auto;
	margin-left:40px;
	font-size:18px;
	color:#F93;
	float:left;
}

#header{
	width:100%;
	height:160px;
	background-color:#0D0D0D;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	border-bottom:5px #000 solid;
	margin:0;
	float:left;
}

#header .cont-header{
	width:1222px;
	height:150px;
	margin:auto;
	padding:5px;
}


#header .cont-header #logo{
	width:730px;
	height:140px;
	float:left;
	margin:0;
}


#header .cont-header #promos{
	width:472px;
	height:150px;
	margin-left:10px;
	float:left;
}

#header .cont-header #promos p{
	font-size:14px;
	margin:0;
	margin-top:6px;
	text-align:center;
}

#header .cont-header #promos p:hover{
	color:#F60;
}



#cont{
	width:1222px;
	height:auto;
	margin:0 auto;
	background-color:#CCC;
}

#cont .tgp{
	width:1222px;
	height:auto;
	float:left;
	margin-top:8px;
	margin-bottom:8px;
}

#cont .tgp .thmb {
	width:240px;
	height:180px;
	float:left;
	margin:1px;
	border:1px #666 solid;
}

#cont .tgp .thmb:hover{
	border:1px #999 solid;
}




.promo{
	width:1222px;
	height:auto;
	float:left;
	background-color:#1F1F1F;
	color: #1F1F1F;
}

.promo .cam{
	width:200px;
	height:180px;
	border:0;
	margin:1px;
}

.promo .bann-cams{
	margin:15px auto;
	width:1000px;
	height:130px;
}


#footer{
	width:100%;
	height:240px;
	background-color:#0D0D0D;
	background-repeat:repeat-x;
	border-top:5px #000 solid;
	margin:0;
	clear:both;
}

#footer .cont-footer{
	width:1222px;
	height:230px;
	margin:auto;
	padding:5px;
}

#footer .cont-footer #links{
	width:1112px;
	height:190px;
	padding:5px;
	margin:0 auto;
}

#footer .cont-footer #links ul{
	width:1112px;
	height:170px;
	margin:15px 0 0 0;
}

#footer .cont-footer #links ul li{
	display:inline;
	margin:7px;
}

#footer .cont-footer #copi{
	width:1112px;
	height:10px;
	padding:5px;
	margin:0 auto;
}
