@import url(menu.css);
* {
	margin:0;
	padding:0;
}
body, html {
	background: url(../../images/common/bg_body.gif) top repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#615d5c;
}
h3 {
	font-size:13px;
	height:22px !important;
}
.clr {
	clear:both;
}
#wraper {
	width:874px;
	margin:0 auto;
}

#left {
	width:250px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	float:left;
	text-align:left;
}
#left p {
	margin-top: 9px;
	line-height:17px;
	//margin-top: 10px;
}
#left p a {
	color: #1e90b3;
	text-decoration:none;
}
#left p a:hover {
	color: #1e90b3;
	text-decoration:underline;
}
#left .logo {
	width:250px;
	height:110px;
}
#left .logo a {
	border: none;
}
#left .logo img {
	border: none;
}
#left #menu {
	background:url(../../images/common/bg_menu.gif) no-repeat;
	width:250px;
	height:153px;
	margin-bottom:30px;
	text-align:left;
	display:table;
}


#right {
	width:621px;
	border-right:1px solid #fff;
	float:right;
	margin-top:110px;
	text-align:left;
}
#right .right_web_hosting{
	width:150px;
	float:right;
}
#right .header {
	height: 153px;
	margin-bottom:30px;
}
#right .left {
	width:300px;
	float:left;
}
#right .web_hosting_left {
	width:140px;
	float:left;
}
#right .web_hosting_right {
	width:140px;
	float:right;
	margin-left:20px;
}
#right .right {
	width: 300px;
	float:right;
}
#right .left p {
	line-height: 23px;
	margin-bottom:15px;
}
#right .right p {
	line-height: 23px;
}
#right .right .p_faraH {
	line-height: 23px;
	margin-top:25px;
	//margin-top:24px;
}
#right .title_web_hosting {
	color:#7fc241;
	display:block;
	line-height:15px;
	margin-top:9px;
}
#right .content_web_hosting {
	display:block;
	line-height:15px;
	margin-bottom:15px;
}
#right .important {
	display:block;
	color:#d7340e;
	text-decoration:underline;
}
#right ul {
	list-style: square;
	list-style-position:inside;
	margin-bottom:20px;
}
#right ul li {
	line-height: 15px;
}
#footer {
	width:621px;
	height:50px;
	margin-top:50px;
	display:block;
}
#footer p {
	font:10px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #b6b6b6;
	border-top:1px solid #b6b6b6;
	width:375px;
	display:block;
	padding-top:3px;
	text-align:right;
	float:right;
}
#footer p:hover {
	color: #615d5c;
}
#footer p .design3w {
	font-weight: bold;
	text-decoration: none;
	color: #81af40;
}
#footer p .design3w:hover {
	color: #000;
}