body{
	background:url(../images/background.jpg) repeat-x;
	background-color:#295498;	
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
}

#slider_container{
	background:url(../images/slider_back_img.jpg) no-repeat;
	width:100%;
	height:420px;
	text-align:center;	
}
.containe12{
	width:1000px;
	margin:0 auto;
}
#header{
	height:90px;	
}
#blue_area{
	margin-top:7px;
	background:url(../images/blue_back.png) no-repeat;
		
}
.boxes{
	background:url(../images/boxes.png) no-repeat;
	width:292px;
	height:250px;
	padding:10px 0 0 5px;	
}
#footer_container{
	background:url(../images/footer.jpg) repeat-x;
	height:88px;
		
}
ul#footer_links{
	padding:0 0 8px 0;
	text-align:center;
	margin:0;
	list-style:none;	
}
ul#footer_links li{
	display:inline;
	padding:0 3px 0 3px;
	font-size:12px;
	color:#fff;
}
ul#footer_links li a{
	color:#fff;	
	font-size:12px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
}
ul#footer_links li a:hover{
	text-decoration:underline;
}
.coy_rights{
	color:#fff;	
	font-size:12px;
	text-align:center;
}
.box_heading{
	font-size:21px;
	color:#90baf6;
	padding-left:10px ;	
}
ul.list_detail{
	padding:10px 0 0 20px;
	margin:0;
	list-style:none;
}
ul.list_detail li{
	background:url(../images/icon.png) no-repeat 0 10px;
	font-size:13px;
	color:#fff;
	padding:8px 0 0 25px;
	font-family:Verdana, Geneva, sans-serif;
}
#top_menu{
	float:left;
	width:500px;
	padding:30px 0 0 250px;
}
#logo{
	float:left;
	width:200px;
	font-size:35px;
	padding:0px 0 0 40px;
	text-align:left;
}
ul#menu_top{
	padding:0;
	margin:0;
	list-style:none;
	background:#000;
}
ul#menu_top>li{
	float:left;
	position:relative;
}
ul#menu_top>li>a{
	display:inline;
	color:#fff;
	text-decoration:none;
	padding:0px 0px 0 9px;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
ul#menu_top>li>a>span{
	display:inline;
	color:#000;
	text-decoration:none;
	padding:7px 16px 15px 12px;
	margin-top:3px;
	display:block;
}
ul#menu_top>li:hover>a{
	background:url(../images/left_hover.png) no-repeat;
	color:#000;
}
ul#menu_top>li:hover>a>span{
	background:url(../images/right_hover.png) no-repeat right top;
	color:#000;
}
.box_profile{
	background:url(../images/back_img.png) no-repeat;
	width:206px;
	height:184px;
	padding:8px 0 0 6px;
}
.thumb_img{
	width:199px;
	height:159px;
	background:#000;
}
.thumb_img a img{
	border:none;
}
.portfolio_heading{
	font-size:18px;
	color:#adcef7;
	padding:25px 0 0 0;
}
.portfolio_heading a{
	font-size:18px;
	color:#adcef7;
	text-decoration:none;
}
.portfolio_heading a:hover{
	text-decoration:underline;
}
.portfolio_txt{
	font-size:12px;
	color:#fff;
	padding:5px 0 5px 0;
	margin:0;
}
.portfolio_link a{
	color:#da9696;
	font-size:12px;
	text-decoration:none;
}
.portfolio_link a:hover{
	color:#830000;
	font-size:12px;
	text-decoration:underline;
}
#portfolio_d_left{
	float:left;
	width:623px;
}
#portfolio_d_left1{
	width:623px;
	background:url(../images/detail_page.png) no-repeat;
	padding:24px 0 0 0;
	height:315px;
}

#portfolio_d_right{
	float:left;
	width:367px;
	padding:0 0 0 10px;
}
ul.portfolio_txt_detail{
	padding:20px 0 0 0;
	margin:0;
	list-style:none;
}
ul.portfolio_txt_detail li{
	color:#fff;
	font-size:13px;
	padding:3px 0 3px 15px;
	background:url(../images/icon1.png) no-repeat 0px 6px ;
}
#heading{
	font-size:25px;	
	color:#e1e5eb;
	padding:10px 0 0 0;
}
.detail_img{
	background:#066;	
	width:575px;
	height:286px;
	margin:0 0 0 25px;
}
h1{
	color:#6ba6ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
}
.service_detail{
	margin:30px;
	list-style:url(../images/bullets.png);
}
.service_detail li{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:3px 0 3px 0;
}
.seprator{
	width:481px;
	margin:0 auto;
	clear:both;
	padding:8px 0 8px 0;
}
input:required, textarea:required { 
    -moz-box-shadow:none;  
    -webkit-box-shadow:none;  
    -o-box-shadow:none;  
    box-shadow:none;  
}






/** inputs and textarea**/
input:not([type="submit"]), textarea{
outline:none;
display:block;
width:380px;
padding:4px 8px;
border:1px dashed #000;
color:#3F3F3F;
font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
font-size:14px;
/*border-radius*/
-webkit-border-radius:2px;
   -moz-border-radius:2px;
        border-radius:2px;
/*transition*/
-webkit-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
   -moz-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
     -o-transition:background 0.2s linear,
				   box-shadow 0.6s linear;
        transition:background 0.2s linear,
				   box-shadow 0.6s linear;
}
input:not([type="submit"]):active, 
textarea:active,
input:not([type="submit"]):focus, 
textarea:focus{
background:#F7F7F7;
border:dashed 1px #969696;
/*box-shadow*/
-webkit-box-shadow:2px 2px 7px #E8E8E8 inset;
   -moz-box-shadow:2px 2px 7px #E8E8E8 inset;
        box-shadow:2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]){
height: 20px;
}

/* placeholder */
::-webkit-input-placeholder  { 
color:#BABABA; 
font-style:italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
color:#BABABA;
font-style:italic;
} 
textarea{
min-height:150px;
resize:vertical
}
.service_cotainer{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	padding:25px;
}
.pods{
	background: url("../images/pods-hold.png");
	width:900px;
	padding:10px;
	border-radius:8px;
	margin:0 0 20px;
}
.pods-holder{
	background: url("../images/pods.png");
	padding:5px;
}
.pods-holder h1{
	padding:8px 10px;
	background: url("../images/pods-hold.png");
	margin:0;
	color:#14243b;
	text-align:center;
}
.pods-holder .pods-detail{
	padding:5px 10px 10px;
	color:#141d2a;
	font-size:14px;
	overflow:hidden;
	background: url("../images/pds.png");
	position:relative;
}
.pods-holder .pods-detail p{
	margin:0 0 15px;
}
.service_details{
	margin:0;
	list-style:none;
	padding:0;
	float:left;
	width:77%;

}
.service_details li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 0 3px 20px;
	background:url(../images/bullets.png) no-repeat 0 3px;
	color:#ccc;
}
.pods-detail .read-more{
	padding:8px 10px;
	border-radius:8px;
	float:right;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #fff;
	color:#fff;
	background: url("../images/pods.png");
}
.pods-detail .read-more:hover{
	background: url("../images/pods-hold.png");
	border:1px solid #000;
	color:#141d2a;
}
.pods-image{
	overflow:hidden;
	margin:0 0 10px;
}
.pods-image .algin-right{
	float:right;
}
.webhosting{
	margin:0;
	font-weight:normal;
	font-weight:30px;
}
.box-show{
	background:#9eadc6;
	width:740px;
	position:absolute;
	top:100%;
	z-index:1000;
	padding:10px;
	left:-350%;
	display:none;
	border-radius:8px;
}
.box-show1{
	background: url("../images/pods.png");
	border-radius:8px;
	padding:10px;
	overflow:hidden;
}
ul#menu_top li:hover .box-show{
	display:block;
}
.box1{
	float:left;
	width:200px;
	margin:0 0 0 30px;
	border-radius:8px;
	padding:10px;
}
.box1:first-child{
	margin:0;
}
.box1 h3{
	margin:0 0 15px;
	color:#000;
	font-size:20px;
	text-align:left;
	text-transform:capitalize;
	padding:0 0 10px;
	border-bottom:1px solid #000;
}
.box1>ul{
	margin:0 0 10px;
	list-style:none;
	padding:0;
}
.box1>ul>li{
	padding:0 0 0 10px;
	background:url(../images/arrow1.png) no-repeat 0 7px;
	font-size:12px;
}
.box1>ul>li>a{
	color:#000;
	text-align:left;
	display:block;
	padding:3px 10px;
}
.box1>ul>li>a:hover{
	color:#fff;
}
.box1>ul>li:hover{
	background:url(../images/arrow1.png) no-repeat 7px 7px;
}
.aside{
	float:left;
	width:220px;
	padding:15px;
	background:url(../images/pds.png);
	border-radius:8px;
}
.aside h3{
	margin:0 0 10px;
	color:#9CF;
	border-bottom:1px solid #9CF;
	font-weight:normal;
	padding:0 0 5px;
}
.aside .nav-aside{
	margin:0;
	padding:0;
	list-style:none;
}
.aside .nav-aside>li{
	padding:2px 10px 2px 0;
}
.aside .nav-aside>li>a{
	color:#fff;
	background:url(../images/arrow1.png) no-repeat 0 13px;
	padding:5px 10px 5px 20px;
	display:block;
	text-decoration:none;
}
.aside .nav-aside>li>a:hover{
	background:url(../images/arrow1.png) no-repeat 10px 13px;
	padding:5px 10px 5px 30px;
	color:#000;
}
.web-content{
	float:right;
	padding:15px;
	background:url(../images/pds.png);
	width:600px;
	border-radius:8px;
}
.web-content h3{
	margin:0 0 15px;
	color:#000;
	font-size:20px;
	text-align:left;
	text-transform:capitalize;
	padding:0 0 10px;
	border-bottom:1px solid #000;
}
.web-content h3{
	margin:0 0 10px;
	color:#9CF;
	border-bottom:1px solid #9CF;
	font-weight:normal;
	padding:0 0 5px;
}
.tabs{
	overflow:hidden;
}
.tabs-set{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	border-bottom:1px solid #9CF;
}
.tabs-set>li{
	float:left;
	margin:0 10px 0 0;
}
.tabs-set>li>a{
	display:block;
	padding:5px 20px;
	text-align:center;
	color:#000;
	background:url(../images/pods-hold.png);
	border-top-left-radius:8px 8px;
	border-top-right-radius:8px 8px;
	text-decoration:none;
}
.tabs-set>li>a.active,.tabs-set>li>a:hover{
	background:#000;
	color:#fff;
}
.tab-content{
	overflow:hidden;
	padding:2px;
}
#tab-link1{
	width:100%;
	background:#fff;
	min-height:200px;
}
#tab-link2{
	width:100%;
	background:#000;
	min-height:200px;
	display:none;
}
.cntL {
	transition: box-shadow .7s linear;
	-moz-transition: -moz-box-shadow .7s linear;
	-webkit-transition: -webkit-box-shadow .7s linear;
	margin-left: -15px;
}
.cntL:hover {
	box-shadow: 0px 0px 10px #d27e02;
	-moz-box-shadow: 0px 0px 10px #d27e02;
	-webkit-box-shadow: 0px 0px 10px #d27e02;
	margin:-10px;
}
.cntL {
	float: left;
	width: 64px;
	
	height: 254px;
	background: url("../images/cntl.png");
	margin-top: 32px;
	border-bottom: 1px solid #babdbe;
	border-top: 1px solid #babdbe;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.cntL ul {
	margin:0;
	padding:0;
	list-style:none;
}
.cntL ul li {
	margin: 5px 0 0 15px;
	font-size: 11px;
	color:#000;
}
.cntL .fav {
	margin-left: 8px !important;
}
.line {
	margin: -2px 0 10px 12px !important;
}
.fave {
	margin-left: 10px !important;
}
.hosting-panel{
	width:99%;
	min-height:266px;
	background:#fff;
	padding:20px 15px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 0 20px;
}
.hosting-panel .align-left{
	float:left;
}
.reliable-hosting{
	float:right;
	width:570px;
	min-height:230px;
	border:1px solid #ccc;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:15px;
}
.reliable-hosting h3{
	color: #4396CA;
    font-family: Tahoma;
    font-size: 19px;
    margin:0 0 20px;
}
.reliable-hosting>ul{
	margin:0;
	padding:0;
	color:#000;
	list-style:none;
}
.reliable-hosting>ul>li{
	margin: 0 0 5px;
	padding:0 0 0 15px;
	background:url(../images/arrow1.png) no-repeat 0 8px;
}
.hosting-plan{
	width:110%;
	overflow:hidden;
}
.h-column{
	border: 1px solid #6AB22B;
    float: left;
    min-height: 260px;
    margin-left: 3px;
    margin-right: 3px;
    width: 223px;
	background:#ccc;
}
.h-column .heading{ color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 33px;
    text-align: center;
    vertical-align: middle;
	line-height:33px;
	background:#68B52B;
	text-transform:capitalize;
	margin:0 0 5px;
}
.h-column1{
	border: 1px solid #EC6615;	
}
.h-column .heading1{
	background:#EC6615;
}
.h-column>ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
}
.h-column>ul>li{
	padding:5px 0 5px 15px;margin:0 0 5px;
	border-bottom:1px solid #fff;
	font-size:12px;
}
.h-column>ul>li>a{
	display:block;
	text-align:center;
	color:#68B52B;
	font-weight:bold;
	font-size:14px;
}
.h-column>ul>li>a:hover{
	text-decoration:none;
	color:#000;
}
.h-column1>ul>li>a{
	color:#EC6615;
}
.posabsolute{
	position:absolute;
	top:20px;
	left:0;
}
.web-design{
	width:97%;
	background:#fff;
	min-height:400px;
	padding:15px;
	border-radius:10px;
	margin:40px 0 20px;
}
.working{
	color: #02A1DB;
    font-size:33px;
    margin: 0;
    padding-bottom: 10px;
	float:left;
	text-transform:capitalize;
	font-weight:normal;
}
.columns{
	width:110%;
	overflow:hidden;
	padding:20px 0 20px;
}
.column{
	float:left;
	width:205px;
	color: #585858;
    float: left;
    font-size: 12px;
	margin:0 20px 0 0;
	border-radius:10px;
	border:1px solid #ccc;
	padding:10px;
	text-align:justify;
	height:150px;
	overflow:hidden;
}
.column h4{
	color: #000000;
    font: 18px/26px Georgia;
    margin:0 0 10px;
    padding: 0 0 5px;
	border-bottom:1px solid #ccc;
}
.text-img{
	float:left;
	margin:0 10px 0 0;
}
.column p{
	margin:0;
}
.main-area{
	color: #02A1DB;
    font-size:24px;
    margin: 0;
    padding-bottom: 10px;
	float:left;
	text-transform:capitalize;
	font-weight:normal;
}
.three-columns{
	width:110%;
	overflow:hidden;
	padding:20px 0;
}
.col-one{
	float:left;
	width:285px;
	border-radius:10px;
	border:1px solid #ccc;
	padding:15px;
	margin:0 8px 0 0;
	height:345px;
	overflow:hidden;
}
.col-one h4{
	color: #000000;
    font: 18px/26px Georgia;
    margin:10px 0;
    padding: 0 0 5px;
	border-bottom:1px solid #ccc;
}
.col-title{
	color: #16419C;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
	margin:0 0 5px;
}
.col_txt{
	 color: #676767;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
	margin:0 0 10px;
}
.col_txt a{
	color: #2F58B0;
    text-decoration: underline;
}
.col_txt a:hover{
	text-decoration:none;
}

.reason-box {
    float: left;
    padding: 50px 15px 15px 0;
    width: 660px;
}

.reason-box h5 {
    color: #585858;
    font: 22px verdana;
    margin: 0;
	text-align:left;
	margin:0 0 5px;
}
.reasons{
	overflow:hidden;
	width:100%;
}
.reason_text {
    color: #585858;
    font: 14px/20px verdana;
    text-align: justify;
	margin:0 0 10px;
}

.reason-box1 {
    background: url("../images/guarntee2.gif") no-repeat scroll right bottom transparent;
    height: 90px;
    padding-right: 125px;
}
.prase{
	float: right;
    width: 250px;
}

blockquote.style1 {
    background: url("../images/qout_open.gif") no-repeat scroll left top transparent;
    color: #1E54AB;
    font: italic 18px/24px Georgia;
    margin: 0;
    padding: 10px;
    text-align: justify;
    text-indent: 23px;
}

blockquote.style1 span {
    background: url("../images/qout_close.gif") no-repeat scroll right bottom transparent;
    display: block;
}

.name {
    color: #585858;
    font: italic bold 12px verdana;
    padding: 10px 10px 0 0;
    text-align: right;
}
.desig {
    color: #585858;
    font: 11px verdana;
    padding: 0 10px 0 0;
    text-align: right;
}

.thumb{border: 1px solid #efefef;
border-radius: 6px;
margin-top: 4px;
width: 95px;
height: 95px;
background-repeat: no-repeat;
background-position: top left;
}

.winning-design{padding: 5px; border:1px solid #CCC;  width:160px;
-moz-box-shadow: 0px 0px 8px #A9ACB1;
-webkit-box-shadow: 0px 0px 8px #A9ACB1;
box-shadow: 0px 0px 8px #A9ACB1;}

.cont-ul{margin-left:40px; margin-top:10px; padding:0;}
.cont-li{color: #585858; font: 14px/20px verdana; list-style-image:url(../images/tick.png);}

.table-text{color: #585858;
font: 14px/20px verdana;
text-align: justify;
margin: 0 0 10px;}

.box-1{width:457px; height:275px; background-image:url(../images/box.png); background-repeat:no-repeat; float:left;  margin-top:10px; padding:9px;}

.box-2{width:457px; height:275px; background-image:url(../images/box.png); background-repeat:no-repeat; float:right;  margin-top:10px; padding:9px;}
.inner-box{width: 442px;
height: auto;
padding-left: 10px;
padding-top: 5px;
padding-right:10px;
}









