html, body {
	height:100%;
	margin:0;	
}
body {
	background:#fff;
	font:11px Helvetica, Arial, sans-serif;
	color:#313131;
	min-width:1000px;
}
img{border:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*wrapper start*/
#wrapper {
	width:940px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}
* html #wrapper{height:100%;}
/*header start*/
#header{
	height:146px;
	width:100%;
	position:absolute;
	top:0;
}
#header .container{
	overflow:hidden;
	width:100%;
}
.logo{
	width:222px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:11px;
	left:0;
	margin:0;
	background:url(../images/logo.gif) no-repeat;
	z-index:2;
}
.logo a{
	height:100%;
	display:block;
}
/*menu start*/
.menu{
	background:url(../images/bg-menu-l.gif) no-repeat;
	height:27px;
	float:right;
}
.menu ul{
	background:url(../images/bg-menu-r.gif) no-repeat 100% 0;
	height:27px;
	padding:5px 15px 0;
	margin:0;
	float:left;
	list-style:none;
}
.menu ul li{
	float:left;
	display:inline;	
	margin:0 14px;
}
.menu ul a{
	font-size:10px;
	font-weight:bold;	
	color:#fff;
}
/*menu end*/
.phone{
	clear:right;
	float:right;
	color:#595959;
	font-size:18px;
	margin:10px 24px 0 0;
}
* html .phone {
	margin:6px 24px 0 0;
}
.phone strong{
	color:#042355;
	font-size:15px;
	padding:0 6px 0 0;
}
/*main-nav start*/
#main-nav{
	clear:both;
	display:block;
	background:url(../images/bg-nav-bar.gif) no-repeat;
	width:940px;
	padding:0;
	margin:13px 0 0;
	list-style:none;
	height:37px;
}
#main-nav li{
	float:left;
}
#main-nav li a{
	background:url(../images/separator03.gif) no-repeat;	
	float:left;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	height:24px;
	padding:13px 0 0;
	text-align:center;
}
#main-nav li#first a{
	background:none;
}
#main-nav li:hover,
#main-nav li.hover,
#main-nav li.active{background:url(../images/bg-nav-hover.gif) repeat-x;}
#main-nav li:hover ul,
#main-nav li.hover ul{display:block;}
#main-nav li#first:hover a,
#main-nav li#first.hover a,
#main-nav li#first.active a{background:url(../images/bg-nav-l-hover.gif) no-repeat;}
#main-nav li#last:hover,
#main-nav li#last.hover,
#main-nav li#last.active{background:url(../images/bg-nav-r-hover.gif) no-repeat 100% 0;}
#main-nav li#last:hover a,
#main-nav li#last.hover a,
#main-nav li#last.active a{background:url(../images/bg-nav.gif) no-repeat;}
#main-nav li:hover,
#main-nav li.hover{position:relative;}
#main-nav li:hover .drop,
#main-nav li.hover .drop,
#main-nav li:hover .drop li:hover .drop,
#main-nav li.hover .drop li.hover .drop,
#main-nav li:hover .drop li:hover .drop li:hover .drop,
#main-nav li.hover .drop li.hover .drop li.hover .drop{display:block;}
#main-nav li:hover .drop .drop,
#main-nav li.hover .drop .drop,
#main-nav li:hover .drop li:hover .drop .drop,
#main-nav li.hover .drop li.hover .drop .drop{display:none;}

#main-nav .drop{
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 999;
	width: 999px;
	display: none;
	padding:0;
}
#main-nav .drop .drop{top: -1px;}
#main-nav .drop .drop-inner{
	float: left;
	border: 1px solid #003066;
	border-width:1px 1px 0;
}
#main-nav #first .drop ul,
#main-nav #last .drop ul,
#main-nav .drop ul{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	background: url(../images/none.gif);
}
#main-nav #first .drop ul li,
#main-nav #last .drop ul li,
#main-nav .drop ul li{
	float:none;
	border:1px solid #003066;
	border-width:0 0 1px;
	background:#468ccb url(../images/bg-dropdown.gif) repeat-x;
	font-size:0;
	line-height: 0;
	padding: 0 0 1px;
}
#main-nav #first .drop ul li a,
#main-nav #last .drop ul li a,
#main-nav .drop ul li a{background:none;}
#main-nav #first .drop ul li a,
#main-nav #last .drop ul li a,
#main-nav .drop ul li a{
	padding: 10px 30px 8px;
	float: none;
	display: block;
	height: auto;
	text-align:left;	
	background: url(../images/none.gif);
	font-size:10px;
	line-height:16px;
	color:#fff;
}
#main-nav #first .drop ul li.hover,
#main-nav #last .drop ul li:hover,
#main-nav .drop ul li:hover,
#main-nav .drop ul li.hover{background: #346591 url(../images/bg-dropdown-hover.gif) repeat-x;}
.pointer{display: none;}
/*main-nav end*/
/*panel start*/
.panel{
	background: url(../images/bg-panel.gif) no-repeat;
	height:37px;
	padding:0 0 0 18px;
	overflow:hidden;
}
.login{
	padding:7px 7px 6px 0;
	overflow:hidden;
	float:left;
	width:601px;
}
.input{
	background:url(../images/bg-input.gif) no-repeat;
	width:147px;
	height:23px;
	float:left;
	margin:0 4px 0 0;
}
.login label{
	float:left;
	font-size:10px;
	color:#0e3265;
	margin:4px 6px 0 0;
}
.login .btn-login {
	background:url(../images/btn-login.gif) no-repeat;
	width:70px;
	height:23px;
	border:none;
	cursor:pointer;
	color:#2d2d2d;
}
.login .btn-register {
	background:url(../images/btn-registr.gif) no-repeat;
	width:80px;
	height:23px;
	border:none;
	cursor:pointer;
	color:#fff;	
}
.login input{float:left;}

.checker{
	
}
#.checker .input{
	background:url(../images/bg-input2.gif) no-repeat;
	margin:0;
}
.checker .btn-check{
	float:left;
	background:url(../images/btn-check.gif) no-repeat;
	width:90px;
	height:23px;
	border:none;
	cursor:pointer;
	color:#fff;
}
.checker select{
	float:left;
	margin:0;
	font-size:16px;
	color:#2d2d2d;
	border:1px solid #828282;
	border-width:1px 1px 1px 0;
}
#email,
#password,
#domain{
	background:none;
	border:0;
	margin:0 0 0 10px;
	padding:4px 0px 4px;
	width:132px;
}
#domain{color:#0e3265;}
.login .btn-login{margin:0 6px 0 1px;}
.login a{
	float:left;
	font:10px Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	margin:5px 0 0 0;
}
.login .btn-register{float:right;}
/*panel end*/
/*main start*/
#main{
	overflow:hidden;
	padding:158px 0 74px;
	width:100%;
	position:relative;
}
.general{
	width:100%;
	overflow:hidden;
}
/*content start*/
#content{
	overflow:hidden;
	width:702px;
	float:left;
	margin:0 0 11px;
}
.box h3,
.news h3{
	color:#fff;
	height:22px;
	text-transform:uppercase;
	font-size:12px;
	margin:0;
	padding:10px 0 0;
	letter-spacing:1px;
}
.box h3 a,
.news h3 a{color:#fff;}
.boxes{
	background: url(../images/bg-boxes-c.gif) repeat-y;
	width:952px;
	overflow:hidden;
}
.boxes .holder{background: url(../images/bg-boxes-t.gif) no-repeat;}
.boxes .frame{
	background: url(../images/bg-boxes-b.gif) no-repeat 0 100%;
	width:952px;
	overflow:hidden;
	position:relative;
}
/*gallery start*/
.gallery{
	width:702px;
	overflow:hidden;
	position:relative;
	margin:0;
}
.slide-holder{
	overflow: hidden;
	width:702px;
	height:202px;
}
.slideset{
	list-style: none;
	overflow: hidden;
	width:100%;
	padding:0;
	margin:0;
	height:202px;
	position:relative;
}
.slideset li{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	width:702px;
	height:202px;
	background:url(../images/img07.jpg) no-repeat;
}
.photo{
	top:13px;
	right:32px;
	display:inline;
	position:absolute;
}
.photo img {display:block;}
.info-holder{
	overflow:hidden;
	width:380px;
	padding:57px 0 0 24px;
}
.info-holder h2{
	color:#fff;
	font-size:22px;
	display:block;
	margin:0 0 6px;
}
.info-holder span{
	color:#a6d3f7;
	line-height:17px;
	display:block;
	margin:0 0 15px 3px;
}
.learn-more{
	font-weight:bold;
	color:#fff;
	font-size:12px;
	float:right;
	margin:0 1px 0 0;
}
/*switcher-holder start*/
.switcher-holder{
	position:absolute;
	bottom:14px;
	left:15px;
}
.gallery ul.switcher{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
}
.gallery ul.switcher li{
	float:left;
	margin:0 5px 0 0;
}
.gallery ul.switcher li a{
	font-size:11px;
	color:#184d83;
	font-weight:bold;
	background: url(../images/bg-switcher.gif) no-repeat;
	width:12px;
	height:15px;
	display:block;
	padding:2px 0 0 6px;
}
.gallery ul.switcher li.active a ,
.gallery ul.switcher li a:hover{
	background:url(../images/bg-switcher-h.gif) no-repeat;
	text-decoration:none;
	color:#fff;
}
/*switcher-holder end*/
/*gallery end*/
/*box start*/
.box{
	float:left;
	width:197px;
	margin:0 12px 0 0;
	padding:0 10px 0 19px;
	min-height:182px;
}
* html .box{height:168px;}
.best-price{
	background: url(../images/text-sometext01.png) no-repeat;
	width:73px;
	height:75px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:153px;
}
.box ul{
	margin:10px 0 -9px;
	padding:0;
	list-style:none;
}
.box ul li{
	color:#323232;
	font-weight:bold;
	padding:0 0 9px;
}
.price-box{
	width:205px;
	position:absolute;
	bottom:7px;
}
* html .price-box{
	bottom:8px;
}
.audio{
	float:right;
	width:140px;
	height:94px;
	margin:0 0 0 -60px;
}
.price{
	float:left;
	font-size:21px;
	font-weight:bold;
	color:#404040;
	margin:69px 0 0;
}
.price span{
	clear:left;
	float:left;
	color:#6c6b6b;
	font-weight:bold;
	font-size:0px;
	width:100%;
	margin:-2px 0 0;
}
.more{
	color:#6c6b6b;
	font-weight:bold;
	float:left;
	margin:-24px 0 0;
	position:relative;
}
/*box end*/
/*table start*/
.mail-table{
	background: url(../images/bg-email-c.gif) repeat-y;
	width:702px;
	float:left;
	overflow:hidden;
}
.mail-table .holder{
	background: url(../images/bg-email-t.gif) no-repeat;
}
.mail-table .frame{
	background: url(../images/bg-email-b.gif) no-repeat 0 100%;
	width:702px;
	overflow:hidden;
}
table{
	margin:0;
	width:702px;
	overflow:hidden;
	border-collapse:collapse;
}
table th{
	padding:0 0 0 15px;
	height:32px;
	color:#fff;
	text-align:left;
}
table td{
	padding:11px 0 11px 15px;
	color:#404040;
	font-weight:bold;
	border-top:1px solid #949494;
}
table td span{
	font-size:10px;
	margin:0 0 -8px;
	float:left;
}
table th.email-plan{width:276px;}
table th.email1{width:152px;}
table th.email2{width:155px;}
table th.email3{width:152px;}
table td.price-list{color:#1f5489;}
a.order{
	background: url(../images/bg-order.gif) no-repeat;
	width:72px;
	height:18px;
	float:left;
	color:#fff;
	font-weight:normal;
	padding:5px 0 0 18px;
}
a.order:hover{text-decoration:none;}
/*table end*/
/*news-box start*/
.news-box{
	background: url(../images/bg-news-box-c.gif) repeat-y;
	float:left;
	overflow:hidden;
	width:702px;
}
.news-box .holder{background: url(../images/bg-email-t.gif) no-repeat;}
.news-box .frame{
	background: url(../images/bg-news-box-b.gif) no-repeat 0 100%;
	width:702px;
	overflow:hidden;
	padding:9px 1px 5px;
}
.news-title{
	color:#fff;
	display:block;
	margin:0 0 9px 17px;
}
.breadcrumbs {
	list-style:none;
	overflow:hidden;
	float:left;
	display:inline;
	font-weight:bold;
	margin:0 0 9px 13px;
	padding:0 0 0 3px;
}
* html .breadcrumbs {
	margin:0 0 9px 16px;	
}
.breadcrumbs span{font-weight:normal;}
.breadcrumbs li {
	float:left;
	background:url(../images/separator04.gif) no-repeat 0 7px;
	margin:0 7px 0 -6px;
	padding:0 2px 0 6px;
}
.breadcrumbs li a {
	color:#fff;	
}
.news-box .post{
	padding:15px 0 0;
	overflow:hidden;
	width:700px;
}
.news-box .post p{
	margin:0 0 14px;
	font-size:12px;
	line-height:16px;
}
.date-box{
	background:url(../images/img06.gif) no-repeat;
	float:left;
	display:inline;
	margin:0 0 20px 16px;
	padding:3px 0 0;
	width:42px;
	height:42px;
}
.date-box strong {
	font-size:11px;
	color:#fff;
	display:block;
	text-align:center;
	margin:0 0 5px;
}
.date-box span {
	font-weight:bold;
	font-size:11px;
	color:#353535;
	display:block;
	text-align:center;
}
.text-box{
	padding:0 10px 0 16px;
	height:1%;
	overflow:hidden;
}
* html .text-box {
	padding:0 10px 0 13px;
}
.img-box img{display:block;}
.news-box .post .heading{
	height:1%;
	overflow:hidden;
	margin:0 0 6px;
	padding:0;
}
.news-box .post .heading h2 {
	margin:0;
}
.news-box .post .heading h2 a{
	float:left;
	font-size:12px;
	color:#093e73;
}
.news-box .post .date{
	font-style:normal;
	float:right;
	color:#575757;
	padding:0 10px 0 0;
	text-transform:none;
	font-size:11px;
	letter-spacing:0;
}
.news-box em.author{
	display:block;
	text-align:right;
	background:#eaeaea;
	padding:3px 21px 3px;
}
* html .news-box em.author {
	padding:3px 18px 3px;
}
.news-box em.author a{color:#496b93;}	
.blue{
	background:#c7d0df;
	width:685px;
	padding:16px 0 3px 15px;
}
/*news-box end*/
/*content end*/
/*sidebar start*/
#sidebar{
	float:right;
	width:226px;
	margin:0 0 11px;
}
.news{
	background: url(../images/bg-scrollbar.gif) no-repeat;
	padding:0 0 0 14px;
}
.content{
	overflow:auto;
	height:152px;
	width:212px;
	padding:9px 0 10px 0;
	font-size:10px;
	line-height:12px;
}
.content h4{
	display:block;
	margin:0 0 1px;
	clear:both;
	font-size:11px;
}
.content p{margin:0 0 5px 0;}
.content .date{
	color:#013168;
	margin:0 0 4px;
	display:block;
	font-style:normal;
}
.content .author{
	float:right;
	font-weight:bold;
	font-size:10px;
	padding:0 11px 0 0;
	margin:-6px 0 0;	
}
.content .author a{
	color:#163f71;
}
.content .post{width:196px;}
.hosting{
	background: url(../images/bg-hosting-c.gif) repeat-y;
	width:226px;
	float:left;
	overflow:hidden;
	margin:0 0 9px;
}
.hosting .holder{background: url(../images/bg-hosting-t.gif) no-repeat;}
.hosting .frame{
	background: url(../images/bg-hosting-b.gif) no-repeat 0 100%;
	overflow:hidden;
	width:206px;
	padding:12px 7px 0 13px;
}
.hosting h2{
	font-size:13px;
	color:#1f5489;
	display:block;
	margin:0 0 3px;
}
.hosting strong{
	color:#323232;
	font-size:12px;
	display:block;
}
.hosting img{
	float:right;
	margin:5px 0 18px 0;
}
.hosting .order{
	margin:-38px 0 0;
	width:90px;
}
.support{
	background: url(../images/bg-support-c.gif) repeat-y;
	width:226px;
	float:left;
	overflow:hidden;
}
.support .holder{
	background: url(../images/bg-support-t.gif) no-repeat;
}
.support .frame{
	background: url(../images/bg-support-b.gif) no-repeat 0 100%;
	width:207px;
	overflow:hidden;
	padding:11px 7px 12px 12px;
}
.support h2{
	font-size:13px;
	color:#fff;
	display:block;
	margin:0 0 3px;
}
.support p{
	color:#85abdc;
	font-weight:bold;
	margin:0;
	padding:0 0 7px;
}
a.click{
	background: url(../images/bg-click.gif) no-repeat;
	width:70px;
	height:20px;
	float:right;
	color:#fff;
	padding:5px 0 0 20px;
}
a.click:hover{text-decoration:none;}
/*sidebar end*/
/*main end*/
/*footer start*/
#footer{
	background:#204c82 url(../images/bg-footer.gif) repeat-x;
	border:1px solid #022253;
	border-width:1px 0;
	margin:-62px 0 0;
	height:60px;
	position:relative;
}
#footer .holder{
	width:940px;
	margin:0 auto;
	padding:11px 0 0;
	overflow:hidden;
}
#footer .nav{
	margin:0 0 0 -8px;
	padding:0;
	list-style:none;
	font-size:10px;
	float:left;
	overflow:hidden;
}
#footer .nav li{
	background:url(../images/separator01.gif) no-repeat 0 2px;
	display:inline;
	margin:0 0 0 -1px;
	padding:0 12px;
}
#footer .nav a{color:#fff;}
.footer-logo{
	float:right;
	width:113px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	margin:11px 0 0;
	background:url(../images/logo.png) no-repeat;	
}
.footer-logo a{
	height:100%;
	display:block;
}
#footer .doc{
	clear:left;
	float:left;
	margin:11px 0 0 -4px;
	padding:0;
	display:inline;
	list-style:none;
	overflow:hidden;
	font-size:9px;
}
#footer .doc li{
	display:inline;
	background:url(../images/separator02.gif) no-repeat 0 2px;
	padding:0 4px 0 7px;
	margin:0 1px 0 -1px;
}
#footer .doc a{color:#9dc3ff;}
/*footer end*/
/*wrapper end*/
