@charset "windows-1250";
/* CSS Document */

body{
	background:url(../images/bg.png) repeat-x;
	background-color:#edeeee;
	padding:0;
	margin:0;
}

body, select, input, div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	line-height:18px;
}	

img{
	border:none;
}

a{
	color:#003b6c;
	text-decoration:none;
}

a:hover{
	color:#003b6c;
	text-decoration:underline;
}

a:focus{
	outline:none;
}

.imagestyle1{
	float:left;
	margin-right:5px;
	}

.imagestyle2{
	float:left;
	margin-right:10px;
	}

.imagestyle3{
	float:right;
	margin-right:15px;
	}

.clr{
	clear:both;
}

#body_wrapper{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.container{
	width:950px;
	margin:0 auto;
	clear:both;
}

#footer_wrapper{
	background:url(../images/footer_wrapper_bg.png) top repeat-x #000;
	width:100%;
	float:left;	
	padding-top:30px;
}

.topnav_container{
	width:950px;
	height:26px;
	margin:0;
	
}

.topnav_container1{
	width:164px;
	height:26px;
	float:left;
	text-align:right;
}

.topnav_container1 a{
	float:right;
	display:block;
	padding-top:10px;
	margin-left:5px;
}

.topnav_container1 a:hover{
	background:url(../images/arrow-top.png) top center no-repeat;
}

.topnav_container2{
	width:478px;
	height:26px;
	float:right;
	font-size:10px;
}

.topnav_container2 ul{
	margin:0 auto auto 0;
	padding:0;
	
}

.topnav_container2 ul li{
	display:inline;
	float: left;
	list-style: none;
	padding: 5px 10px 5px 15px;
}

.topnav_container2 ul li a { 
	display: block; 
	margin:0;
	text-decoration: none;  
	color: #2b6697;
	font-weight:bold;
}

.topnav_container2 ul li a:hover{
	color: #00294b;
	text-decoration:none;	
}

.topnav_container2 ul li a.active {
	color: #2b6697;
	text-decoration:underline;	
}

.logo_container{
	width:950px;
	height:68px;
	float:left;
	margin:0;
}

.logo{
	width:250px;
	height:68px;
	margin:0;
	padding:0;
	float:left;
}
.banner{
	float:left;
	width:700px;
	text-align:right;
}

#nav_container{
	width:950px;
	height:40px;
	background:url(../images/nav_bg.png) no-repeat;
	border-bottom: solid #a2d416 4px;
	margin:0 auto;
	font-size:12px;
	float:left;
	font-weight:bold;
	line-height:40px;
	text-align:center;
}
#nav_container ul {  
	margin: 0; 
	padding: 0;
}
#nav_container ul li {
	display:inline;
	float: left;
	list-style: none;
	}
#nav_container ul li a { 
	display: block; 
	margin:0;
	text-decoration: none;  
	color: #fff;
	padding:0 19px;
}
#nav_container ul li a:hover{
	color: #fff;
	text-decoration:none;
	background:#000000;	
}
#nav_container ul li a.active {
	color: #fff;
	text-decoration:none;
	background:url(../images/arrow-bottom.png) bottom center no-repeat;
}

.news_container{
	width:750px;
	height:33px;
	margin:0; 
	padding:7px 10px 0 190px;
	background:url(../images/news-bg.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	clear:both;
}

#header_container{
	width:950px;
	height:237px;
	margin:0;
}

#contant_wrapper{
	width:950px;
	margin:0;
	margin-top:13px;
	margin-bottom:10px;
	padding:0;
	float:left;
}

.left-side{
	width:714px;
	float:left;
}

#plans{
	width:714px;
	height:303px;
	margin-bottom:21px;
}

.plan{
	border:4px solid #dedede;
	width:224px;
	float:left;
}

.plan_heading{
	width:210px;
	height:49px;
	background:url(../images/plan_heading_bg.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:14px 0 0 14px;
}

.plan_heading h1{
	font-size:28px;
	padding:0;
	margin:0;
	font-weight:normal;
}

.plan_heading h2{
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:normal;
}

.plan_price{
	width:196px;
	height:31px;
	background:url(../images/plan_price_bg.png) no-repeat;
	border-bottom:3px solid #dedede;
	padding:12px 14px 10px 14px;
}

span.price{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

span.price h1{
	font-size:24px;
	padding:0;
	margin:0;
	font-weight:bold;
}

span.price h2{
	font-size:10px;
	padding:0;
	margin:0;
	font-weight:bold;
}

span.order{
	width:97px;
	height:32px;
	float:right;
}
span.order a{
	width:97px;
	height:32px;
	float:right;
	display:block;
	background:url(../images/order_now.png) no-repeat
	}
span.order a:hover{
	background:url(../images/order_now_over.png) no-repeat
	}

.plan_features{
	background-color:#FFFFFF;
	height:148px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.plan_features ul{
	margin:0;
	padding:10px;
}

.plan_features ul li{
	border-bottom:1px solid #dedede;
	color:#000000;
	line-height:24px;
	list-style:none;
}

.plan_compare{
	width:224px;
	height:23px;
	color:#003b6c;
	background:url(../images/plan_bg_01.png) repeat-x;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	font-size:10px;
	
}

.plan_compare a{
	color:#003b6c;
	text-decoration:none;
	text-transform:uppercase;
}

.plan_compare a:hover{
	color:#003b6c;
	text-decoration:underline;	
}

#plan2{
	margin-left:9px;
	margin-right:9px;
}

#butur_accounts{
	width:712px;
	background-color:#fff;
	float:left;

}
.butur_heading2{
	width:712px;
	height:12px;
	background: url(../images/rectTop.png) no-repeat;
}

.butur_heading{
	width:692px;
	height:25px;
	background:url(../images/butur_bg.png) no-repeat;
	font-size:22px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#FFFFFF;
	padding: 10px 5px 5px 15px;
}
.butur_content{
	width:710px;
	float:left;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	background-color:#fff;

}
.butur_content2{
	width:670px;
	float:left;
	padding:10px 20px 0 20px;
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	background-color:#fff;

}
.butur_content2 h1{
	font-family:"Trebuchet MS";
	font-size:20px;
	margin:0;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	font-weight:normal;
	}

.butur_footer{
	background:url(../images/butur_footer_bg.png) no-repeat;
	width:712px;
	height:35px;
}


.bullets{
	width:710px;
	clear:both;
	float:left;
	margin-bottom:20px;
}

.bullets ul{
	width:324px;
	float:left;
	list-style:inside;
	margin:28px 0 0 30px;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.bullets ul li{
	list-style:none;
	background:url(../images/bullet.png) no-repeat;
	background-position:0 5px;
	line-height:30px;
	padding:0 0 0 30px;
}

.registration{
	clear:both;
	color:#2b6697;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:652px;
	margin:0 30px;
	float:left;
	border-top:1px solid #bdbcbd;
	}

span.reg_text{
	margin-top:20px;
	float:left;
}

span.button{
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background:url(../images/button_bg.png) no-repeat;
	width:156px;
	height:27px;
	margin-top:10px;
	float:right;
	text-align:center;
	padding-top:5px;
}

a span.button{
	text-decoration:none;
}

a:hover span.button{
	text-decoration:underline;
	cursor:pointer;
}

span.button2{
	color:#003b6c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background:url(../images/button_bg_1.png) no-repeat;
	width:156px;
	height:24px;
	float:left;
	margin:0 auto;
	text-align:center;
	padding-top:6px;
	display:block;
	clear:both;
}

a span.button2{
	text-decoration:none;
}

a:hover span.button2{
	text-decoration:underline;
	cursor:pointer;
}


.right-side{
	width:226px;
	float:right;
}

.side_box{
	margin-bottom:10px;
}

#domain_reg{
	width:226px;
}

.domain_reg{
	height:52px;
}
.side_box_heading{
	clear:both;
	background:url(../images/heading_bg.png) no-repeat;
	height:21px;
	color:#FFFFFF;
	padding: 8px 5px 5px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.side_box_heading2{
	clear:both;
	background:url(../images/heading_bg2.png) no-repeat;
	height:12px;
}

.side_box_contant{
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	background:url(../images/side_box_bg.png) bottom repeat-x #FFFFFF;
	width:194px;
	float:left;
	font-size:11px;
	line-height:14px;
	padding:15px;
	vertical-align:top;
}

.side_box_footer{
	background:url(../images/footer_bg.gif) no-repeat;
	height:7px;
	clear:both;

}

#why_butur{
	width:226px;
}

ul.why_butur{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}

ul.why_butur li{
	line-height:18px;
	border-bottom:1px dashed #bdbcbd;
	background:url(../images/bullet_01.png) no-repeat;
	background-position: 10px 12px;
	padding:10px 0;
	padding-left:50px;
}

ul.why_butur li span{
	margin-left:-30px;
	margin-top:9px;
	font-family:"Trebuchet MS";
	font-size:18px;
	position:absolute;
	color:#fff;
}

#1click_instal{
	width:226px;
}

.1click_img{
	width:82px;
	float:left;
}


#comment_wrapper{
	width:950px;
	margin:0;
	clear:both;
	float:left;
}

.comment_header{
	width:950px;
	height:7px;
	background:url(../images/comment_header_bg.png) no-repeat;
}

.comment_content{
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	background:url(../images/comment_content_bg.png) repeat-x bottom #FFFFFF;
	padding: 30px 30px 0px 30px;
	font-size:14px;
	font-weight:normal;
	color:#4d4d4d;
	height:250px;
}

.comment_content h1{
	padding:0 0 15px 0;
	margin:0;
	font-size:28px;
	font-weight:normal;
	font-family:"Trebuchet MS";
	color:#000;
}

.comment_content h2{
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#2b6697;
}

.comment_content h3{
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#6b972b;
}


.comment_footer{
	width:950px;
	height:7px;
	background:url(../images/comment_footer_bg.png) no-repeat;
}



#footer_nav1{
	width:950px;
	margin:0 auto 0 auto;
	background-color:#f3f3f3;
	clear:both;
}

.footer_nav1_header{
	width:950px;
	height:7px;
	background:url(../images/footer_nav1_header.png) no-repeat;
	float:left;
}

.footer_nav1_content{
	border-left:1px solid #bdbcbd;
	border-right:1px solid #bdbcbd;
	background-color:#f3f3f3;
	clear:both;
	float:left;
	width:928px;
	padding: 15px 0 0 20px;
}

.footer_nav1_footer{
	width:950px;
	height:7px;
	background:url(../images/comment_footer_bg.png) no-repeat;
	clear:both;
	float:left;
}

.sitemap{
	clear:both;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}

.sitemap ul{
	width:164px;
	float:left;
	list-style:inside;
	margin:10px 0 0 20px;
	padding:0;
	font-size:11px;
	font-weight:normal;
	border-right: 1px solid #c6c6c6;
	list-style:none;
	color:#003b6c;	
}

.sitemap h1{
	width:185px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
	line-height:18px;	
}

#footer_nav2{
	width:920px;
	height:20px;
	margin:0 auto 0 auto;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:15px;
	color:#000000;
}

#footer_nav2 span.text{
	float:left;
}

#footer_nav2 span.links{
	float:right;
	color:#2b6697;
}

#footer_nav2 span.links a{
	text-decoration:none;
	color:#2b6697;
}

#footer_nav2 span.links a:hover{
	text-decoration:underline;
	color:#2b6697;
}

.fla_pages_text{
	float:right;
	width:165px;
	font-family:Arial, Helvetica, sans-serif;
}

.fla_pages_text h1{
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#003b6c;
}

.fla_pages_text h2{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#6b972b;
}
div.button4{
	background:url(../images/button.png) no-repeat center;
	width:97px;
	height:29px;
	float:left;
	text-align:center;
	}
div.button4 a{
	display:block;
	width:97px;
	height:29px;
	font-weight:bold;
	font-size:11px;
	line-height:27px;
	}
.txtBox{
	width:180px;
	border:1px solid #bdbcbd;
	font-size:11px;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
	}
.imagStyle4{
	position:absolute;
	margin-left:120px;
	margin-top:-10px;
	}
.side{
	padding:8px;
	background:#fff;
	}
.r1{
	padding:8px;
	background:#fff;
	}
.r2{
	padding:8px;
	background:#f1f1f1;
	}
.r1 a, .r2 a{
	color:#103181;
	border-bottom:1px dashed #2d2d2d;
}
.r1 a:hover, .r2 a:hover{
	color:#a11a13;
	text-decoration:none;
	border:none;
}
.r3{
	background-color:#fff8dc;
	padding:8px;
	}
.plansHeading{
	background:#0d4777;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px;}	
.plansHeading2{
	background:#8aba05;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px;}
.subpageBanner{
	background: url(../images/subpageHeader.jpg) no-repeat;
	padding:12px 25px;
	font-size:40px;
	font-family:"Trebuchet MS";
	line-height:22px;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #0e3679;
	clear:both;
	}
.txtStyle1{
	margin:0;
	padding:18px 30px 30px 30px;
	}
.color1{
	color:#f58020;}
.imageStyle5{
	float:right;
	margin:15px 10px 0 15px;
	}
#sideNav {
	width:193px;
	margin:-15px 0 0 0;
	float:left;
	font-weight:bold;
	line-height:29px;
	text-align:left;
	padding:0;
	font-size:11px;
}
#sideNav h1{
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin:0;
	margin-bottom:6px;
	padding:0;
	color:#2d2d2d;
	font-family:"Trebuchet MS";
	clear:both;
	}
#sideNav ul {  
	margin: 0; 
	padding: 0;	
}
#sideNav ul li {
	display:inline;
	float: left;
	list-style: none;
	width:193px;
	margin-bottom:4px;
	}
#sideNav ul li a { 
	display: block; 
	margin:0;
	text-decoration: none;
	color: #2d2d2d;
	background: url(../images/sideNav.png) no-repeat;
	padding:0 0 0 30px;
	
}
#sideNav ul li a:hover{
	color: #2d2d2d;
	text-decoration:none;
	background: url(../images/sideNavOver.png) no-repeat;
	
}
#sideNav ul li a.active {
	color: #fff;
	text-decoration:none;
	background: url(images/sideNavActive.png) no-repeat;
}
.imagStyle5{
	position:absolute;
	margin-left:600px;
	margin-top:-10px;
	}