@CHARSET "UTF-8";

body{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size:13px;
	background-color: black;
	color: white;
}

a img, a:link img, a:active img, a:visited img, a:hover img {
	border: none;
}

a, a:link, a:visited {
	color:white;
	text-decoration: none;
}

a:hover {
	color: #F04400;
}

a:active {
	color: red;
}

.mainContainer{
	width: 1020px;
	height: 790px;
	/*border: solid 2px white;*/
	margin: auto;
}

div.header{
	height:100px;
	position:relative;
	background-image:url(/img/new_sniper_black.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

div.header table{
	width:100%;
}

.contentContainer {
	position: relative;
	height: 610px;
}


/* Main frame for content */
table.slideshowFrame td {
	 border-spacing: 0px;
	 padding: 0px;
	 border:0px;
}

table.slideshowFrame img {
	 display:block;
}

table.slideshowFrame td.lineTop {
	background-image:url(/img/line.png);
	background-position:left top;
	background-repeat:repeat-x;
}

table.slideshowFrame td.lineRight {
	background-image:url(/img/line.png);
	background-position:right top;
	background-repeat:repeat-y;
}

table.slideshowFrame td.lineBottom {
	background-image:url(/img/line.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

table.slideshowFrame td.lineLeft {
	background-image:url(/img/line.png);
	background-position:left top;
	background-repeat:repeat-y;
}

div#promoBoxes{
	height:610px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
	z-index:10;
	/*border: solid 1px white;*/
}

div.promoBox{
	width: 150px;
	height: 100px;
	border: none;
	position: absolute;
	margin: 10px;
	display: none;
	cursor:pointer;
}

div.promoBox div.boxContent{
	width: 150px;
	height: 100px;
	/*width: 146px;
	height: 96px;
	order: solid 2px white;*/
	overflow-x:hidden;
	overflow-y:hidden;
}

div.hor{
	top: 480px;
	display: block;
}

div.ver {
	left: 850px;
	display: block;
}

div.mainMenu {
	left:410px;
	position:absolute;
	top:50px;
}

ul.mainMenu {
	background-image:url(/img/ul.jpg);
	background-repeat:repeat-x;
	background-position: 0px -6px;
	height:50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.mainMenu li {
	float:left;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
	width:120px;
	cursor:pointer;
	
}

ul.mainMenu li img{
	margin-top: 10px;
	border:none;
}

ul.mainMenu li a:hover img, ul.mainMenu2 li a:hover img{
	border:none;
}

ul.mainMenu li a:visited img, ul.mainMenu2 li a:visited img{
	border:none;
}

ul.mainMenu li a:active img, ul.mainMenu2 li a:active img{
	border:none;
}


ul.mainMenu2 li img{
	border:none;
}

div.mainMenu2 {
	left:410px;
	position:absolute;
	top:0px;
}

ul.mainMenu2 {
/*	background-image:url(/img/ul.jpg);
	background-repeat:repeat-x;
	background-position: 0px -6px;
*/	height:50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.mainMenu2 li {
	float:left;
	height:50px;
	margin:0;
	padding:0;
	text-align:center;
	width:120px;
	cursor:pointer;
	
}

ul.list li {
	list-style-image:url(/img/li1.gif);
}

.footer {
	background:transparent url(/image/i=bgfooter1.gif) repeat-x scroll 0 0;
	color:#CCCCCC;
	font-size:12px;
	line-height:39px;
	padding-left:15px;
	text-align:left;
}

div.miniMenu {
	font-size: 10px;
	text-align: center;
	color: #878686;
}

div.miniMenu a, div.miniMenu a:link, div.miniMenu a:visited {
	color: #878686;
}

div.miniMenu a:hover {
	color: #F04400;
}

div.poweredby {
	display: none;
	font-size: 10px;
	text-align: right;
	color: #727171;
	padding-right: 20px;
}
div.poweredby a {
	color: #727171;
}
div.poweredby a:hover {
	color: #B0AFAF;
}
