/* Author: Dave Kolb, dave@hightouchweb.com, Colorado Springs, CO ======= */
/* Designer: HighTouch Marketing and Design, (hightouchweb.com) ======== */
/* Copyright: (c)Copyright HighTouch 2004-2010 All Rights Reserved. === */

<!--/* BASE STYLES ======================================================== */ -->

body { 
	margin: 0;
	background: #000;
	font-family: "Lucida Bright", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #444;
}

a:link, a:visited {
	color: #336699;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #6699cc;	
	text-decoration: none;
}

div.hr {
	height: 3px;
	background: url(/images/css/hr.gif) repeat-x;
	margin: 20px 0 15px 0;
}

img {
	border: none;
}

<!--/* HEADINGS ============================================================ */ -->

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.5;
	color: #cc3300;
	margin: 0 0 4px 0;
	padding: 6px 0 6px 0;
	font-weight: bold;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000;	
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding: 10px 0 3px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 4px 0 0 0;
}

h1 a, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active,
h2 a, h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active,
h4 a, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
	text-decoration : none;
}

<!--/* CONTACT ============================================================ */ -->

#contact-container {
	width: 100%;
	height: 40px;
	background: #000;
}

#contact {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#contact a {
	color: #6699cc;
}	

#contact a:hover {
	color: #336699;
	text-decoration: none;
}    

#contact-conversion {
	font-size: 16px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

<!--/* NAVIGATION BAR ===================================================== */ -->

#navbar-container {
	clear: both;  
	width: 100%;
	height: 75px;
	background: #0f0f0f url(/images/css/bg-navbar.gif) repeat-x;
}

#navbar {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px 0 0;
}

#logo {
	float: left;
	width: 260px;
	margin-top: 8px;
}	

#menu {
	float: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 75px;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#menu ul li {
	float: left;
	display: inline;
}

#menu ul li a {
	display: block;
	text-transform: none;
	padding: 0 0 0 20px;
}

#menu ul a:link, #menu ul a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px #000;
}

#menu ul a:hover {
	text-decoration: underline;
	color: #cc3300;
	text-shadow: none;
}

#menu ul a.active {
	text-decoration: none;
	color: #cc3300;
	text-shadow: none;
}

.quote { }

<!--/* SIDEBAR NAVIGATION ================================================= */ -->

#nav-header {
	cursor: text;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	height: 18px;
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}

.nav-hover {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	background: #f1f1f1;
	height: 18px;
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	cursor: pointer;
}

.nav-select {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	height: 18px;
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}	

<!--/* HEADER =================================================== */ -->

#header-container-home {
	clear: both;
	width: 100%;
	background: #383838 url(/images/css/bg-header-home.jpg) repeat-x;
}

#header-container {
	clear: both;
	height: 21px;
	width: 100%;
	background: #383838 url(/images/css/bg-header.gif) repeat-x;	
}

#header {
	width: 960px;
	height: 355px;
	padding: 15px 0 0 0;
	margin: 0 auto;
}

#header h1 {
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px #222;
	padding: 20px 0 0 0;
	border: none;	
}	

.message {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #dedede;
	font-weight: bold;
}

.message-highlight {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #ffff99;
	font-weight: bold;
}

.offer a {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #6699cc;
}

.offer a:hover {
	color: #fff;
	text-decoration: none;
} 	

#hero {
	background: url(/images/css/hero.png) no-repeat;
	height: 320px;
	width: 420px;
	float: right;
	margin-left: 20px;
}	

#hero img {	
	padding: 49px 11px 0 0;
	border: none;
	float: right;
	height: 252px;
	width: 398px;
}

#logo-strip {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 3px solid #ddd;
}

#testimony-home {
	width: 950px;
	margin: 0 auto;
	font-size: 16px;
	color: #888;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0 10px 0;
	border-bottom: 3px solid #ddd;
	text-align: center;
}

#testimony {
	width: 960px;
	margin: 0 auto;
	font-size: 16px;
	color: #888;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0 10px 0;
	border-bottom: 3px solid #ddd;
	text-align: center;
}

<!--/* HOMEPAGE ================================================= */ -->

#homepage-container {
	clear: both;
	width: 100%;
	background: #fff;
}	

#homepage {
	width: 950px;
	min-height: 550px;
	margin: 0 auto;
	padding: 0 10px 35px 0;
	background: #fff;	
}

#homepage h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px dotted #888;	
}

#homepage h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px dotted #888;	
}

#homepage ul {
	padding-left: 0;
}

#homepage li {
	list-style: none;
}

#homepage .col {
	float: right;
	margin: 0 0 0 35px;
	width: 230px;
}

#homepage .intro {
	float: left;
	margin: 0 0 0 0;
	width: 400px;
}

<!--/* TWO COLUMN =============================================== */ -->

#page-container {
	clear: both;
	width: 100%;
	background: #fff;
}	

#page {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0 35px 0;
	background: #fff;	
}

#sidebar {
	width: 250px;
	padding: 13px 0 0 0;
	vertical-align: top;
}

#sidebar-conversion {
	width: 250px;
	padding: 0 0 0 0;
	vertical-align: top;
}

#main {
	width: 710px;
	vertical-align: top;
}

<!--/* PRICING ================================================== */ -->

#easy_tooltip {
	color: #000;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	text-align: left;
	width: 240px;
	border: 5px solid #ccc;
	padding: 12px 10px 12px 14px;
	background: #ffff99;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#easy_tooltip strong {
	color: #cc3300;
}
		
.box-white {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 18px;
	padding: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.table-pricing {
	font-family: Arial, sans-serif;
	margin: 24px 0;
	table-layout: fixed;
	width: 100%;
}

.table-pricing th,
.table-pricing td {
	border: 1px solid #fff;
	color: #333;
	line-height: 16px;
	padding: 8px 8px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.table-pricing th.features {
	background: transparent;
}

.table-pricing th.features img {
	vertical-align: middle;
	float: left;
	padding-right: 8px;
}

.table-pricing th.features {
	line-height: 32px;
	color: #000;
}

.table-pricing .features {
	background: #ddd;
	color: #333;
	text-align: left;
	width: 245px;
}

.table-pricing .features img {
	vertical-align: middle;
	float: right;
}

.table-pricing th {
	font-size: 14px;
}

.table-pricing th strong {
	display: block;
	line-height: 1.3em;
	margin: 0 0 3px;
}

.table-pricing td span.project {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 36px;
}

.table-pricing td span.project a {
	background: #336699;
	padding: 6px 10px 6px 10px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.table-pricing td span.project a:hover {
	background: #000;
	padding: 6px 10px 6px 10px;
	color: #fff;
	border-bottom: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.table-pricing td span.fees {
	color: #444;
	font-weight: normal;
	font-size: 24px;
	line-height: 48px;
}

.table-pricing td span.discount {
	color: #888;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 21px;
	line-height: 48px;
}

.table-pricing td span.sale {
	color: #cc3300;
	font-weight: bold;
	font-size: 24px;
	line-height: 48px;
}

.table-pricing th a {
	color: #fff;
	text-decoration: none;
}

.table-pricing th a:hover {
	text-decoration: none;
}

.table-pricing th.mini {
	background: #444;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	padding: 10px 0;
}

.table-pricing th.regular {
	background: #222;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0;
}

.table-pricing th.super {
	background: #000;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0;
}

.table-pricing .mini {
	background: #e8e8e8;
}

.table-pricing .regular {
	background: #e1e1e1;
}

.table-pricing .super {
	background: #dadada;
}

<!--/* INSIDE BOXES =============================================== */ -->

#box-wrapper {
	width: 680px;
	margin: 0 0 30px 0;
}

#box {
	width: 300px;
	float: left;
	padding: 20px;
}

#box h2 {
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#box p {
	margin: 0 0 0 38px;
}

#box img {
	vertical-align: middle;
	margin: 0 6px 6px 0;
}

<!--/* CLIENT LIST ================================================ */ -->

#cell-pagehead {
	padding: 0 0 15px 5px;
	border-bottom: 1px dotted #888;
}

#cell-list-title {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 6px;
}

#cell-list-1 {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	color: #777;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

#cell-list-1 a {
	color: #000;
}

#cell-list-2 {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	color: #777;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

#cell-list-2 a {
	color: #000;
}

<!--/* FOOTER =================================================== */ -->

#footer-container {
	clear: both;
	height: 350px;
	width: 100%;
	background: #000 url(/images/css/bg-footer.gif) repeat-x;
}

#footer { 
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0 auto;
	padding: 45px 0 45px 0;
	color: #fff;
}

#footer ul {
	border-bottom: 1px dotted #333;
	margin: 0 0 18px 0;
	padding-left: 0;
}

#footer li {
	border-top: 1px dotted #333;
	font-size: 12px;
	list-style: none;
	padding: 5px 0 8px 5px;
}

#footer li a {
	text-decoration: none;
	color: #999;
}

#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer h4 {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

#footer .col {
	float: left;
	margin: 0 25px 0 0;
	width: 215px;
}

#address li {
	border-top: 1px dotted #000;
	font-size: 13px;
	list-style: none;
	padding: 6px 0 6px 0;
}

.footer-phone {
	color: #ffff99;
	font-weight: bold;
}

.copyright {
	color: #444;
	font-size: 12px;
	line-height: 1.25;
	padding: 0 0 17px 0;
	border-bottom: 1px dotted #333;	
}

<!--/* SPECIAL CLASSES ===================================================== */ -->

.req {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}

.alert {
	color: #990000;
	font-weight: bold;
}

.zoom {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
}

.quote {
	width: 172px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #777;
	font-weight: normal;
	font-style: italic;
	padding: 15px;
     -webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;		
}	

.grader {
	width: 100%;
	text-align: center;
	padding: 15px 0 10px 0;
	margin: 25px 0 25px 0;
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.ad-banner {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 20px 0;
	background: #990000;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;	
}

.ad-banner a {
	color: #ffff99;
}

.callout {
	margin: 20px 0 20px 0;
	background: #d4f1ff;
	border: 1px solid #6fb3dd;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.fineprint {
	margin: 10px 13px 40px 3px;
	background: #ffffcc;
	border: 1px solid #dedede;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.noline {
	border: none;
}	

.highlight {
	padding: 1px 1px 2px 1px;
	background-color: #ffe899;
	font-weight: bold;
}

.widget {
	padding: 25px 0 0 0;
}

<!--/* MISCELLANEOUS ======================================================= */ -->

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Fixes for link borders */

a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}

<!--/* END ================================================================= */ -->
