*{ margin: 0; padding: 0;}

body{
	font-family: Tahoma; 
	color: #656565; 
	min-width:1000px; 
	font-size:11px; 
}

html, body{
	height: 100%;
}

td{
	vertical-align: top;
}

img{
	border: 0px;
}

/* ================================================================================*/

form{ margin: 0; padding: 0; }

div, td, input, select, p, a, li {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #FFFFFF;
}

body{
	background-color: #000000;	
}

a{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#main_inside{
	position:relative; 
	min-height:100%; 
	margin: 0; 
	min-width: 1000px; 
}
	
/*For IE*/
* html #main_inside{
	height:100%; 
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%');  
}

#main_inside_in{ 
	position:relative; 
	min-height:100%; 
	margin: 0 auto; 
	min-width: 1000px;
}


/*For IE*/
* html #main_inside_in{
	height:100%; 
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%'); 
	height:100%;
}

#main_content{
	margin: 0 auto;
}
/*=======================================================*/


/*=======================================================*/

#footer_block{
	height: 79px; 
	clear: both;
}

#footer_main{
	height: 79px; 
	margin: -79px auto; 
	position: relative; 
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

#footer{
	height: 79px; 
	margin: 0 auto; 
	min-width: 997px; 
	background-image: url(../images/footer_left.jpg);
	background-repeat: no-repeat;
}

/*For IE*/
* html #footer{
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1001?'1000px':'100%');
}

#footer_in{ 
	margin: 0 auto; 
	padding: 14px 0 0 0;
}

.white_line{
	background-image: url(../images/header_line.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 14px;
	overflow: hidden;
	clear: both;
}

.white_line2{
	background-image: url(../images/header_line2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 14px;
	overflow: hidden;
	clear: both;
}

#header{
	height: 166px;
	overflow: hidden;
	background-image: url(../images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header .logo{
	float: left;
	padding: 37px 0px 0px 44px;
}

#header .top_menu{
	float: right;
	padding: 20px 402px 0px 0px;
}

#header .top_menu ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header .top_menu ul li{
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align: right;
}

#header .top_menu ul li a{
	text-decoration: none;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header .top_menu ul li a:hover{
	text-decoration: underline;
}

#footer_in .copyright{
	padding: 10px 0px 0px 38px;
	font-size: 11px;
	float: left;
}

#footer_in .counters{
	float: right;
	text-align: right;
	padding: 15px 22px 0px 0px;
}

#footer_in .counters a{
	margin-right: 12px;
}

.content_total{
	padding: 45px 48px 20px 48px;
}

.content_total .right_cell{
	width: 190px;
	padding: 0px 0px 0px 50px;
}

.content_total .content_cell{
	padding: 0px 0px 0px 0px;
}

h1{
	color: #8D8D8D;
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

.content_total .content_cell p{
	padding-bottom: 14px;
}

.contact{
	
}

.contact img{
	margin: 8px 0px 8px 0px;
}

.contact a.more{
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Tahoma;
}


/* ================================================================================*/

/*Opera Hack*/
@media all and (min-width: 0px) {

}