/**
 * Main CSS Stylesheet
 *
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a{
	color:#5a5a5a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img, fieldset{
	border:0;
}
.clear{
	clear:both;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#ffffff url(images/bg.gif) repeat-x;
	color:#5a5a5a;
}

.page{
	width:900px;
	margin:0 auto;
}

/* HEADER */

#header{
	width:100%;
	height:144px;
	background:url(images/header_bg.png) no-repeat;
}

#header_logo{
	float:left;
}

#header_descr{
	float:right;
}

#logo{
	width:380px;
	height:87px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:28px 0 0 40px;
}

#logo span{
	background:url(images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#header_descr h1{
	font-size:17px;
	color:#ffffff;
	text-align:right;
	padding-top:55px;
	margin-right:10px;
}

#header_descr h1 span{
	color:#00bff3;
}

#header_descr h2{
	font-size:11px;
	color:#ffffff;
	text-align:right;
	font-weight:normal;
	margin-right:10px;
}

#header_descr h2 span{
	color:#00bff3;
}

/* MENU */

#menu{
	width:100%;
	height:45px;
}

#menu ul{
	float:right;
	padding-top:10px;
}

#menu ul li{
	float:left;
	background:url(images/menu_sep.gif) no-repeat right top;
	display:block;
	height:25px;
	padding:0 10px 0 10px;
}

#menu ul li.last{
	background:none;
}

#menu ul li a{
	font-size:12px;
	color:#FFFFFF;
	display:block;
	padding:4px 10px 4px 10px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu ul li a:hover{
	background:#012843;
	text-decoration:none;
}

/* BODY */

#body{
	width:100%;
	padding-bottom:50px;
}

#body_left{
	float:left;
	width:264px;
}

#body_right{
	float:right;
	width:636px;
}

/* LEFT */

#regfea_box{
	width:223px;
	background:url(images/regfea_box_bg.gif) repeat-y;
	margin-left:13px;
	margin-top:12px;
}

#regfea_box_top{
	width:100%;
	background:url(images/regfea_box_top_bg.png) no-repeat;
}

#regfea_box_end{
	width:100%;
	background:url(images/regfea_box_end_bg.gif) no-repeat bottom left;
	padding-bottom:14px;
}

#regfea_box_body{
	width:193px;
	margin-left:12px;
	padding-top:10px;
}

#regfea_box_body h2{
	color:#FFFFFF;
	font-weight:normal;
	font-size:16px;
	background:url(images/arrow.gif) no-repeat left 6px;
	padding-left:20px;
}

#regfea_box_body h2 span{
	font-weight:bold;
}

#regfea_box_img{
	text-align:center;
	padding-top:18px;
	padding-bottom:10px;
}

#regfea_box_img_content{
	width:148px;
	height:190px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#regfea_box_img_content span{
	background:url(images/regfea_box_img_content.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#regfea_box_body p{
	color:#809fb4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin-left:8px;
}

#regfea_box_body ul{
	padding-top:10px;
	padding-bottom:15px;
}

#regfea_box_body ul li{
	background:url(images/dotted_blue.gif) repeat-x left bottom;
	padding:6px 0 8px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

#regfea_box_body ul li.last{
	background:none;
}

#regfea_box_body ul li p{
	background:url(images/arrow2.gif) no-repeat left 5px;
	padding-left:14px;
	color:#b3c3cf;
}

#regfea_box_body ul li p a{
	color:#b3c3cf;
}

#regfea_box_free{
	width:204px;
	height:53px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 8px;
}

#regfea_box_free span{
	background:url(images/regfea_box_free.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#regfea_box_save{
	width:204px;
	height:53px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 8px;
}

#regfea_box_save span{
	background:url(images/regfea_box_save.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#regfea_box_stat{
	width:204px;
	height:47px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 8px;
}

#regfea_box_stat span{
	background:url(images/regfea_box_stat.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

/* RIGHT */

#body_right_pad{
	width:614px;
}

#leading_registery{
	width:560px;
	height:29px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:28px 0 0 0;
}

#leading_registery span{
	background:url(images/leading_registery.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

#cleanwindows{
	width:437px;
	height:15px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:6px 0 10px 0;
}

#cleanwindows span{
	background:url(images/cleanwindows.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

.body_right_descr{
	line-height:18px;
	padding-bottom:20px;
}

#main_box{
	width:611px;
	background:url(images/main_box_bg.gif) repeat-y;
	margin-bottom:20px;
}

#main_box_top{
	width:100%;
	background:url(images/main_box_top_bg.png) no-repeat;
}

#main_box_end{
	width:100%;
	background:url(images/main_box_end_bg.gif) no-repeat bottom left;
	padding-bottom:12px;
}

#main_box_body{
	width:592px;
	margin-left:15px;
}

#main_box_body h2{
	color:#000000;
	font-weight:normal;
	font-size:17px;
	margin-left:30px;
	padding-top:10px;
}

#main_box_body h2 span{
	color:#006495;
	font-weight:bold;
}

#main_box_top_left{
	float:left;
}

#main_box_top_right{
	float:right;
}

#main_box_newver{
	width:127px;
	height:34px;
	font-size:0.2em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:5px 0 0 0;
}

#main_box_newver span{
	background:url(images/b_newversion.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#main_box_body_left{
	float:left;
	width:197px;
}

#main_box_body_right{
	float:right;
	width:395px;
}

#regcure_img{
	width:174px;
	height:232px;
	font-size:0.1em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:10px 0 0 0;
	text-align:center;
	color:#e9e9e9;
}

#regcure_img span{
	background:url(images/regcure_img.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#regcure_features{
	width:147px;
	height:18px;
	font-size:0.1em;
	position:relative;
	overflow:hidden;
	display:block;
	margin:20px 0 10px 5px;
}

#regcure_features span{
	background:url(images/regcure_features.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}

#main_box_body_right ul{
	padding-bottom:15px;
	width:375px;
}

#main_box_body_right ul li{
	background:url(images/dotted_grey2.gif) no-repeat left bottom;
	padding:6px 0 8px 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}

#main_box_body_right ul li.last{
	background:none;
}

#main_box_body_right ul li p{
	background:url(images/arrow3.gif) no-repeat left 5px;
	padding-left:14px;
	color:#4b4b4b;
}

#main_box_body_right ul li p a{
	color:#4b4b4b;
}

/* footer menu */

#footer_menu{
	width:100%;
	height:40px;
	background:url(images/footer_menu_bg.gif) no-repeat;
}

#footer_menu ul{
	padding-top:10px;
	margin-left:25px;
}

#footer_menu ul li{
	padding:0 5px 0 5px;
	display:inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#footer_menu ul li a{
	color:#FFFFFF;
	text-transform:uppercase;
}

/* FOOTER */

#footer{
	width:100%;
	height:134px;
	background:url(images/footer_bg.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer_copyright{
	float:left;
	padding-top:10px;
	padding-left:30px;
	color:#000000;
}

#footer_ask{
	float:right;
	color:#004a80;
	padding-top:10px;
	padding-right:30px;
}

#footer_copyright a{
	color:#004a80;
	font-weight:bold;
}

#footer_ask a{
	color:#004a80;
	font-weight:bold;
}
