@font-face { font-family: Helvetica Neue Thin; src: url('fonts/Helvetica-Neue-Thin.otf'); }
@font-face { font-family: Helvetica Neue Regular; src: url('fonts/Helvetica-Neue-Regular.otf'); }
@font-face { font-family: Avenir Heavy; src: url('fonts/Avenir-LT-Std-Heavy.otf'); }
body {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
    padding: 0px;
    margin: 0px;
    background: #EEE;
}
#wrap {
	background: url(http://cdn.eleven2.com/images/tiles.png) top repeat-x #EEE;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a {
    outline: none;
}
img {
	border: none;
}
hr {
	background: #CCC;
	border: 0;
	height: 1px;
}
.line {
	width: 100%;
	height: 2px;
	background: url(http://cdn.eleven2.com/images/line.png) repeat-x;
}
.middle {
	text-align: center;
}

/* Center Content */

.inside {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.inside-large {
	width: 982px;
	margin: 30px auto;
	overflow: hidden;
}
.inside-page {
	width: 982px;
	margin: 30px auto;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
}
#content {
	background: url(http://cdn.eleven2.com/images/content-fold.png) top center no-repeat;
	float: left;
	width: 960px;
	padding: 11px;
}

/* content old bg -

background: #ececec;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e9e9e9');
background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e9e9e9)); 
background: -moz-linear-gradient(top,  #f1f1f1,  #e9e9e9);
border: #c9c9c9 1px solid;

*/

/* Hide Elements */

.hide {
    display: block; overflow: hidden;
    font-size: 0.0; line-height: 0.0;
    text-decoration: none; text-indent: -9999px;
    background: transparent no-repeat 0 0;
    border: 0;
}

/* Login Bar */

#login-bar {
	display: none;
	background: url(http://cdn.eleven2.com/images/top-bar.png) repeat-x #000;
	text-align: right;
	padding: 0;
	height: 36px;
	font-family: Verdana, Geneva, sans-serif;
}
#login-bar .forgot-txt {
	float: left;
	width: 200px;
	text-align: left;
	font-size: 1em;
	margin-top: 11px;
}
#login-bar .boxcol {
	float: right;
	margin-top: 5px;
}
#login-bar span {
	margin: 0 10px 0 10px;
	color: #333;
	position: relative; bottom: 1px;
}
#login-bar a {
	color: #666;
}
#login-bar a:hover {
	color: #c50000;
}
#login-bar input {
	border: 1px solid #aaa;
	background: #eee;
	padding: 3px;
	color: #333;
	width: 130px;
}
#login-bar input[type=submit] {
	position: relative;
	bottom: 200px;
}
#login-bar .login-but a {
	width: 50px; height: 21px;
	background: url(http://cdn.eleven2.com/images/loginbar-login.png) top;
	display: block;
	float: right;
	margin: 7px 0 0 10px;
}
#login-bar .login-but a:hover {
	background: url(http://cdn.eleven2.com/images/loginbar-login.png) bottom;
}

/* Header */

#header {
	background: url(http://cdn.eleven2.com/images/nav.png) top repeat-x;
	height: 98px;
	overflow: none;
	color: #444;
	width: 100%;
	position: relative;
}
#header #contact {
	width: 400px;
	float: right;
	text-align: right;
	font-size: 1.1em;
}
#header #logo {
	background: url(http://cdn.eleven2.com/images/logo.png) top no-repeat;
	width: 276px; height: 31px;
	float: left;
	position: absolute;
	top: 32px;
}
#header #nav {
	width: 960px;
	float: right;
	position: absolute;
	bottom: 0;
}
#header .login, #footer .login {
	background: #434343;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	color: #FFF;
	padding: 4px 10px;
	float: right;
	margin-top: 8px;
}
#header a:hover .login, #footer a:hover .login {
	background: #c50000;
}
#header .phonehold, #footer .phonehold {
	float: right;
	margin: 8px 0 0 0;
	display: block;
	background: url(http://cdn.eleven2.com/images/phone.png) left center no-repeat;
	width: 100px;
}
#header .phone, #footer .phone {
	display: block;
	padding: 4px 0;
	word-spacing: 3px;
}
#header .phone2, #footer .phone2 {
	display: none;
	padding: 4px 0;
}
#header .live-chat, #footer .live-chat {
	float: right;
	margin: 8px 0 0 0;
	padding: 4px 0 4px 26px;
	background: url(http://cdn.eleven2.com/images/live-chat.png) left center no-repeat;
}
#header .phonehold a, #header .live-chat a {
	color: #DDD;
}
#header .phonehold a:hover, #header .live-chat a:hover, #footer .phonehold a:hover, #footer .live-chat a:hover {
	color: #FF9900;
}
#header #contact span, #footer span {
	float: right;
	margin: 12px 21px 0 20px;
	height: 13px;
	border-right: 1px solid #999;
}

#main-nav
{	margin: 0;
	padding: 0;
	float: right;
	z-index: 9999;
	}

	#main-nav li
	{	float: left;
		list-style: none;
		font-size: 1.2em;
		margin-left: 15px;
		position: relative;
		}

	#main-nav li a
	{	display: block;
		background: url(http://cdn.eleven2.com/images/nav-off.png) repeat-x bottom #343434;
		padding: 9px 18px;
		text-decoration: none;
		color: #EEE;
		white-space: nowrap;
		-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
		-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px;
		}

	#main-nav li.selected a
	{	background: url(http://cdn.eleven2.com/images/nav-on.png) repeat-x bottom #FFF;
	    color: #242424;
	}
		
		#main-nav li ul
		{	margin: 0;
			padding: 0 0 15px 0;
			position: absolute;
			left: -15px;
			visibility: hidden;
			background: url(http://cdn.eleven2.com/images/shadow.png) bottom no-repeat;
			z-index: 200;
			}
		
			#main-nav li ul li
			{	float: none;
				display: inline;
				font-size: 1em;
				margin: 0;
				padding: 0;
				}
			
			#main-nav li ul li a
			{	width: 130px;
				background: #f2f2f2;
				color: #242424;
				padding: 9px 16px;
				margin-right: 15px;
				margin-left: 15px;
				border-top: 1px solid #FFF;
				border-bottom: 1px solid #bfbfbf;
				-moz-border-radius: 0; -webkit-border-radius: 0;}
				
				
				#main-nav span .t {
					border-top: none;
				}
				#main-nav span .b {
					border-bottom: none;
				}
				
				#main-nav span span {
					background: #cc0000;
					color: #FFF;
					font-size: 0.6em;
					-moz-border-radius: 2px; -webkit-border-radius: 2px;
					padding: 2px 4px 1px 4px;
					position: relative;
					bottom: 1px;
					left: 5px;
				}
				
				#main-nav li.selected span a
				{	background: #f2f2f2;
				}
				
				
				#main-nav li.selected span a:hover
				{	background: #DDD;
				}
		
			
			#main-nav .bcurve {
				height: 3px;
				background: #242424;
				-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
				-webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
				margin: 0 15px;
			}
			
		
			




#main-nav #signup a {
	background: url(http://cdn.eleven2.com/images/signup.png) repeat-x top #de7309;
}

#main-nav #signup a:hover {	
    background: #c50000;
    color: #EEE;
}

/* Sign Up */

#signupboxes {
    z-index: 1;
	overflow: none;
	float: left;
}
#signupboxes .web-hosting a {
	background: url(http://cdn.eleven2.com/images/item-web.png) top no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes .web-hosting a:hover, #signupboxes .web-hosting-hide a:hover {
	background: url(http://cdn.eleven2.com/images/item-web.png) left -201px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .web-hosting-on a {
	background: url(http://cdn.eleven2.com/images/item-web.png) left -402px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .web-hosting-hide a {
	background: url(http://cdn.eleven2.com/images/item-web.png) bottom no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes .reseller-hosting a {
	background: url(http://cdn.eleven2.com/images/item-reseller.png) top no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes .reseller-hosting a:hover, #signupboxes .reseller-hosting-hide a:hover {
	background: url(http://cdn.eleven2.com/images/item-reseller.png) left -201px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .reseller-hosting-on a {
	background: url(http://cdn.eleven2.com/images/item-reseller.png) left -402px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .reseller-hosting-hide a {
	background: url(http://cdn.eleven2.com/images/item-reseller.png) bottom no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes .cloud-servers a {
	background: url(http://cdn.eleven2.com/images/item-cloud.png) top no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes .cloud-servers a:hover, #signupboxes .cloud-servers-hide a:hover {
	background: url(http://cdn.eleven2.com/images/item-cloud.png) left -201px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .cloud-servers-on a {
	background: url(http://cdn.eleven2.com/images/item-cloud.png) left -402px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .cloud-servers-hide a {
	background: url(http://cdn.eleven2.com/images/item-cloud.png) bottom no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes .domains a {
	background: url(http://cdn.eleven2.com/images/item-domains.png) top no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes .domains a:hover, #signupboxes .domains-hide a:hover {
	background: url(http://cdn.eleven2.com/images/item-domains.png) left -201px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .domains-on a {
	background: url(http://cdn.eleven2.com/images/item-domains.png) left -402px no-repeat;
	width: 235px; height: 201px;
	float: left;
	z-index: 20; position: relative;
}
#signupboxes .domains-hide a {
	background: url(http://cdn.eleven2.com/images/item-domains.png) bottom no-repeat;
	width: 235px; height: 201px;
	float: left; cursor: pointer;
	z-index: 20; position: relative;
}
#signupboxes h3 {
	font-size: 3em;
	margin: 25px 0 8px 0;
	font-weight: 100;
	color: #FFF;
	text-align: center;
}
#signupboxes h3 span {
	background: #262626;
	padding: 3px 10px;
}
#signupboxes h4 {
	font-size: 1.3em;
	margin: 26px 0 25px 0;
	font-weight: 100;
	color: #919191;
}

.signup-header {
	background: url(http://cdn.eleven2.com/images/signup-header.png) center no-repeat;
	width: 100%; height: 78px;
	margin: 15px 0 35px 0;
}

.signup-panel {
	width: 100%;
	float: left;
	display: none;
	position: relative;
	bottom: 15px;
	z-index: 10;
}
.signup-panel .pane-m {
	width: 900px;
	padding: 25px 20px 10px 20px;
	float: left;
	background: url(http://cdn.eleven2.com/images/signup-pane-m.png) repeat-y;
}
.signup-panel .pane-b {
	width: 100%;
	height: 20px;
	float: left;
	background: url(http://cdn.eleven2.com/images/signup-pane-b.png) repeat-y;
}

.features-pop {
    width: 300px;
}
.features-pop h3 {
    padding: 10px;
    margin: 0;
    background: #252525;
    color: #FFF;
    font-size: 1.4em;
    text-align: center;
}
.features-pop .col1 {
    background: #EEE;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    font-size: 1.2em;
}
.features-pop .col2 {
    background: #F5F5F5;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    font-size: 1.2em;
}
.features-pop span {
    float: right;
    color: #999;
}



/* Main Box and Sidebar */


.full {
	float: left;
	width: 940px;
	margin: 10px;
	line-height: 18px;
}
.main {
	float: left;
	width: 680px;
	margin: 10px;
	line-height: 18px;
}
.main h3, .full h3 {
    margin: 0 0 28px 0;
    padding: 0;
    font-size: 2.4em;
    font-weight: 100;
}

.main h4, .full h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 700;
}
.main p, .full p {
	font-size: 1.2em;
	color: #666;
	margin: 0 0 10px 0;
}
.main ul, .full ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	color: #666;
}
.main li, .full li {
	background: url(http://cdn.eleven2.com/images/bullet.png) left center no-repeat;
	padding: 2px 0 2px 21px;
}

.sidebar {
	float: right;
	width: 220px;
	margin: 10px;
}
.sidebar .submenu {
	border: 1px solid #cfcfcf;
	background: #f6f5f4;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.sidebar .submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: none;
}
.sidebar .submenu li {
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.2em;
}
.sidebar .submenu li a {
	background: none;
	color: #333;
	display: block;
	padding: 8px;
}
.sidebar .submenu li a:hover {
	background: #DDD;
}
.sidebar .submenu li.end {
	border-bottom: none;
}





.sidebar h3 {
	margin: 0;
	font-size: 1.4em;
	background: #333;
	color: #FFF;
	padding: 8px;
	font-weight: 100;
}
.sidebar h4 {
	padding: 10px 0 0 0;
	font-size: 1.4em;
	color: #333;
	font-weight: 100;
}
.sidebar li.first {
	padding-top: 8px;
}
.sidebar li.last {
	border-bottom: none;
	padding-bottom: none;
}


/* Affiliates */

#affiliates {
}
#affiliates .diagram {
	margin: 15px 0 25px 0;
}
#affiliates .table {
	margin: 25px 0;
}
#affiliates .examples {
	margin: 25px 0 0 0;
}
#affiliates h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1.6em;
    color: #333;
    font-weight: 100;
}
#affiliates .col {
	float: left;
	width: 680px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
#affiliates .col p {
	margin-bottom: 0;
}
#affiliates .l {
	width: 320px;
	float: left;
}
#affiliates .r {
	width: 320px;
	float: right;
	padding-left: 20px;
	border-left: 1px solid #CCC;
}

#affiliates-sidebar {
}

/* Affiliate Login */

#affiliate-login {
    margin: 22px 0 0 141px;
    float: left;
    padding: 20px;
    width: 358px;
}
#affiliate-login label {
	color: #333;
	font-size: 1.5em;
	font-weight: 100;
}
#affiliate-login input {
	background: url(http://cdn.eleven2.com/images/login-bg.png) repeat-x #F8F8F8;
	border: 1px solid #CCC;
	font-size: 1.8em;
	padding: 8px;
	margin: 10px 0 10px 0;
	width: 340px;
}
#affiliate-login .submit {
	background: #111;
	color: #FFF;
	border: 5px solid #CCC;
	cursor: pointer;
	cursor: hand;
}
#affiliate-login a {
	color: #666;
}
#affiliate-login a:hover {
	color: #FF9900;
}

/* Affiliate Signup */

#affiliate-signup {
    float: left;
    padding: 20px;
    width: 358px;
}
#affiliate-signup label {
 color: #333;
 font-size: 1.5em;
 font-weight: 100;
}
#affiliate-signup input {
 background: url(http://cdn.eleven2.com/images/login-bg.png) repeat-x #F8F8F8;
 border: 1px solid #CCC;
 font-size: 1.4em;
 padding: 2px;
 margin: 4px 0 4px 0;
 width: 250px;
}
#affiliate-signup .submit {
 background: #111;
 color: #FFF;
 border: 5px solid #CCC;
 cursor: pointer;
 cursor: hand;
}
#affiliate-signup a {
 color: #666;
}
#affiliate-signup a:hover {
 color: #FF9900;
}
#affiliate-signup h4{
 font-size: 17px;
 font-weight: bold;
}

.title{font-size: 15px;}

/* Company */

#company {
}
#company .l {
	float: left;
	width: 320px;
	padding-right: 40px;
}
#company .r {
	float: right;
	width: 320px;
}
#company h5 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	color: #cc0000;
	font-weight: 100;
}
#company .phone {
	margin: 10px 0 40px 0;
	font-size: 3.4em;
	font-weight: 400;
	color: #FF9900;
}
#company .numbers {
	font-size: 1.2em;
	float: left;
	width: 100%;
}
#company .numbers .l {
	width: 60%;
	float: left;
	color: #888;
	margin: 0;
	padding: 0;
}
#company .numbers .r {
	width: 40%;
	float: right;
	margin: 0;
}
#company .social {
	margin-top: 5px;
}
#company .social a {
	margin-right: 30px;
	float: left;
}
#company .social a.last {
	margin-right: 0;
}
#company .contact-form {
	background: #e9e9e9;
	border: 1px solid #DDD;
	float: left;
	width: 650px;
	padding: 15px;
	margin-top: 30px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#company .contact-form label {
	color: #333;
	font-size: 1em;
	font-weight: 100;
}
#company .contact-form input {
	background: url(http://cdn.eleven2.com/images/login-bg.png) repeat-x #F8F8F8;
	border: 1px solid #CCC;
	font-size: 1.4em;
	padding: 8px;
	margin: 8px 0 20px 0;
	width: 297px;
}
#company .contact-form select {
	font-size: 1.4em;
	margin: 18px 0 10px 0;
	width: 315px;
}
#company .contact-form textarea {
	width: 634px;
	height: 200px;
	margin: 0 0 10px 0;
	font-size: 1.4em;
	padding: 8px;
}
#company .contact-form .submit {
	background: #111;
	color: #FFF;
	border: 5px solid #CCC;
	cursor: pointer;
	cursor: hand;
	width: 120px;
	margin: 0;
}

#company-sidebar {
}
#company-sidebar .hours {
	font-size: 1.2em;
	line-height: 18px;
}
#company-sidebar .hours .l {
	width: 50%;
	float: left;
	color: #888;
	margin: 0;
}
#company-sidebar .hours .r {
	width: 40%;
	float: right;
	margin: 0;
	text-align: right;
}
#company-sidebar h4 {
	margin: 0 0 6px 0;
	padding-bottom: 2px;
	font-size: 1.4em;
	color: #333;
	border-bottom: 1px solid #CCC;
}
.boxhold {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#company .rodney {
	width: 490px;
	float: left;
}

#help {
}
#help .l {
	float: left;
	width: 420px;
	padding: 15px;
}
#help .r {
	float: right;
	width: 420px;
	padding: 15px;
}

#hosting {
}

#cloud-pricing {
	width: 940px;
	height: 450px;
	background: url(http://cdn.eleven2.com/images/cloud-pricing.png);
}

#hosting .cloud-header {
    width: 940px;
    height: 180px;
    background: url(http://cdn.eleven2.com/images/cloud-header.jpg) top no-repeat;
}
#hosting .reseller-header {
    width: 940px;
    height: 450px;
    background: url(http://cdn.eleven2.com/images/reseller-header.jpg) top no-repeat;
}
#hosting .shared-header {
    width: 940px;
    height: 180px;
    background: url(http://cdn.eleven2.com/images/shared-header.jpg) top no-repeat;
}

#hosting .domain-header {
    width: 940px;
    height: 250px;
    background: url(http://cdn.eleven2.com/images/domain-header.jpg) top no-repeat;
    margin-bottom: 35px;
}

#hosting .domain-header .domain-form {
    width: 530px;
    position: relative;
    top: 137px;
    left: 220px;
}

#hosting .domain-header .domainsearch {
	border: none;
	background: #FFF;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 9px 12px;
	font-size: 1.4em;
	width: 326px;
	filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
    text-align: center;
    color: #000;
    margin-right: 10px;
    float: left;
    height: 18px;
}

#hosting .domain-header .select-dom {
    border: none;
    background: #FFF;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    padding: 0;
    width: 80px;
    height: 36px;
    filter:alpha(opacity=50);
    	-moz-opacity:0.5;
    	-khtml-opacity: 0.5;
    	opacity: 0.5;
    text-align: center;
    color: #000;
    margin-right: 10px;
    float: left;
}

#hosting .domain-header .select-dom2 {
    border: none;
    background: none;
    font-size: 1.4em;
    text-align: center;
    position: relative;
    top: 6px;
    left: 2px;
}

#hosting .domain-header .domain-submit {
    border: none;
    background: #CC0000;
    color: #FFF;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    font-size: 1.4em;
    height: 35px;
    width: 80px;
    text-align: center;
    position: relative;
    bottom: 1px;
    cursor: pointer;
}

#hosting #domain-whois {
	width: 680px;
	height: 150px;
	background: url(http://cdn.eleven2.com/images/domain-whois.png);
	margin-top: 20px;
	float: left;
}

#hosting .reseller-feature {
	width: 440px;
	float: left;
	margin-bottom: 35px;
	font-size: 1.2em;
}
#hosting .reseller-featurebox {
	width: 440px;
	float: left;
	margin-bottom: 45px;
	font-size: 1.2em;
}
#hosting .reseller-featurebox .rftitlewrap {
	height: 66px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 8px;
}
#hosting .reseller-featurebox .rftitle {
	padding: 9px 0 0 78px;
	height: 56px;
	border-bottom: 1px solid #D5D5D5;
}
#hosting .rf-migration {
	background: url(http://cdn.eleven2.com/images/shared-migration.png) left top no-repeat;
}
#hosting .rf-world {
	background: url(http://cdn.eleven2.com/images/shared-globe.png) left top no-repeat;
}
#hosting .rf-iphone {
	background: url(http://cdn.eleven2.com/images/shared-iphone.png) left top no-repeat;
}
#hosting .rf-extras {
	background: url(http://cdn.eleven2.com/images/cloud7.png) left top no-repeat;
}
#hosting .rf-billing {
	background: url(http://cdn.eleven2.com/images/domain2.png) left top no-repeat;
}
#hosting .rf-address {
	background: url(http://cdn.eleven2.com/images/reseller-icon2.png) left top no-repeat;
}
#hosting .reseller-feature p, #hosting .reseller-featurebox p {
    font-size: 1em;
}
#hosting .reseller-feature h3 {
	font-size: 1.2em;
	margin: 0 0 8px 0;
	padding: 0;
	color: #000;
}
#hosting .reseller-featurebox h3 {
	font-size: 1.2em;
	margin: 0 0 8px 0;
	padding: 0;
	color: #000;
}
#hosting .reseller-featurebox h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #999;
	font-weight: 100;
}
#hosting .reseller-feature .feature-image, #hosting .reseller-featurebox .feature-image {
	background: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	height: 68px;
}

#hosting .domain-feature {
	width: 440px;
	float: left;
	margin-bottom: 35px;
}
#hosting .domain-feature .feature-text {
	width: 350px;
	float: right;
	font-size: 1.2em;
	color: #666;
}
#hosting .domain-feature .feature-text h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
}

#hosting .tbl-domains {
	width: 200px;
	float: right;
}

#hosting .tbl-domains b {
	color: #BBB;
}
#hosting .tbl-domains span {
	color: #999;
}

#hosting .tbl-info {
	width: 680px;
	float: left;
	border-right: 1px solid #CCC;
	padding-right: 30px;
}

#hosting .tbl-domains .dname, #hosting .tbl-info .dname {
	font-size: 2.2em;
	font-weight: bold;
	font-family: Arial rounded MT bold,Helvetica,Arial;
	border-bottom: 1px dotted #BBB;
	padding: 8px 0 8px 0;
}

#hosting .tbl-domains .dname span, #hosting .tbl-info .dname span {
	float: right;
	color: #FF9900;
}

#hosting .unmanaged {
	width: 380px;
	float: left;
}
#hosting .vs {
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 140px;
	font-size: 3.2em;
	font-weight: bold;
	font-family: Arial rounded MT bold,Helvetica,Arial;
	color: #CCC;
}
#hosting .managed {
	width: 380px;
	float: right;
}
#hosting .unmanaged h3 {
	width: 282px;
	height: 55px;
	background: url(http://cdn.eleven2.com/images/cloud-unmanaged.png);
	margin: 0 auto 20px auto;
}
#hosting .managed h3 {
	width: 278px;
	height: 55px;
	background: url(http://cdn.eleven2.com/images/cloud-managed.png);
	margin: 0 auto 20px auto;
}
#hosting .even {
	padding: 8px 0;
	border-bottom: 1px solid #CCC;
	margin: 0;
	text-align: center;
}
#hosting .odd {
	padding: 8px 0;
	border-bottom: 1px solid #CCC;
	margin: 0;
	text-align: center;
}

#hosting #ftable2 {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
#hosting #ftable2 .c1 {
	width: 188px;
	float: left;
}
#hosting #ftable2 .c2 {
	width: 188px;
	float: left;
}
#hosting #ftable2 .c3 {
	width: 188px;
	float: left;
}
#hosting #ftable2 .c4 {
	width: 188px;
	float: left;
}
#hosting #ftable2 .c5 {
	width: 188px;
	float: left;
}
#hosting #ftable2 .top-package {
	width: 188px; height: 35px;
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}
#hosting #ftable2 .top-package span {
	background: #252525;
	padding: 4px 8px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#hosting #ftable2 .ftable-items {
	border-left: 1px dotted #D5D5D5;
	text-align: center;
}
#hosting #ftable2 .ftable-itemsl {
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	text-align: center;
}
#hosting #ftable2 .ftable-row {
	border-bottom: 1px dotted #CCC;
	padding: 8px 5px;
	height: 16px;
	background: #E5E5E5;
}
#hosting #ftable2 .ftable-row2 {
	border-bottom: 1px dotted #CCC;
	padding: 8px 5px;
	height: 16px;
	background: #EEE;
}
#hosting #ftable2 .ftable-row-space {
	height: 50px;
}
#hosting #ftable2 .ftable-row-title {
	font-weight: 100;
	font-size: 1.6em;
	color: #333;
	height: 32px;
	padding-top: 8px;
}
#hosting #ftable2 .ftable-row-item {
	color: #999;
	padding: 8px 0px;
	height: 17px;
}
#hosting #ftable2 .ftable-row-item a:hover {
	color: #333;
	cursor: pointer;
}





#hosting .starter {
	float: left;
	margin: 155px 0 0 21px;
}
#hosting .starter a {
	width: 211px; height: 234px;
	background: url(http://cdn.eleven2.com/images/r-100.png) no-repeat top;
	display: block;
}
#hosting .starter a:hover {
    background: url(http://cdn.eleven2.com/images/r-100.png) no-repeat bottom;
}

#hosting .advanced {
	float: left;
	margin: 155px 0 0 18px;
}
#hosting .advanced a {
	width: 211px; height: 234px;
	background: url(http://cdn.eleven2.com/images/r-200.png) no-repeat top;
	display: block;
}
#hosting .advanced a:hover {
    background: url(http://cdn.eleven2.com/images/r-200.png) no-repeat bottom;
}

#hosting .extreme {
	float: left;
	margin: 155px 0 0 18px;
}
#hosting .extreme a {
	width: 211px; height: 234px;
	background: url(http://cdn.eleven2.com/images/r-300.png) no-repeat top;
	display: block;
	cursor: default;
}
#hosting .extreme a:hover {
    background: url(http://cdn.eleven2.com/images/r-300.png) no-repeat bottom;
}

#hosting .ultimate {
	float: left;
	margin: 155px 0 0 18px;
}
#hosting .ultimate a {
	width: 211px; height: 234px;
	background: url(http://cdn.eleven2.com/images/r-400.png) no-repeat top;
	display: block;
}
#hosting .ultimate a:hover {
    background: url(http://cdn.eleven2.com/images/r-400.png) no-repeat bottom;
}
#hosting .rs-su {
	background: url(http://cdn.eleven2.com/images/reseller-su.png) top;
	width: 211px; height: 46px;
	position: relative;
	top: 225px;
	display: none;
	cursor: pointer;
}
#hosting .rs-su2 {
	background: url(http://cdn.eleven2.com/images/reseller-su.png) bottom;
	width: 211px; height: 46px;
	position: relative;
	top: 225px;
	display: none;
}



#hosting #cloud-tbl2 {
	overflow: hidden;
	width: 100%;
	text-align: center;
	float: left;
}
#hosting #cloud-tbl2 .spec {
	width: 96px;
	text-align: left;
	float: left;
	font-weight: 700;
}
#hosting #cloud-tbl2 .e100 {
	width: 104px;
	margin: 0 20px;
	float: left;
}
#hosting #cloud-tbl2 .e150 {
	width: 104px;
	margin: 0 20px;
	float: left;
}
#hosting #cloud-tbl2 .e200 {
	width: 104px;
	margin: 0 20px;
	float: left;
}
#hosting #cloud-tbl2 .e400 {
	width: 104px;
	margin: 0 20px;
	float: left;
}
#hosting #cloud-tbl2 .e600 {
	width: 104px;
	margin: 0 20px;
	float: left;
}
#hosting #cloud-tbl2 .e800 {
	width: 104px;
	margin: 0 0 0 20px;
	float: left;
}
#hosting #cloud-tbl2 .optionalbox {
	width: 530px;
	margin: 0 0 0 20px;
	float: left;
	background: #DDD;
	border: 3px dashed #CCC;
}
#hosting #cloud-tbl2 .etitle {
	padding: 0 0 10px 0;
	height: 180px;
}
#hosting #cloud-tbl2 .row {
	padding: 10px 0;
	width: 100%;
	height: 20px;
}
#hosting #cloud-tbl2 .signup a {
	width: 104px;
	height: 33px;
	display: block;
	margin-top: 20px;
	background: url(http://cdn.eleven2.com/images/cloud-signup.png) top;
}
#hosting #cloud-tbl2 .signup a:hover {
	background: url(http://cdn.eleven2.com/images/cloud-signup.png) bottom;
}

#hosting #cloud-button-toggle {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
#hosting #managed-button {
	float: left;
	margin-left: 270px;
}
#hosting #unmanaged-button {
	float: left;
}
#hosting .managed-button {
	background: url(http://cdn.eleven2.com/images/managed-button.png) top;
	width: 200px;
	height: 49px;
	display: block;
	cursor: pointer;
}
#hosting .managed-button2 {
	background: url(http://cdn.eleven2.com/images/managed-button.png) bottom;
	width: 200px;
	height: 49px;
	display: block;
	cursor: pointer;
}
#hosting .unmanaged-button {
	background: url(http://cdn.eleven2.com/images/unmanaged-button.png) bottom;
	width: 200px;
	height: 49px;
	display: block;
	cursor: pointer;
}
#hosting .unmanaged-button2 {
	background: url(http://cdn.eleven2.com/images/unmanaged-button.png) top;
	width: 200px;
	height: 49px;
	display: block;
	cursor: pointer;
}
#hosting #managed-matrix .column {
	width: 205px;
	margin-right: 40px;
	float: left;
}
#hosting #managed-matrix .column2 {
	width: 205px;
	float: left;
}
#hosting #managed-matrix .e200 {
	width: 205px;
	height: 131px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e200.png);
}
#hosting #managed-matrix .e400 {
	width: 205px;
	height: 131px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e400.png);
}
#hosting #managed-matrix .e600 {
	width: 205px;
	height: 131px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e600.png);
}
#hosting #managed-matrix .e800 {
	width: 205px;
	height: 131px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e800.png);
}
#hosting #managed-matrix .top-features {
	background: #E3E3E3;
	-moz-border-radius: 8px; -webkit-border-radius: 8px;
	padding: 4px 12px;
	color: #666;
	margin-bottom: 14px;
}
#hosting #managed-matrix .item-top {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #CCC;
	font-size: 1.2em;
	overflow: hidden;
}
#hosting #managed-matrix .item-top span {
	color: #FFF;
	background: #333;
	padding: 3px 5px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	width: 40px;
	float: left;
	text-align: center;
	margin-right: 5px;
}
#hosting #managed-matrix .item-top h4 {
	padding: 3px 5px;
	float: left;
	font-size: 1em;
	font-weight: 100;
	margin: 0;
}
#hosting #managed-matrix .other-features {
	color: #666;
}
#hosting #managed-matrix .other-features .item-top {
	padding: 8px 10px 8px 37px;
}
#hosting #managed-matrix .item-top a:hover {
	color: #666;
	cursor: pointer;
}

#hosting #managed-matrix .end {
	border-bottom: none;
}

#hosting #managed-matrix .signup a {
	width: 205px;
	height: 33px;
	display: block;
	margin-top: 20px;
	background: url(http://cdn.eleven2.com/images/cloud-signup2.png) top center no-repeat;
}
#hosting #managed-matrix .signup a:hover {
	background: url(http://cdn.eleven2.com/images/cloud-signup2.png) bottom center no-repeat;
}

#hosting #managed-matrix .temp {
	background: url(http://cdn.eleven2.com/images/temp-icon.png) left center no-repeat;
}
#hosting #managed-matrix .other-features .temp {
	background: url(http://cdn.eleven2.com/images/temp-icon.png) 12px center no-repeat;
}





#hosting #unmanaged-matrix .column {
	width: 140px;
	margin-right: 20px;
	float: left;
}
#hosting #unmanaged-matrix .column2 {
	width: 140px;
	float: left;
}
#hosting #unmanaged-matrix .top-features {
	color: #666;
	margin-bottom: 14px;
}
#hosting #unmanaged-matrix .item-top {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #CCC;
	font-size: 1.2em;
	overflow: hidden;
}
#hosting #unmanaged-matrix .item-top span {
	color: #FFF;
	background: #333;
	padding: 3px 5px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	width: 40px;
	float: left;
	text-align: center;
	margin-right: 5px;
}
#hosting #unmanaged-matrix .item-top h4 {
	padding: 3px 5px;
	float: left;
	font-size: 1em;
	font-weight: 100;
	margin: 0;
}
#hosting #unmanaged-matrix .other-features {
	color: #666;
}
#hosting #unmanaged-matrix .other-features .item-top {
	padding: 8px 0px 8px 25px;
}
#hosting #unmanaged-matrix .item-top a:hover {
	color: #666;
	cursor: pointer;
}

#hosting #unmanaged-matrix .end {
	border-bottom: none;
}

#hosting #unmanaged-matrix .signup a {
	width: 140px;
	height: 33px;
	display: block;
	margin-top: 20px;
	background: url(http://cdn.eleven2.com/images/cloud-signups.png) top center no-repeat;
}
#hosting #unmanaged-matrix .signup a:hover {
	background: url(http://cdn.eleven2.com/images/cloud-signups.png) bottom center no-repeat;
}

#hosting #unmanaged-matrix .temp {
	background: url(http://cdn.eleven2.com/images/temp-icon.png) left center no-repeat;
}
#hosting #unmanaged-matrix .other-features .temp {
	background: url(http://cdn.eleven2.com/images/temp-icon.png) left center no-repeat;
}
#hosting #unmanaged-matrix .e100s {
	width: 140px;
	height: 118px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e100s.png);
}
#hosting #unmanaged-matrix .e150s {
	width: 140px;
	height: 118px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e150s.png);
}
#hosting #unmanaged-matrix .e200s {
	width: 140px;
	height: 118px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e200s.png);
}
#hosting #unmanaged-matrix .e400s {
	width: 140px;
	height: 118px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e400s.png);
}
#hosting #unmanaged-matrix .e600s {
	width: 140px;
	height: 118px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e600s.png);
}
#hosting #unmanaged-matrix .e800s {
	width: 140px;
	height: 118px;
	margin: 0 0 20px 0;
	background: url(http://cdn.eleven2.com/images/e800s.png);
}






#hosting #cloud-tbl {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#hosting #cloud-tbl .toprow {
	font-weight: 700;
	background: #252525;
	color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#hosting #cloud-tbl .toprow td {
	padding: 6px 0;
	height: 54px;
}
#hosting #cloud-tbl .row1 {
	background: #E7E7E7;
	width: 100%;
}
#hosting #cloud-tbl .row2 {
	width: 100%;
}
#hosting #cloud-tbl .row1 .cloud-package, #hosting #cloud-tbl .row2 .cloud-package {
	width: 180px;
	text-align: left;
}
#hosting #cloud-tbl .etitle {
	font-weight: 100;
	font-size: 1.2em;
	background: #333;
	color: #FFF;
	float: left;
	padding: 4px 8px 3px 8px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
#hosting #cloud-tbl .eprice {
	font-size: 1.8em;
	color: #666;
	font-weight: 100;
	float: left;
	margin-left: 30px;
	position: relative;
	bottom: 2px;
}
#hosting #cloud-tbl .eprice span {
	font-size: 0.6em;
	color: #999;
}
#hosting #cloud-tbl .row1 td, #hosting #cloud-tbl .row2 td {
	padding: 20px;
}
#hosting #cloud-tbl .row1 td.cloud-spec, #hosting #cloud-tbl .row2 .cloud-spec {
	width: 100px;
	text-align: left;
}
#hosting #cloud-tbl .upgrade {
	background: #6ac329;
	color: #FFF;
	padding: 3px 5px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#hosting .option-notice {
	float: left;
	margin-top: 10px;
}
#hosting .option-notice span {
	color: #999;
}


#hosting #shared-table {
	float: left;
	overflow: none;
	margin-bottom: 35px;
}
#hosting #shared-table .s-details {
	width: 184px;
	float: left;
}
#hosting #shared-table .s-package {
	width: 188px;
	float: left;
	margin-left: 1px;
}
#hosting #shared-table .s-text {
	background: #111;
	color: #EEE;
}
#hosting #shared-table .s-text2 {
	background: #222;
	color: #EEE;
}
#hosting #shared-table .s-text .s-item {
	text-align: center;
	border-bottom: 1px solid #222;
	padding: 7px 0;
	height: 16px;
}
#hosting #shared-table .s-text2 .s-item {
	text-align: center;
	border-bottom: 1px solid #333;
	padding: 7px 0;
	height: 16px;
}
#hosting #shared-table .s-details .s-item {
	text-align: left;
	border-bottom: 1px solid #C5C5C5;
	padding: 7px 0;
	height: 16px;
}
#hosting #shared-table .s-item-end {
	text-align: center;
	padding: 15px 0 15px 0;
	height: 18px;
}

#hosting #shared-table .s-item-prices {
	border-bottom: 1px solid #333;
	padding: 7px 15px;
	font-size: 1.6em;
	font-weight: 100;
	line-height: 25px;
}
#hosting #shared-table .s-item-prices span {
	float: right;
	color: #fb8f20;
	font-size: 0.7em;
}
#hosting #shared-table .s-item-select {
	text-align: center;
	padding: 7px 0;
}

#hosting #shared-table .sdetails {
	width: 184px; height: 180px;
}
#hosting #shared-table .s100 {
	width: 188px; height: 180px;
	background: url(http://cdn.eleven2.com/images/s100.png) bottom no-repeat;
}
#hosting #shared-table .s200 {
	width: 188px; height: 180px;
	background: url(http://cdn.eleven2.com/images/s200.png) bottom no-repeat;
}
#hosting #shared-table .s300 {
	width: 188px; height: 180px;
	background: url(http://cdn.eleven2.com/images/s300.png);
}
#hosting #shared-table .s400 {
	width: 188px; height: 180px;
	background: url(http://cdn.eleven2.com/images/s400.png) bottom no-repeat;
}
#hosting #shared-table .signup a {
	width: 188px;
	height: 38px;
	display: block;
	background: url(http://cdn.eleven2.com/images/shared-signup.png) top center no-repeat;
}
#hosting #shared-table .signup a:hover {
	background: url(http://cdn.eleven2.com/images/shared-signup.png) bottom center no-repeat;
}
#hosting #shared-table .signup2 a {
	width: 188px;
	height: 38px;
	display: block;
	background: url(http://cdn.eleven2.com/images/shared-signup2.png) top center no-repeat;
}
#hosting #shared-table .signup2 a:hover {
	background: url(http://cdn.eleven2.com/images/shared-signup2.png) bottom center no-repeat;
}


#home .slide1 {
	background: url(http://cdn.eleven2.com/http://cdn.eleven2.com/images/homepage-images.jpg) left;
	width: 940px; height: 300px;
}
#home .slide2 {
	background: url(http://cdn.eleven2.com/images/homepage-images.jpg) 2820px;
	width: 940px; height: 300px;
}
#home .slide3 {
	background: url(http://cdn.eleven2.com/images/homepage-images.jpg) 1880px;
	width: 940px; height: 300px;
}
#home .slide4 {
	background: url(http://cdn.eleven2.com/images/homepage-images.jpg) right;
	width: 940px; height: 300px;
}

#home #host-boxes {
	float: left;
	margin-bottom: 50px;
	text-align: center;
}
#home #host-boxes a {
	color: #eee;
}
#home #host-boxes .htitle {
	font-size: 1.8em;
	color: #ea9048;
	position: absolute; top: 20px;
	width: 100%;
}
#home #host-boxes .hprice {
	font-size: 4.5em;
	color: #FFF;
	font-family: Avenir Heavy;
	position: absolute; top: 66px;
	width: 100%;
}
#home #host-boxes .hprice .dol  {
	font-family: Helvetica Neue Thin;
	font-size: 0.5em;
	position: relative;
	bottom: 15px;
}
#home #host-boxes .hprice .dspace {
	letter-spacing: -3px;
}
#home #host-boxes .hmonth {
	font-size: 1em;
	color: #525252;
	position: absolute; top: 96px;
	width: 100%;
}
#home #host-boxes .hdesc {
	font-size: 1.2em;
	line-height: 2.2em;
	position: absolute; bottom: 53px;
	width: 100%;
}
#home #host-boxes .hsignup {
	font-size: 1.2em;
	color: #FFF;
	position: absolute; bottom: 16px;
	width: 100%;
}
#home #host-boxes .host-web {
	float: left;
	position: relative;
}
#home #host-boxes .host-web a {
	background: url(http://cdn.eleven2.com/images/homepage-web2.png) top no-repeat;
	width: 235px; height: 285px;
	display: block;
}
#home #host-boxes .host-web a:hover {
	background: url(http://cdn.eleven2.com/images/homepage-web2.png) bottom no-repeat;
}
#home #host-boxes .host-reseller {
	float: left;
	position: relative;
}
#home #host-boxes .host-reseller a {
	background: url(http://cdn.eleven2.com/images/homepage-reseller2.png) top no-repeat;
	width: 235px; height: 285px;
	display: block;
}
#home #host-boxes .host-reseller a:hover {
	background: url(http://cdn.eleven2.com/images/homepage-reseller2.png) bottom no-repeat;
}
#home #host-boxes .host-cloud {
	float: left;
	position: relative;
}
#home #host-boxes .host-cloud a {
	background: url(http://cdn.eleven2.com/images/homepage-cloud2.png) top no-repeat;
	width: 235px; height: 285px;
	display: block;
}
#home #host-boxes .host-cloud a:hover {
	background: url(http://cdn.eleven2.com/images/homepage-cloud2.png) bottom no-repeat;
}
#home #host-boxes .host-domains {
	float: left;
	position: relative;
}
#home #host-boxes .host-domains a {
	background: url(http://cdn.eleven2.com/images/homepage-domains2.png) top no-repeat;
	width: 235px; height: 285px;
	display: block;
}
#home #host-boxes .host-domains a:hover {
	background: url(http://cdn.eleven2.com/images/homepage-domains2.png) bottom no-repeat;
}

#home #bottom-boxes {
	float: left;
	width: 100%;
	font-size: 1.1em;
}
#home #bottom-boxes ul {
	font-size: 1em;
}
#home #bottom-boxes li {
	margin: 0;
	padding: 4px 0;
	background: none;
	border-bottom: 1px solid #D9D9D9;
}
#home #bottom-boxes .blog-list {
	float: left;
	background: url(http://cdn.eleven2.com/images/homepage-tblog.png) top left no-repeat;
	width: 230px;
	padding: 30px 0 0 0;
}
#home #bottom-boxes .twitter-scope {
	float: left;
	background: url(http://cdn.eleven2.com/images/homepage-ttwitter.png) top left no-repeat;
	width: 230px;
	padding: 30px 0 0 0;
}
#home #bottom-boxes .blog-list a, #home #bottom-boxes .twitter-scope a {
	color: #666;
	text-decoration: none;
}
#home #bottom-boxes .blog-list a:hover, #home #bottom-boxes .twitter-scope a:hover {
	color: #CC0000;
	text-decoration: none;
}
#home #bottom-boxes .contactus-box {
	float: left;
	background: url(http://cdn.eleven2.com/images/homepage-tcontact.png) top left no-repeat;
	width: 160px;
	padding: 30px 0 0 0;
	line-height: 2;
}
#home #bottom-boxes .fb a {
	float: left;
	background: url(http://cdn.eleven2.com/images/homepage-fb.png) no-repeat;
	width: 24px; height: 24px;
	margin: 12px 15px 0 0;
}
#home #bottom-boxes .youtube a {
	float: left;
	background: url(http://cdn.eleven2.com/images/homepage-youtube.png) no-repeat;
	width: 24px; height: 24px;
	margin: 12px 15px 0 0;
}
#home #bottom-boxes .twitter a {
	float: left;
	background: url(http://cdn.eleven2.com/images/homepage-twitter.png) no-repeat;
	width: 24px; height: 24px;
	margin: 12px 15px 0 0;
}
#home #bottom-boxes .rss a {
	float: left;
	background: url(http://cdn.eleven2.com/images/homepage-rss.png) no-repeat;
	width: 24px; height: 24px;
	margin: 12px 0 0 0;
}
#home #bottom-boxes .fb a:hover, #home #bottom-boxes .youtube a:hover, #home #bottom-boxes .twitter a:hover, #home #bottom-boxes .rss a:hover {
	filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
}
#home #bottom-boxes .featured-client {
	float: right;
	background: url(http://cdn.eleven2.com/images/homepage-featured.png) no-repeat;
	width: 154px; height: 159px;
}
#home #bottom-boxes .sep {
	float: left;
	background: #D8D8D8;
	width: 1px; height: 120px;
	border-right: 1px solid #FFF;
	display: block;
	margin: 20px 25px 0 25px;
}

#slideshow {
    position: relative;
    height: 98px;
    left: 15px;
    top: 48px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}



.searchbar .sbar {
	background: url(http://cdn.eleven2.com/images/login-bg.png) repeat-x #F8F8F8;
	border: 1px solid #CCC;
	margin: 0px 0 10px 0;
	width: 804px;
	float: left;
}
.searchbar .sbar-inside {
	background: url(http://cdn.eleven2.com/images/search.png) 10px center no-repeat;
	border: none;
	font-size: 1.8em;
	padding: 8px 8px 8px 44px;
	width: 752px;
	color: #666;
	float: left;
}
.searchbar .search-submit {
	width: 115px;
	float: right;
	padding: 10px;
	height: 43px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#d9d9d9');
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d9d9d9)); 
	background: -moz-linear-gradient(top,  #e9e9e9,  #d9d9d9);
	font-size: 1.4em;
	border: 1px solid #CCC;
	cursor: pointer; cursor: hand;
}
.searchbar h3 {
	width: 100%;
	height: 29px;
	background: url(http://cdn.eleven2.com/images/questions.png) left top no-repeat;
	float: left;
	margin: 18px 0 0 0;
}
.search-button {
    float: right;
}
.search-button a {
	background: url(http://cdn.eleven2.com/images/search-button.png) top no-repeat;
	width: 110px;
	height: 43px;
	display: block;
}
.search-button a:hover {
	background: url(http://cdn.eleven2.com/images/search-button.png) bottom no-repeat;
}

.help-border {
	background: url(http://cdn.eleven2.com/images/help-border.png) top left no-repeat;
}
.help-border b {
	color: #b90200;
	font-weight: 100;
}
.help-border li {
	background: url(http://cdn.eleven2.com/images/star.png) left top no-repeat;
	padding: 0 0 10px 21px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #d9d9d9;
}
.help-border h3 {
	padding-bottom: 4px;
}


.live-button {
}
.live-button a {
	background: url(http://cdn.eleven2.com/images/live-button.png) top no-repeat;
	width: 320px;
	height: 100px;
	display: block;
}
.live-button a:hover {
	background: url(http://cdn.eleven2.com/images/live-button.png) bottom no-repeat;
}

.tollfree-button {
}
.tollfree-button a {
	background: url(http://cdn.eleven2.com/images/tollfree-button.png) top no-repeat;
	width: 320px;
	height: 100px;
	display: block;
}
.tollfree-button a:hover {
	background: url(http://cdn.eleven2.com/images/tollfree-button.png) bottom no-repeat;
}

.portal-support {
    float: left;
    margin-right: 20px;
}
.portal-support a {
	background: url(http://cdn.eleven2.com/images/kb-support.png) top no-repeat;
	width: 220px;
	height: 100px;
	display: block;
}
.portal-support a:hover {
	background: url(http://cdn.eleven2.com/images/kb-support.png) bottom no-repeat;
}
.portal-live {
    float: left;
    margin-right: 20px;
}
.portal-live a {
	background: url(http://cdn.eleven2.com/images/kb-chat.png) top no-repeat;
	width: 220px;
	height: 100px;
	display: block;
}
.portal-live a:hover {
	background: url(http://cdn.eleven2.com/images/kb-chat.png) bottom no-repeat;
}
.portal-video {
    float: left;
    margin-right: 20px;
}
.portal-video a {
	background: url(http://cdn.eleven2.com/images/kb-video.png) top no-repeat;
	width: 220px;
	height: 100px;
	display: block;
}
.portal-video a:hover {
	background: url(http://cdn.eleven2.com/images/kb-video.png) bottom no-repeat;
}
.portal-knowledgebase {
    float: left;
}
.portal-knowledgebase a {
	background: url(http://cdn.eleven2.com/images/kb-knowledgebase.png) top no-repeat;
	width: 220px;
	height: 100px;
	display: block;
}
.portal-knowledgebase a:hover {
	background: url(http://cdn.eleven2.com/images/kb-knowledgebase.png) bottom no-repeat;
}

.contact-hold {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.contact-hold h3 {
	font-size: 1.6em;
	width: 100%;
	margin-bottom: 8px;
}

.email-list {
	float: left;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
	font-size: 1.2em;
}
.email-list h3 {
	font-size: 1.3em;
	width: 100%;
	margin-bottom: 8px;
}
.email-list .email {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.email-list .email span {
	margin-bottom: 4px;
	width: 100%;
	float: left;
	color: #999;
}
.email-list .desc {
	float: left;
	width: 460px;
}


.blogfeed {
    overflow: hidden;
    line-height: 18px;
}
.blogfeed b {
	color: #333;
	font-weight: 100;
}
.blogfeed ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	color: #888;
}
.blogfeed li {
	border-bottom: 1px solid #DDD;
	padding: 10px 0 10px 0;
}


/* Gallery */

#gallery {
	overflow: hidden;
	padding-top: 10px;
	float: left;
	width: 100%;
}
#gallery .item {
	background: #FFF;
	padding: 3px;
	border: 1px solid #999;
	float: left;
	margin-right: 20px;
}
#gallery .item2 {
    background: #FFF;
    padding: 3px;
    border: 1px solid #999;
    float: left;
	margin-right: 0;
}


/* Help Video Slider */

h2.trigger {
	padding: 10px 14px 10px 36px;
	margin: 0 0 14px 0;
	background: #e4e4e4 url(http://cdn.eleven2.com/images/arrowt.png) 10px center no-repeat;
	line-height: 24px;
	width: 630px;
	font-size: 1.6em;
	font-weight: normal;
	float: left;
	overflow: hidden;
}
h2.trigger a {
	color: #333;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #333; cursor: pointer; cursor: hand; }
h2.active { background: url(http://cdn.eleven2.com/images/arrowd.png) 10px center no-repeat #e4e4e4;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

h2.trigger span {
	color: #C9C9C9;
	float: right;
	font-weight: 700;
}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.toggle_container p {
	border-bottom: 1px solid #d6d6d6;
	margin: 0;
	padding: 11px 0 10px 36px;
	background: url(http://cdn.eleven2.com/images/arrow.png) 10px center no-repeat;
}
.toggle_container .block {
	padding: 1px 0 0 0;
}
.toggle_container .block-legal {
	padding: 10px 0 10px 0;
}
.toggle_container .block-legal p {
	border-bottom: none;
	margin: 10px 0;
	padding: 0;
	background: none;
}
.toggle_container2 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.toggle_container2 p {
	border-bottom: 1px solid #d6d6d6;
	margin: 0;
	padding: 11px 0 10px 0;
}


/* Footer */

#footerwrap {
    width: 100%;
	overflow: hidden;
	background: #FFF;
	padding-top: 1px;
}
#footer {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #000;
	background: url(http://cdn.eleven2.com/images/footerbg.png) top repeat-x #000;
	padding: 20px 0;
	color: #CCC;
}
#footer .links {
	float: left;
	width: 600px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
#footer .links ul {
	list-style-type: none;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	float: left;
	border-right: 1px solid #454545;
}
#footer .links .end {
	padding: 0;
	margin: 0;
	border-right: none;
}
#footer .links ul li {
	padding: 5px;
}
#footer .links a {
	color: #EEE;
}
#footer .links a:hover {
	color: #fcaa4a;
}
#footer .copy {
	float: right;
	width: 350px;
	position: relative;
}
#footer .phonehold a, #footer .live-chat a {
	color: #EEE;
}
#footer .copy .flinks {
	text-align: right;
	margin-top: 30px;
	float: right;
	font-size: 1.1em;
}
#footer .copy .notice {
	text-align: right;
	margin-top: 15px;
	float: right;
	font-size: 1.2em;
}
#footer .login {
	background: #c50000;
}
#footer a:hover .login {
	background: #ddd;
	color: #333;
}




/* Content Slider */


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0; margin: 0x 0 20px 0; position: relative; }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 940px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 940px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	.coda-nav3 {
		padding: 7px 0 6px 0;
		width: 940px;
		margin-bottom: 35px;
		background: url(http://cdn.eleven2.com/images/coda.png) repeat-x;
		border-bottom: 1px solid #000;
	}
	
	.coda-nav2 {
		padding: 0;
		width: 940px;
		margin-bottom: 15px;
		position: relative;
		bottom: 55px;
	}
	.coda-nav {
		padding: 0;
		width: 940px;
		position: absolute;
		bottom: 40px;
		left: 428px;
		z-index: 100;
	}
	
	/* Tab nav */
	
	.coda-nav3 ul li a.current { color: #FFF; background: url(http://cdn.eleven2.com/images/subnav-sbg.png) repeat-x; }
	.coda-nav3 ul li a:hover.current { color: #FFF; background: url(http://cdn.eleven2.com/images/subnav-sbg.png) repeat-x; }
	
	/* Tab nav2 */
	
	.coda-nav2 ul li.tab1 a.current { background: url(http://cdn.eleven2.com/images/shared-b-worldwide.png) top; }
	.coda-nav2 ul li.tab2 a.current { background: url(http://cdn.eleven2.com/images/shared-b-iphone.png) top; }
	.coda-nav2 ul li.tab3 a.current { background: url(http://cdn.eleven2.com/images/shared-b-toll.png) top; }
	.coda-nav2 ul li.tab4 a.current { background: url(http://cdn.eleven2.com/images/shared-b-money.png) top; }
	
	/* Tab nav3 */
	
	.coda-nav ul li a.current { background: url(http://cdn.eleven2.com/images/homepage-on.png) no-repeat; }
	.coda-nav ul li a:hover.current { background: url(http://cdn.eleven2.com/images/homepage-on.png) no-repeat; }
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

    /* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav3 ul { text-align: center; width: 100%; }
	.coda-nav3 ul li { display: inline; background: none; margin: 0; padding: 0; }
	.coda-nav3 ul li a { color: #999; margin: 0; padding: 8px 10px; text-decoration: none; }
	.coda-nav3 ul li a:hover { color: #FFF; background: url(http://cdn.eleven2.com/images/coda-hover.png) repeat-x; }
	
	/* Tabbed nav 2 */
	.coda-nav2 ul { text-align: center; width: 100%; }
	.coda-nav2 ul li { display: inline; background: none; margin: 0; padding: 0; }
	.coda-nav2 ul li a { margin: 0 20px; display: inline-block; width: 119px; height: 34px; }
	
	.coda-nav2 ul li.tab1 a { background: url(http://cdn.eleven2.com/images/shared-b-worldwide.png) bottom; }
	.coda-nav2 ul li.tab1 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-worldwide.png) top; cursor: pointer; }
	.coda-nav2 ul li.tab2 a { background: url(http://cdn.eleven2.com/images/shared-b-iphone.png) bottom; }
	.coda-nav2 ul li.tab2 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-iphone.png) top; cursor: pointer; }
	.coda-nav2 ul li.tab3 a { background: url(http://cdn.eleven2.com/images/shared-b-toll.png) bottom; }
	.coda-nav2 ul li.tab3 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-toll.png) top; cursor: pointer; }
	.coda-nav2 ul li.tab4 a { background: url(http://cdn.eleven2.com/images/shared-b-money.png) bottom; }
	.coda-nav2 ul li.tab4 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-money.png) top; cursor: pointer; }
	
	/* Tabbed nav 3 */
	.coda-nav ul { text-align: center; width: 100%; }
	.coda-nav ul li { display: inline; background: none; margin: 0; padding: 0; }
	.coda-nav ul li a { margin: 0 2px; display: inline-block; width: 16px; height: 16px; background: url(http://cdn.eleven2.com/images/homepage-off.png) no-repeat; }
	.coda-nav ul li a:hover { background: url(http://cdn.eleven2.com/images/homepage-off.png) no-repeat; }
	
	.coda-nav3 ul li.divider {
		background: #FFF;
		padding: none;
		border-left: 1px solid #000;
		margin: 0;
		background: #515151;
		padding: 8px 1px 8px 0;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	
	
	
	



#slider{width: 1040px; height: 300px; margin: 10px 0 50px 0; z-index: 1000;}
#slider ul, #slider li, #slider2 ul, #slider2 li{margin:0;padding:0;list-style:none;}
#slider2{margin-top:1em;}
#slider li, #slider2 li{width:1040px;height:300px;overflow:hidden;}




/* Custom Shared Hosting Header Slider by Andy */


.ban1 {
	display: block;
	width: 940px; height: 300px;
	background: url(http://cdn.eleven2.com/images/shared-images.jpg) left;
}
.ban2 {
	display: block;
	width: 940px; height: 300px;
	background: url(http://cdn.eleven2.com/images/shared-images.jpg) 2820px;
}
.ban3 {
	display: block;
	width: 940px; height: 300px;
	background: url(http://cdn.eleven2.com/images/shared-images.jpg) 1880px;
}
.ban4 {
	display: block;
	width: 940px; height: 300px;
	background: url(http://cdn.eleven2.com/images/shared-images.jpg) right;
}



.coda-nav2 {
	padding: 0;
	width: 940px;
	margin-bottom: 15px;
	position: absolute;
	bottom: 5px;
}

.coda-nav2 ul li.tab5 a.current { background: url(http://cdn.eleven2.com/images/shared-b-worldwide.png) top; }
.coda-nav2 ul li.tab6 a.current { background: url(http://cdn.eleven2.com/images/shared-b-iphone.png) top; }
.coda-nav2 ul li.tab7 a.current { background: url(http://cdn.eleven2.com/images/shared-b-toll.png) top; }
.coda-nav2 ul li.tab8 a.current { background: url(http://cdn.eleven2.com/images/shared-b-money.png) top; }

/* Homepage Tabs */
.coda-nav2 ul li.tab9 a.current { background: url(http://cdn.eleven2.com/images/home-b-cloud.png) top; }
.coda-nav2 ul li.tab10 a.current { background: url(http://cdn.eleven2.com/images/home-b-support.png) top; }


/* Tabbed nav 2 */
.coda-nav2 ul { text-align: center; width: 100%; }
.coda-nav2 ul li { display: inline; background: none; margin: 0; padding: 0; }
.coda-nav2 ul li a { margin: 0 20px; display: inline-block; width: 119px; height: 34px; }

.coda-nav2 ul li.tab5 a { background: url(http://cdn.eleven2.com/images/shared-b-worldwide.png) bottom; }
.coda-nav2 ul li.tab5 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-worldwide.png) top; cursor: pointer; }
.coda-nav2 ul li.tab6 a { background: url(http://cdn.eleven2.com/images/shared-b-iphone.png) bottom; }
.coda-nav2 ul li.tab6 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-iphone.png) top; cursor: pointer; }
.coda-nav2 ul li.tab7 a { background: url(http://cdn.eleven2.com/images/shared-b-toll.png) bottom; }
.coda-nav2 ul li.tab7 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-toll.png) top; cursor: pointer; }
.coda-nav2 ul li.tab8 a { background: url(http://cdn.eleven2.com/images/shared-b-money.png) bottom; }
.coda-nav2 ul li.tab8 a:hover { background: url(http://cdn.eleven2.com/images/shared-b-money.png) top; cursor: pointer; }

.coda-nav2 ul li.tab9 a { background: url(http://cdn.eleven2.com/images/home-b-cloud.png) bottom; }
.coda-nav2 ul li.tab9 a:hover { background: url(http://cdn.eleven2.com/images/home-b-cloud.png) top; cursor: pointer; }
.coda-nav2 ul li.tab10 a { background: url(http://cdn.eleven2.com/images/home-b-support.png) bottom; }
.coda-nav2 ul li.tab10 a:hover { background: url(http://cdn.eleven2.com/images/home-b-support.png) top; cursor: pointer; }



.iphone-header {
	background: url(http://cdn.eleven2.com/images/iphone-header.jpg) no-repeat;
	width: 940px; height: 444px;
}

.iphone-why {
	width: 100%;
	overflow: hidden;
	position: relative;
	bottom: 62px;
}
.iphone-left {
	float: left;
	width: 400px;
}
.iphone-left p {
	color: #8f8f8f;
	font-size: 1.2em;
}
.iphone-video {
	float: right;
	width: 436px;
	padding: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	margin-top: 20px;
}
.iphone-what {
	background: url(http://cdn.eleven2.com/images/iphone-what.png) no-repeat;
	width: 98px; height: 17px;
	margin: 82px 0 10px 0;
}
.iphone-who {
	background: url(http://cdn.eleven2.com/images/iphone-who.png) no-repeat;
	width: 117px; height: 17px;
	margin: 30px 0 10px 0;
}

.iphone-features-header {
	background: url(http://cdn.eleven2.com/images/iphone-features.png) no-repeat;
	width: 100%;
	height: 27px;
	margin-bottom: 30px;
}
#iphone-features-group {
	overflow: hidden;
	color: #8f8f8f;
	font-size: 1.2em;
}
#iphone-features-group .ifeature {
	float: left;
	width: 276px;
	padding-top: 35px;
	margin: 0 56px 46px 0;
}
#iphone-features-group .ifeature-end {
	float: left;
	width: 276px;
	padding-top: 35px;
	margin: 0 0 46px 0;
}
#iphone-features-group .ifile {
	background: url(http://cdn.eleven2.com/images/iphone-file.png) top left no-repeat;
}
#iphone-features-group .iemail {
	background: url(http://cdn.eleven2.com/images/iphone-email.png) top left no-repeat;
}
#iphone-features-group .idatabase {
	background: url(http://cdn.eleven2.com/images/iphone-database.png) top left no-repeat;
}
#iphone-features-group .idomain {
	background: url(http://cdn.eleven2.com/images/iphone-domain.png) top left no-repeat;
}
#iphone-features-group .iftp {
	background: url(http://cdn.eleven2.com/images/iphone-ftp.png) top left no-repeat;
}
#iphone-features-group .iaccount {
	background: url(http://cdn.eleven2.com/images/iphone-account.png) top left no-repeat;
}


.wordpress-header {
	width: 940px; height: 200px;
	margin-bottom: 50px;
	background: url(http://cdn.eleven2.com/images/landing-wordpress-header.jpg);
}
.wordpress-item-row {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.wordpress-item-row .wp-left {
	float: left; width: 450px;
}
.wordpress-item-row .wp-right {
	float: right; width: 450px;
}
.wordpress-item-row h3 {
	font-size: 2.2em;
	color: #151515;
	font-weight: 100;
	margin: 0 0 10px 0;
	padding: 5px 0 0 29px;
	font-family: Helvetica Neue Thin, sans-serif;
}
.wordpress-item-row p {
	color: #888;
	font-size: 1.4em;
	margin-bottom: 12px;
	font-family: Helvetica Neue Regular, sans-serif;
}
.wp-one {
	background: url(http://cdn.eleven2.com/images/landing-wordpress-n1.png) left center no-repeat;
}
.wp-two {
	background: url(http://cdn.eleven2.com/images/landing-wordpress-n2.png) left center no-repeat;
}
.wp-three {
	background: url(http://cdn.eleven2.com/images/landing-wordpress-n3.png) left center no-repeat;
}
.wp-four {
	background: url(http://cdn.eleven2.com/images/landing-wordpress-n4.png) left center no-repeat;
}

.wordpress-item-row h4 {
	font-size: 2.2em;
	color: #151515;
	font-weight: 100;
	margin: 20px 0 20px 0;
	text-align: center;
	font-family: Helvetica Neue Thin, sans-serif;
}
.wp-getstarted {
	margin: 0 auto 0 auto;
	width: 251px; height: 75px;
}
.wp-getstarted a {
	width: 251px; height: 75px;
	background: url(http://cdn.eleven2.com/images/landing-wordpress-button.png) top;
	display: block;
}
.wp-getstarted a:hover {
	background: url(http://cdn.eleven2.com/images/landing-wordpress-button.png) bottom;
}


.landing-upgrade-bg {
	width: 940px; height: 800px;
	background: url(http://cdn.eleven2.com/images/landing-upgrade-bg.jpg);
	position: relative;
}

.landing-upgrade-bg .upgrade-opera {
	width: 156px; height: 293px;
	position: absolute;
	top: 285px;
	left: 139px;
}
.landing-upgrade-bg .upgrade-opera a {
	width: 156px; height: 293px;
	background: url(http://cdn.eleven2.com/images/landing-upgrade-opera.png) top;
	display: block;
}
.landing-upgrade-bg .upgrade-opera a:hover {
	background: url(http://cdn.eleven2.com/images/landing-upgrade-opera.png) bottom;
}

.landing-upgrade-bg .upgrade-chrome {
	width: 233px; height: 328px;
	position: absolute;
	top: 250px;
	left: 353px;
}
.landing-upgrade-bg .upgrade-chrome a {
	width: 233px; height: 328px;
	background: url(http://cdn.eleven2.com/images/landing-upgrade-chrome.png) top;
	display: block;
}
.landing-upgrade-bg .upgrade-chrome a:hover {
	background: url(http://cdn.eleven2.com/images/landing-upgrade-chrome.png) bottom;
}

.landing-upgrade-bg .upgrade-firefox {
	width: 170px; height: 293px;
	position: absolute;
	top: 285px;
	right: 125px;
}
.landing-upgrade-bg .upgrade-firefox a {
	width: 170px; height: 293px;
	background: url(http://cdn.eleven2.com/images/landing-upgrade-firefox.png) top;
	display: block;
}
.landing-upgrade-bg .upgrade-firefox a:hover {
	background: url(http://cdn.eleven2.com/images/landing-upgrade-firefox.png) bottom;
}



.landing-wht-header {
	width: 940px; height: 453px;
	background: url(http://cdn.eleven2.com/images/landing-wht-header.jpg);
}

.landing-wht-header .tab1, .landing-wht-header .tab2, .landing-wht-header .tab3 {
	float: left;
	margin-top: 290px;
}

.landing-wht-header a {
	padding: 8px 8px 5px 8px;
	margin-left: 40px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: 100;
	font-family: Helvetica Neue Regular;
}
.landing-wht-header a.current {
	background: #e06f0b;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}


#specials-list {
	width: 580px;
	float: left;
}

#specials-side {
	width: 318px;
	float: right;
	text-align: center;
}

#specials-list .item-special {
	color: #1f1f1f;
	font-size: 2em;
	font-family: Helvetica Neue Thin;
	padding: 24px 0;
	border-bottom: 1px solid #D5D5D5;
	line-height: 1.3em;
	position: relative;
	bottom: 80px;
}

#specials-list .signup a {
	width: 86px;
	height: 37px;
	display: block;
	background: url(http://cdn.eleven2.com/images/landing-signup.png) top;
}
#specials-list .signup a:hover {
	background: url(http://cdn.eleven2.com/images/landing-signup.png) bottom;
}





#container123 {
	width: 940px;
	height: 300px;
	float: left;
	overflow: hidden;
	position: relative;
}
#container123 .i-slide-shared {
    float: left;
	position: absolute; 
	width: 3760px;
	height: 300px;
	background: url(http://cdn.eleven2.com/images/shared-images.jpg) no-repeat;
}
#container123 .i-slide-home {
    float: left;
	position: absolute; 
	width: 3760px;
	height: 300px;
	background: url(http://cdn.eleven2.com/images/homepage-images.jpg) no-repeat;
}



