/*
   BODY
-------------------------------------------------------*/
body {
   text-align: center;
   background: #FFF url(../images/bg-body.gif) repeat-x top left;
   font-size: 12px;
   font-family: Verdana, sans-serif;
   color: #000;
}

/*
   CLEARFIX
-------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/
/* headings */
h2, h3, h4, h5, h6 {
   font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
}

h1 {
	text-indent: -9999px;
}

	/* requires w, h,  */
	h1 a {
	   display: block;
	   width: 202px;
		height: 150px;
		position: absolute;
		top: 0;
		left: 100px;
		background: url(../images/bg-h1.gif) no-repeat top left;
	}
	
h2 {
	font-size: 30px;
}

h3 {
	font-size: 18px;
	color: #ff7700;
	line-height: 1.2;
}

h3 span {
	color: #bbb;
	font-size: 14px;
}

h4 {
	font-size: 14px;
	color: #ff7700;
	line-height: 1.2;
	clear: both;
}

/* paragraphs etc. */
p {
   line-height: 1.4;
   padding-bottom: 15px;
}

	p.left {
	   text-align: left;
	}
	
	p.right {
	   text-align: right;
	}
	
	p.center {
	   text-align: center;
	}
	
	.meta p {
		background: url(../images/bg-testimonial.gif) no-repeat bottom center;
		padding: 8px;
		font-size: 11px;
	}

big {
   font-size: 125%;
}

small {
   font-size: 75%;
   color: #bbb;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

pre, code {
   font-family: Monaco, Courier New, monospace;
   font-size: 11px;
}

blockquote {
   padding: 20px 20px 10px 20px;
}

blockquote cite {
	display: block;
	text-align: right;
	padding-bottom: 10px;
}

.highlight blockquote {
	background: url(../images/bg-testimonial.gif) no-repeat bottom center;
}

.entry blockquote {
	padding: 0 30px 0 30px;
	color: #777;
	font-style: italic;
	background: url(../images/bg-open-quote.gif) no-repeat top left;
}

sup {
	vertical-align: super;
	font-size: 9px;
}

.nota-bene {
	color: red;
	font-size: 12px;
}

/* lists - usually have to put #content in front */
#content ul {
   list-style: square outside;
   margin-left: 36px;
   padding-bottom: 15px;
}

#content ol {
   list-style: decimal outside;
   margin-left: 36px;
   padding-bottom: 15px;
}

#content li {
	line-height: 1.4;
}

/* links */
a, a:visited {
   color: #309dcf;
	text-decoration: underline;
}

a:hover {
   text-decoration: none;
}

a.ee-pro {
	text-indent: -9999px;
	display: block;
	width: 174px;
	height: 27px;
	position: absolute;
	right: 100px;
	top: 42px;
	background: url(../images/link-ee-pro.gif) no-repeat top left;
}

a:hover.ee-pro {
	background: url(../images/link-ee-pro.gif) no-repeat bottom left;
}

.pagination {
	font-size: 10px;
	/*float: left;*/
	/*border: 1px solid red;*/
}

.pagination b, .pagination strong {
	padding: 3px 6px;
	border: solid 1px #309dcf;
	color: #309dcf;
}

.pagination a {
	border: solid 1px #ccc;
	margin-right:2px;
	color: #ccc;
	text-decoration: none;
}

.pagination a:link,
.pagination a:visited {
	padding:3px 6px;
}

.pagination a:hover {
	border: solid 1px #309dcf;
	color: #309dcf;
}

a img {
	border: 1px solid #ccc;
}

a:hover img {
	border: 1px solid #309dcf;
}

/* images */
img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

.border {
	border: 1px solid #ccc;
}

.img-wrapper {
	padding-bottom: 18px;
	background: url(../images/bg-img-wrapper.gif) no-repeat bottom left;
}

/* horizontal rule */
hr {
	color: #eee;
	background-color: #eee;
	border: 0;
	height: 1px;
}

/* tables */
.hosting-table {
   border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

.hosting-table thead {
	border-bottom: 3px solid #ccc;
}

.hosting-table tbody tr {
	border-bottom: 1px solid #ccc;
}

.hosting-table th {
   font-weight: bold;
   padding: 4px;
   text-align: left;
	vertical-align: top;
}

.hosting-table td {
   padding: 4px;
	vertical-align: top;
}

.third {
	width: 33%;
}

.price {
	font-size: 20px;
}

tr.parent:hover {
   background-color: rgba(252,230,30,0.25) !important;
}

tr.expired {
   background-color: rgba(252,0,18,0.05);
}

tr.children {
   color: #999;
}

/* forms */
form {
   
}

fieldset {
   
}

legend {
   
}

input {
   
}

textarea {
   
}

.error {
   
}

/*
   CONTAINER / 960px
-------------------------------------------------------*/
#container {
   width: 960px;
	margin: 0 auto;
	text-align: left;
}

/*
   BRANDING / 960px
-------------------------------------------------------*/
#branding {
	float: left;
	width: 760px;
	height: 150px;
	padding: 0 100px;
	background: url(../images/bg-branding.gif) no-repeat top left;
	position: relative;
}

/*
   MAIN NAVIGATION
-------------------------------------------------------*/
#mainnav {
	float: right;
	height: 150px;
}

#mainnav ul {
	list-style: none;
	padding-top: 65px;
}

#mainnav li {
	float: left;
	padding: 0 10px;
}

#mainnav a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 3px;
}

#mainnav a:hover, #mainnav li.current a {
	border-bottom: 4px solid #ff7700;
}

/*
   CONTENT / 960px
-------------------------------------------------------*/
#content {
	float: left;
	width: 760px;
	padding: 15px 100px 0;
	background: url(../images/bg-content.gif) no-repeat top left;
}

.section {
	float: left;
	width: 760px;
	/*padding-bottom: 20px;*/
}

.col-1 {
	float: left;
	width: 370px;
}

	.two-col .col-1 {
		width: 490px;
	}

.col-2 {
	float: left;
	width: 370px;
	padding-left: 20px;
	overflow: hidden;
}

	.two-col .col-2 {
		width: 250px;
	}

.three-col .section div {
	float: left;
	width: 230px;
	padding-left: 20px;
}

.three-col .section div img {
	display: block;
	margin: 0 0 10px;
}

.entry {
	float: left;
	width: 490px;
	padding-bottom: 10px;
}

.highlight, .meta {
	float: left;
	width: 760px;
	background: #fff8f2 url(../images/bg-testimonial.gif) no-repeat top center;
}

	.two-col .highlight, .two-col .meta {
		width: 490px;
		margin-bottom: 15px;
	}

/*
	SLIDER
-------------------------------------------------------*/
#slider {
	width: 760px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 270px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}

.scrollContainer div.section {
	width: 760px;
}

.scrollButtons {
	position: absolute;
	top: 96px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -47px;
}

.scrollButtons.right {
	right: -47px;
}

/*
	Subnav
-------------------------------------------------------*/
#subnav {
	float: left;
	width: 718px;
	padding: 10px 20px 0;
	margin-bottom: 20px;
	background: #fff8f2 url(../images/bg-testimonial.gif) no-repeat top center;
}

#subnav p {
	background: url(../images/bg-testimonial.gif) no-repeat bottom center;
}
/*
   FOOTER / 960px
-------------------------------------------------------*/
#footer {
   float: left;
	width: 760px;
	height: 32px;
	padding: 52px 100px 0;
	background: url(../images/bg-footer.gif) no-repeat top left;
	position: relative;
}

#footer p {
	color: #bcbec0;
	font-size: 11px;
}

/*
   DIAGNOSTICS
-------------------------------------------------------*/
/*  
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/
