/********************************************************/
/* MASTER */
/********************************************************/
html{
	margin:0;
	padding:0;
}

body{
	background:url(../../images/bkgd.gif) #001f37 repeat-x;
	font:12px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color:#999;
	text-align:left;
}

img{
	border:0;
}

h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
	padding:0;
}

h3{
	font-size:18px;
	font-weight:bold;
	color:#ff7200;
}

p{
	margin-top:0px;
	margin-bottom:15px;
}

.clearfloat{
	clear:both;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

a {
   outline:none;
}

.call_to_action{
	margin:auto;
	margin:10px 0px 10px 0px;
	border-top:1px solid #e8edf0;
	padding-top:20px;
	text-align:center;
}

.gray_bar{
	border-top:1px solid #e8edf0;
	padding-bottom:20px;
}

/********************************************************/
/* CONTAINER */
/********************************************************/
#container{
	width:960px;
	margin:auto;
}

/********************************************************/
/* HEADER */
/********************************************************/
#logo{
	float:left;
	margin:30px 0px 0px 20px;
}

#contact_info{
	float:right;
	margin:28px 20px 0px 0px;
	text-align:right;
}

#header{
	width:960px;
	height:157px;
	background:url(../../images/bkgd_header.gif) repeat-x;
}

/********************************************************/
/* NAVIGATION */
/********************************************************/
#navigation{
	width:960px;
	height:34px;
	margin-top:-34px;
	overflow:hidden;
}

#navigation ul li{
	display:inline;
}

/********************************************************/
/* BUTTONS */
/********************************************************/
/*BUTTON 1 - HOME*/
.btn1{
	float:left;
}

a.btn1{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_home.png) no-repeat;
	cursor:pointer;
}

a.btn1:hover{
	background-position: -103px;
}

/*BUTTON 1 - CURRENT*/
.btn1_current{
	float:left;
}

a.btn1_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_home_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 2 - PRODUCTS*/
.btn2{
	float:left;
}
a.btn2{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_products.png) no-repeat;
	cursor:pointer;
}

a.btn2:hover{
	background-position: -103px;
}

/*BUTTON 2 - CURRENT*/
.btn2_current{
	float:left;
}

a.btn2_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_products_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 3 - SERVICES*/
.btn3{
	float:left;
}
a.btn3{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_services.png) no-repeat;
	cursor:pointer;
}

a.btn3:hover{
	background-position: -103px;
}

/*BUTTON 3 - CURRENT*/
.btn3_current{
	float:left;
}

a.btn3_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_services_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 4 - MANUFACTURERS*/
.btn4{
	float:left;
}
a.btn4{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_manufacturers.png) no-repeat;
	cursor:pointer;
}

a.btn4:hover{
	background-position: -103px;
}

/*BUTTON 4 - CURRENT*/
.btn4_current{
	float:left;
}

a.btn4_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_manufacturers_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 5 - TRAINING*/
.btn5{
	float:left;
}
a.btn5{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_training.png) no-repeat;
	cursor:pointer;
}

a.btn5:hover{
	background-position: -103px;
}

/*BUTTON 5 - CURRENT*/
.btn5_current{
	float:left;
}

a.btn5_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_training_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 6 - REQUEST QUOTE*/
.btn6{
	float:left;
}
a.btn6{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_request_quote.png) no-repeat;
	cursor:pointer;
}

a.btn6:hover{
	background-position: -103px;
}

/*BUTTON 6 - CURRENT*/
.btn6_current{
	float:left;
}

a.btn6_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_request_quote_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 7 - ABOUT US*/
.btn7{
	float:left;
}
a.btn7{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_about_us.png) no-repeat;
	cursor:pointer;
}

a.btn7:hover{
	background-position: -103px;
}

/*BUTTON 7 - CURRENT*/
.btn7_current{
	float:left;
}

a.btn7_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_about_us_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 8 - NEWS*/
.btn8{
	float:left;
}
a.btn8{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_news.png) no-repeat;
	cursor:pointer;
}

a.btn8:hover{
	background-position: -103px;
}

/*BUTTON 8 - CURRENT*/
.btn8_current{
	float:left;
}

a.btn8_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_news_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 9 - CONTACT*/
.btn9{
	float:left;
}
a.btn9{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_contact.png) no-repeat;
	cursor:pointer;
}

a.btn9:hover{
	background-position: -103px;
}

/*BUTTON 9 - CURRENT*/
.btn9_current{
	float:left;
}

a.btn9_current{
	display:block;
	width:103px;
	height:34px;
	background:url(../../images/btn_contact_over.png) no-repeat;
	cursor:pointer;
}

/*BUTTON 10 - PRODUCT LIST*/
.btn10{
	float:left;
}

a.btn10{
	display:block;
	width:147px;
	height:40px;
	background:url(../../images/btn_product_list.gif) no-repeat;
}

a.btn10:hover{
	background-position:-148px 0;
}

/*BUTTON 10 - ASK AN EXPERT*/
.btn11{
	float:left;
}

a.btn11{
	display:block;
	width:153px;
	height:52px;
	background:url(../../images/btn_ask_an_expert.gif) no-repeat;
}

a.btn11:hover{
	background-position:-154px 0px;
}

/********************************************************/
/* FOOTER */
/********************************************************/
#footer{
	width:960px;
	height:24px;
	background-color:#003e6f;
	border-top:1px solid #ff8900;
	color:#FFF;
}

#footer_wrapper{
	margin:3px 0px 0px 10px;
}

a.footer_link{
	font-size:10px;
	font-weight:bold;
}

a.footer_link:link{
	color:#FFF;
	text-decoration: none;
}

a.footer_link:visited{
	color:#FFF;
	text-decoration: none;
}
a.footer_link:hover{
	color:#FFF;
	text-decoration: underline;
}
a.footer_link:active{
	color:#FFF;
}

/********************************************************/
/* COPYRIGHT */
/********************************************************/
#copyright{
	width:960px;
	text-align:center;
	font-size:10px;
	color:#FFF;
	margin-top:5px;
}

.expert_assistance{
	font-size:11px;
	font-weight:bold;
	color:#003e6f;
	margin-bottom:14px;
}

.locations{
	font-size:10px;
	color:#898989;
	text-transform:uppercase;
}

.center{
	margin:auto;
}

.center_text{
	text-align:center;
}

.quote{
	font-size:12px;
}