body, div, p, a, img{
	/*reset*/
	margin:0px;
	padding:0px;
}

body{
	background-image:url('../img/tlo_body.png');
	background-position:top center;
	background-repeat:repeat-y;	
}

.links{
	width:0px;height:0px;margin:0px;padding:0px;color:grey;background-color:grey;overflow:hidden;
}

.main_wraper{
	margin:0px auto;
	padding:1px;
	width:1020px;		
	background-image:url('../img/index_tlo.png');	
	background-position:top center;
	background-repeat:no-repeat;	
	height:730px;
}

.second_wraper{
	width:980px;
	margin:auto;	
}

.logo{
	text-align:center;
	margin:50px 0px 30px 0px;
}

.grey{
	text-align:left;
	font-size:9pt;
	font-family:sans-serif;	
	height:15px;
	background-color:#eeeeee;
	margin-top:5px
	
}

.copy{
	text-align:left;
	font-size:9pt;
	font-family:sans-serif;
	color:#777777;
	margin:70px 0px 0px 0px;
}

.submenu{
	width:100%;	
	background-color:#464646;
	border-width:0px 0px 4px 0px;
	border-style:solid;
	border-color:#BC382F;
	height:40px;
	text-align:center;
}
.submenu_wraper{   
	height:40px;
	color:#dddddd;		
}

.submenu p{	
	margin:11px 3px;
	display:inline-block;	
}
.submenu p{* display:inline;}
.submenu>p{* display:inline-block}

.submenu a{
	color:#dddddd;
	font-size:9pt;	
	font-family:sans-serif;	
	text-decoration:none;
}
.submenu a:hover{	
	text-decoration:underline;
}

.teleadres{
	text-align:left;
	font-size:10pt;
	font-family:sans-serif;
	margin-top:5px;
	color:#777777;	
}

.promo a{
	font-size:11pt;
	color:#eb600e;
	font-weight:bold;
	color:#BC382F;
}