/* CSS Document */

/*===== CORE LAYOUT / STICKY FOOTER =====*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

body {
	background:url(images/clouds-bg-1.jpg) center top repeat-x #A4C2E6;
}

#wrap {
	margin-left: auto;	/* left and right auto margins center footer */
	margin-right: auto;
	width: 960px;		/* 960.gs default width */
	}

/*===== HEADER =====*/

#header {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	height:150px;
	width:940px;
	margin-bottom:30px;
	clear:both;
	}

#logo h1 {
	margin:40px 0 0 40px;
	line-height:35px;
	}
#logo span {
	margin:0 0 0 43px;
	line-height:20px;
	}

#hdrImage {
	float:right;
	margin-top:30px;}




/*===== CONTENT (main) =====*/

#content {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width:640px;
	min-height:400px;
	background:url(images/main-box-bottom.png) left bottom no-repeat;

	}

#content .prodText h1 {
	margin:50px 0 0 0;
	}

#content h2 {
	position:relative;
	width:600px;
	height:50px;
	background:url(images/main-box-head.png) left top no-repeat;
	margin-bottom:0;
	padding:5px 0 0 40px;
	z-index:0;
	}	

#content .article, #content .prodText {
	float:left;
	clear:both;	
	width:560px;
	padding:0 40px;
	background-color:#fff;
	}
#content .prodText {background:url(images/article_bg-grid1.png) left top repeat-x #fff;}
#inbody-locations #content .prodText {background-image: none;}
	
#content .article img,  #content .prodText img {
	border:2px solid #A4C2E8}
#inbody-r20 #content .prodText img {border:none;}

#content .prodText img {float:left;border:1px solid #66cc99; margin-bottom:25px;}

#inbody #content .article img {border:none;}

#inbody-r20 #content .prodText img, #inbody-r20-payment-test #content .prodText img {border:none; float:none;}
	
#content .article a.button,  #content .prodText a.button {float:left;clear:both;}

#content .article a.button {clear:left;}

#news #content .article a.button {float:right; clear:none; margin-top:25px;}
#news #content .article h3 {float:left; width:440px; padding-top:15px;}
#news #content .article p {float:left; width:440px;}

#content h3 {padding-top:30px;margin-bottom:0;}

#content .prodText h3 {margin-bottom:15px;}
	
#content h4 {
	margin-top:25px;
	margin-bottom:0;
	clear:left;
	}	
	
#content .brandLogo {
	display:block;
	float:right;
	margin:30px 0 20px 20px;
	width:180px;
	height:120px;
	border: none;
	}
#content .brandLogo img {border:none;}

#content .prodShot {
	display:block;
	float:right;
	margin:0 0 20px 20px;
	width:180px;
	height: auto;
	border: none;
	text-align:center;
	}

#content .prodShot img {border:none;float:none;}


blockquote {
display: block;
float:right;
padding: 0 0 10px 0;
width: 380px;
}
blockquote:before, blockquote:after {
color: #6c9;
display: block;
font-size: 700%;
width: 40px;
}
blockquote:before {
content: '\201C';
height: 0;
margin-left: -0.45em;
}
blockquote:after {
content: '\201D';
height: 50px;
margin-top: -50px;
margin-left: 360px;
}

#content p.quotclr {float:left;clear:both;}

#content ul, #side ul {list-style-type:none;}
#content ul li, #side ul li {
	margin:0;
	padding:0 0 0 2em;
	background-image:url(images/bullet-green1.png);
	background-repeat:no-repeat;
	background-position: 0 .5em;
	}
#content li ul li, #side li ul li {background-image:url(images/bullet-green2.png);}	

#content ul#slideshow {
	height:300px;
	margin:0 38px 15px;
	padding:0;
	}
#content #slideshow li {
	height:300px;
	background-image:none;
	margin:0;
	padding:0;
	}


#downloadBox li {
	background-image:url(images/pdf.gif);
	background-position: 0 .1em;
	}

#downloadBox {
	float:left;
	width:234px;
	min-height:92px;
	padding:8px 0 0 26px;
	background:url(images/downloadBox.png) left top no-repeat;
	}
#archiveBox {margin-top:20px; text-align:center;}

#downloadBox h4, #archiveBox h4 {margin-top:0;}


#specsBox {
	float:right;
	width:180px;
	min-height:87px;
	padding:0;	
	clear:right;
	}

#specsBox h4 {margin-top:0;}
#specsBox dt {float:left;}
#specsBox dd {margin-left:60px;}

/* styled TABLES */
#tdee_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
}
#tdee_table thead th.table-rounded-tleft
{
	background: #66CC99 url('images/table-images/left.png') left -1px no-repeat;
}
#tdee_table thead th.table-rounded-tright
{
	background: #66CC99 url('images/table-images/right.png') right -1px no-repeat;
}
#tdee_table th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	color: #fff;
	background: #66CC99;
}
#tdee_table td
{
	padding: 8px;
	background: #A6FFC2;
	border-top: 1px solid #fff;
	color: #003D5F;
}
#tdee_table tfoot td.table-rounded-bleft
{
	background: #A6FFC2 url('images/table-images/botleft.png') left bottom no-repeat;
}
#tdee_table tfoot td.table-rounded-bright
{
	background: #A6FFC2 url('images/table-images/botright.png') right bottom no-repeat;
}
#tdee_table tbody tr:hover td
{
	background: #C6FFD9;
}


/* FAQ Styling */
#faqlist {width:560px;}
#faqlist dt {margin-top:10px;background: url('images/plus.png') 5px center no-repeat; padding-left:17px; font-weight:bold; cursor:pointer;-webkit-border-radius: 15px;-moz-border-radius: 15px;background-color: rgba(166,255,194,1);}

#faqlist dt.open {
background-image: url('images/minus.png');
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
}
#faqlist dd {
padding:10px 17px 10px;
background-color: rgba(211,226,244,0.5);
-webkit-border-bottom-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
border:2px solid rgba(166,255,194,1);
}

#content .close {
	float:left;
	clear:both;
	width:100%;
	height:30px;
	background:url(images/main-box-bottom.png) left bottom no-repeat;
	padding-bottom:20px;
	}


/*===== CONTACT FORM =====*/

#contactForm p, #contactForm p label, #contactForm p input, #contactForm p select, #contactForm p textarea {float:left; clear:both;}

#contact .errors { padding:10px;width:320px;border:2px solid #900;margin-bottom:20px;}

/*===== SIDE COLUMN =====*/

#side {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width:280px;
	min-height:400px;
	}

#side h3 {
	width:280px;
	height:45px;
	background:url(images/side-box-head.png) left top no-repeat;
	margin-bottom:0;
	padding-top:10px;
	}
#side h4 {
	margin:5px 0 0 0; }

#side .prodshot {
	width:235px;
	height:75px;
	border:2px solid #A4C2E6;	
	}

#side .article {
	width:240px;
	background-color:#ededed;
	padding:30px 20px 0 20px;}
	
#side .article ul {
	margin:0;
	padding-bottom:15px;
	}
#side .article ul li ul {padding-bottom:0;}
	
#side .close {background:url(images/side-close-1.png) left bottom no-repeat; margin-bottom:25px;}

#side p.last {margin-bottom:0; padding-bottom:20px;}


/*===== FOOTER =====*/

#footer {
	position: relative;
	width:940px;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	margin-left: auto;  /* left and right auto margins center footer */
	margin-right: auto;
	background: url(images/footer-bg-1.jpg) left top no-repeat #66CC99;
	clear:both;
} 

#ftrImage1, #ftrImage2, #ftrImage3 {
	display:inline;
	float:left;
	margin:10px 20px;
	}

#ftrImage1 {
	margin-left: 40px;
	margin-right: 20px;}
#ftrImage2 {
	margin-left: 20px;
	margin-right: 20px;}
#ftrImage3 {
	margin-left: 20px;
	margin-right: 40px;}

#BizInfo {
	padding:5px 0 0 0;
	}

#BizInfo h5 {
	float:left;
	margin:0 0 10px 35px;
	padding:0;
	}

#BizInfo dl {
	float:left;
	margin:0;
	}
	
#BizInfo dt {
	float:left; 
	font-weight:bold;
	margin-left:35px;
	background:none;
	}
#BizInfo dd {
	padding-left: 80px;
	background:none;
	border:none;
	}

#BizInfo h6 {
	float:left;
	margin:10px 0 0 35px;
	padding:0;
	}	


/*===== CLEAR FIX =====*/

.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 hide from IE-mac */


/*===== BUTTON CODE =====*/

a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:25px 6px 0px 0;
	padding:0 7px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(images/btn1.png);
    _background-image:url(images/btn1.png);
}


a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus,
a.dom-button-focus, 
span.button-behavior-hover{background-position:0 -60px;color:#222;text-decoration:none;}

a.button:hover span, 
span.button:hover button, 
a.button:focus span, 
span.button-behavior-hover button, 
span.button-behavior-hover input{background-position:100% -60px;}

a.button:active, a.button:focus span{color:#444;}

del.button-behavior-hover, del.button:hover{background-position:0 -180px;/* cursor:not-allowed; */}

del.button-behavior-hover span, del.button:hover span{background-position:100% -180px;/* cursor:not-allowed; */}

/****** SLIMBOX ******/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*===== NAVIGATION =====*/

#menu {
	width:560px;
	height:30px;
	margin:10px 0 0 20px;
	padding:2px 18px 0;
	background: url(images/nav_bg1.png) left top no-repeat;
	position:relative;
	z-index:1;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:26px;
z-index:1; 
}

#nav a{
display:block;
padding:0px 20px;
color:#003D5F;
text-decoration:none;
background-color:#D3E2F4;
border:none;
border-bottom: 2px solid #003D5F;
}

#nav li.parent a {
	background-image:url(images/expand-icon.png);  /* add down arrow to 1st level*/
	background-position:110% 10px;
	background-repeat:no-repeat;
	}
#nav li.parent:hover a {background-position:110% -6px;}  /* 1st level hover state image switch */
#nav li.parent ul li a {background-image:none;}  /* remove arrows from 2nd level menu items*/
#nav li.parent a {background-image:none;} /* remove arrows from 1st level */

#nav li.parent ul li.parent a {background-image:url(images/expand-icon2.png);background-position:110% -7px;} /* add arrow to 2nd level flyout */
#nav li.parent ul li.parent:hover a {background-image:url(images/expand-icon2.png);background-position:110% 9px;} /* 2nd level flyout hover state */
#nav li.parent:hover li.parent:hover li a {background-image:none;} /* remove 3rd level arrows */

#nav a:hover{
background-color:#003D5F;
color:#fff;
}
#nav li.parent:hover a:hover {background-color:#fff;color:#003D5F;border-left:2px solid #003D5F;border-right:2px solid #003D5F;padding:0 18px;}
#nav li.parent:hover li a:hover {padding:0 20px;}

#nav li{
margin:0;
float:left;
position:relative;
z-index:1;
}

#nav ul {
position:absolute;
display:none;
width:140px;
top:28px;
z-index:2;
}

#nav li ul a{
width:140px;
height:auto;
float:left;
background-color:#A4C2E8;
color:#fff;
}

#nav ul ul{
top:auto;
background-color:#003D5F;
color:#fff;
}	

#nav li ul ul {
left:182px;
margin:0px 0 0 0px;
background-color:#003D5F;
color:#fff;
}

#nav ul ul a{border-right:2px solid #003D5F;}
#nav ul a{border:2px solid #003D5F;border-top:0;}

#nav :hover a{background-color:#003D5F;
color:#fff;}
#nav :hover ul :hover a{background-color:#fff;
color:#003D5F;}
#nav :hover ul :hover ul :hover a:hover{background-color:#A4C2E8;
color:#003D5F;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}