@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
    height: 100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#D1D1D1;
	background-image:url(../images/wrapper_bgd.png);
	background-position:left top;
	background-repeat:repeat-x;
}
.wrapper{
	position: relative;
    height:100%;
	min-height:100%;
    margin:0px;
	width:100%;
	height:auto !important;
}
#body{
	position:relative;
	height:auto;
	width:100%;
	padding-bottom:94px;
}
.header, .content, .footer{
	position:relative;
	height:190px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.content{
	height:auto;
	padding-bottom:40px;
}
#bg_footer{
	position:absolute;
	height:94px;
	width:100%;
	bottom:0px;
	left:0px;
	background-image:url(../images/footer_bgd.png);
	background-repeat:repeat-x;
}
.footer, .bottom_bgd{
	height:94px;
	
}
.bottom_bgd{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}
.red_top{
	position:absolute;
	height:5px;
	width:30%;
	top:0px;
	left:0px;
	background-color:#990000;
}
.header .red_top{
	width:350px;
}
.domains_list{
	position:relative;
	height:auto;
	width:1000px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding-left:2px;
	padding-right:3px;
	border:1px solid #CCC;
	word-spacing:-0.3em;
	letter-spacing:-0.3em;
}
.inlinediv{
	position:relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
    *display:inline;
	height:18px;
	width:308px;
	margin-top:2px;
	padding-left:25px;
	padding-top:9px;
	color:#4C0707;
	font-size:11px;
	word-spacing:normal;
	letter-spacing:normal;
	font-weight:bold;
	border-bottom:1px dotted #999;
	background-image:url(../images/left_border.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.inlinediv:hover{
	color:#F00;
	text-decoration:underline;
	cursor:auto;
}
.domain_num{
	position:absolute;
	height:233px;
	width:293px;
	top:-180px;
	right:50px;
	background-image:url(../images/domains_num.png);
	background-repeat:no-repeat;
}
.get_domain_title{
	position:relative;
	height:70px;
	width:370px;
	margin-left:25px;
	background-image:url(../images/get_domain.png);
	background-repeat:no-repeat;
}
.logo{
	position:absolute;
	height:219px;
	width:240px;
	top:0px;
	left:80px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
.info{
	position:absolute;
	height:52px;
	width:250px;
	top:26px;
	left:0px;
	background-image:url(../images/info.png);
	background-repeat:no-repeat;
}
.info a{
	position:absolute;
	height:16px;
	width:115px;
	top:25px;
	right:0px;
}