@charset "UTF-8";

/* Author: Dave Kolb, dave@hightouchweb.com, Colorado Springs, CO ======= */
/* Designer: HighTouch Marketing and Design, (hightouchweb.com) ======== */
/* Copyright: (c)Copyright HighTouch 2005-2010 All Rights Reserved. === */

/* HTML ELEMENTS ================================================= */

body {
	background: #333 url(/css/bg.jpg) repeat;
	margin: 20px 0 50px 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 155%;
	color: #333;
}

em, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #336699;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #6699cc;	
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	border-bottom: #ccc dotted 1px;
}

img {
	border: none;
}

/* Default Headings ======================================== */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000;
	margin: 8px 0 10px 0;
	padding: 8px 0 8px 0;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	margin: 0 0 10px 0;
	padding: 6px 0 8px 0;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555;	
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding: 10px 0 3px 0;
	border-top: 3px solid #ccc;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	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;
}

/* Layout ================================================= */

/* Logo */

div#logo {
	width: 450px;
	height: 134px;
	text-indent: -9000px;
	float: left;
	display: inline;
}

div#logo a {
	display: block;
	height: 100%;
}

#container{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#header {
	background: url(/css/bgh.png) no-repeat;
	width: 1000px;
	height: 134px; 
	margin: 0 0 10px 0;
}

#header a {
	color: #fff;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 45px 35px 0 0;
}

#navigation {
	background: url(/css/bgn.png) no-repeat;
	height: 43px; 
	margin: 0 0 10px 0;
}

#wrapper{
	float: left;
	width: 100%;
}

#content-top {
	width: 1000px;
	height: 5px;
	overflow: hidden;
	background: url(/css/bg-content-top.png) no-repeat 0 0;
}

#content-btm {
	width: 1000px;
	height: 6px;
	overflow: hidden;
	background: url(/css/bg-content-btm.png) no-repeat 0 0;
	margin: 0 0 5px 0;
}

#content {
	width: 1000px;
	background: url(/css/bg-content.png) repeat-y 0 0;
	padding: 25px 0;
}

#main {
	margin-left: 260px; /*Set left margin to sidebarWidth*/
}

#main-portfolio {
	margin: 25px 0px 35px 35px;
}

#sidebar {
	float: left;
	width: 260px; /*Width of left column*/
	margin-left: -1000px; /*Set left margin to -(containerWidth)*/
}

#contact-sidebar {
	vertical-align: top;
	width: 177px;
	font-size: 90%;
	font-weight: normal;
	color: #555;	
	padding: 0 15px 5px 8px;
}

#contact-sidebar h1 {
	font-size: 160%;
	font-weight: bold;
	color: #000;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
}

/* Homepage ================================================== */

#recent-posts {
	font-size: 80%;
	line-height: 1.5;
	float: left;
	width: 175px;
	padding: 10px 10px 10px 13px;
	background: #f4f4f4;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc; 
}

#recent-posts h2 {
	color: #333;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

/* Main Navigation ================================================== */

div#nav ul {
	margin: 0;
	padding: 0 0 0 26px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

div#nav ul li {
	float: left;
	display: inline;
}

div#nav ul li a {
	display: block;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
	line-height: 43px;
	padding: 0 11px;
}

div#nav ul a:link, div#nav ul a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
}

div#nav ul a:hover {
	text-decoration: none;
	background: url(/css/bgn-hover.png) repeat-x;
	color: #eee;
	text-shadow: none;
}

.select {
	text-decoration: none;
	background: url(/css/bgn-hover.png) repeat-x;
	color: #fff;
	text-shadow: none;
}

.quote {
	background: url(/css/bgn-quote.png) repeat-x;
}	

/* Testimonies ================================================== */

#testimony {
	clear: left;
	width: 1000px;
	height: 64px;
	background: url(/css/bg-testimonies.png) no-repeat 0 0;
	padding: 38px 0 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #fafafa;
	text-align: center;
	margin: 0 auto;
}

/* Site Map ====================================================== */

#sitemap-top {
	width: 1000px;
	height: 5px;
	overflow: hidden;
	background: url(/css/bg-sitemap-top.png) no-repeat 0 0;
}

#sitemap-btm {
	width: 1000px;
	height: 5px;
	overflow: hidden;
	background: url(/css/bg-sitemap-btm.png) no-repeat 0 0;
	margin: 0 0 5px 0;
}

.sitemap-wrap {
	clear: left;
	background: #000;
	width: 967px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 33px;
}

#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	padding: 30px 0 15px 0;
}

#sitemap ul {
	border-bottom: 1px dotted #222;
	margin: 0 0 18px 0;
	padding-left: 3px;
}

#sitemap li {
	border-top: 1px dotted #222;
	font-size: 75%;
	list-style: none;
	padding: 3px 0 5px 5px;
}

#sitemap li a {
	text-decoration: none;
	color: #999;
}

#sitemap li a:hover {
	text-decoration: underline;
	color: #fff;
}

#sitemap h6 {
	color: #ccc;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0 0 3px;
	margin: 0 0 10px 0;
}

#sitemap .col {
	float: left;
	margin: 0 12px 0 0;
	width: 168px;
}

#sitemap #company-info {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: #ddd;
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
	padding: 0 26px 0 0;
	width: 190px;
}

#sitemap #company-info h6 {
	font-size: 100%;
	line-height: 1.5;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;}

#company-info img {
	float: left;
	margin: 0 15px 10px 0;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.25;
	font-weight: normal;
	font-size: 10px;
}	

/* Footer ====================================================== */

.buffer-blog {
	margin: 0 35px 35px 35px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.buffer-main {
	margin: 0 40px 30px 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.buffer-sidebar {
	margin: 35px 30px 30px 30px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* Sidebar Navigation ============================================= */

.nav {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999;
	height: 20px;
	width: 185px;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
	padding: 5px 0 5px 10px;
}

.nav-hover {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999;
	background: #f1f1f1;
	height: 20px;
	width: 185px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	cursor: pointer;
}

.nav-select {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999;
	height: 20px;
	width: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #dc6606;
	text-decoration: none;
	padding: 5px 0 5px 10px;
}

/* Screenshots ================================================= */

ul.list-3by3 {
    margin: 25px 0 35px 0;
    width: 741px;
}

.list-3by3 li {
	font-family: Arial, Helvetica, sans-serif;
    background: #fff url(/css/bg-portfolio.png) repeat-x;
	border: #ccc solid 1px;	
    float: left;
    font-size: 11px;
	color: #336699;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
    height: 160px;
    margin: 0 25px 25px 0;
    overflow: hidden;
    padding: 15px;
    width: 175px;
    display: inline;
}

.list-3by3 li a {
	font-weight: normal;
	color: #999;
}

.list-3by3 img {
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 8px;
}

/* Client List ================================================= */

#cell-pagehead {
	padding: 0 0 25px 5px;
}

#cell-list-title {
	font-size: 12px;
	color: #000;
	margin-bottom: 8px;
	padding-top: 6px;
}

#cell-list-1 {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	line-height: 1.25;
	border: 1px dotted #ccc;
}

#cell-list-2 {
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	line-height: 1.25;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

/* Pricing ================================================= */

.table-friendly {
	border: 1px solid #ccc;
	width: 100%;
	margin: 15px 0 15px 0;
	border: 1px solid #ccc;
}

.table-friendly h1 {
	color: #fff;
	font-size: 115%;
	margin: 4px 0 5px 0;
	padding: 4px 0 4px 0;
}	

.table-friendly th,
.table-friendly td {
	color: #333;
	font-size: 95%;
	padding: 3px 8px 3px 6px;
	text-align: center;
}

.table-friendly thead th {
	background: #000;
	color: #fff;
}

.table-friendly .stripe th,
.table-friendly .stripe td {
	background: #f1f1f1;
}

.table-friendly tfoot {
	background: #ccc;
	border: 1px solid #ccc;
} 

.table-friendly tfoot td {
	height: 36px;
}

th.txt-large {
	font-size: 24px;
}

th.txt-mid {
	font-size: 18px;
}

th.txt-small {
	font-size: 14px;
}

td.txt-large {
	font-size: 18px;
	font-weight: bold;
	color: #555;
}

td.txt-mid {
	font-size: 16px;
	font-weight: bold;
	color: #555;	
}

td.txt-small {
	font-size: 14px;
	font-weight: bold;
	color: #555;	
}

/* Features ====================================================== */

.alt-list {
	margin: 0;
	padding: 0;
} 

.alt-list li {
	list-style: none;
}

.feature-list h3 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	border: none;
}

.feature-list h3,
.feature-list h4 {
	margin: 0 0 10px 75px;
}

.feature-list p {
	margin: 0 0 18px 75px;
}

.feature-list ul {
	margin: 0 0 0 75px;
	color: #555;
	font-size: 85%;
}

.feature-list li {
	margin: 0 0 21px;
	overflow: hidden;
	position: relative;
}

.feature-list li li {
	margin: 0;
	padding: 0;
}

.feature-list li .icon {
	float: left;
	_margin-top: 18px; /* IE6 */
}

container-feature-list img.f-image {
	float:left;
	margin:-38px 0 0;
}

container-feature-list ul {
	margin:0pt 0pt 36px 100px;
	padding:0pt;
}

container-feature-list li {
	padding:3px 0pt;
}

container-feature-list h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0pt 0pt 18px 84px;
}


/* Special Classes ================================================= */

.button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eb8611; 
	-moz-border-radius: 4px 4px 4px 4px; 
	-webkit-border-radius: 4px;
	margin-left: 8px; 
	padding: 5px 10px 5px 10px;
	display: inline; 
	font-size: 13px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px #999;	
}

.button-hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000; 
	-moz-border-radius: 4px 4px 4px 4px; 
	-webkit-border-radius: 4px;
	margin-left: 8px; 
	padding: 5px 10px 5px 10px;
	display: inline; 
	font-size: 13px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;	
	text-shadow: none;		
}

.button-select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333; 
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;	 
	margin-left: 8px; 
	padding: 5px 10px 5px 10px;
	display: inline; 
	font-size: 13px;
	color: #ccc;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;		
}

.req {
	font-size: 100%;
	color: #dc6706;
	font-weight: bold;
}

.alert {
	font-size: 100%;
	color: #dc6706;
	font-weight: bold;
}

.zoom {
	font-size: 14px;
	line-height: 1.5;
}

.intro {
	margin: 0 0 35px 0;
	font-size: 110%;
	line-height: 160%;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111;
}

.banner-contact {
	font-size: 80%;
	line-height: 1.5;
	float: left;
	width: 175px;
	padding: 10px 10px 10px 13px;
	border: 1px dotted #ccc;
	background: #f4f4f4;
	margin: 10px 0 25px 0;
}

.grader {
	clear: left;
	width: 173px;
     background: #fff url(/css/bg-portfolio.png) repeat-x;
	padding: 10px 0 10px 25px;
	margin: 25px 0 25px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}

.inbound {
	clear: left;
	width: 163px;
     background: #fff url(/css/bg-portfolio.png) repeat-x;
	padding: 10px 0 10px 35px;
	margin: 5px 0 25px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}

.phone {
	font-size: 110%;
	color: #dc6706;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.callout {
	margin: 5px 0 0 0;
	background: #ffffcc;
	border: 1px solid #ffcc66;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}

.ad-banner {
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 20px 0;
	background: #d7f3bd;
	border: 1px solid #9abf85;
	padding: 10px;
}

.portfolio {
	background: #fff; 
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;	 
	border: 1px solid #ccc; 
	padding: 11px; 
	margin: 20px 0 20px 0;">
}

.list ul	{ 
	padding-left: 0; 
}

.list li	{ 
	background: url(/css/bullet.gif) -2px 4px no-repeat; 
	list-style: none; 
	padding: 2px 4px 0 12px; 
	margin: 0 0 4px; 
}

.noline {
	border: none;
}	

.highlight {
	padding: 1px 1px 2px 1px;
	background-color: #ffe899;
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}		

.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;
}

/* End ================================================= */


