@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

#strip {
	margin: 0 auto;
	width: 960px;
	height: 100px;text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	background: url(images/dedistrip.png);
}

#strip h1 {
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
}

#vps {
width: 140px;
height: auto;
z-index: 999;
padding: 10px;
line-height: 36px;
margin-left: 385px;
}	

#nav>ul>li:hover>div {
opacity: 1;
height: auto;
width: 140px;
}	
	
#nav>ul>li>div {
overflow: hidden;
opacity: 0;
height: 0;
position: absolute;
top: 230px;
background: #242424;
box-shadow: 0 2px 2px rgba(0,0,0,0.2);
transition: opacity .1s linear;
-moz-transition: opacity .1s linear;
-webkit-transition: opacity .1s linear;
-o-transition: opacity .1s linear;
z-index: 999;
border-bottom: 4px solid #ffae00;
width: 140px;
}



#chooseplan {
    width: 960px;
    position: relative;
}
#chooseplan .sb{
    width:190px;
    float:left
}
#chooseplan .lb{
    width:290px;
    float:left;
}
#chooseplan h2 {
    color: #000;
    font-size: 42px;
	margin: 20px 0px 0px 0px;
}
#chooseplan p {
    font-size: 16px;
    color: #494949;
	margin: 10px 0px 40px 0px;
}
#chooseplan a {
    font-size: 16px;
    text-decoration: none;
    color: white;
    text-align: center;
}
#chooseplan input {
    background: #191919;
    border: 0;
    font-size: 16px;
	color: #fff;
    width: 76px;
}
#chooseplan label {
    font-size: 16px;
}
#chooseplan .box {
    width: 125px;
    height: 28px;
    padding: 14px 10px 10px 10px;
    position: relative;
    background-color: #191919;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 3px;
    float: left;
	color: #fff;
}
#chooseplan .box2 {
    width: 145px;
    height: 28px;
    padding: 14px 10px 10px 10px;
    position: relative;
    background-color: #191919;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 3px;
    float: left;
	color: #fff;
}
#chooseplan .orderbox {
    width: 160px;
    height: 27px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 3px;
	text-align: center;
	background: #fe8900;
    padding: 15px 10px 10px 10px;
-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}


#chooseplan .orderbox input {
    background: #fe8900;
    border: 0;
    font-size: 20px;
	color: #fff;
	cursor: hand;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
#chooseplan .orderbox:hover {
    background: #1d1d1d;
}
#stripbg {
	width: 100%;
	height: 100px;
	background: url(images/stripbg.png);
}
.staff { float: left; margin: 0px 20px 0px 0px; }

.space { height: 40px; clear: left; }

.clear { height: 40px; clear: both; }

#content h3 {
	color: #ff8400 ;
}

#slider {
	margin: 0 auto;
	width: 960px;
	height: 252px;
}

#sliderbg {
	width: 100%;
	height: 252px;
	background: url(images/sliderbg.png);
}

#topbarbg {
	width: 100%;
	height: 30px;
	background: #fff;
	border-bottom: 2px solid #e3e3e3;
}


#topbar {
	margin: 0 auto;
	width: 960px;
	height: 27px;
	text-align: right;
	padding: 3px 0 0 0;
}

#logo2 {
	float: left;
	width: 201px;
	height: 67px;
	background: url(images/logo2.png);
	margin: 30px 10px 0 0px;
}


#logo {
	float: left;
	width: 238px;
	height: 79px;
	background: url(images/logo.png);
	margin: 30px 0 0 0;
}

#topbg {
	width: 100%;
	height: 144px;
	background: #f6f6f6;
}

#top  .button a {
	float: right;
	background: #fe8900;
	width: 120px;
	height: 30px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	padding: 6px 0 0 0;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	margin: 46px 0 0 0;
}

#top  .button a:hover {
	float: right;
	background: #242424;
	width: 120px;
	height: 30px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	padding: 6px 0 0 0;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	margin: 46px 0 0 0;
}


#top {
	margin: 0 auto;
	width: 960px;
	height: 144px;
}

#navbg {
	width: 100%;
	height: 54px;
	background: #242424;
}

#nav {
	margin: 0 auto;
	width: 960px;
	height: 54px;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li a {
	display: block;
	float: left;
	padding: 16px 20px 0 20px;
	color: #fff;
	text-decoration: none;
	height: 38px;
}

#nav li a:hover {
	display: block;
	float: left;
	padding: 16px 20px 0 20px;
	color: #fff;
	text-decoration: none;
	height: 38px;
	background: #fe8900;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}

#servicesbg {
	width: 100%;
	height: 380px;
	background: #fff;
}

#services {
	margin: 0 auto;
	width: 960px;
	height: 380px;
	padding: 20px 0px;
}

.service {
	width: 240px;
	float: left;
	text-align: center;
	}
	
.service h3 {
	text-align: center;
	}	
.service p {
	text-align: center;
	font-size: 0.8em;
	margin: 20px 0px;
	}
	
#services  .button a {
	background: #242424;
	width: 150px;
	height: 30px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}	

#services  .button a:hover {
	background: #fe8900;
	width: 150px;
	height: 30px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
}
	
#barbg {
	width: 100%;
	height: 44px;
	background: #242424;
}

#bar {
	margin: 0 auto;
	width: 960px;
	height: 34px;
	color: #fff;
	padding: 10px 0 0 0;
}

#bar span {
	color: #fe8900;
}	

#aboutbg {
	width: 100%;
	height: 500px;
	background: #f6f6f6;
	border-bottom: 2px solid #e3e3e3;
}

#about {
	margin: 0 auto;
	width: 960px;
	height: 500px;
	padding: 20px 0px 0px 0px;
	color: #737373;
}

#about h2 {
	text-transform: uppercase;
	color: #000;
}
	
	
.left {
	width: 470px;
	float: left;
	margin: 0px 20px 0px 0px;
	}	
	
.quote {
	width: 440px;
	height: 139px;
	background: url(images/quote.png);
	padding: 15px;
	}
		
.quote p {
	margin: 0;
	font-size: 0.8em;
	}
			
.quote h5 {
	margin: 18px 0px 0px 20px;
	font-size: 1.1em;
	}	

.quote2 {
	width: 440px;
	height: 139px;
	background: url(images/quote.png);
	padding: 15px;
	margin: 18px 0px 0px 0px;
	}
		
.quote2 p {
	margin: 0;
	font-size: 0.8em;
	}
			
.quote2 h5 {
	margin: 18px 0px 0px 20px;
	font-size: 1.1em;
	}
	
.right {
	width: 470px;
	float: left;
	}
	
.packageb {
	width: 470px;
	float: left;
	margin: 20px 20px 0px 0px;
}		
.packageb2 {
	width: 470px;
	float: left;
	margin: 20px 0px 0px 0px;
}	
.packagebtop {
	width: 470px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #191919 ;
	padding: 12px 0px 0px 0px;
	font-size: 1.7em;
}	
.packagebprice{
	width: 470px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #242424 ;
	padding: 18px 0px 0px 0px;
	font-size: 0.8em;
}

.packagebprice span {
	color: #ff9000 ;
	font-size: 1.5em;
}	

.packagebrow1{
	width: 470px;
	height: 30px;
	text-align: center;
	color: #323232;
	background: #f6f6f6;
	padding: 8px 0px 3px 0px;
	font-size: 1em;
}
	
.packagebrow2{
	width: 470px;
	height: 30px;
	text-align: center;
	color: #323232;
	background: #e6e6e6;
	padding: 8px 0px 3px 0px;
	font-size: 1em;
}	

.packagebuy a {
	width: 470px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #fe8900;
	padding: 12px 0px 3px 0px;
	font-size: 1em;
	display: block;
	text-decoration: none;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.packagebuy a:hover {
	background: #242424;
}
		
.packages {
	width: 225px;
	float: left;
	margin: 20px 20px 0px 0px;
}		
.packages2 {
	width: 225px;
	float: left;
	margin: 20px 0px 0px 0px;
}			
.packages3 {
	width: 225px;
	float: left;
	margin: 10px 20px 0px 0px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}	
.packagestop {
	width: 225px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #191919 ;
	padding: 12px 0px 0px 0px;
	font-size: 1.5em;
	background: url(images/top2.png) no-repeat #191919;
}		
.packagestop2 {
	width: 225px;
	height: 54px;
	text-align: center;
	color: #fff;
	background: #191919 ;
	padding: 18px 0px 0px 0px;
	font-size: 1.5em;
	background: url(images/top2.png) no-repeat #191919;
}		
.packagestop4 {
        width: 225px;
        height: 54px;
        text-align: center;
        color: #fff;
        background: #191919 ;
        padding: 18px 0px 0px 0px;
        font-size: 1.5em;
        background: url(images/top.png) no-repeat #191919;
}

table {
margin: 30px 0 0 0;
}

table td {
Height: 60px;
}
table input[type=submit] {
	background: #fe8900;
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	padding: 0px 0 0 0;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 0px 0px rgba(0, 0, 0, 0.1);text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	margin: 40px 0 0 176px;
	border: 0;
}

table input[type=text] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
}
table textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
}

.packagestop3 {
	width: 225px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #191919 ;
	padding: 12px 0px 0px 0px;
	font-size: 1.5em;
	background: url(images/top2.png) no-repeat #191919;
}
.packagesprice{
	width: 225px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: #242424 ;
	padding: 18px 0px 0px 0px;
	font-size: 0.8em;
}

.packagesprice span {
	color: #ff9000 ;
	font-size: 1.5em;
}	

.packagesrow1{
	width: 225px;
	height: 30px;
	text-align: center;
	color: #323232;
	background: #f6f6f6;
	padding: 8px 0px 3px 0px;
	font-size: 1em;
}
	
.packagesrow2{
	width: 225px;
	height: 30px;
	text-align: center;
	color: #323232;
	background: #e6e6e6;
	padding: 8px 0px 3px 0px;
	font-size: 1em;
}	

.packagesbuy2 a {
	width: 225px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #fe8900;
	padding: 12px 0px 3px 0px;
	font-size: 1em;
	display: block;
	text-decoration: none;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.packagesbuy2 a:hover {
	background: #242424;
}
	
.packagesbuy a {
	width: 225px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #fe8900;
	padding: 12px 0px 3px 0px;
	font-size: 1em;
	display: block;
	text-decoration: none;text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.packagesbuy a:hover {
	background: #242424;
}
		
		
#contentbg {
	width: 100%;
	background: #fff;
}

#content {
	margin: 0 auto;
	width: 960px;
	padding: 20px 0px 20px 0px;
}				
#contentbg3 {
	width: 100%;
	background: #fff;
}

#content3 h1 {
	color: #ff9000 ;
}	
#content3 p {
	color: #5e5e5e ;
}
#content3 {
	margin: 0 auto;
	width: 960px;
	padding: 20px 0px 20px 0px;
}	

#contentbg2 {
	width: 100%;
	background: #f6f6f6;
	border: 2px 0px 2px 0px solid #f2f2f2;
}

#contentbg2 .feat {
	width: 446px;
	height: 68px;
	border: 2px solid #f2f2f2;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 20px 20px 0px 0px;
	float: left;
}

#contentbg2 .feat img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#contentbg2 .feat p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	float: left;
	width: 370px;
	color: #606060;
}
#contentbg2 .feat h4 {
	float: left;
	margin: 0;
	padding: 0;
}

#contentbg2 .feat2 {
	width: 446px;
	height: 68px;
	border: 2px solid #f2f2f2;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	float: left;
}

#contentbg2 .feat2 img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#contentbg2 .feat2 p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	float: left;
	width: 370px;
	color: #606060;
}
#contentbg2 .feat2 h4 {
	float: left;
	margin: 0;
	padding: 0;
}


#content2 {
	margin: 0 auto;
	width: 960px;
	padding: 20px 0px 20px 0px;
}

#blogbg {
	width: 100%;
	background: #fff;
}

#blog {
	margin: 0 auto;
	width: 960px;
	padding: 20px 0px 20px 0px;
}

#blog hr {
	border: 2px solid #e5e5e5;
	margin: 30px 0px;
}

#blog h4{
	margin: 0;
}
#blog p{
	margin: 0px 0px 10px 0px;
}
#blog p.bold {
	font-weight: 800;
}
#blog span {
	color: #ffae00;
}	

#logosbg {
	width: 100%;
	height: 120px;
}

#logos {
	margin: 0 auto;
	width: 960px;
	height: 120px;
	background: url(images/logos.png);
}

#footerbg {
	width: 100%;
	height: 125px;
	background: #181818;
	border-top: 2px solid #fe8900;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 125px;
}

#footer ul{
	margin: 0;
	padding: 40px 0 0 0 ;
	list-style: none;
}

#footer li a {
	display: block;
	float: left;
	padding: 16px 8px 0 8px;
	color: #6b6b6b;
	text-decoration: none;
	height: 38px;
	text-transform: uppercase;
	font-size: 0.8em;
}

#footer li a:hover {
	display: block;
	float: left;
	padding: 16px 8px 0 8px;
	color: #fff;
	text-decoration: none;
	height: 38px;
	text-transform: uppercase;
	font-size: 0.8em;
}

#copybg {
	width: 100%;
	height: 60px;
	background: #0c0c0c;
}

#copy {
	margin: 0 auto;
	width: 960px;
	height: 60px;
}

#copy p {
	float: left;
	color: #6b6b6b;
	font-size: 0.8em;
	margin: 22px 0px 0px 0px;
}

#copy .fb a {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/fb.png);
	margin: 10px 10px 0px 0px;
}

#copy .tw a {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/twit.png);
	margin: 10px 10px 0px 0px;
}

#copy .rss a {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/rss.png);
	margin: 10px 10px 0px 0px;
}
#nav #vps a:hover {
	display: block;
	float: left;
	padding: 16px 20px 0 20px;
	color: #fe8900;
	text-decoration: none;
	height: 38px;
	background: #242424;
}
