@font-face {
	font-family: 'BookmanOldStyle-Bold';
	src: url('../fonts/bookosb0.eot');
	src: url('../fonts/bookosb0.eot?#iefix') format('embedded-opentype'), url('../fonts/bookosb0.woff') format('woff'), url('../fonts/bookosb0.ttf') format('truetype'), url('../fonts/bookosb0.svg#bookosb0') format('svg');
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFF;
}
.clear-fix:after {
	clear: both;
}
.clear {
	clear: both;
}
img {
	border: none;
}
a:link {
	color: #3282e6;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #3282e6;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #3282e6;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #3282e6;
	outline: none;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
header {
	float: left;
	height: 104px;
	width: 1000px;
	padding-top: 23px;
}
header .logo {
	float: left;
	width: 366px;
	height: 70px;
	background: url(../images/logo.png) no-repeat left top;
}
header .headerrt {
	float: right;
}
header .headerrt .phone {
	float: right;
	color: #6b9e21;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
}
header .headerrt .phone strong {
	display: block;
	font-size: 28px;
}
header .headerrt .login {
	float: left;
	margin-top: 15px;
}
header .headerrt .login span {
	display: block;
	float: left;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	line-height: 26px;
	text-transform: uppercase;
}
header .headerrt .login .login-username {
	float: left;
}
header .headerrt .login .login-username input[type=text] {
	background: none;
	width: 130px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	padding: 0 10px 4px 10px;
	color: #797978;
	font-size: 12px;
	border-color: #cbcbcb #cbcbcb #ededed #cbcbcb;
}
header .headerrt .login .login-password {
	background: none;
	width: 147px;
	height: 26px;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	float: left;
	margin-left: 10px;
	padding: 0 3px 0 10px;
	border-color: #cbcbcb #cbcbcb #ededed #cbcbcb;
}
header .headerrt .login .login-password input[type=text] {
	border: none;
	height: 21px;
	width: 110px;
	color: #797978;
	font-size: 12px;
	padding-bottom: 4px;
	float: left;
}
header .headerrt .login .login-password input[type=submit] {
	border: none;
	width: 36px;
	float: left;
	height: 21px;
	cursor: pointer;
	margin-top: 2px;
	background: url(../images/go-button.png) no-repeat left top;
}
.top-nav {
	float: left;
	width: 960px;
	height: 32px;
	padding: 0 20px;
	background: #d8d8d8;
}
.top-nav nav {
	float: left;
	width: 60%;
	height: 32px;
}
.top-nav nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top-nav nav ul li {
	float: left;
	display: inline;
	height: 32px;
	margin-right: 10px;
	background: url(../images/menu-topbar.png) no-repeat right center;
}
.top-nav nav ul li a {
	display: block;
	color: #333;
	padding-right: 10px;
	font-size: 12px;
	line-height: 32px;
}
.top-nav nav ul li:last-child {
	background: none;
}
nav#main-nav {
	float: left;
	width: 1000px;
	height: 35px;
	background: #8dbf64;
}
nav#main-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav#main-nav ul li {
	float: left;
	display: inline;
	height: 35px;
	position:relative;
	background: url(../images/main-nav-li.png) no-repeat right top;
}
nav#main-nav ul li a {
	display: block;
	line-height: 35px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 166px;
}
nav#main-nav ul li:last-child {
	background: none;
}
nav#main-nav ul ul {
	background-color:#8DBF64;
	-webkit-border-radius-:0 0 5px 5px;
	-mo-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	padding:4px 0;
	position:absolute;
	top:32px;
	left:-5000px;
	min-width:100%;
	z-index:100;
	opacity:0
}
nav#main-nav li:hover ul {
	left:0;
	opacity:1;
}
nav#main-nav ul ul a {
	font-size:14px;
	color:#fff;
	padding:0 15px;
	display:block;
	text-align:left;
}
nav#main-nav ul ul a:hover {
	color:#8DBF64;
	background-color:#fff;
}
figure.banner {
	float: left;
	width: 970px;
	height: 270px;
	margin: 0 0 30px 0;
	padding: 30px 0 0 30px;
	background: url(../images/banner.jpg) no-repeat left top;
}
figure.banner h1 {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #FFF;
	font-size: 50px;
	color: #666;
	line-height: 50px;
}
figure.banner h1 span {
	color: #669933;
}
figure.banner .domain-box {
	float: left;
	width: 570px;
	height: 54px;
	margin-bottom: 24px;
	padding: 10px 10px 10px 20px;
	background: url(../images/domain-bar.png) no-repeat left top;
}
figure.banner .domain-box input[type=text] {
	float: left;
	border: none;
	font-size: 28px;
	color: #ccc;
	width: 357px;
	height: 50px;
	background: none;
}
figure.banner .domain-box .dropdown-box {
	float: left;
	width: 121px;
	height: 37px;
	padding: 10px 0 0 10px;
	margin: 3px 0 0 10px;
	background: url(../images/domain-dropdown.png) no-repeat left top;
}
figure.banner .domain-box select {
	background: none;
	border: none;
	color: #666;
	font-size: 22px;
	width: 105px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
}
figure.banner .domain-box input[type=submit] {
	float: right;
	width: 62px;
	height: 47px;
	border: none;
	cursor: pointer;
	margin-top: 3px;
	background: url(../images/go-btn.png) no-repeat left top;
}
figure.banner span.text {
	float: left;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
figure.banner a.bulk {
	float: left;
	display: block;
	color: #3282e6;
	font-size: 14px;
	margin-left: 178px;
	text-decoration: underline;
}
figure.banner a.bulk:hover {
	text-decoration: none;
}
.slider {
	float: left;
	padding-left: 50px;
	width: 950px;
	margin-bottom: 20px;
}
.slider figure {
	float: left;
	width: 300px;
	height: 142px;
	margin: 15px 0 0 0;
	background: url(../images/server.jpg) no-repeat left top;
}
.slider figcaption {
	float: left;
	margin-left: 40px;
}
.slider figcaption h2 {
	margin: 0 0 16px 0;
	padding: 0px;
	color: #ff6600;
	font-size: 32px;
	line-height: 34px;
	font-family: 'BookmanOldStyle-Bold';
}
.slider figcaption .rates {
	float: left;
	color: #333;
	letter-spacing: -1px;
	font-size: 16px;
	line-height: 24px;
}
.slider figcaption .rates span {
	color: #ff6600;
	font-size: 32px;
}
.slider figcaption a.slider-btn {
	float: left;
	width: 202px;
	height: 56px;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	display: block;
	color: #FFF;
	margin-left: 70px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #5d8f20;
	background: url(../images/slider-btn.png) no-repeat left top;
}
.expandable-panel-1 {
	float: left;
	width: 1000px;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}
.expandable-panel-1 a.button {
	display: block;
	width: 222px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/expandable-btn-1.png) no-repeat left -1px;
}
a.button-close {
	display: block;
	width: 222px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/expandable-btn-1-close.png) no-repeat left -1px;
}
.features {
	float: left;
	width: 1000px;
	padding-top: 20px;
	display: none;
	margin-bottom: 30px;
	border-top: 1px solid #CCC;
}
.expandable-panel-2 {
	float: left;
	width: 1000px;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}
.expandable-panel-2 a.button-bottom {
	display: block;
	width: 222px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/expandable-btn-2-close.png) no-repeat left -1px;
}
a.button-close-bottom {
	display: block;
	width: 222px;
	height: 22px;
	margin: 0 auto;
	background: url(../images/expandable-btn-2.png) no-repeat left -1px;
}
.text-open {
	display: none;
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
.text-open p {
	margin: 0 0 10px 0;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.socialmedia {
	margin: 0 auto 30px auto;
	width: 950px;
	height: 76px;
	background: url(../images/socialmedia.png) no-repeat left top;
}
.newsletter {
	margin: 0 auto 30px auto;
	width: 605px;
	height: 40px;
	padding: 8px 0 8px 345px;
	background: url(../images/signup.png) no-repeat left top;
}
.newsletter .firstname {
	float: left;
	width: 175px;
	height: 37px;
	padding: 0 10px 3px 10px;
	border: none;
	color: #999;
	font-size: 14px;
	background: url(../images/name-newsletter.png) no-repeat left top;
}
.newsletter .email-address {
	float: left;
	width: 243px;
	height: 40px;
	padding: 0 10px 3px 10px;
	border: none;
	color: #999;
	font-size: 14px;
	background: url(../images/email-newsletter.png) no-repeat left top;
}
.newsletter input[type=submit] {
	float: left;
	width: 119px;
	height: 33px;
	border: none;
	margin: 3px 0 0 10px;
	cursor: pointer;
	background: url(../images/btn-newsletter.png) no-repeat left top;
}
footer {
	float: left;
	width: 960px;
	padding: 0 20px;
	margin: 0 0 50px 0;
}
footer aside {
	float: left;
	margin-right: 48px;
}
footer aside h2 {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #990000;
	font-size: 18px;
	font-family: 'BookmanOldStyle-Bold';
}
footer aside p {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
footer aside ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer aside ul li a {
	display: block;
	line-height: 22px;
	color: #333 !important;
	font-size: 12px;
}
footer aside:first-child {
	float: left;
	width: 290px;
	padding: 0 20px;
}
footer aside:last-child {
	margin-right: 0px;
}
