/** Eric Meyer Reset **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
.superuberwrapper {
width:100%;
margin:0 auto;
background: #dadada url(gfx/pixel.jpg) top repeat-y;
}
.superwrapper {
margin:0 auto;
padding:0;
width:980px;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/** TEXT **/

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
h1 {
	font-size: 20px;
	margin: 10px 0 10px 0;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
strong { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	td{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #105CB6;
	cursor: pointer;
	outline: none !important;
}
a:visited {
	color: #105CB6;
}
a:hover, a:focus {
	color: #003;
}
a:active {
	color: #000;
}
/** Layout **/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body.home {
	background: #fff;
}
body.nohead {
	background: #fff url('gfx/bg_header_content.jpg') top repeat-x;
}
.head_bigwrap, .flash_bigwrap, .green_bigwrap {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
.head_wrapper, .flash_wrapper, .green_wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.green_wrapper {
height:150px;
}

.head_bigwrap {
	background:  #fff url('gfx/bg_header.png') top repeat-x;
}
.flash_bigwrap {
	background: #000;
}
.green_bigwrap {
	background: #37ba71;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
	clear: both;
	margin-top: 10px;
}
.header {
	position: relative;
}
.nohead .header {
}
.header img.logo {
	margin: 10px 0 0 0px;
}
.header .nav_bar {
}
.header .nav {

}
.header .nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a5c7e7;
	text-decoration:none;
}
.header .action {
	position: relative;

}
.green_bigwrap h2 {
	position: relative;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #fff;
	margin: 0px 0px 0px;
	padding-top: 50px;
	width: 550px;
	line-height: 28px;
}
.green_bigwrap h3 {
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #fff;
	margin: 0px 0px 0px;
	line-height: 28px;
}
.header .action h2 span {
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	line-height: 20px;
}
.testimonials em {
	font-size: 16px;
	line-height: 23px;
}
.testimonials p a {
	font-size: 12px;
	color:#245ddb;
}
.header .action {
	position: absolute;
	top: 20px;
	right: 40px;
	text-align: center;
}
.header .action .call_to {
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
}
.header .action .call_to span {
	font-size: 20px;
	color: #000;
}
.center {
	height:200px;
	background:#000000;
}
.flash {
	height:200px;
	background:#000000;
}
.contents {
	width: 980px;
	margin: 15px auto;
	position: relative;
}
.left_col {
	float: left;
	width: 220px;
	position: relative;
	z-index: 100;
	padding-left:15px;
}
.left2_col {
	float: left;
	position: relative;
	width:600px;
}
.left3_col {
	float: left;
	position: relative;
	width:950px;
}
.mid_col {
	float: left;
	position: relative;
	width:386px;
}
.right_col {
	float: right;
	position: relative;
	width:346px;
	margin-bottom: 20px;
}
.nohead .mid_col {
	width: 606px;
}
.contents h2, .contents h1 {
	font-size: 14px;
}
.contents p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}
.contents ul li {
	height: 40px;
}
.left_col li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	text-decoration: none;
	color: #6f8a99;
}
.left_col li a {
}
.left_col li:hover {
	background:url(gfx/sub_nav_2.jpg) right repeat-y;
	color: #37ba71;
}
.left_col li:hover a, .left_col li.active a {
	color: #37ba71;
	;
}
.left_col li.active {
	background: url(gfx/sub_nav_2.jpg) right repeat-y;
	color: #37ba71;
}
.featured h2 {
	margin: 0;
	padding: 10px 0 0;
	background: url(gfx/right_col_box_top.jpg) top center no-repeat;
}
.featured h2 span {
	margin: 10px 0 0 10px;
	line-height: 36px;
}
.featured .feat_content {
	background: url(gfx/right_col_box_bg.jpg) top center repeat-y;
	padding: 0 12px 10px;
}
.featured {
	background: url(gfx/right_col_box_bottom.jpg) bottom center no-repeat;
	padding-bottom: 10px;
}
.featured strong {
	display: inline-block;
	text-align: right;
}
.featured img {
	margin-bottom: 2px;
}
ul#faqs {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
ul#faqs li {
	font-weight: bold;
	margin-bottom: 15px;
	padding:0 10px;
	text-align: left;
	height: 100%;
}
ul#faqs li span {
	font-weight: normal;
}
.testimonials h2 {
	font-family:inherit;
	background:#f0f0f0;
	margin-bottom: 10px;
}
.testimonials {
	background:#f0f0f0;
	padding:0 10px;
	margin: 0px 0;
}

.testimonials span {
	font-size: 12px;
}
/** FOOTER **/
.checklist {
	padding-left:50px;
	list-style: disc;
}
.bullets {
	line-height:19px;
	padding-left:50px;

}

.footer {
	background: #e5e5e5;
	clear: both;
	padding: 20px 0;
	-webkit-border-radius: 13px;
	-opera-border-radius: 13px;
	-moz-border-radius: 13px;
}
#footer {
	clear: both;
	background: #e5e5e5;
	position: relative;
	text-align: left;
	padding-right: 20px;
	min-height: 180px;
} /*IE6*/
.footer-contents {
	float: left;
	padding-left: 10px;
}
.footer-contents2 {
	color: #8696A4;
}
#footer .col, #footer .col-last {
	float: left;
	margin: 0px 0 0 0;
	padding: 1px 0;
	width: 18.5%;
	border-right: 1px solid #ede;
	min-height: 180px;
	position: relative;
}
#footer .col-last {
	border: none;
	width: 25% !important;
} /*IE7*/
#footer dl {
	margin: 0;
}
#footer dl.col-prime {
	margin-bottom: 0.7em;
}
#footer dd {
	margin: 0;
	padding: 3px 10px;
	font-size: 85%;
}
#footer dd a {
	text-transform: uppercase;
	font: 85%;
	text-decoration: none;
	background: url(/img/link-line.gif) repeat-x 0 100%;
	padding-bottom: 1px;
}
#footer dd a span {
	text-transform: none;
}
#footer dt {
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding: 0 10px;
}
#footer .footer-feature {
	position: absolute;
	right: 10px;
	top: 28px;
}
.foot-clear {
	height: 0;
}
strong {
	font-weight: bold;
}
.copyright {
	float: right;
	margin: 15px 10px 0 0;
}
/** DESIGNS PAGE **/
.designs {
	width: 600px;
}
.design_box {
	width:  180px;
	height: 198px;
	background: #fff;
	margin: 10px 1px 1px 1px;
}
.design_box {
	display: block;
	float: left;
}
.design_box_title {
	width: 140px;
	text-align: center;
	line-height: 15px;
	margin-top: 5px;
}
.title {
	position: absolute;
	top: 5px;
	left: 0px;
	padding: 4px 20px;
	background: #fff;
}
ul.tight {
	margin-bottom: 10px;
}
ul.tight li {
	height: 20px;
	margin-left: 10px;
	list-style: disc;
}
ul.content_testimonials img {
	float: left;
	margin: 5px 20px 10px 0;
	clear: left;
}
ul.content_testimonials li {
	height: 100%;
}
ul.content_testimonials li p {
	text-indent: -5px;
}
img.left {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #666;
}
.content {
	width: 386px;
}
#panes {
	border-style: none;
	/*width: 245px;*/
			margin: 0 1em 0 1em;
}
#panes p {
	width: 365px;
	margin: 0 auto 1em auto;
}
#panes div div {
	overflow: hidden;
}
#previous {
	float: none;
	cursor: pointer;
}
#next {
	float: none;
	cursor: pointer;
}
a.more_link {
	float: right;
	margin: 15px 10px 0 0;
	font-size: 10px;
	color:#245ddb!important;
}

.form td{
width:100%;
text-align:left;
}
.faq {
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#666666;
font-weight:bold;
float:left;
clear:both;
margin-top:-4px;
}
.MapPanel
{
	border: solid 1px black;
	height: 250px;
	width: 555px;
	margin: 0;
	padding: 0;
}
.MapPopup
{
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.MapAddress
{
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
h2.designs h2 {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
td.designs_page h2 a {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
padding-left:20px;
}
td.designs_page_right h2 a {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
padding-left:20px;
}
#designspage_bg {
	background: #e5e5e5;
	-webkit-border-radius: 13px;
	-opera-border-radius: 13px;
	-moz-border-radius: 13px;
	clear: both;
	padding:5px;
}
.features_block p {
color:#fff;
font-size:1.1em;
text-align:justify;
padding-right:20px;
}
div.features_block {
width:580px;
}
.features_block {  
clear: both;
display: block; 
}
.features_block * { 0; margin: 0; list-style: none;  }
.features_block ul, .features_block ul li {
	color: #000;
	font-size:12px;
	font-family:  Arial, Helvetica, sans-serif;
	list-style: disc;
}
.features_block ul li {
font-size:11px;
font-family:  Arial, Helvetica, sans-serif;
display: block;
width: 50%;
float: left;
line-height:12px;
}
.features_block ul li h2 {font-size:1.2em;font-family:  Arial, Helvetica, sans-serif; display: block; list-style-type:none; }

ul.seo { margin-left: 10px;}
	 ul.seo li { line-height: 22px;display: block; float: left; width: 46%; height: 35px; background: url(gfx/tick.jpg) left top no-repeat; vertical-align:middle }
	 ul.seo li span { font-size: 14px; margin-left: 30px; }
