/*
Set general CSS declarations
*/
* {
	font-family: Arial, Helvetica, sans-serif;
      font-size:1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

body {
	background: #393845 url(images/bg.jpg) repeat-x;
	text-align: center;
}

p.boxin {
      padding:5px;
      border:1px solid #65ED3B;
      background-color: #DFFDB0;
      margin: 3px;
}

/* Main Index Elements */
#container {
	width: 917px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}

#header, #main, #features, #footer {
	position: absolute;
	width: 917px;
	left: 0;
}

#headercontent, #maincontent, #featurescontent, #footercontent {
	position: relative;
	width: 917px;
}

#header {
	top: 0;
	height: 89px;
	background: url(images/header.jpg) no-repeat;
}

#main {
	top: 89px;
	height: 289px;
	background: url(images/main.jpg) no-repeat;
}

#features {
	top: 378px;
	height: 255px;
	background: url(images/features.jpg) no-repeat;
}

#footer {
	top: 633px;
	height: 207px;
	background: url(images/footer.jpg) no-repeat bottom;
}

/* Header contents */
#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 302px;
	height: 89px;
	background: url(images/logo.jpg) no-repeat;
}

#toplinks {
	position: absolute;
	right: 15px;
	top: 8px;
}

#toplinks li {
	float: left;
	border-right: 1px solid #76748c;
	margin-right: 4px;
	padding-right: 4px;
	font-size: 0.75em;
}

#toplinks li a {
	color: #c3fe00;
}

#toplinks li a:hover {
	text-decoration: underline;
}

#toplinks li a.b_white {
	color: #fff;
	font-weight: bold;
}

#toll_free {
	position: absolute;
	right: 13px;
	top: 26px;
	width: 268px;
	height: 25px;
	background: url(images/toll_free.jpg) no-repeat;
}

/* Navigation Tabs */
#nav {
	position: absolute;
	right: 0;
	top: 51px;
	width: 612px;
	height: 28px;
	margin-top: 10px;
	margin-left: 3px;
}

#nav li {
	float: left;
	display: block;
	font-size: 0.75em;
	height: 28px;
	line-height: 28px;
	margin-right: -10px;
}

#nav li span {cursor:pointer}

#nav li a {
	color: #fff;
	font-weight: bold;
	background: url(images/nav.png) no-repeat right;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-right: 16px;
}

#nav li a:hover {
	background: url(images/nav_active.png) no-repeat right;
}

#nav li.active a {
	background: url(images/nav_active.png) no-repeat right;
	padding-right: 16px;
}

#nav li a span {
	background: url(images/nav_left.png) no-repeat left;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-left: 30px;
	padding-right: 0px;
}

#nav li a:hover span {
	background: url(images/nav_active_left.png) no-repeat left;
}

#nav li.active a span {
	background: url(images/nav_active_left.png) no-repeat left;
	height: 28px;
	line-height: 28px;
	display: block;
	padding-left: 35px;
	padding-right: 10px;
}

/* Header is done! */

/* Main plan and intro */
#plan {
	position: absolute;
	left: 331px;
	top: 155px;
}

#plan ul li a {
	display: block;
	width: 150px;
	height: 50px;
}

#plan ul li a.tellme {
	background: url(images/button_tellme.jpg) no-repeat top;
}

#plan ul li a.tellme:hover {
	background: url(images/button_tellme.jpg) no-repeat bottom;
}

#plan ul li a.signup {
	background: url(images/button_signup.jpg) no-repeat top;
}

#plan ul li a.signup:hover {
	background: url(images/button_signup.jpg) no-repeat bottom;
}

#included {
	position: absolute;
	left: 540px;
	top: 50px;
}

#included li {
	font-size: 1em;
	color: #fff;
	background: url(images/check.png) no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin: 0 0 13px 0;
}

/* Features */
#customers_love {
	position: absolute;
	left: 30px;
	top: 10px;
	width: 220px;
	height: 26px;
	background: url(images/customers_love.jpg) no-repeat;
}

#viewall {
	position: absolute;
	right: 37px;
	top: 17px;
	font-weight: bold;
	font-size: 0.75em;
}

#viewall a {
	color: #393845;
}

#viewall a:hover {
	text-decoration: underline;
}

/* 3 boxes - features */
#feature_1, #feature_2, #feature_3 {
	top: 50px;
	width: 280px;
	height: 180px;
}

#feature_1 {
	position: absolute;
	left: 46px;
	background: url(images/feature_1.jpg) no-repeat left top;
}

#feature_2 {
	position: absolute;
	left: 329px;
	background: url(images/feature_2.jpg) no-repeat left top;
}

#feature_3 {
	position: absolute;
	left: 612px;
	background: url(images/feature_3.jpg) no-repeat left top;
}

#feature_1 p, #feature_2 p, #feature_3 p {
	padding: 53px 21px 0 83px;
	color: #2E2E2E;
	font-size: 0.9em;
	line-height: 1.3em;
}

.learn_more {
	padding: 8px 0 0 168px;
}

.learn_more a {
	display: block;
	width: 93px;
	height: 23px;
	background: url(images/learn_more.png) no-repeat;
}


/* Footer - base */
#sitelinks {
	position: absolute;
	top: 15px;
	left: 35px;
	font-size: 0.7em;
}

#sitelinks h2 {
	color: #d1d1d1;
	line-height: 1.6em;
	font-weight: bold;
}

#sitelinks li {
	float: left;
	margin-right: 100px;
}

#sitelinks li li {
	float: none;
	margin-right: 0;
}

#sitelinks li li a {
	color: #7f7e8d;
	line-height: 1.6em;
}

#sitelinks li li a:hover {
	color: #fff;
}

#bottomlinks {
	position: absolute;
	top: 150px;
	left: 35px;
	font-size: 0.65em;
	color: #fff;
}

#bottomlinks a {
	color: #aeea18;
}

#bottomlinks a:hover {
	text-decoration: underline;
}

#copyright {
	position: absolute;
	top: 150px;
	right: 25px;
	font-size: 0.65em;
	color: #fff;
}

#go_green {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 130px;
	height: 100px;
	background: url(images/go_green.jpg) no-repeat;
}

#footerlogo {
	position: absolute;
	top: 115px;
	right: 119px;
}

#footerlogo a {
	display: block;
	background: url(images/footerlogo.jpg) no-repeat;
	width: 138px;
	height: 25px;
}

/* SUBPAGE STYLESHEET */
#sub-header {
	position: relative;
	width: 917px;
	height: 89px;
	background: url(images/header.jpg) no-repeat;
}

#sub-footer {
	position: relative;
	width: 917px;
	height: 207px;
	background: url(images/footer.jpg) no-repeat bottom;
}

#content_y {
	width: 917px;
	background: url(images/bgcontent_y.jpg) repeat-y;
}

#content {
	width: 890px;
	background: url(images/bgcontent.jpg) no-repeat top;
	padding: 8px 0 20px 27px;
}

/* Sub page start */
#page_start {
	display: block;
	width: 866px;
	height: 136px;
	background: url(images/page_start.jpg) no-repeat;
	position: relative;
	margin: 0 0 10px 0;
}

#page_head {
	position: absolute;
	left: 0;
	top: 0;
	width: 360px;
	height: 136px;
	background: url(images/header_webhosting.jpg) no-repeat;
}

#page_img {
	position: absolute;
	right: 0;
	top: 0;
	width: 274px;
	height: 136px;
	background: url(images/image1.jpg) no-repeat;
}

#page_start1 {
	display: block;
	width: 866px;
	height: 136px;
	background: url(images/page_start1.jpg) no-repeat;
	position: relative;
	margin: 0 0 10px 0;
}

#page_head1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 360px;
	height: 136px;
	background: url(images/header_webhosting1.jpg) no-repeat;
}

#page_img1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 274px;
	height: 136px;
	background: url(images/image11.jpg) no-repeat;
}

#page_start2 {
	display: block;
	width: 866px;
	height: 136px;
	background: url(images/page_start2.jpg) no-repeat;
	position: relative;
	margin: 0 0 10px 0;
}

#page_head2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 360px;
	height: 136px;
	background: url(images/header_webhosting2.jpg) no-repeat;
}

#page_img2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 274px;
	height: 136px;
	background: url(images/image12.jpg) no-repeat;
}

#page_intro {
	position: absolute;
	left: 375px;
	top: 25px;
	width: 200px;
}

#page_start h2 {
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #fff;
	margin: 0 0 7px 0;
}

#page_start p {
	color: #2c2b36;
	font-size: 0.75em;
	line-height: 1.4em;
}
#page_start1 h2 {
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #fff;
	margin: 0 0 7px 0;
}

#page_start1 p {
	color: #2c2b36;
	font-size: 0.75em;
	line-height: 1.4em;
}
#page_start2 h2 {
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #fff;
	margin: 0 0 7px 0;
}

#page_start2 p {
	color: #2c2b36;
	font-size: 0.75em;
	line-height: 1.4em;
}

/* Page content : features and price */
#page_content div.pc_in {
	display: block;
	width: 866px;
	height: 362px;
	/*background: url(images/page_content.jpg) no-repeat;*/
    background: transparent url(images/page_content_footer.jpg) no-repeat bottom left;
	position: relative;
}
#page_content div.pc_out {
    background: transparent url(images/page_content_bg.jpg) no-repeat;
}
#page_content {
    background: transparent url(images/page_content_y.jpg) repeat-y;
}

#features_panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 440px;
}

#inner #features_panel {
	width:640px;
}

#specs {
	position: absolute;
	top: 0;
	left: 456px;
	width: 410px;
}

#inner #specs {
	left:656px;
	width:210px;
}

/* Feature List */

#header_features {
	display: block;
	height: 29px;
}

#header_features h2 {
	font-size: 1em;
	color: #ffffff;
	padding: 7px 0 0 6px;

}

#feature_list {padding: 15px 0 0 0}
#feature_list li {padding: 0 0 20px 105px}

#feature_list li.no {padding: 0 0 20px 15px}

#feature_list li.icon_1 {
	background: url(images/icon_1.jpg) no-repeat;
	background-position: 15px top;
}
#feature_list li.icon_2 {
	background: url(images/icon_2.jpg) no-repeat;
	background-position: 15px top;
}
#feature_list li.icon_3 {
	background: url(images/icon_3.jpg) no-repeat;
	background-position: 15px top;
}
#feature_list li.icon_4 {
	background: url(images/icon_4.jpg) no-repeat;
	background-position: 15px top;
}
#feature_list li.icon_5 {
	background: url(images/icon_5.jpg) no-repeat;
	background-position: 15px top;
}
#feature_list li.icon_6 {
	background: url(images/icon_6.jpg) no-repeat;
	background-position: 15px top;
}
#feature_list li.icon_8 {
	background: url(images/icon_8.jpg) no-repeat;
	background-position: 15px top;
}

#feature_list li.icon_7 {
	background: url(images/icon_7.jpg) no-repeat;
	background-position: 15px top;
      height: 145px;
}
#inner #specs {
	letter-spacing:0;
}
#feature_list h2, #inner #specs .box h2 {
	font-size: 1.1em;
	color: #CB6608;
	padding: 10px 0 5px 0;
	overflow: hidden;
	letter-spacing:0;
}
#feature_list h5 {
	font-size: 1em;
	color: #666666;
        padding: 5px 5px 5px 0;
        overflow: hidden;
	letter-spacing:0;
}

#feature_list h3 {
	font-size: 1.1em;
	color: #58505D;
	text-align: center;
        padding: 5px 0 5px 0;
        overflow: hidden;
	letter-spacing:0;
}
#feature_list h4, #inner #specs .box h4 {
	font-size: 0.9em;
	padding: 5px 0 5px 0;
      margin: 0px 10px 0px 0px;
	overflow: hidden;
	letter-spacing:0;
      border-top: solid #e7ce00 medium;
      border-bottom: dotted #e7ce00 thin;
      color: #e7ce00;
}
#inner #specs .box p {
	font:0.85em Arial;
	letter-spacing:0;
}
#inner #specs .box a {
	color:#393845;
	text-decoration:underline;
}
#inner #specs .box a:hover {
	text-decoration:none;
}
#feature_list p {
	font-size: 0.75em;
	color: #393845;
	line-height: 1.4em;
}

#feature_list a {
	color: #393845;
	text-decoration: underline;
}
#feature_list a:hover {
	text-decoration: none;
}

/* Specifications / plan details */
#specs_menu {
	padding: 7px 3px 0 0;
	position:absolute;
	width:687px;
	top:0;
	right:0;
}

#specs_menu li {
	float:right;
	margin-right: 2px;
	display:inline;
}

#specs_menu li a {
	float: left;
	display: block;
	color: #163b5e;
	font-size: 0.75em;
	font-weight: bold;
	background: url(images/detailsmenu.jpg) repeat-x;
	height: 19px;
	line-height: 19px;
	padding: 0 23px 0 23px;
}
#specs .placeholder {
	height:20px;
}
* html #specs .placeholder {
	height:32px;
}
#specs li.selected a {
	background: url(images/detailsmenu_on.jpg) repeat-x;
	color: #fff;
}

#specs li.selected a:hover {
	background: url(images/detailsmenu_on.jpg) repeat-x;
	color: #fff;
}

#specs_menu li a:hover {
	background: url(images/detailsmenu_on.jpg) repeat-x;
	color: #fff;
}

.box {
	display: block;
	padding: 25px 0 0 25px;
	font-size: 0.95em;
	letter-spacing: -1px;
	color: #393845;
	overflow: hidden;
}

.box li {
	margin: 0 0 15px 0;
	height: 16px;
	line-height: 16px;
	display: block;
}

.box li span {
	color: #4e5fd3;
	font-weight: bold;
}

.box .left_specs {
	float: left;
	margin-right: 36px;
	width: 160px;
}

.box .right_specs {
	float: left;
}

.box .price {
	margin: 25px 0 0 0;
}

.box .price span {
	color: #4e5fd3;
	font-weight: bold;
	font-size: 1.5em;
}

.box img {
	margin-left: 4px;
}

.box .ordernow {
	display: block;
	margin: 25px 0 0 170px;
}

.box .ordernow a {
	display: block;
	width: 157px;
	height: 36px;
	background: url(images/oder.jpg) no-repeat top;
}

.box .ordernow a:hover {
	background: url(images/oder.jpg) no-repeat bottom;
}
.ordernowin a {
	display: block;
	width: 157px;
	height: 36px;
	background: url(images/oder.jpg) no-repeat top;
}

.ordernowin a:hover {
	background: url(images/oder.jpg) no-repeat bottom;
}

.align-right { float:right; margin: 0 0 15px 15px; }

.align-left { float:left; margin: 0 15px 15px 0; }

.frame { padding: 5px; border: 1px solid #A3A3E9; }

#navlist
{
margin-left: 0;
padding-left: 0;
padding-top: 5px;
list-style: none;
}

#navlist li
{
padding-left: 15px;
background-image: url(images/dot.jpg);
background-repeat: no-repeat;
background-position: 0;
}