@charset "UTF-8";
/* 

=============================================================================

Last Modified:	 	July, 2010 [created]

Author:     		CoreyMade (Corey Haggard)
Primary Use:		Tektonic http://www.tektonic.com
Copyright:			Tektonic - Do not steal or use any portion

                                                           __            
                                                          /\ \           
  ___    ___   _ __    __   __  __    ___ ___      __     \_\ \     __   
 /'___\ / __`\/\`'__\/'__`\/\ \/\ \ /' __` __`\  /'__`\   /'_` \  /'__`\ 
/\ \__//\ \L\ \ \ \//\  __/\ \ \_\ \/\ \/\ \/\ \/\ \L\.\_/\ \L\ \/\  __/ 
\ \____\ \____/\ \_\\ \____\\/`____ \ \_\ \_\ \_\ \__/.\_\ \___,_\ \____\
 \/____/\/___/  \/_/ \/____/ `/___/> \/_/\/_/\/_/\/__/\/_/\/__,_ /\/____/
                                /\___/                                   
                                \/__/

=============================================================================

TABLE OF CONTENTS:

1.0 - Page Resets
2.0 - Misc and Body Elements
3.0 - Site Container (controls the width of the site)
4.0 - Header
5.0 - Navigation
6.0 - Slider
7.0 - Plan Comparison Table
8.0 - Misc List
9.0 - Footer
10.0 - Forms
*/

/*=================================================================
1.0 - PAGE RESETS (eric meyer)
=================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	font-weight: lighter;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #d4e0e7;
	line-height: 20px;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}

a {
	color: #6591ab;
	text-decoration: none;
}

a:hover {
	color: #6591ab;
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

h2 {
	font-family: futura, helvetica, sans-serif;
	color: #484e56;
	font-weight: lighter;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 10px;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	color: #2c7eb7;
	font-size: 14px;
	padding-top: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: lighter;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.generic {
	margin-top: 20px;
	list-style-image: url(images/list.png);
	list-style-position: inside;
}

ul.generic li {
	color: #2C7EB7;
	padding-bottom: 15px;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -20px;
}

div.wrapper {
	width: 940px;
	margin: auto;
}

div.page {
	background: url(images/hbg.png) top left repeat-x;
}

div.header {
	background: url(images/header-bg.png) center top no-repeat;
	height: 363px;
}

div.header-sub {
	background: url(images/header-bg.png) center top no-repeat;
	height: 230px;
}

div.header-content {
	height: 101px;
}

div.wrapper {
	margin: auto;
	width: 940px;
}

div.top-bar {
	height: 24px;
	position: relative;
}

div.client-login-tab {
	position: absolute;
	right: 0px;
	top: 0px;
}
div.live-chat {
	position: relative;
	width: 940px;
	margin: -25px auto 38px auto;
}

div.live-chat-tab {
	position: absolute;
	right: 133px;
	top: 0px;
}

div.navigation {
	margin-top: 16px;
}

div.navigation h1.logo {
	background: url(images/logo-1.png) top left no-repeat;
	float: left;
	display: block;
	width: 300px;
	height: 69px;
	margin-top: -20px;
	text-indent: -99999px;
}

div.navigation h1.logo a {
	display: block;
	width: 300px;
	height: 69px;
	text-indent: -99999px;
	text-decoration: none;
}

ul.nav {
	float: left;
	width: 640px;
	margin-top: 8px;
	text-align: right;
}

ul.nav li {
	float: left;
	margin-right: 30px;
	padding-top: 5px;
	font-size: 12px;
	color: #eaf4f8;
	text-shadow: 0px 2px 0px #284457;
}

ul.nav li.selected {
	font-size: 12px;
	color: #eaf4f8;
	border-bottom: 2px solid #0f2e42;
}

ul.nav li a {
	font-size: 12px;
	color: #eaf4f8;
	padding-bottom: 3px;
	text-decoration: none;
}

ul.nav li a:hover {
	font-size: 12px;
	color: #eaf4f8;
	padding-bottom: 3px;
	text-decoration: none;
	border-bottom: 2px solid #2a5c7b;	
}

div.rotator {
	
}

div.rotator-section1 {
	float: left;
	width: 520px;
}

div.rotator-section2 {
	float: right;
	width: 420px;
}

div.rot-servers {
	margin-top: 20px;
	text-align: right;
}

div.rot-title {
	font-size: 35px;
	margin-top: 35px;
	font-family: futura, helvetica, arial, sans-serif;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #eaf4f8;
	text-shadow: 0px -1px 0px #102939;
}

div.rot-content {
	font-size: 15px;
	color: #eaf4f8;
	text-shadow: 0px -1px 0px #102939;
	margin-top: 20px;
}

div.rot-button {
	margin-top: 25px;
}

div.rotator-nav {
	background: #fff url(images/rot-nav-bg.png) top left no-repeat;
	height: 27px;
}

div.sub-details {
	position: relative;
}

div.sub-icon {
	position: absolute;
	right: 0;
	top: 30px;
}

div.sub-title {
	font-size: 40px;
	position: absolute;
	top: 45px;
	font-family: futura, helvetica, arial, sans-serif;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #eaf4f8;
	text-shadow: 0px -1px 0px #102939;
}

div.sub-phrase {
	font-size: 15px;
	position: absolute;
	top: 80px;
	color: #eaf4f8;
	text-shadow: 0px -1px 0px #102939;
	padding-top:5px;
}

div.sub-phrase a, div.sub-phrase a:hover{
	color: #8DD4FF;
	text-shadow: 0px -1px 0px #102939;
	text-decoration: none;
}

div.sub-nav-bar {
	float: right;
	background-color: #0f2e42;
	height: 30px;
	margin-top: -30px;
	padding: 0 5px 0 5px;
	border-top-left: 8px;
	border-top-right: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul.sub-nav {
	margin: 0;
}

ul.sub-nav li {
	float: left;
	margin: 4px 0 0px 0;
	padding: 0px 5px 0px 5px;
	color: #377499;
	text-shadow: 0px -1px 0px #081a26;
	border-left: 1px solid #264d62;
	border-right: 1px solid #0a2333;
}

ul.sub-nav li a {
	text-decoration: none;
	color: #377499;
	text-shadow: 0px -1px 0px #081a26;
}

ul.sub-nav li a:hover {
	text-decoration: none;
	color: #548caa;
	text-shadow: 0px -1px 0px #081a26;
}

ul.sub-nav li.select {
	color: #fff;
	text-shadow: 0px -1px 0px #081a26;
	background: url(images/sub-nav-select-bg.png) center bottom no-repeat;
	padding-bottom: 6px;
}

div.content {
	background-color: #ffffff;
	padding: 25px 20px 30px 20px;
}

div.contactl {
	float: left;
	width: 597px;
}

ul.contact-list {
	border-bottom: 1px solid #e2ecf4;
	margin: 20px 0 20px 0;
}

ul.contact-list li {
	width: 286px;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

ul.contact-list li img {
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}

ul.contact-list li a {
	float: right;
	width: 255px;
}

div.contactr {
	float: right;
	width: 263px;
	margin-left: 40px;	
}

div.box {
	background-color: #f0f5f9;
	padding: 5px 5px 20px 5px;
	color: #3D7CB5;
}

div.box h4 {
	font-size: 16px;
	font-family: helvetica, arial, sans-serif;
	color: #474c57;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.os1 {
	float: left;
	width: 224px;
	height: 74px;
	margin-top: 30px;
	background: #51829e url(images/os-topbg.png) top left repeat-x;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-right: 1px solid #305d78;
}

div.os2 {
	float: left;
	width: 223px;
	height: 74px;
	margin-top: 30px;
	background: #51829e url(images/os-topbg.png) top left repeat-x;
	border-left: 1px solid #6491a9;
	border-right: 1px solid #305d78;
}

div.os3 {
	float: right;
	width: 224px;
	height: 74px;
	margin-top: 30px;
	background: #51829e url(images/os-topbg.png) top left repeat-x;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-left: 1px solid #6491a9;
}

ul.ostitle {
	margin: 0;
}

ul.ostitle li {
	padding: 10px 0 10px 15px;
}

ul.ostitle li img {
	float: left;
	width: 52px;
	height: 50px;
}

ul.ostitle li span {
	float: left;
	margin-left: 6px;
	display: block;
	color: #e1ecf4;
	font-size: 13px;
	padding-top: 14px;
}

div.osb1 {
	float: left;
	width: 224px;
	height: 225px;
	background-color: #e1ecf4;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-right: 1px solid #c7dae9;
}

div.osb2 {
	float: left;
	width: 223px;
	height: 225px;
	background-color: #e1ecf4;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #c7dae9;
}

div.osb3 {
	float: right;
	width: 224px;
	height: 225px;
	background-color: #e1ecf4;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-left: 1px solid #ffffff;
}

div.osb-content {
	color: #477894;
	padding: 15px;
}

ul.osb-list {
	padding: 10px 15px 15px 25px;
}

ul.osb-list li {
	padding-bottom: 5px;
	color: #2b5671;
}

div.osc1 {
	float: left;
	width: 224px;
	border-right: 1px solid #c7dae9;
}

div.osc2 {
	float: left;
	width: 223px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #c7dae9;
}

div.osc3 {
	float: right;
	width: 224px;
	border-left: 1px solid #ffffff;
}

div.osc-content {
	color: #2b5671;
	padding: 0px 15px 5px 15px;
}

div.osc-content h2 {
	margin-top: 0;
	padding-top: 15px;
	font-size: 18px;
}

div.osc-content p {
	margin-bottom: 5px;
}

ul.normlist {
	margin-top: 20px;
	list-style-image: url(images/list-icon.png);
	list-style-position: inside;
}

ul.normlist li {
	margin-bottom: 10px;
}

div.section1 {
	float: left;
	width: 340px;
	margin-right: 30px;
}

div.section2 {
	float: left;
	width: 530px;
}

ul.features {
	margin: 0;
}

ul.features li {
	float: left;
	width: 250px;
	margin-right: 30px;
}

ul.features li h2 {
	font-family: futura, helvetica, sans-serif;
	color: #484e56;
	font-weight: lighter;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

ul.features li img {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 10px;
} 

ul.features li h2 {
	float: left;
	width: 180px;
	height: 40px;
	padding-top: 15px;
	margin-bottom: 10px;
}

ul.features li span {
	display: block;
}

ul.wide-icon-list {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.wide-icon-list li {
	border-bottom: 1px solid #E2ECF4;
	padding: 10px 0 10px 0;
}

ul.wide-icon-list li img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

ul.wide-icon-list li span {
	float: right;
	width: 810px;
	display: block;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: lighter;	
}

ul.wide-icon-list2 li {
	border-bottom: 1px solid #E2ECF4;
	padding: 10px 0 10px 0;
}

ul.wide-icon-list2 li img {
	float: left;
	width: 170px;
	height: 67px;
	margin-right: 20px;
}

ul.wide-icon-list2 li h3 {
	float: right;
	width: 710px;
	font-family: helvetica, arial, sans-serif;
	color: #2c7eb7;
	font-size: 14px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: lighter;
}

ul.wide-icon-list2 li h3 span {
	display: block;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: lighter;	
}


ul.includes {
	margin-top: 30px;
}

ul.includes li {
	float: left;
	width: 260px;
	margin: 0 60px 30px 0;
}

ul.includes img {
	float: left;
	width: 70px;
}

ul.includes span {
	float: right;
	width: 190px;
}

ul.includes span span {
	font-size: 14px;
	color: #2d7eb7;
	margin-bottom: 3px;
}

ul.includes span em {
	display: block;
	font-style: normal;
}

ul.double-list {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.double-list li {
	float: left;
	width: 430px;
	margin-right: 40px;
	margin-bottom: 30px;
}

ul.double-list li img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

ul.double-list li h3 {
	width: 340px;
	float: right;
	font-family: helvetica, arial, sans-serif;
	color: #2c7eb7;
	font-size: 14px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: lighter;
}

ul.double-list li h3 span {
	display: block;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: lighter;	
}

ul.tech-nav {
	margin-bottom: 40px;
}

ul.tech-nav li {
	float: left;
	border-right: 1px solid #18435F;
	padding: 0 10px 0 10px;
}

ul.tech-nav li.select {
	color: #6591ab;
}

ul.tech-nav li a {
	color: #18435F;
	text-decoration: none;
}

ul.tech-nav li a:hover {
	color: #6591ab;
	text-decoration: underline;
}

div.testimonies {
	border-top: 1px solid #e5eaf3;
	border-bottom: 1px solid #e5eaf3;
	padding: 15px 0px 15px 0px;
	font-family: georgia, lucida grande, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #ccc;
	text-align: center;
	margin: 22px 0 10px 0;
}

div.testimonies span {
	background: url(images/front-quote.png) top left no-repeat;
	padding-left: 35px;
}

div.testimonies em {
	background: url(images/end-quote.png) bottom right no-repeat;
	padding-right: 35px;
}

div.subt {
	margin-bottom: 30px;
}

div.subt-section1 {
	float: left;
	width: 509px;
	margin-right: 30px;
}

div.subt-section2 {
	float: right;
	width: 361px;
}

div.subt-section3 {
	float: left;
	width: 600px;
	margin-right: 30px;
}

div.subt-section4 {
	float: right;
	width: 270px;
	text-align: center;
}

ul.testimonies2 {
	padding: 30px 0 20px 0;
}

		ul.testimonies2 li {
			display: block;
			float: left;			
			width: 417px;
			margin-right: 66px;
			margin-bottom: 30px;
		}
		
		div.review {
			padding: 10px;
			background: transparent url(images/testimony-arrow.png) top left no-repeat;
			height: 101px;
			color: #464c57;
		}

		ul.testimonies2 li span {
			display: block;
			color: #3786bb;
			font-weight: bold;
			padding-top: 5px;
			margin-top: 0;
			line-height: 15px;
		}
		
		ul.testimonies2 li span em {
			display: block;
			color: #646e78;
			font-family: Georgia, arial, sans-serif;
			font-weight: lighter;
		}

ul.review-buttons {
	margin-bottom: 20px;
}

	ul.review-buttons li {
		float: left;
		margin-right: 20px;
	}



div.tech-left {
	float: left;
	width: 430px;
	margin-right: 40px;
}

div.tech-right {
	float: right;
	width: 430px;
	text-align: center;
}

div.special-box {
	position: relative;
	margin-top: 3px;
	border: 5px solid #e1ecf4;
	width: 321px;
	padding: 15px;
}

div.special-banner {
	position: absolute;
	top: -9px;
	right: -9px;
	z-index: 1;
}

div.vps-selector {
	width: 900px;
	margin: 20px auto 0 auto;
}

div.self-healing {
	background: url(images/healing-bg.png) top left no-repeat;
	width: 900px;
	height: 116px;
}

div.hiperf-upgrade {
	background: url(images/hiperf-upgrade-bg.png) top left no-repeat;
	width: 900px;
	height: 116px;
}

div.self-healing-button-bg {
	background: url(images/self-healing-bg.png) top left no-repeat;
	float: right;
	position: relative;
	width: 694px;
	height: 52px;
	margin-top: 30px;
	margin-right: 15px;
}

div.self-healing-phrase {
	position: absolute;
	color: #fff;
	text-shadow: 0px 1px 0px #386f8e;
	top: 15px;
	right: 220px;
}

div.self-healing-button {
	position: absolute;
	top: 6px;
	right: 5px;
}

div.dc {
	position: relative;
	float: left;
	width: 430px;
	margin-right: 40px;
}

div.dc-image {
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	padding: 11px 10px 9px 10px;
	width: 408px;
	height: 174px;
	margin-top: 20px;
	margin-bottom: 30px;
}

div.dc h3 {
	float: left;
	font-family: helvetica, arial, sans-serif;
	color: #2c7eb7;
	font-size: 14px;
	font-weight: lighter;
	margin-bottom: 10px;
	padding: 0;
	width: 207px;
}

div.dc h3 span {
	display: block;
	font-family: Georgia, helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	color: #666666;
}

div.dc-tour-button {
	float: right;
	width: 223px;
	margin-bottom: 20px;
} 

ul.upstreams {
	background: url(images/upstream-bg.png) top left repeat-x;
	width: 898px;
	border: 1px solid #e0e0e0;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.upstreams li {
	float: left;
	text-align: center;
	padding: 20px 10px 20px 10px;
	width: 128px;
	border-right: 1px solid #e0e0e0;
}

div.dc-details {
	margin-top: 20px;
}

ul.dc-gallery {
	float: left;
	width: 469px;
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	padding: 11px 10px 9px 10px;
	margin-right: 35px;
}

ul.dc-gallery li {
	float: left;
	width: 227px;
	margin-right: 15px;
	margin-bottom: 20px;
}

div.dc-info {
	float: right;
	width: 374px;
}

div.customers {
	margin: 30px 0 30px 0;
}

ul.img4-list {
	margin-top: 20px;
}

ul.img4-list li {
	float: left;
	width: 208px;
	margin-right: 22px;
}

ul.login-list {
	margin-top: 35px;
}

ul.login-list li {
	float: left;
	text-align: center;
	width: 208px;
	height: 170px;
	padding-right: 10px;
	padding-left: 10px;
	color: #13b1e4;
	border-right: 1px solid #294d60;
}

ul.login-list li h2 {
	font-family: futura, helvetica, sans-serif;
	color: #13b1e4;
	font-weight: lighter;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}

ul.login2-list {
	margin-top: 20px;
	list-style-image: url(images/list.png);
	list-style-position: inside;
}

ul.login2-list li {
	color: #2C7EB7;
	text-align: left;
	border-right: none;
	padding-bottom: 15px;
	height: 10px;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -20px;
}

ul.login2-list li a {
	color: #fff;
}


ul.customers-voice {
	margin-top: 30px;
}

ul.customers-voice li {
	float: left;
	width: 201px;
	margin-right: 32px;
}

ul.customers-voice li span {
	background: url(images/quote-bubble.png) top left no-repeat;
	display: block;
	color: #464c57;
	width: 181px;
	padding: 10px;
	height: 168px;
}

ul.customers-voice li p {
	display: block;
	color: #3886bb;
	font-style: normal;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 0;
}

ul.customers-voice li p em {
	display: block;
	color: #464c57;
	font-style: italic;
	font-family: Georgia, helvetica, sans-serif;
}

ul.pricing {
	margin-top: 30px;
	margin-bottom: 30px;
}

ul.pricing li {
	float: left;
	border-bottom: solid 1px #e1ecf4;
}

ul.pricing li.ca {
	width: 199px;
	height: 90px;
	border-right: 1px solid #e1ecf4;
	text-align: left;
	font-size: 11px;
	color: #464c57;
	padding: 15px 0 15px 0;
}

ul.pricing li.cb {
	width: 174px;
	height: 90px;
	border-right: 1px solid #e1ecf4;
	text-align: center;
	vertical-align: bottom;
	font-size: 11px;
	color: #cccccc;
	padding: 15px 0 15px 0;
}

ul.pricing li.cc {
	width: 174px;
	height: 90px;
	border-right: 1px solid #e1ecf4;
	text-align: center;
	font-size: 11px;
	color: #4e99c4;
	padding: 15px 0 15px 0;
}

ul.pricing li.cd {
	width: 174px;
	height: 90px;
	text-align: center;
	font-size: 11px;
	color: #4e99c4;
	padding: 15px 0 15px 0;
}

ul.pricing li.c1 {
	width: 199px;
	border-right: 1px solid #e1ecf4;
	text-align: left;
	font-size: 14px;
	color: #464c57;
	padding: 15px 0 15px 0;
}

ul.pricing li.c2 {
	width: 174px;
	border-right: 1px solid #e1ecf4;
	text-align: center;
	font-size: 14px;
	color: #cccccc;
	padding: 15px 0 15px 0;
}

ul.pricing li.c3 {
	width: 174px;
	border-right: 1px solid #e1ecf4;
	text-align: center;
	font-size: 14px;
	color: #4e99c4;
	padding: 15px 0 15px 0;
}


div.footer {
	background: url(images/footer-bg.png) top left no-repeat;
	font-size: 12px;
	padding: 15px 0 15px 0;
}

div.footer-section1 {
	float: left;
	text-align: left;
	color: #464c57;
}

ul.footer-links {
	margin-bottom: 10px
}

ul.footer-links li {
	display: inline;
	padding: 0 8px 0 5px;
	border-right: 1px solid #464c57;
}

div.footer-section1 a {
	color: #464c57;
	text-decoration: underline;
}

div.footer-section1 a:hover {
	color: #464c57;
	text-decoration: none;
}

div.footer-section2 {
	float: right;
	text-align: right;
}

ul.admin-levels {
	background: #f4f4f4 url(images/admin-bg.png) top left repeat-x;
	width: 898px;
	border: 1px solid #e0e0e0;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

ul.admin-levels li {
	float: left;
	text-align: center;
	padding: 20px 15px 20px 15px;
	border-right: 1px solid #e0e0e0;
}

/*---------- admin level -----------*/
a.ii{
    z-index:100;
    color:#3CA3FF;
    text-decoration:none;
}
a.ii span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ii:hover{ z-index:100; color: #000;}
a.ii:hover span.tooly{
    display:block;
    position:absolute;
    top:10px; right:20px;
	width: 420px;
	line-height: 20px;
	font-family: georgia, verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
	text-align: left;
}

a.ii:hover span.tooly h3 {
	font-family: georgia, verdana, sans-serif;
	color: #2c7eb7;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: lighter;
}


#shopperapproved-seal {
	position:fixed;
	bottom:0;
	left:0;
	display:block;
	width:124px;
	height:45px;
	text-indent:-10000px;
	background:url(images/seal-shopperapproved.png);
	cursor: pointer;
}