@charset "UTF-8";
/* CSS Document */


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/*
http://developer.yahoo.com/yui/build/reset/reset.css
END OF YAHOO RESET CSS
*/

/*
////////////////////////////////////////////////////////////////////////////////
	Standard Elements
////////////////////////////////////////////////////////////////////////////////
*/

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	text-align: center;
}
	
body  {
	background:url(../images/bg.gif) top center no-repeat;
	min-width: 980px;
	
}
body#home  {
	background-image: url(../images/bg_home.gif);
}

img {
	border:0;
}
.clear {
	clear:both;
}
strong {font-weight: bold;}


/*
////////////////////////////////////////////////////////////////////////////////
	SHADOWY CORNERS
////////////////////////////////////////////////////////////////////////////////
*/

/* TOP */
	.bg_corners_top {
		width:100%;
		min-width: 980px;
		height:100px; 
		display:block; 
		position: absolute;
		z-index:1;
		
		top:0px;
	}
	.bg_corner_tl {
		background:url(../images/bg_corner_tl.png) top left no-repeat;
		margin:0 auto;
		width:100%; 
		height:490px;
		float:left;
	}
	.bg_corner_tr {
		background:url(../images/bg_corner_tr.png) top right no-repeat;
		width:490px; 
		height:490px;
		float:right;
	}

/* BOTTOM */

	.bg_corners_bottom {
		width:100%;
		min-width: 980px;
		height:100px; 
		display:block; 
		position: absolute;
		z-index:2;
		
		height:490px;
		margin:-490px auto 0; /* -80px sucks it back into the #wrapper */
	}
	.bg_corner_bl {
		background:url(../images/bg_corner_bl.png) bottom left no-repeat;
		margin:0 auto;
		width:100%; 
		height:490px;
		float:left;
	}
	.bg_corner_br {
		background:url(../images/bg_corner_br.png) bottom right no-repeat;
		width:490px; 
		height:490px;
		float:right;
	}
	
/* Z-INDEX */
#wrapper, #footer {
	z-index:10;
	position:relative;
}

/*
////////////////////////////////////////////////////////////////////////////////
	STICKY FOOTER
////////////////////////////////////////////////////////////////////////////////
*/

/* 1. 100% height */
	html, body {
		height:100%; /* gives layout 100% height */
		overflow:inherit; /* triggers 100% height in Opera 9.5 */
	}
	#wrapper {
		min-height:100%; /* gives layout 100% height */
	}
	* html #wrapper { 
		height:100%; /* IE6 treats height as min-height */
	}

/* 2. Sticky Footer */
	#wrapper_bottom_padding {
		clear:both;
		margin-top:50px; /* bottom padding clears the #footer */
		height:180px;
	}
	#footer {
		height:35px;
		margin:-35px auto 0; /* -80px sucks it back into the #wrapper */
	}

/*
////////////////////////////////////////////////////////////////////////////////
	HEADER
////////////////////////////////////////////////////////////////////////////////
*/

	#header {
		width:100%;
		min-width: 980px;
		margin:0 auto;
		height:53px;
		background: url(../images/header_bg.png) repeat-x;
		border-top:solid 5px #00a8e7;
		color:#737373;
	}
	#nav {
		margin:0 auto;
		width:980px;
	}
	#logo {
		width:150px;
		float:left;
	}
	#navLinks {
		float:left;
		margin-top:20px;
	}
	#navLinks a:link, #navLinks a:visited {
		color:#fff;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
		padding-right:18px;
		padding-left:18px;
	}
	#navLinks a:hover {
		color:#737373;
	}
	#info {
		float:right;
		margin-top:20px;
		font-size:13px;
	}
	#info strong{
		font-weight:bold;
		color:#ffffff;
	}
	
/*
////////////////////////////////////////////////////////////////////////////////
	FOOTER
////////////////////////////////////////////////////////////////////////////////
*/

	#footer {
		width:100%;
		background:#000;
		color:#696969;
		position:relative;
		bottom:0px;
	}
	
	#footer .nav {
		padding-top:10px;
		margin:0 auto;
		width:980px;
		}
	
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:10px;
		margin-right:10px;
	}
	#footer a:hover, #footer a:active {
		color: #737373;
	}

/*
////////////////////////////////////////////////////////////////////////////////
	HOME PAGE
////////////////////////////////////////////////////////////////////////////////
*/

#homecontainer {
	width:980px;
	margin:0 auto;
	height:auto;
	overflow:auto;
	position:relative;
	text-align:left;
	clear:both;
}

/* HOME - Learn more btn */
	a.learn_more_btn {
		background:url(../images/btn_learn_more.gif) 0 0 no-repeat;
		height:39px;
		width:196px;
		display:block;
	}
	a.learn_more_btn:hover, a.learn_more_btn:active {
		background-position: -196px 0;
	}

/* HOME - MODULES */
	.module {
		background-image:url(../images/module_bg.png);
		width:278px;
		height:157px;
		float:left;
		margin-right:0px;
		padding:22px;
	}
	.module1, .module2 {
		margin-right:5px !important;
	}
	.module h2, .module p {
		float:left;
	}
	.module h2 {
		font-family:Helvetica, Ariel, sans-serif;
		font-size:18px;
		color:#3a3a3a;
		text-transform:uppercase;
		margin:0px;
		font-weight:bold;
	}
	.module p {
		padding-top:10px;
		color:#757575;
		line-height:18px;
		font-size:13px;
		clear:both;
	}
	.module a {
		font-family:arial, helvetica, sans-serif;
		font-size:13px;
		color:#00baff;
		text-decoration:none;
	}
	.module a.module_cta {
		background:url(../images/btn_arrow.gif) 0 -1px no-repeat;
		padding-left:24px;
		padding-bottom:3px;
		height:20px;
		font-weight:bold;

		float:left;
		display:block;
		position:absolute;
		margin-top:140px;
		margin-left:0px;
		clear:both;
	}
	.module a.module_cta:hover, .module a.module_cta:active {
		color: #737373;
	}
/* HOME - BOTTOM NOTICE */
	.bottom_notice {
		font-family:arial, helvetica, sans-serif;
		font-size:11px;
		color:#c5c5c5;
		text-decoration:none;
		padding: 40px 0px;
		clear: both;
	}
	
/* HERO */
	#hero {
		height:360px;
		text-align:left;
		padding:90px 0 0 90px;
	}

	#hero #homecopy {
		font-family:Helvetica, Arial, , sans-serif;
		font-size:17px;
		float:left;
		width:575px;
		text-align:left;
		color:#898989;
		margin-top:25px;
	}

	#hero #hero_cta {
		float:left;
		margin:25px 0 0 25px;
	}
	
/*
////////////////////////////////////////////////////////////////////////////////
	OTHER PAGES
////////////////////////////////////////////////////////////////////////////////
*/

#container {
	width:980px;
	margin:0 auto;
	height:auto;
	overflow:auto;
	position:relative;
	text-align:left;
	clear:both;
}
#container h1 {
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#00b5f8;
	
	margin-left:166px;
	margin-top:60px;
	margin-bottom:25px;
}
#container h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:28px;
	color:#474747;
	
	margin: 0px 0px 20px;
}
#container h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#545454;
	
	margin: 40px 0px 5px;
}
#container h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#545454;
	
	margin: 0px 0px 5px;
}

#container a {
	color:#00baff;
	text-decoration:none;
}
#container a:hover, #container a:active {
	color:#545454;
	text-decoration:none;
}
		
#container p, #container li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#767676;
	line-height:24px;
}
#container p {	
	margin: 0px 0px 20px;
}
#container p.first {
	margin-top:0px;
}
#container li {	
	list-style: disc;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*
////////////////////////////////////////////////////////////////////////////////
	ABOUT
////////////////////////////////////////////////////////////////////////////////
*/

#main_column {
	float:left;
	width:660px;
	padding-top:40px;
	padding-left: 0px;
}

/* SIDE NAV */
	#about #left_nav {
		float:left;
		width:154px;
		padding-top:40px;
		padding-right:12px;
		font-family:Arial, Helvetica, sans-serif;
	}

	#about #left_nav a {
		text-decoration:none;
		padding:0px;
		font-size:12px;
		color:#00b5f8;
		line-height:20px;
	}
	#about #left_nav a:hover, #about #left_nav a.on {
		font-size:12px;
		color:#999999;
	}

/*
////////////////////////////////////////////////////////////////////////////////
	CONTACT
////////////////////////////////////////////////////////////////////////////////
*/


/* FORMS */
	form {
		margin-top:20px;
		width: 400px;
	}
	fieldset, fieldset span {
		border:none;
		font-size:15px;
		color:#999999;
		width:100%;
	}
	label {
		font-size:15px;
		color:#3a3a3a;
	}
	input, textarea {
		margin:10px 0px 20px;
		width:100%;
	}
	.error{
		color: #f00;
		font-size:15px;
	}
	input, textarea {
		background-color: white;
		border: 1px #bfbfbf solid;
		padding:3px;
	}
	
/* FORM - Send btn */
	#contact_submit_button a {
		background:url(../images/btn_send.gif) 0 0 no-repeat;
		height:39px;
		width:136px;
		display:block;
		float:right;
		clear:both;
	}
	#contact_submit_button a:hover, #contact_form_submit a:active {
		background-position: -136px 0;
	}
	#contact_us_thx {
		display:none;
	}
/* RIGHT COL */
	#contact #main_column {
		width: 505px;
		margin-left: 166px;
		padding-bottom: 5px;
	}
	#contact #contact_us_form_div h3 {
		margin-top: 0px;
	}

	#right_column {
		float:right;
		width:220px;
		padding-top:40px;
		color:#767676;
		font-size:14px;
	}
	#right_column p {
		margin: 5px 0px;
		padding: 5px 5px 7px;
		line-height:20px;
	}
	#right_column .header {
		font-size:20px;
		margin: 0px 0px;
		padding: 0px 5px 7px;
		color: #484848;
	}
	#contact_address {
		border-bottom: 1px solid #e3e3e3;
	}

/*
////////////////////////////////////////////////////////////////////////////////
	PRODUCTS
////////////////////////////////////////////////////////////////////////////////
*/

.products_block {
	margin-left: 166px;
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
	margin-bottom:30px;
}

.products_block ul{
	max-width: 750px;
	margin-left:-10px;
	padding-bottom:50px;
	list-style-position:inside;
}

.img_left {
	padding-right: 20px;
}

.img_right {
	padding-left: 30px;
}

#headline {
	padding-top:40px;
}
#headline p {
	font-size: 18px;
	line-height:140%;
}

#products h2 {
	margin-bottom: 0px;
}

/* COLS */
	#products #main_column {
		width: 660 px;
		padding-top: 0px;
	}
	#products #main_column h3 {
		margin-top: 0px;
	}
	#products #right_column {
		padding:0;
		margin:0;
		width:254px;
	}
/* LINKS BOX */
	.links_box {
		background: url(../images/links_box_repeat.gif) top left repeat-y;
	}
	.links_box_content {
		background: url(../images/links_box_top.gif) top left no-repeat;
		padding:20px 20px 0;
	}
	.links_box_bottom {
		background: url(../images/links_box_bottom.gif) bottom left no-repeat;
		height:100;
	}
	.links_box_content p{
		padding:0px !important;
	}
	.links_box_content .header{
		margin-bottom:20px;
		font-weight: bold;
	}	
	.links_box_content .subheader{
		margin-top:0px !important;
	}	
	.links_box_content .links{
		margin-top:15px !important;
		font-size:13px;
	}	
	.links_box_content .links a{
		background: url(../images/file_link.png) top left no-repeat;
		padding-left: 20px;
		padding-bottom: 10px;
		display:block;
		font-size:13px;
	}	

/* CALL US */
	.call_us {
		width: 505px;
		height: 50px;
		margin-top: 50px;
		margin-left: 166px;

		background: url(../images/phone.gif) top left no-repeat;
		padding-left: 45px;
		padding-top: 5px;

		clear: both;

		font-size:13px;
	}
	.call_us strong {
		color: #434343;
	}


.white_box {
  float: right;
  margin-left: 20px;
}

.white_box > .top {
  background: url(/images/backgrounds/WideWhiteRectangle_Top.png);
  width: 225px;
  height: 13px;
}

.white_box > .bottom {
  background: url(/images/backgrounds/WideWhiteRectangle_Bottom.png);
  width: 225px;
  height: 13px;
}

.white_box > .main {
  background: url(/images/backgrounds/WideWhiteRectangle_Center.png) repeat-y;
  padding-left: 15px;
  width: 225px;
}

.white_box li {
  padding: 0;
  margin: 0;
}

