/* Global 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Global Reset */

body {
	border-top: 5px solid #0387c8;
	font: 14px Arial, sans-serif;
	color: #666666;
	background: url(images/header.jpg) no-repeat center 140px;
}
body.content {
	background-image: none;
}
div.wrapper {
	margin: auto;
	width: 915px;
}
div#header {
	height: 347px;
	border-bottom: 11px solid #0387c8;
	margin-bottom: 35px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
}
body.content div#header {
	height: 137px;
	border-bottom: 6px solid #0387c8;
	margin-bottom: 35px;
	position: relative;
	background: url(../images/header2.png) no-repeat center bottom;
}
div.content {
	width: 532px;
	padding-right: 30px;
	margin: 0;
	float: left;
}

div#products {
	width: 327px;
	padding-left: 25px;
	border-left: 1px solid #EDEDED;
	display: inline;
	float: right;
	margin-bottom: 35px;
}

div#footer {
	clear: both;
	color: white;
	font-size: 13px;
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
	background: #0398e5 url(images/footer-bg.png) repeat-x;
}

p {
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: #0387c8;
}

a:hover {
	text-decoration: none;
}



h1 {
	text-indent: -9999px;
	position: absolute;
	background-image: url(images/logo.png);
	width: 167px;
	height: 95px;
	top: 10px;
}
h2 {
	color: black;
	font-size: 60px;
	text-align: center;
	position: relative;
	top: 32px;
	clear: both;
}

h2 span {
	color: #999999;
	font-weight: normal;
	font-style: normal;
	display: block;
	line-height: 27px;
	font-size: 22px;
}

h3,
h4 {
	color: black;
	font-size: 30px;
}
h3 a,
h4 a
{
	color: Black;
	text-decoration: none;
}
h3 span,
h4 span {
	display: block;
	font-size: 16px;
	color: #0387c8;
	line-height: 28px;
}

h3 span a,
h4 span a {
	color: #0387c8;
	text-decoration: none;
	border-bottom: 1px solid #0387c8;
}

h3 span a:hover,
h4 span a:hover {
	color: #026191;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
h4
{
	font-size: 20px;
}
h4 a
{
	color: #000000;
	text-decoration: none;
}
h4 span
{
	font-size: 12px;
	line-height: 18px;
}

h4 span a
{
	border: none;
}
h4 span a:hover
{
	color: #0387c8;
	border-bottom: 1px solid #0387c8;
}
.color1
{
	color: #0387C8;
}
.lBreak
{
	display: block;
	margin: 10px 0;
	width: 100%;
	border-top: 1px solid #EDEDED;
}
cite {
	color: #0387c8;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

img.bottom-border {
	border-bottom: 5px solid #0387c8;
	padding-right: 10px;
	margin-bottom: 20px;
}

/* ------- */

#nav 
{
	float: right;
	position: relative;
	z-index: 200;
	width: 699px;
}	

#nav ul 
{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:17px;
}
#nav ul li.tab ul 
{
	background: #f7f7f7;
	width: 16em;
}

#nav a 
{
	display: block;
	color: #6C6D70;
	text-decoration: none;
	padding: 15px 12px 0 12px;
	background: transparent url(images/navBreak.gif) right 13px no-repeat;
	font-weight:bold;
	font-size: 0.85em;
}
#nav a.end
{
	background: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#nav li 
{
	float: left;
	background:none;
	text-transform: uppercase;
}

#nav ul li 
{
	float: left;
	text-align:center;
	padding: 0;
	background:none;
}

#nav ul li.tab 
{
	margin:0;
	padding: 0;
	height: 53px;
	background:url(images/nav-active-left.png) no-repeat left top;
}

#nav ul li.tab a 
{
	padding:15px 12px 21px 12px;
	text-decoration:none;
	color:#FFF;
	/*height: 38px;*/
	background:url(images/nav-active-right.png) no-repeat right top;
}

#nav ul li.tab ul.nontab li a 
{
	background-image:none;
	font-weight:normal;
}

#nav ul li.tab ul.nontab li a.parent 
{
	/*background: url("menu-arrow.gif") center right no-repeat;*/
}

#nav ul li ul 
{
	border: 1px solid #0387C8;
	border-bottom: none;
	width: 16em;
}

#nav ul li.tab ul.nontab  
{
	margin-left:-9px;
}

#nav ul li ul li 
{
	background: #f7f7f7;
	text-align:left;
	border:none;
	margin-left:0;
	border-bottom:1px solid #0387C8;
	white-space: nowrap;
}

#nav li ul 
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 16.4em;w\idth: 14.9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#nav li li 
{
	padding-right: 1em;
	width: 15em;
}

#nav li ul a {width: 15em;w\idth: 11em;
              text-align:left;
              background:none;
              padding: 5px;
              }

#nav li ul ul {margin: -1.75em 0 0 14em;}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul 
{
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul 
{left: auto;}

#nav ul li ul li:hover, 
#nav ul li ul li.sfhover 
{
	background: #0387C8;
	color:#fff;
 }

#nav ul li.tab ul.nontab li a:hover 
{
	color:#fff;
}

#nav li.tab:hover, 
#nav li.tab:hover a 
{
	/*background-position:0% -30px;
	color:#333;*/
	text-decoration: underline;
}

#nav li.tab:hover a 
{
	/*background-position:100% -30px;*/
	text-decoration: underline;
}
#nav li ul li a,
#nav li.tab ul li a
{
	/*background-position:100% -30px;*/
	height: auto;
	width: 100%;
	background: none;
	color: #6C6D70;
	text-decoration: none !important;
	padding: 5px 5px 5px 12px;
}
#nav li ul li a:hover,
#nav li.tab ul li a:hover
{
	/*background-position:100% -30px;*/
	color: #FFF !important;
	background: none;
	text-decoration: underline !important;
}

/* ------- */

div#quotes {
	background: url(images/quote.gif) no-repeat 0 45px;
	height: 380px;
	left: -12px;
	position: relative;
	padding-left: 12px;
	width: 520px;
	margin: 0 0 15px 0;
}

div#quote-box {
	position: relative;
	top: 25px;
	padding: 25px;
}

div#quotes blockquote p,
div.singleColumn blockquote p {
	background: url(images/quote-open.png) no-repeat;
	text-indent: 15px;
}

div#quotes blockquote p span,
div.singleColumn blockquote p span {
	background: url(images/quote-close.png) no-repeat 0 0;
	padding-left: 12px;
	text-indent: -9999px;
	margin-left: 3px;
	margin-right: 15px;
}

div#products ul {
	margin-top: 25px;
}

div#products ul li {
	font-size: 16px;
	font-weight: bold;
	color: #0387c8;
	line-height: 20px;
	margin-bottom: 8px;
	padding-left: 65px;
	padding-bottom: 10px;
	padding-top: 10px;
}
div#products ul li a
{
	color: #0387c8;
	text-decoration: none;
}
div#products ul li a:hover
{
	text-decoration: underline;
}

div#products ul li span {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	display: block;
}

li#product-1 {
	background: url(images/icon-01.png) no-repeat;
}

li#product-2 {
	background: url(images/icon-02.png) no-repeat;
}

li#product-3 {
	background: url(images/icon-03.png) no-repeat;
}

li#product-4 {
	background: url(images/icon-04.png) no-repeat;
}

li#product-5 {
	background: url(images/icon-05.png) no-repeat;
}

li#product-6 {
	background: url(images/icon-06.png) no-repeat;
}

li#product-7 {
	background: url(images/icon-07.png) no-repeat;
}

li#product-8 {
	background: url(images/icon-08.png) no-repeat;
}

div#footer wrapper {
	background-color: black;
}

div#footer div.wrapper {
	position: relative;
	background: url(images/footer-logo.png) no-repeat;
}
div#footer div.wrapper p.valids
{
	position: absolute;
	top: 42px;
	left: 470px;
}
div#footer div.wrapper p.valids img
{
	width: 88px;
	height: 31px;
}
#footer a {
	color: white;
	text-decoration: none;
}

div#footer p.logo a {
	text-decoration: underline;
}

div#footer p.logo {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	position: absolute;
	bottom: -22px;
}

div#footer p.contact {
	float: right;
	padding: 0 25px 0 0;
	margin: 0;
	text-align: right;
	line-height: 29px;
}

div#footer p.contact span {
	font-size: 25px;
	font-weight: bold;
}

div#footer p.address {
	float: right;
	padding: 0 0 0 20px;
	margin: 0;
	width: 80px;
	text-align: right;
	border-left: 1px solid white;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Contact Form Styles */
fieldset
{
	margin: 20px 0;
}
.contactLabel
{
	float: left;
	clear: left;
	width: 160px;
	height: 22px;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
}
.contactTB,
.contactTBML
{
	float: right;
	clear: right;
	width: 320px;
	margin: 0 40px 7px 0;
	font-family: Arial, Verdana;
	font-size: 0.85em;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: transparent url(images/form_singleBGT.jpg) left top repeat-x;
}
.contactTBML
{
	height: 100px;
	background: transparent url(images/form_multilineBGT.jpg) left top repeat-x;
}
.contactBtn
{
	float: right;
	clear: both;
	margin: 10px 40px 15px 0;
}
/* Copy Styles */
ul.copyList
{
	margin: 0 0 0 20px;
}
ul.copyList li
{
	line-height: 24px;
	padding: 0 0 0 20px;
	background: transparent url(images/ico_bullet.gif) left 6px no-repeat;
}
/* Testimonial Styles */
ul.testimonialList li span
{
	font-size: 11px;
}
ul.testimonialList li span a
{
	
}
/* Products Styles */
.singleColumn
{
	float: left;
	position: relative;
	width: 488px;
	padding: 22px 22px 0 22px;
	background: transparent url(images/singleColumn.jpg) left top no-repeat;
}
.singleColumnFooter
{
	width: 532px;
	height: 17px;
	margin: 0 0 10px 0;
	clear: both;
	background: transparent url(images/singleColumn.jpg) left bottom no-repeat;
}
.productShots
{
	margin: 40px 0 0 0;
}
/* About Us Styles */
.teamText
{
	position: relative;
	width: 300px;
	
	min-height: 160px;
}
.teamImg
{
	position: absolute;
	width: 168px;
	height: 167px;
	left: 345px;
	bottom: 0px;
}
