
html {
	min-height: 100.1%;
	height: auto;
}

body {
	background: #FFF url("../img/bg_body.png") repeat-x;
	margin: 0;
	font: 1em/100% "Trebuchet MS", arial, helvetica, sans-serif;
	color: #333;
}

a img {
	border: 0;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form#contactForm {
	text-align: left;
	padding-left: 0.75em;
	padding-bottom: 0.75em;
	font-size: 0.9em;
}

form#contactForm span.error {
	color: #900;
}

a {
	color: #6AADE9;
}

a:hover {
	text-decoration: none;
}


div#sidebar {
	padding: 0;
	float: left;
	width: 225px;
	margin: 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 12px;
}

div#sidebar div.module {
	padding: 0 0 12px 0;
	margin-bottom: 6px;
}

div.module form, div.module p {
	padding-left: 9px;
}

div.module ul li {
	margin-left: 9px;
}

div.module h5 {
	margin: 0 0 4px 0px;
	padding: 2px 3px;
	background: #27A647;
	color: #FFF;
}

div#sidebar input.submit {
	background: #ecf4bf;
	color: #087924;
	font-weight: bold;
	font-size: 0.85em;
	cursor: pointer;
	border: 1px solid;
	border-color: #f8faed #d1de86 #d1de86 #f8faed;
	margin-top: 3px;
}

div.module label {
	font-size: 0.75em;
}

div.module form {
	margin-bottom: 4px;
}

div.module ul {
	margin: 0;
	padding-left: 12px;
	font-size: 0.75em;
}

div.module p {
	font-size: 0.75em;
	margin-right: 20px;
}

div#sitemap {
	width: 90%;
	margin-left: 12px;
	min-width: 640px;
	font-size: 0.7em;
	color: #FFF;
}

div#sitemap a {
	color: #FFF;
}

div#container {
	width: 90%;
	margin: 0 auto;
	background: #FFF;
	min-width: 640px;
	border: 1px solid #999;
}

div#header {
	border: 1px solid #FFF;
	position: relative;
	background: #FFF;
}


h1 {
	text-indent: -9999px;
	padding: 0;
	background: url("../img/logo.png") no-repeat;
	width: 380px;
	height: 44px;
	margin-top: 19px;
	margin-left: 12px;
}

h1 a {
	display: block;
	height: 44px;
}


div#star {
	position: absolute;
	width: 143px;
	height: 142px;
	background: transparent url("../img/star.png");
	right: 27px;
	top: 12px;
}

div#order {
	position: absolute;
	width: 162px;
	height: 39px;
	background: transparent url("../img/order.png");
	right: 20px;
	top: 38px;
	z-index: 3;
}

div#order a {
	text-indent: -9999px;
	width: 162px;
	height: 39px;
	text-decoration: none;
	display: block;
}

div#teaser {
	background: #087924;
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
	padding: 4px 12px;
	white-space: nowrap;
}

div#teaser ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	margin-right: 24px;
}

div#teaser ul li {
	display: inline;
	background: url("../img/bullet.png") no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	margin: 0 2px;
}

div#teaser ul li a {
	color: #FFF;
	text-decoration: none;
}

div#teaser ul li a:hover {
	text-decoration: underline;
}

div#teaser ul li.lede {
	background: none;
}

/* main nav bar */

div#nav {
	margin: 0;
	background: #555;
	min-width: 660px;
	border-bottom: 6px solid #F8F8F8;
	height: 90px;
	position: relative;
}


ul#nav_bar {
	list-style: none;
	margin: -20px 0 0 300px;
	height: 30px;
	float: right;
	margin-right: 12px;
}

ul#nav_bar li {
	float: right;
	display: block;
	float: left;
	width: 103px;
	padding-bottom: -2px;
	text-align: center;
	background: transparent url("../img/tab.png") 0 100% no-repeat;
}

ul#nav_bar li a {
	color: #0ea634;
	display: block;
	letter-spacing: 1px;
	font-size: 0.9em;
	text-decoration:none;
	padding-top: 7px;
	font-family: tahoma, arial, helvetica, sans-serif;
	width: 103px;
	height: 23px;
}

ul#nav_bar li a:hover {
	color: #aa0000;
}

ul#nav_bar li#li_home a:hover {

}

body#home ul#nav_bar li#li_home a:hover {
	cursor: text;
}

body#home ul#nav_bar li#li_home a,
body#services ul#nav_bar li#li_services a,
body#portfolio ul#nav_bar li#li_portfolio a,
body#about ul#nav_bar li#li_about a,
body#contact ul#nav_bar li#li_contact a {
	text-decoration: underline;
	color: #B3A211;
}

body#home ul#nav_bar li#li_home a:hover,
body#services ul#nav_bar li#li_services a:hover,
body#portfolio ul#nav_bar li#li_portfolio a:hover,
body#about ul#nav_bar li#li_about a:hover,
body#contact ul#nav_bar li#li_contact a:hover {
	border-top: 0;
	cursor: text;
}

div#content {
	margin: 22px 20px  1.5em 250px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #999;
	padding-bottom: 1em;
	height: 1%;
	font-weight: normal;
	position: relative;
}

div#content h4 {
	margin: 5px 0 -4px 0.5em;
	color: #23a544;
}

body#contact div#content h4 {
	margin-bottom: 18px;
}

div#content h5 {
	margin: 8px 0 -0.25em 1em;
}

div#content p {
	color: #444;
	font-size: 0.85em;
	line-height: 140%;
	margin: 0.75em;
}

div#content div#filehosting {
	width: 350px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 12px;
}

div#content div#filehosting img {
	width: 350px;
	height: 127px;
}

div#content div#filehosting h6 {
	background: #999;
	color: #FFF;
	padding: 2px 0;
	margin: 0;
}


div#content ul {
	font-size: 0.9em;
	color: #444;
	list-style: none;
	margin: 0;
	padding: 0 10px 1em 0;
}

div#content ul li {
	margin: 6px 0;
	background: url("../img/bg_bullet_blue.png") 0 5px no-repeat;
	padding-left: 12px;
	margin-left: 36px;
}

div#content table#badges {
	margin: 0 auto;
}

div#content table#badges td {
	padding: 2px 3px;
}

div#footer {
	margin: 0.75em;
	text-align: center;
	font-size: 0.85em;
	color: #FFF;
	background: transparent url("../img/bg_footer.png") no-repeat;
	height: 31px;
}

div#footer div {
	background: transparent url("../img/bg_footer2.png") 100% 0 no-repeat;
	height: 31px;
	padding-top: 8px;
}

/* contact form stuff */
body#contact h3 {
	background: url("../img/bg_feedback.png") 0 0 no-repeat;
	padding: 28px 0 14px 45px;
	font-size: 1.25em;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
}

body#contact table {
	margin-left: 1em;
}

body#contact table label {
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 0.9em;
	cursor: pointer;
}

body#contact table td {
	padding: 9px 4px 0;
}

body#contact table td.right {
	text-align: right;
}

body#contact table input.submit {
	margin-left: 102px;
	background: #ecf4bf;
	color: #087924;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	border: 1px solid;
	border-color: #f8faed #d1de86 #d1de86 #f8faed;
	padding: 5px 5px;
}

body#contact div#content h5 {
	height: 35px;
	margin: 1.5em 0 -16px 0;
	background: url("../img/bg_icon_home.png") 0 0 no-repeat;
	padding: 10px 0 0 35px;
}

/* services stuff */
div.section {
	margin: 1.5em 0;
	clear: right;
}

div.section h4 {
	font-weight: normal;
	padding-top: 6px;
	padding-left: 40px;
	height: 31px;
}

div.section h4#security {
	background: url("../img/bg_security.png") no-repeat;
}

div.section h4#seo {
	background: url("../img/bg_seo.png") no-repeat;
}

div.section h4#monitoring {
	background: url("../img/bg_monitoring.png") no-repeat;
}

div.section h4#backup {
	background: url("../img/bg_backup.png") no-repeat;
}

div.section h4 a {
	text-decoration: none;
}

div.section h4 a {
	text-decoration: none;
}

div.section h4 a:hover {
	text-decoration: underline;
}

div#content div.section p {
	margin-right: 210px;
	font-size: 0.85em;
}

div.section div.caption {
	float: right;
	width: 165px;
	background: #F8F8F8;
}

div#content div.section div.caption h5 {
	margin: 0;
	padding: 1px 2px;
	background: red;
	color: #FFF;
}

div#content div.section div.caption h5#security_caption {
	background: #C00;
}

div#content div.section div.caption h5#seo_caption {
	background: #777;
}

div#content div.section div.caption h5#monitoring_caption {
	background: #7CB8FA;
}

div#content div.section div.caption h5#backup_caption {
	background: #D2E483;
}

div#content div.section ul {
	list-style: disc;
	margin: 0 4px;
	padding: 0;
}

div#content div.section ul li {
	font-size: 0.8em;
	margin: 0 0 2px 1em;
	padding: 0;
}

div.shot {
	margin: 1em 0 1em 8px;
	width: 410px;
	padding: 5px;
	background: #F4F4F4;
	text-align: center;
	border: 1px solid #999;
}

div.module input {
	display: block;
}

/* site map stuff */

body#sitemap div#content ul {
	list-style: disc;
	color: #999;
	padding-left: 0;
	padding-top: 4px;
}

body#sitemap div#content ul li {
	padding: 0;
	margin-left: 24px;
}

body#sitemap div#content h4.affiliate {
	font-size: 0.85em;
	letter-spacing: 1px;
	margin-bottom: -6px;
	color: #AAA;
}