@charset "utf-8";
/* CSS Document */
* {
	border: 0;
	padding: 0;
	margin: 0;
}

html,body{
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	color: #333333;
	background-color:#265480;
	height: 100%;
	margin:0 auto;
}

.bold-blue{
font-weight:bold;
color:#265480;

}

.lightblue{
	font-weight:bold;
	color:#548dce;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}

:visited { text-decoration:none }

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:862px; 
}

#main-container-header{
	background: url(../images/bg-main.png) repeat-y 0 0;
	background-color: transparent;
	margin:0;
	padding: 0 0px 0px 0px;
	width: 862px;
	height:106px;
	color:#FFFFFF;
	font-size:14px;
}

#logo-holder{
	float:left;
	width: 222px;
	margin-left: 18px;
	_margin-left: 8px;
	margin-bottom: 0px;
}

/* HEADER IMAGE REPLACEMENT */

#header-logo {
	width: 222px;
	height: 98px;
	padding-left: 14px;
	padding-top: 2px;
	
	}	
	

#header-logo a{
	float:left;
	display: block;
	width: 222px;
	height:98px;
	text-indent: -9000px;
	background: url(../images/GET_logo_03.gif) no-repeat;
	margin: 0px;
	text-decoration: none;
	}
	
#slogan{

	background-color: transparent;
	height: 28px;
	padding: 40px 26px 0px 0px;
	text-align:right;
	

}	


#sub-freeze-link{
	margin: 3px 0 0 35px;
    font-size: 10px; 
	color: #fff;

}

/*************MAS HEAD***********************/


/************Navigation Image Rollovers ************************/
#navbar{
	float:right;
	background-color: transparent;
	width: 573px;
	height: 38px;
	margin-right:10px;
	

}

* html #navbar{float:right; background-color: transparent; width: 573px; height: 38px; margin-right:5px;}
	
div#globalnav	{
	height: 38px;
	width: 573px;
	padding: 0px 0px 0px 0px;
	margin:0;
	border: 0;
	background: transparent;
	}

div#globalnav ul#menu	{
	height: 38px;
	width: 573px;
	background: url(../images/navbar.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 38px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}
	
#home	{left:0; width: 85px;}
#products	{left: 85px; width: 143px;}
#msds	{left: 228px; width: 83px;}
#supplied_to	{left: 311px; width: 131px;}
#contact_us	{left: 442px; width: 131px;}


#homeselected	{left: 1px; width: 85px; background: url(../images/navbar.jpg) 0 -60px no-repeat;}
#productsselected {left: 86px; width: 143px; background: url(../images/navbar.jpg) -86px -60px no-repeat;}
#msdsselected {left: 228px; width: 83px; background: url(../images/navbar.jpg) -228px -60px no-repeat;}
#supplied_toselected {left: 311px; width: 131px; background: url(../images/navbar.jpg) -311px -60px no-repeat;}
#contact_usselected {left: 442px; width: 131px; background: url(../images/navbar.jpg) -442px -60px no-repeat;}


#home a:hover	{background: url(../images/navbar.jpg) 0 -60px no-repeat;}
#products a:hover {background: url(../images/navbar.jpg) -85px -60px no-repeat;}
#msds a:hover {background: url(../images/navbar.jpg) -228px -60px no-repeat;}
#supplied_to a:hover {background: url(../images/navbar.jpg) -311px -60px no-repeat;}
#contact_us a:hover {background: url(../images/navbar.jpg) -442px -60px no-repeat;}


/* End Navigation */

/************MASTHEAD BEGINS*******************/

#main-container-mashead{
	margin-left: auto;
	margin-right: auto;
	padding: 0 0px 0px 0px;
	width: 862px;
	height:281px;
}

#main-container-mashead #leftside{
	float:left;
	width: 11px;
	height:281px;
	background: url(../images/bg-left-mashead.png) no-repeat 0 0;
	background-color: transparent;
	
}

#main-container-mashead #center{
	float:left;
	margin:0;
	width: 840px;
	height:281px;
	background-color: #81aed9;
}

#main-container-mashead .leftcenter{
	float:left;
	margin:0;
	padding: 0px 0px 0px 0px;
	width: 268px;
	height:232px;
	background-color: #1c4061;
}

#main-container-mashead .rightimage{
	float:left;
	margin:0;
	padding: 0px 0px 0px 0px;
	width: 572px;
	height:232px;
	background-color: transparent;
	
	
}

#main-container-mashead #rightside{
	float:left;
	margin:0;
	padding: 0;
	width: 11px;
	height:281px;
	background: url(../images/bg-right-mashead.png) no-repeat 0 0;
	background-color: transparent;
	
}

* html #main-container-mashead #rightside{float:left; margin:0; padding: 0; width: 8px; height:281px; background: url(../images/bg-right-mashead.png) no-repeat 0 0; background-color: transparent;  }


#content{
	background: url(../images/bg-contentarea.png) repeat-y 0 0;
	background-color: transparent;
	margin:0px 0px 0px 0px;
	padding: 24px 0px 10px 40px;
	width: 822px;
	height:100%;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#content a { 
	color: #265480;
	text-decoration: underline;
	font-weight:bold;
 }
 
#content a:hover {
 	color: #548dce;
	text-decoration: underline;
	}

#content .left-content{
	float: left;
	width: 492px;
	margin-right:30px;
    
}

* html #content .left-content{float: left;width: 492px; margin-right:20px;}

#content .right-content{
	float:right;
	width: 270px;
	margin-right:30px;
	
}

* html #content .right-content{float:right; width: 270px; margin-right:30px; clear:left; }

#content .list ul{
list-style:disc;
line-height:.8em;
margin:6px;
}

#content .list li{
padding-bottom:4px;
margin-left:20px;
padding-left:4px;
}




/*****************End MASTHEAD***********************/

/*****************Tab Headers************************/

#head-award{ width: 840px;  background-image: url(../images/headers/award_header.jpg); background-repeat: no-repeat;  overflow: hidden;  height: 49px; clear:both; }
#head-products{ width: 840px;  background-image: url(../images/headers/product_header.jpg); background-repeat: no-repeat;  overflow: hidden;  height: 49px; clear:both; }
#head-msds{ width: 840px;  background-image: url(../images/headers/MSDS_header.jpg); background-repeat: no-repeat;  overflow: hidden;  height: 49px; clear:both; }
#head-suppliedto{ width: 840px;  background-image: url(../images/headers/suppliedto_header.jpg); background-repeat: no-repeat;  overflow: hidden;  height: 49px; clear:both; }
#head-contactus{ width: 840px;  background-image: url(../images/headers/contactus_header.jpg); background-repeat: no-repeat;  overflow: hidden;  height: 49px; clear:both; }

#head-download{  padding-top: 0px; width: 268px; height: 68px;  background-image: url(../images/headers/download_03.jpg); background-repeat: no-repeat;  
display:block; text-indent: -9000px; height: 68px; voice-family: "\"}\""; voice-family:inherit; }


/*****************Sub Headers***********************/

#sub-head-admixures{  padding-top: 0px; width: 255px; height: 30px;  background-image: url(../images/headers/admixtures.jpg); background-repeat: no-repeat;  
display:block; text-indent: -9000px; height: 35px; voice-family: "\"}\""; voice-family:inherit; }

#sub-address{  padding-top: 0px; width: 200px; height: 30px;  background-image: url(../images/headers/address-hdr.gif); background-repeat: no-repeat;  
display:block; text-indent: -9000px; height: 35px; voice-family: "\"}\""; voice-family:inherit; }






#footer{ 
	/*Size of the image*/  
	width: 851px;
	height: 43px;   
	margin-left: 11px;
	/*The image*/ 
	background: url(../images/bg-footer.png); 
	background-color: transparent;
	background-repeat: no-repeat;
 }
 
 #footer2{ 
	/*Size of the image*/  
	height: 43px;   
	padding: 4px 10px 20px 0px;
	margin: 0px 8px 0px 11px;
	voice-family:inherit;
	text-align:right;
	font-size:10px; 
	color:#fff;
 }
 
  #footer2 a { 
	color: #ffffff;
	text-decoration: none;
 }
 
   #footer2 a:hover {
 	color: #ffffff;
	text-decoration: underline;
	}
 
 
 
.text{
	color: #333333;
	font-size: 13px;
	line-height: 1.2em;	
	padding: 10px 0 10px 0px;
}

.link{
	color: #265480;
	font-size: 10.5px;
	line-height: 1.1em;	
	padding: 0px 0 14px 0px;
}

.pic-top {
padding-top:50px;
display:block;
}
.pic {
margin:10px 0px;
display:block;
}

.pic-btm {
margin:10px 0px 0px 0px;
display:block;
}

.icon {
float:left;
margin:25px 8px 0px 10px;
display:block;
}

.pdf-icon {
float:left;
padding-right:4px;
padding-top:0px;
display:block;
}

.push{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

/****************Drop Down Menus*****************************/
select{
	margin-top: 18px;
	text-align: left;
	margin-left: 35px;
	padding-top:0px;
	font-size:11px;
	


}

/*****************  FORM  *********************************/

 /***************** CONTACT INFORMATION FORM *******************/



form.request{
	margin: 6px 0px;
}

.request fieldset {
  width: 350px;
  border:0px;
}

.required-note{
	color:red;
	font-size: .8em;
	padding-left: 0px;
	width:270px;
}

.required-text{
	color:red;
	font-size: .7em !important;
	
}
	

.field-label{
	margin-top: 6px;
	margin-right:4px;
	margin-bottom:6px;
	
}
	
.form-row {
	clear: both;
	padding-bottom: 10px;
	padding-top:10px;

}

.form-row-textarea {
	width: 425px;
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.request input{
	border: 1px solid #afaeae;
	padding: 4px;
	font-size:.8em;
	color:#000000;
}


textarea{
	width: 320px;
	height: 150px;
	float: left;
	margin: 5px 0 5px 0;
	padding-left: 4px;
	border: 1px solid #afaeae;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

label {
	font-size: 1.1em;
	padding-top: 6px;
	color:#265480;
	text-align:right;
}

.submit input {
	color: #ffffff;
	padding: 3px; 
	border: none;
} 

.rule {
margin: 16px 0px 16px 0px;

}

/***************** END CONTACT FORM *******************/



