	body,table
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #333333;
		line-height: 130%;
	}	
	
	table{border: 0px}

	form
	{
		margin:0px;
		padding:0px;
		
	}

	sdfdsf
	{
		position: relative;
	}
	
  	a:visited {color: #0676A7;text-decoration: underline;}
	a:link{text-decoration: underline;color:#0676A7;}
	a:active {text-decoration: none;color:#0676A7;}
	a:hover {text-decoration:  none;color: #0676A7;}
	
	a.orange:visited {color: #FF8B00;text-decoration: underline;}
	a.orange:link{text-decoration: underline;color:#FF8B00;}
	a.orange:active {text-decoration: none;color:#FF8B00;}
	a.orange:hover {text-decoration:  none;color: #FF8B00;}
	
	a.gray:visited {color: #CCCCCC;text-decoration: underline;}
	a.gray:link{text-decoration: underline;color:#CCCCCC;}
	a.gray:active {text-decoration: none;color:#CCCCCC;}
	a.gray:hover {text-decoration:  none;color: #CCCCCC;}
	
	
	a.offer:visited {color: #999999;text-decoration: none;font-size:10px;}
	a.offer:link{text-decoration: none;color:#999999;font-size:10px;}
	a.offer:active {text-decoration: none;color:#333333;font-size:10px;}
	a.offer:hover {text-decoration:  none;color: #333333;font-size:10px;}
	
	a.top_menu:visited {color: #FFFFFF;text-decoration: none;}
	a.top_menu:link{text-decoration: none;color:#FFFFFF;}
	a.top_menu:active {text-decoration: none;color:#FFFFFF;}
	a.top_menu:hover {text-decoration:  none;color: #FFFFFF;}
	
	h5
	{
		color:#01A1D5;
		margin: 0px;
		margin-bottom:3px;
		font-size:13px;
	}
	
	h5.tarif
	{
		color:#01A1D5;
		margin: 0px;
		margin-bottom:3px;
		font-size:15px;
	}
	
	a.tarif
	{
		color:#01A1D5;
		margin: 0px;
		margin-bottom:3px;
		font-size:15px;
		text-decoration: none;
	}
	
	h5.orange
	{
		color:#FF8B00;
		margin: 0px;
		margin-bottom:3px;
		font-size:13px;
	}
	
	h4
	{
		color:#01A1D5;
		margin: 0px;
		margin-bottom:7px;
		font-size:18px;
	}
	
	h4.red
	{
		color:#CC0000;
		margin: 0px;
		margin-bottom:7px;
		font-size:18px;
	}
	
	h4.green
	{
		color:#669900;
		margin: 0px;
		margin-bottom:7px;
		font-size:18px;
	}
	
	.action_button
	{
		border:1px solid #CC0000; 
		background-image:url(../img/action_button.jpg); 
		height:26px; 
		color:white; 
		font-size:11px; 
		cursor:pointer;
	}
	
	
	.button
	{
		border:1px solid #045B80; 
		background-image:url(../img/button.jpg); 
		height:26px; 
		color:white; 
		font-size:11px; 
		cursor:pointer;
	}
	
	.more_button
	{
		border:1px solid #85A025; 
		background-image:url(../img/more_button.jpg); 
		height:26px; 
		color:white; 
		font-size:11px; 
		cursor:pointer;
	}
	
	.check_button
	{
		border:1px solid #990000; 
		background-image:url(../img/check_button.jpg); 
		height:20px; 
		color:white; 
		font-size:11px; 
		cursor:pointer;
	}
	
	.wind
	{
		border:1px solid #CCCCCC;
		height:18px;
	}
	
	.menu
	{
		background-image:url(../img/menu.jpg);
		height:36px;
		width:123px;
		background-repeat: no-repeat;
		cursor:pointer;
	}

	.menu_on
	{
		background-image:url(../img/menu_on.jpg);
		height:36px;
		width:123px;
		background-repeat: no-repeat;
		cursor:pointer;
	}
	
.menu_content
{
	width:120px; padding-top:7px; text-align:center;
}	

.wind_top_left
{
	background-image: url(../img/wind_top_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.wind_top_right
{
	background-image: url(../img/wind_top_right.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;	
}

.wind_bot_right
{
	background-image: url(../img/wind_bot_right.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding:12px;
}

.wind_bot_left
{
	background-image: url(../img/wind_bot_left.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#price
{
	background-image:url(../img/price.jpg);
	background-position:100% 0; 
	background-repeat: no-repeat;
	height:28px;
	
}

#tarif_content
{
	font-size:10px;
	color:#666666;
	 position: relative;
}

#price_content
{
	text-align:right;
	font-size:15px;
	color:white;
	font-weight:bolder;
	position:absolute;
	bottom:20px;
	right:20px;
}

.b_bg
{
	border:1px solid #CCCCCC;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
}

.header_bg
{
	background-image:url(../img/header.jpg);
}

.header_content
{
	float:left;width:532px;position:relative;
}

.main_bg
{
	background-color:#E6E6E6;
	background-image:url(../img/utp.jpg);
	background-repeat:no-repeat;
	background-position: 0 100%;
}

.header_href
{
	position:absolute;
	left:310px;
	top:7px;
	font-size:10px;	
}

.auth_form
{
	width:260px;
	height:130px;
	background-color:#F3F3F3;
	border:1px solid #D6D6D6;
}

#check_header
{
	font-size:13px;padding-bottom:3px;
}

.banner
{
	width:302px;
	margin-top:7px;
	margin-bottom:7px;
}

.copyright
{
	float:left;
	margin-top:7px;
	margin-bottom:7px;
}

.b_menu
{
	height:40px;
	background-image:url(../img/b_menu.jpg);
}

#ntarif
{
	background-color:white;
	width:335px; 
	margin-top:7px;
	float:left;
	position:relative;
}

#small_hosting
{
	padding-left:20px;
	font-size:10px;
	color:#666666;
	padding-top:20px;
}