* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	text-align:center;
	font-size:13px;
	font-family:Arial;
	color:#ffffff;
	background-color:#000000;
}

a img {border:0;}

a, a:link, a:visited, a:hover {text-decoration:none;}

/* Layout */
div.thWrapper {
	width:776px;
	margin:0 auto;
}

div.thtoplogo{
	height:89px;
	background-image:url(../pix/headder_new.png);
	background-repeat:no-repeat;
}

div.thflash{
	width:776px;
	height:115px;
}

div.thmenuwap{
	border-bottom:2px solid #ffffff;
	border-top:7px solid #ffffff;
	height:38px;
}

div.thallwapmain{
	display:inline-block;
	width:775px;
	text-align:left;
}

div.thmain_fors{
	width:670px;
	float:left;
}

div.thright_fors{
	float:right;
	width:230px;
}

div.thmain_best{
	width:740px;
	float:left;
}

div.thright_best{
	width:170px;
	float:right;
}

/*------------------------------------------------------------------------------------------------------------------*/
/* STANDARD V6DHTML MENU-----ex insertionpoint: <div id="divMenu"><%=DropDownMenuV6()%></div> ------------ SETTINGS */
/*------------------------------------------------------------------------------------------------------------------*/	

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{
	position:absolute;
	visibility:hidden; 
	left:0; 
	top:0;
	}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{
	position:absolute; 
	width: 10; 
	height: 10; 
	background-color: Navy; 
	layer-background-color: Navy; 
	visibility: hidden;
	}

/*Styles for level 0*/
.clLevel0,.clLevel0over{
	position:absolute; 
	text-align: left; 
	font-size: 14px; 
	letter-spacing: 0px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	}
.clLevel0{
	color:#ffffff; 
	}
.clLevel0over{
	color:#ffffff; 
	cursor:pointer; 
	cursor:hand;

	}
.clLevel0border{
	position:absolute; 
	visibility:hidden; 
	}


