/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666a63;
	width: 100%;
	height: 100%;
}

a{
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../images/a_underline.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
}
a.noLine{
	background-image: none;
}
a:hover{
	background-image: none;
	text-decoration: underline;
}
img{
	border: none;
}
table{
	/*padding: 7px;*/
}

form{
	margin: 0;
	padding: 0;
	border: none;
}
/* -----------------------------------*/
/* ---- HEADER <<<-----------*/
/* -----------------------------------*/

#header{
	height: 85px;
	background-color: #FFFFFF;
	padding-left: 45px;
}
#header div{
	height: 85px;
}
#header div img{
	padding-top: 19px;
}

/* -----------------------------------*/
/* - PAGE LAYOUT <<<---------*/
/* -----------------------------------*/
#wrapper{
	position: relative;
}

#bodyContainer{
	padding-left: 45px;
	width: 765px;
	padding-bottom: 5px;
}
#halfCopy{
	width: 404px;
	padding-top: 25px;
	height: 370px;
	overflow:auto;
	
}
#fullCopy{
	padding-top: 25px;
	padding-right: 210px;
	z-index: 1;
}
#forumCopy{
	padding-top: 25px;
	z-index: 1;
}
#mainFloat{
	text-align: left;
	float: right;
	width: 297px;
}

#leftColumn{
	float:left;
	width: 370px;
	padding-right: 10px;
	margin-top: 15px;
}
#rightColumn{
	width: 365px;
	float: right;
	margin-top: 15px;
	padding-left: 15px;
	background-image:url(../global_images/vertical_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	overflow:hidden;
	position: relative;
}

.featured{
	display: block;
	vertical-align: middle;
	width: 365px;
}
.featuredColumn{
	float: left;
	width: 365px;
	padding-right: 15px;
}
#featuredHolder{
	position: relative;
	width: 780px;
}

#newsNavButtons{
	float: right;
}
#featuredNavButtons{
	float: right;
}
#newsContainer{
	position: relative; /*have to set this so that the Effect will work right on IE*/
	height:174px;
	overflow:hidden;
}

#newsHolder div{
	height: 48px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsNavButtons a{
	background: none;
}
#featuredNavButtons a{
	background: none;
}


#searchHolder{
	position: relative;
	position: absolute;
	width: 182px;
	height: 40px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 414px;
	top: 45px;
}
#searchPanel{
	position:relative;
	width: 182px;
	height: 40px;
	text-align: right;
	top:21px;
}
#imageBtn{
	float: right;
	width: 17px;
}
#searchInput{
	position: relative;
	/*_top: -3px;*/
	width: 157px;
	height: 21px;
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
	text-align: left;
	padding-left: 12px;
	padding-right: 13px;
}
#searchResults{
	position: absolute;
	width: 367px;
	left: 228px;
	top: 85px;
	z-index: 1000;
}
#searchListings{
	background:#000000;
	opacity: .75;
	min-height: 26px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 0;
	color:#cccccc;
}
#searchBottom{
	width: 343px;
	height: 19px;
	background-image:url(../images/search_results_bottom.png);
	background-repeat: no-repeat;
	/*_background-image: none;*/
	padding-left: 12px;
	line-height: 12px;
	padding-right: 12px;
	font-size: 10px;
	color: #FFFFFF;
}
#searchListings p{
	display:block;
	padding: 12px 0 0;
	margin: 0;
	font-size: 11px;
}

#searchListings p:hover{
	background-image:url(../images/black_block.gif);
	background-repeat: repeat;
}

#searchListings a{
	color:#ffffff;
	font-weight: bold;
}
#downloadDiv{
	width: 370px;
	height: 233px;
	background-image: url(../images/download-form.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 11px;
}
#downloadDiv p{
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 13px;
}
#downloadButton{
	position: absolute;
	top: auto;
	left: auto;
	margin-top: 180px;
	margin-left: 242px;
}

#userinfobox{
	padding: 15px;
	background-color: #eff4e9;
	border: 2px solid #666666;
	color:#666666;	
}
#userinfobox span{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.downloadFloat{
	float: left;
	width: 125px;
	font-weight: bold;
}
.downloadFloatnoB{
	float: left;
	width: 125px;
}
.downloadFloat2{
	float: left;
	width: 250px;
	font-weight: bold;
}
.searchKeyword{
	color:#FFFFFF;
	font-weight: bold;
}
.rightAlign{
	float: right;
}
.leftAlign{
	float: left;
}
.cleaner{
	clear:both;
	height: 1px;
}
.cleanSeparator{
	clear:both;
	height: 3px;
	background-image:url(../images/horiz_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}
hr{
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	/*filter: alpha(opacity=25);*/
	clear:both;
	height: 1px;
	border:none;
	background-image: url(../images/horiz_line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
hr1{
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background:none;
	/*filter: alpha(opacity=25);*/
	clear:both;
	height: 1px;
	border:none;
	background: url(../images/horiz_line.gif) repeat-x left center;
	width: 90%;
}
.clearNone{
	clear:none;
}

.middle{
	vertical-align: middle;
}

.case_studieHolder{
	display: block;
	height: 42px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.case_studieHolder:hover{
	background-color:#F4F4F4;
}
.case_study{
	display: block;
	padding-top: 12px;
}
.midAlign{
	vertical-align: middle;
	float: left;
	padding-right: 5px;
}
.highlite{
	background-color:#FFFF00;
}
/* -----------------------------------*/
/* -- MAIN IMAGES <<<--------*/
/* -----------------------------------*/
#flash {  
	position: absolute; 
	width: 320px;
	height: 240px;
	left: 517px;
	top: 123px;
	z-index: 1;
}
#flash2 {  
	position: absolute; 
	width: 191px;
	height: 29px;
	left: 546px;
	top: 127px;
	z-index: 1;
}
#flashButton{
	float:right;
	margin-top: -25px;
	margin-right: -190px;
	z-index: 1;
}
.waterRig{
	background-image:url(../images/main/water-rig.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:202px;
	height: 100px;
	
}
.waterRigTop{
	position: absolute;
	z-index: 1000;
	background-image:url(../images/main/water-rig-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 87px;
	height: 67px;
	left: 620px;
	top: 52px;
}
.screenShotTop{
	position: absolute;
	z-index: 5;
	background-image:url(../global_images/main/screenshot-display-top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 190px;
	height: 29px;
	left: 617px;
	top: 90px;
}
.crossSectionTop{
	position: absolute;
	z-index: 5;
	background-image:url(../global_images/main/mountain_top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 88px;
	height: 105px;
	left: 620px;
	top: 14px;
}
#flashScreenshot{
	padding:0;
	float:right;
	margin-top: -25px;
	margin-right: -218px; /*the width of the image minus the padding of the container (210)*/
}
#flashScreenshotMain{
	padding:0;
	float:right;
	margin-top: -25px;
	margin-right: -221px; /*the width of the image minus the padding of the container (210)*/
}

#flashCrossSection{
	width: 324px;
	height: 404px;
	padding:0;
	float:right;
	margin-top: -25px;
	margin-right: -170px; /*the width of the image minus the padding of the container (210)*/
}

.reposition_products{
	padding:0;
	float:right;
	margin-top: -25px;
	margin-right: -218px; /*the width of the image minus the padding of the container (210)*/
}

.reposition_training{
	padding:0;
	float:right;
	margin-top: -25px;
	margin-right: -228px; /*the width of the image minus the padding of the container (210)*/
}
.boxTop{
	position: absolute;
	z-index: 5;
	background-image:url(../global_images/main/boxes-top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 72px;
	height: 46px;
	left: 640px;
	top: 73px;
}
/* -----------------------------------*/
/* --- HEADINGS <<<----------*/
/* -----------------------------------*/

h1{
	font-size: 21px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #474b44;
}
h2{
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	letter-spacing:-1px;
	color: #474b44;
	margin: 0;
}
h3{
	font-size: 16px;
	letter-spacing:-1px;
	color: #ed1c24;
	margin: 0;
	padding: 0;
}
h4{
	font-size: 14px;
	letter-spacing:-1px;
/*	color: #474b44;*/
	color: #ed1c24;
	margin: 0;
	padding: 0;
}
h4.lgFormFloatRight{
	float: right;
	padding-right: 140px;
}
/* -----------------------------------*/
/* - TEXT STYLES <<<---------*/
/* -----------------------------------*/

.date{
	font-weight: bold;
	font-size: 12px;
}
.news{
	display: block;
	padding-left: 15px;
	background-image:url(../images/news_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.featuredHeading{
	font-weight: bold;
	font-size: 16px;
	letter-spacing:-1px;
	color: #474b44;
	margin: 0;
	padding: 0;
}
#searchBottom a{
	position: relative;
	z-index: 10;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#searchBottom a:hover{
	text-decoration: underline;
}


#fullCopy ul li{
	padding-top: 1px;
	padding-bottom: 1px;
}
span.note{
	padding-left: 25px;
	font-size: 10px;
	
}
a.styledLink{
	display: block;
	height: 26px;
	width: 295px;
	line-height: 24px;
	padding-left: 28px;
	background-image:url(../images/ul_links.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
}
a.styledLink:hover{
	background-image:url(../images/ul_link_hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color:#eff4e9;
}
.left7Pad{
	padding-left: 7px;
}
a.releaseNotes{
	display:block;
	height: 54px;
	padding-left: 55px;
	background-image: url(../global_images/release-notes.gif);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 54px;
}
/* -----------------------------------*/
/* -- NAVIGATION <<<---------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* ---- FORMS <<<------------*/
/* -----------------------------------*/
.searchBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e2e2e2;
	background: none;
	background-color: #292b27;
	height: 11px;
	width: 125px;
	border: 1px solid #666666;
	margin-top: 4px;
	line-height: 11px;
	padding-left: 3px;
}
#loginBox{
	margin: 0;
	float: right;
	width: 196px;
	height: 160px;
	padding-top: 37px;
	padding-left: 37px;
	padding-right: 17px;
	background-image:url(../images/login_bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #eff4e9;
	font-weight: normal;
	overflow: hidden;
}
#loginBox fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
#loginBox label{
	display: block;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
#loginBox input{
	display: block;
	padding: 0;
	margin:0;
	border: 0;
	background-image:url(../images/input.gif);
	background-repeat: no-repeat;
	width: 183px;
	height: 18px;
	color: #3f423c;
	padding-left: 15px;
	padding-top: 6px;
	font-size: 11px;
	line-height: 15px;
}
#loginBox span.forgotPassword{
	display: block;
	padding-top: 10px;
}
#errorMessage{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	background-image: url(../images/error_bg.gif);
	background-repeat: no-repeat;
	width: 211px;
	height: 37px;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	left: auto;
	top: auto;
	margin-top: -37px;
	margin-left: -17px;
	padding-left: 19px;
	padding-top: 12px;
	padding-bottom: 1px;
}
#loginBox a{
	font-weight:normal;
	color: #eff4e9;
}
#loginBox div.float{
	padding: 0; 
	margin: 0;
	border: 0;
	position: absolute;
	width: 77px;
	height: 42px;
	left: auto;
	top: auto;
	margin-top: 118px;
	margin-left: 122px;
}


.leftColumn{
	width: 258px;
	float: left;
}

.rightColumn{
	width: 258px;
	float: right;
}




#largeForm{
	width: 557px;
	padding: 0;
	margin: 0;
	background-color:#eff4e9;
}
#lgFormTop{
	height: 13px;
	background-image:url(../images/large-form-top.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
#lgFormBody{
	padding: 10px;
}
#lgFormBody label{
	clear: left;
	float: left;
	width: 130px;
	display: block;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
#lgFormBody select{
	width: 130px;
}
#lgFormBody select.addMargin{
	margin-right: 80px;
}



#lgFormBottom{
	height: 44px;
	padding-left: 423px;
	background-image: url(../images/large-form-bottom.gif);
	background-repeat: no-repeat;
}




#lgFormBody2{
	padding: 10px;
}
#lgFormBody2 label{
	clear: left;
	float: left;
	width: 100px;
	display: block;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}

#lgFormBody2 input{
	width: 120px;
}
#lgFormBody2 input.addMargin{
	margin-right: 60px;
}

#lgFormBody2 label.fullWidth{
	width: 395px;
	float: left;
	clear: both;
	line-height: 25px;
}
#lgFormBody2 input.noWidth{
	width: 15px;
	float: left;
}

.downloadForm{
	width: 379px;
	padding: 0;
	margin: 0;
	padding-top: 13px;
	background-image:url(../images/download-form-top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.downloadFormBody{
	padding-left: 10px;
	padding-right: 10px;
	background-color:#eff4e9;
}
div.downloadFormBody p{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.downloadFormBottom{
	height: 41px;
	padding-left: 260px;
	background-image: url(../images/download-form-bottom.gif);
	background-repeat: no-repeat;
}










fieldset{
	border: 0;
	border: none;
	
}




/* -----------------------------------*/
/* ---- FOOTER <<<-----------*/
/* -----------------------------------*/
#footer{
/*position:relative;*/
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	padding-left: 45px;
	position:absolute;
	top:420px;
}
#footerNav{
	padding-top: 30px;
	text-align: center;
	width: 575px;
	font-size: 11px;
	color: #40433d;
	height: 30px;
	
}
#footerNav span{
	display: inline;
	float: left;
}
#footerNav ul{
	float: right;
	list-style: none;
	padding:0;
	margin: 0;
}
#footerNav ul li{
	float: left;
	height: 14px;
}
#footerNav ul li a{
	color: #40433d;
	padding-left: 12px;
	padding-right: 12px;
	background-image: none;
	font-weight: normal;
	height: 14px;
}


#footerNav ul li:after{
	content: " | ";
}
#footerNav ul li.noContent:after{
	content: "";
}

/* -----------------------------------*/
/* --- COMMENTS <<<----------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ----- EXTRAS <<<----------*/
/* -----------------------------------*/

.imgBorder{
	padding:4px;
	border: 1px solid #ccc;
	margin-left: 5px;
	margin-right: 5px;
	background-image: none;
}

.cls_empty{
	overflow:hidden;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	}
#lightbox img{ border: none;	}

#lightbox a{
	background-image: none;
}

#imageContainer{
	position: relative;
	padding: 10px;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../global_images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../global_images/lightbox/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../global_images/lightbox/next.gif) right 53% no-repeat; }


#imageData{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 38px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
#ctl04_ctl05_tblFooter{
	display: none;
}
#ctl04_ctl04_ctlPanelBar{
	display: none;
}
#ctl04_ctlFooter_tblFooter{
	display: none;
}
