﻿html, body, a, ul, ul li, input, h1, h2, h3, h4, h5, img, div, p, form
{
		margin: 0;
		padding: 0;
}
body 
{
		background: #8B8B9E url(images/bg.jpg);
		border: solid 5px #8B8B9E;
		font-size: 81%;
		font-family: Verdana, Arial, Sans-Serif;
		color: #000000;
}
a 
{
		background-color: inherit;
		color: #59596A;
}
a:visited 
{
		background-color: inherit;
		color:#393944;
}
a:hover 
{
		background-color: inherit;
		color: #393944;
}
a:active 
{
		background-color: inherit;
		color:#393944;
}

h1, h2, h3, h4, h5
{
		font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
		padding: 10px 0;
}
h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
/* header image replacement */
h1 span, h2 span, h3 span
{
		display: none;
}
h2 img
{
		margin-bottom: -8px;
}
p
{
		margin: .6em 0 .6em 0;
}
/* ----------container -------------- */
#container 
{
		background-color: #FFFFFF;
		width: 772px;
}

/* ----------header-------------- */
#header h1
{
		padding: 0;
}
#header h2
{
		padding: 0;
}
#header h1 a
{
		background: transparent url(images/header.jpg) no-repeat top left;
		color: inherit;
		height: 180px;
		height: 140px;
		width: 772px;
		display: block;
}
/* -------- main navigation -------------*/
#mainNav
{
		font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
		font-size: 1.1em;
		width: 100%;
}
#mainNavLeft
{
		background: #ECECEE url(images/websitesDomainsHosting.gif) no-repeat;
		color: inherit;
		float: left;
		height: 27px;
		width: 260px;
}
#mainNavBar
{
		float: left;
		width: 500px;
		height: 27px;
}
#mainNavBar ul
{
		white-space: nowrap;
		height: 27px;
}
#mainNavBar ul li
{
		list-style-type: none;
		float: left;
}
#mainNavBar ul li a
{
		background: #F2F2F4;
		border-top: solid 2px #C7C7CF;
		border-left: solid 2px #C7C7CF;
		border-right: solid 2px #C7C7CF;
		border-bottom: solid 1px #F2F2F4;
		color: #000000;
		display: block;
		height: 24px;
		width: 94px;
		margin-left: 1px;
		margin-right: 1px;
		text-decoration: none;
		text-align: center;
}
#mainNavBar ul li a:hover
{
		background-color: #8B8B9E;
		border-top: solid 2px #8B8B9E;
		border-left: solid 2px #8B8B9E;
		border-right: solid 2px #8B8B9E;
		border-bottom: solid 1px #9696A7;
		color: #FFFFFF;
}
#mainNavBar ul li a.selected, #mainNavBar ul li a:hover.selected
{
		background-color: #8B8B9E;
		border-top: solid 2px #8B8B9E;
		border-left: solid 2px #8B8B9E;
		border-right: solid 2px #8B8B9E;
		border-bottom: solid 1px #9696A7;
		color: #FFFFFF;
}
/* -------- sub navigation -------------*/
#mainNavLowerBar
{
		background-color: #8B8B9E;
		border-bottom: solid 2px #DD8361;
		color: #FFFFFF;
		clear: both;
		height: 26px;
}
#mainNavLowerBar ul
{
		padding-left: 260px;
		white-space: nowrap;
}
#mainNavLowerBar ul li
{
		list-style-type: none;
		float: left;
}
#mainNavLowerBar ul li a
{
		background-color: inherit;
		color: #000000;
		float: left;
		padding-top: 3px;
		padding-left: 15px;
		padding-right: 20px;
		display: block;
		text-decoration: none;
		text-align: left;
}
#mainNavLowerBar ul li a:hover, #mainNavLowerBar ul li a.selected
{
		color: #FFFFFF;
		background: #8B8B9E url(images/arrow.gif) no-repeat 0 7px;
}
/* -----------------content--------------------- */
#content 
{
		background-color: #FFFFFF;
		color: inherit;
		border-left: solid 61px #F2F2F4;
		margin: 0 0 0 199px;
		padding: 10px 10px 10px 10px;
		position: relative;
		min-height: 400px;
}
#content ul li
{
		list-style-type: none;
}
#content ul.bullet li
{
		list-style-type: disc;
		margin: .5em 0 .5em 1em;
}
#content ol.numbered li
{
		list-style-type: decimal;
		margin: .5em 0 .5em 1em;
}
/* --------------left column ------------- */
#left 
{
		background-color: #FFFFFF;
		clear: both;
		float: left;
		width: 180px;
		margin: 0px;
		padding: 20px 10px;
}
#left p
{
		font-size: .9em;
}
#left ul li
{
		list-style-type: none;
		margin: .5em;
}
/* -----------footer--------------------------- */
#footer 
{
		background-color: #8B8B9E;
		border-top: solid 3px #DD8361;
		color: #FFFFFF;
		clear: both;
		font-size: .9em;
		padding: 3px 0 3px 270px;
		text-align: center; 
}
#footer a {color: #FFFFFF;}
#footer a:hover{text-decoration:none;}
/* --------------- comparison chart ---------------*/
div.summary
{
		width: 99%;
}

.summaryIntro
{
		background: #FFFFFF url(images/summaryBg.gif) no-repeat bottom left;
}
#summaryIntroWebsites
{
		background: transparent url(images/websitesLady.jpg) no-repeat right bottom;
		padding-right: 190px;
		padding-bottom: 60px;
		min-height: 115px;
		height: auto !important;
		height: 115px;
}
#summaryIntroHosting
{
		background: transparent url(images/hostingLady.jpg) no-repeat right bottom;
		padding-right: 190px;
		padding-bottom: 60px;
		min-height: 85px;
		height: auto !important;
		height: 85px;
}
table.comparisonChart
{
		border: solid 1px #8B8B9E;
		text-align: center;
		width: 487px;
}
table.comparisonChart td, table.comparisonChart th
{
		border: solid 1px #8B8B9E;
		font-size: .9em;
}
td.header
{
		background: #F2F2F4;
		font-weight: 900;
		width: 83px;
}
td.header a
{
		background: #F2F2F4;
		color: #000000;
		text-decoration: none;
		padding-top: 8px;
		padding-bottom: 8px;
		display: block;
		width: 100%;
}
td.header a:hover
{
		background: #8B8B9E;
		color: #FFFFFF;
}
td.tick
{
		background: url(images/tick.gif) no-repeat center center;
		width: 38px;
		height: 40px;
		
}
td.tick span
{
		display: none;
}
td.price
{
		font-weight: 900;
		color: #DD8361;
}
/* ------------ tight feature box ---------------- */
.featureBoxTight
{
		border: solid 2px #8B8B9E;
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: 10px;
}
.featureBoxTight h5
{
		background-color: #8B8B9E;
		border-bottom: solid 1px #DD8361;
		color: #FFFFFF;
		margin-bottom: 5px;
		padding: 1px;
}
.featureBoxTight input.searchButton
{
		width: 80%;
		font-weight: 900;
		margin: 5px 0;
}
/* ------ feature box with surrounding space --- */
.featureBox
{
		margin: 0 0 20px 0;
		width: 300px;
/*		width: 350px;*/
}
.featureBox h3
{
		background: #FFFFFF url(images/grad1.gif) repeat-y right;
		color: #000000;
		text-align: right;
}
.featureBox h3:hover
{
		background: #FFFFFF url(images/grad2.gif) repeat-y right;
}
.featureBox .shaded
{
		background-color: #F2F2F4;
		color: #000000;
		border-bottom: solid 1px #DD8361;
}
.featureBox h3 a, .featureBox h3 span
{
		background-color: Transparent;
		background-repeat: no-repeat;
		background-position: left center;
		font-weight: normal;
		font-size: 1.1em;
		color: #000000;
		display: block;
		text-decoration: none;
		width: 240px;
		padding: 5px 20px 5px 40px;
}
.domains h3 a, .domains h3 span
{
		background-image: url(images/domainsFFFFFF.gif);
}
.websites h3 a, .websites h3 span
{
		background-image: url(images/websitesFFFFFF.gif);
}
.hosting h3 a, .hosting h3 span
{
		background-image: url(images/hostingFFFFFF.gif);
}
.featureBox h3 a:hover
{
		color: #FFFFFF;
		margin-left: 1px;
}
.domains h3 a:hover
{
		background-image: url(images/domains8B8B9E.gif);
}
.websites h3 a:hover
{
		background-image: url(images/websites8B8B9E.gif);
}
.hosting h3 a:hover
{
		background-image: url(images/hosting8B8B9E.gif);
}
.featureBox p
{
		padding: 0 10px;
}
/* ------------ zeta box ---------------- */
.zeta
{
		clear: right;
		position: relative;
		padding-top: 30px;
		margin-bottom: 40px;
}
.zeta h4
{
		background: #FFFFFF url(images/square.gif) no-repeat top left;
		border-bottom: solid 2px #DD8361;
		padding-left: 35px;
		padding-top: 0;
		margin-bottom: 10px;
		text-align: right;
}
/* ------------ table quote form --------------*/
table.quote
{
		border: solid 1px #8B8B9E;
}
table.quote td
{
		border: solid 1px #8B8B9E;
}
td.label
{
		width: 20%;
		text-align: right;
}
td.content
{
		width: 70%;
}
td.content input
{
		width: 90%;
		text-align: left;
}
/* -------------nested lists--------------------*/
.nestedLists ul
{
		margin-left: 10px;
		margin-top: 3px;
}
.nestedLists ul li
{
		list-style-type: none;
		margin: 4px 0;
}
/* ------------"presenting" box -------------*/
div.presenting
{
		background: #FFFFFF url(images/presenting.jpg) no-repeat top left;
		padding-top: 20px;
		padding-left: 133px;
		min-height: 284px;
		height: auto !important;
		height: 264px;
}

/* ------------ general classes ---------------- */
.floatRight
{
		border-left: solid 1px #8B8B9E;
    float: right;
    font-family: Georgia, Serif;
    font-size: larger;
    font-style: italic;
    margin-left: 10px;
    padding-left: 5px;
    width: 40%;
    position: relative;
}
.floatRight img
{
		border: none;
}
.alignRight
{
		text-align: right;
}
.alignLeft
{
		text-align: left;
}
.special
{
		color: #B04D26;
		font-weight: 900;
		font-size: .8em;
}
.clear
{
		clear: both;
}
.preload
{
		display: none;
}
.red
{
		color: #B04D26;
}
em
{
		font-style: italic;
		font-weight: bold;
}