﻿html
{
	background: #71ab56 url("images/bg.png") repeat-x left top;
	color: #016087;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	border-top: 16px solid #548ea9;
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #71ab56;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

address
{
	font-style: normal;
	font-weight: normal;
}

dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl dt
{
	margin: 0 0 0.5em 0;
	padding: 0;
}

dl dd
{
	margin: 0 0 1em 1em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

img
{
	border: 0;
}

/* FORMS */
label
{
	font-size: 0.9em;
	font-weight: bold;
}

.text-input
{
	background: #fff;
	border: 1px solid #71ab56;
	color: #016087;
	padding: 2px;
}

.button, .button:visited
{
	background: transparent url("images/bigbutton.png") no-repeat left top;
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 49px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 175px;
	height: 49px;
}

.button:active, .button:hover, .button:focus
{
	background-position: left bottom;
}

form
{
	margin: 0;
	padding: 0;
}

form .field, .form .field
{
	margin: 0 0 0.5em 0;
}

form .controls, .form .controls
{
	margin: 1em 0;
	text-align: center;
}

.form dt
{
	border: 1px solid #71ab56;
	border-bottom: 0;
	margin: 0;
	padding: 0.5em;
}

.form dd
{
	border: 1px solid #71ab56;
	border-top: 0;
	margin: 0 0 1em 0;
	padding: 0.5em;
}

.error
{
	color: #d00;
}

#email-form
{
	margin: 0 auto 1em auto;
	width: 75%;
}

#email-form .sent
{
	font-size: 1.15em;
	line-height: 8em;
	text-align: center;
	vertical-align: middle;
}

#email-form label
{
	display: block;
}

#email-form .text-input
{
	width: 95%;
}

.anti-spam-code .text-input, #email-form .anti-spam-code .text-input
{
	line-height: 25px;
	vertical-align: middle;
	width: auto;
}

.anti-spam-code img
{
	line-height: 25px;
	vertical-align: middle;
}

#contact-ip
{
	font-size: 0.8em;
}
/* END FORMS */

#container
{
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header
{
	background: transparent url("images/header.png") no-repeat left 30px;
	margin: 0 auto 20px auto;
	padding: 30px 0 0 0;
	position: relative;
	width: 975px;
	height: 99px;
}

body.landing-page #header
{
	background-position: left 15px;
	padding-top: 15px;
}

/* #header h1
{
	background: transparent url("images/header.png") no-repeat left top;
	margin: 0;
	padding: 0;
	width: 975px;
	height: 99px;
}

#header h1 a
{
	display: block;
	position: absolute;
	left: 16px;
	top: 30px;
	width: 250px;
	height: 94px;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
} */

#header-contact
{
	font-size: 1em;
	position: absolute;
	right: 30px;
	top: 60px;
	text-align: right;
}

body.landing-page #header-contact
{
	top: 45px;
}

#header-contact .email
{
	margin: 0 0 0.25em 0;
}

#action-calls
{
	float: left;
	margin: 0 15px 0 20px;
	width: 179px;
}

#action-calls ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#action-calls li
{
	/* background: transparent url("images/chicklet.png") no-repeat left top; */
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}

#action-calls li a
{
	outline: 0;
}

/* #action-calls li .content
{
	background: transparent url("images/chicklet-bottom.png") no-repeat left bottom;
	font-weight: bold;
	padding: 10px 10px 20px 10px;
}

#action-calls li .content a
{
	font-size: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
}

#action-calls li .content a:active, #action-calls li .content a:hover, #action-calls li .content a:focus
{
	outline: 0;
	text-decoration: underline;
} */

#content
{
	margin: 0 20px;
}

#content.with-tools, #content.with-subnavigation
{
	float: left;
	width: 715px;
}

#content.with-action-calls.with-tools
{
	margin: 0;
	width: 521px;
}

body.landing-page #content.with-tools
{
	width: 605px;
}

#content h1
{
	font-size: 1.2em;
	font-style: italic;
	text-transform: uppercase;
}

body.contact #content h1
{
	text-align: center;
}

#content h2, #content h3
{
	font-size: 1.1em;
	margin-top: 2em;
}

body.landing-page #content h1
{
	font-size: 1.4em;
	text-indent: 2em;
	text-transform: none;
}

body.landing-page #content h2, body.landing-page #content h3
{
	text-indent: 1em;
}

#content form.buy-now
{
	margin: 0 0 1em 0;
	text-align: center;
}

#contact-info
{
	margin: 0 0 1em 0;
	text-align: center;
}

#contact-info address
{
	margin: 1em 0;
}

#hosting-plans, dl.terms
{
	border: 1px solid #548ea9;
	margin: 0 0 1em 0;
	padding: 0;
}

#hosting-plans dt, dl.terms dt
{
	/* background: #016087; */
	background: #548ea9;
	color: #fff;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0.25em;
}

#hosting-plans dd, dl.terms dd
{
	margin: 0 1em 1em 1em;
	padding: 0;
}

#hosting-plans dd ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
}

#hosting-plans .features strong
{
	text-transform: uppercase;
}

#hosting-plans .rate
{
	font-size: 1.25em;
	font-weight: bold;
	margin: 1em 0 0 0;
	/* font-size: 2em;
	position: absolute;
	right: 0;
	top: 0; */
	/* text-transform: uppercase; */
}

ul.testimonials
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

ul.testimonials > li
{
	border: 1px dotted #016087;
	margin: 0 0 1em 0;
	padding: 1em 1em 0 1em;
}

.testimonials .author
{
	color: #71ab56;
	font-style: italic;
}

ul.portfolio-sample
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}

ul.portfolio-sample li
{
	display: inline;
	margin: 0 3px;
}

ul.portfolio-sample li img
{
	border: 1px solid #016087;
}

dl.faq dt
{
	font-weight: bold;
	margin: 0 0 0.25em 0;
	padding: 0;
}

#sites
{
	float: left;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}

#sites li
{
	float: left;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 230px;
	height: 150px;
}

#content.with-subnavigation #sites li
{
	width: 238px;
}

#sites li img
{
	border: 1px solid #548ea9;
	display: block;
	line-height: 150px;
	margin: 0 auto 0.25em auto;
}

#tools
{
	margin: 0 20px 0 auto;
	width: 200px;
}

body.landing-page #tools
{
	width: 310px;
}

#tools ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

/* #tools-newsletter */
#tools .form
{
	background: /* #d3e2ea */ #b4cfdc url("images/newsletter-bg2.png") repeat-x left top;
	border: 1px solid #71ab56;
	border-right: 0;
	border-left: 0;
	color: #fff;
	margin: 0 0 1em 0;
	padding: 1em;
}

#tools .error
{
	/* color: #fc6; */
	color: #d00;
}

#tools .form .error ul, #tools .form p.error
{
	font-size: 0.8em;
	text-align: left;
}

#tools .form p
{
	text-align: center;
}

#tools .form p.instructions
{
	font-size: 0.85em;
	text-align: left;
}

#tools .form label
{
	display: inline-block;
}

#tools .form .text-input
{
	display: block;
	width: 97%;
}

#tools .form .anti-spam-code .text-input
{
	display: inline-block;
	width: auto;
}

#tools #email-form
{
	margin-bottom: 0;
	width: 100%;
}

#tools #email-form .call-to-action
{
	background: transparent url("images/call-to-action-arrow.png") no-repeat center 1.75em;
	margin-bottom: -1em;
	padding-bottom: 2.5em;
}

#tools #email-form .controls
{
	margin-bottom: 0;
}

#tools-blog
{
	font-size: 1.25em;
	margin: 2em 0;
	text-align: center;
	text-transform: uppercase;
}

#tools-design h2
{
	font-size: 1.15em;
	margin: 0 0 0.5em 0;
	text-align: center;
}

#tools-design li
{
	margin: 0 0 10px 0;
}

#tools-design img
{
	border: 1px solid #71ab56;
}

#subnavigation
{
	margin: 0 20px 0 auto;
	width: 200px;
}

#subnavigation ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#subnavigation ul li
{
	margin: 0 0 0.25em 0;
	padding: 0;
}

#subnavigation ul li a
{
	background: transparent url("images/button2.png") no-repeat left top;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 200px;
	height: 26px;
}

#subnavigation ul li a span
{
	background: transparent url("images/button-cap2.png") no-repeat right top;
	display: block;
	line-height: 26px;
	padding: 0 10px;
}

#subnavigation ul li a:active, #subnavigation ul li a:hover, #subnavigation ul li a:focus, #subnavigation ul li.current a
{
	background-position: left bottom;
	outline: 0;
}

#subnavigation ul li.current a
{
	color: #fc6;
}

#subnavigation ul li a:active span, #subnavigation ul li a:hover span, #subnavigation ul li a:focus span, #subnavigation ul li.current a span
{
	background-position: right bottom;
}

#navigation, #menu
{
	background: transparent url("images/navbar.png") no-repeat left top;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
}

#navigation ul, #menu ul
{
	/* background: transparent url("images/navbar-cap.png") no-repeat right top; */
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li, #menu ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a, #navigation ul li a:visited, #menu ul li a, #menu ul li a:visited
{
	background: transparent url("images/nav-bullet.png") no-repeat left center;
	color: #fff;
	line-height: 26px;
	margin: 0 15px 0 0;
	padding: 0 0 0 22px;
	text-decoration: none;
}

#navigation ul li.first a, #menu ul li.first a
{
	background-image: url("images/nav-crosshair.png");
	margin-left: 7px;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li.current a,
#menu ul li a:active, #menu ul li a:hover, #menu ul li a:focus, #menu ul li.current a
{
	background-image: url("images/nav-bullet-hover.png");
	color: #fc6;
	outline: 0;
	/* text-decoration: underline; */
}

#navigation ul li.first a:active, #navigation ul li.first a:hover, #navigation ul li.first a:focus, #navigation ul li.first.current a,
#menu ul li.first a:active, #menu ul li.first a:hover, #menu ul li.first a:focus, #menu ul li.first.current a
{
	background-image: url("images/nav-crosshair-hover.png");
}

#footer
{
	background: transparent url("images/footer.png") no-repeat left 2.5em;
	clear: both;
	color: #548ea9;
	font-size: small;
	margin: 0 auto;
	padding: 45px 0 20px 0;
	padding-top: 6em;
	position: relative;
	text-align: center;
	width: 975px;
}

body.landing-page #footer
{
	background-position: left 1em;
	padding-top: 4.5em;
}

#footer a, #footer a:visited
{
	color: #548ea9;
	text-decoration: none;
}

#footer a:active, #footer a:hover, #footer a:focus
{
	color: #94b9ca;
	outline: 0;
}

#footer-navigation
{
	position: absolute;
	left: 0;
	right: 0;
	top: 5px;
}

#footer-navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-navigation ul li
{
	display: inline;
	margin: 0 5px;
	padding: 0;
}

#footer-navigation a, #footer-navigation a:visited
{
	background: transparent url("images/button2.png") no-repeat left top;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 26px;
}

#footer-navigation a span
{
	background: transparent url("images/button-cap2.png") no-repeat right top;
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
}

#footer-navigation a:active, #footer-navigation a:hover, #footer-navigation a:focus, #footer-navigation li.current a
{
	background-position: left bottom;
	color: #fff;
}

#footer-navigation li.current a
{
	color: #fc6;
}

#footer-navigation a:active span, #footer-navigation a:hover span, #footer-navigation a:focus span, #footer-navigation li.current a span
{
	background-position: right bottom;
	/* text-decoration: underline; */
}

#footer-networking
{
	/* float: left;
	font-size: 0.85em;
	margin: 0 0 0 30px;
	text-align: left;
	width: 350px; */
	
	font-size: 0.85em;
	position: absolute;
	left: 30px;
	bottom: 30px;
	text-align: left;
}

#footer-networking ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-networking ul li
{
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
}

#footer-networking ul li img
{
	line-height: 20px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#footer-contact
{
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: right;
}

#footer #footer-contact a, #footer #footer-contact a:visited, #footer-address address.contact a, #footer-address address.contact a:visited
{
	color: #71ab56;
	text-decoration: underline;
}

#footer #footer-contact a:active, #footer #footer-contact a:hover, #footer-address address.contact a:active, #footer-address address.contact a:hover
{
	text-decoration: none;
}

#footer-validation
{
	position: absolute;
	bottom: -40px;
	right: 0;
}

#footer-address address span.contact
{
	position: absolute;
	bottom: 1.5em;
	right: 2em;
	text-align: right;
}

#footer-bbb, #footer-plusone
{
	position: absolute;
	/* bottom: 1.3em;
	right: 10em; */
	left: 0;
	bottom: -60px;
}

#footer-plusone
{
	left: 0;
	bottom: -45px;
}

body.home #footer-plusone
{
	left: 145px;
}

#footer-home
{
	position: absolute;
	bottom: 1.5em;
	left: 2em;
	text-align: left;
}

#footer #footer-home a
{
	text-decoration: underline;
}

.adwords-badge
{
	float: right;
}
