@charset "utf-8";
/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-image:url(../img/bg.gif)
}
h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#333333;
	margin:10px 0 10px 0;
}
h2{
	font-size:30px;
	font-weight:100;
	margin:0;
}
h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
		
}


a {
	color:#CC0000;
}
a:link{
	color:#CC0000;
}
a:hover{
	color:#FF0000;
}

input {
    color:#000000;
    font-size:11px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
   	text-decoration:none;
	background-color:#cccccc; 
	background-image:url(../img/row_cutting.gif);
	padding:2px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	margin:4px;
}

select {
    color:#000000;
    font-size:11px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
   	text-decoration:none;
	background-image:url(../img/row_cutting.gif);
	padding:2px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	margin:4px;
}

#wrapper{
	position:relative;
	width:980px;
	height:auto;
	background-image:url(../img/bg_wrapper.gif);
	margin:0 auto;
}
.wrapper_spacer{
	/*height:10px;*/
}
#header_cont{
	position:relative;
	width:952px;
	height:50px;
	background-color:#333333;
	background-image:url(../img/bg_header.gif);
	border-left: 4px solid #333333;
	border-right: 4px solid #333333;
	margin:0 auto;
}
#nav_cont{
	width:960px;
	height:21px;
	background-color:#000000;
	background-image:url(../img/bg_nav.gif);
	margin:0 auto;
}
#image_cont{
	position:relative;
	width:960px;
	height:223px;
	background-color:#6699FF;
	margin:0 auto;
}
#body_cont{
	position:relative;
	width:960px;
	height:auto;
	background-color:#ffffff;
	margin:0 auto;
	display:table;
	background-image:url(../img/bg_schematic.gif); 
        padding-bottom:20px;
}
#subnav_cont{
	position:relative;
	width:960px;
	height:18px;
	background-color:#000000;
	background-image:url(../img/bg_subnav.gif);
	margin:0 auto;
}
#footer_cont{
	position:relative;
	width:952px;
	height:45px;
	background-color:#333333;
	background-image:url(../img/bg_footer.gif);
	margin:0 auto;
	padding-top:8px;
	padding-left:8px;
}
#footer_cap{
	position:relative;
	width:960px;
	height:1.5px;
	margin:0 auto;
	border-top: 1px solid #999999;
	background-color:#cccccc;
	border-bottom:1px solid #eeeeee;
}
#header_cap{
	position:relative;
	width:960px;
	height:1.5px;
	margin:0 auto;
	border-top: 1px solid #eeeeee;
	background-color:#cccccc;
	border-bottom:1px solid #999999;
}
#img_home1{
	width:960px;
	height:168px;
	background-image:url(../img/img_home1.jpg);
}
#img_home2{
	width:960px;
	height:55px;
	background-image:url(../img/img_home2.jpg);
}
#img_home_logo{
	position:absolute;
	width:482px;
	height:223px;
	/*background-image:url(../img/img_home_logo.gif);*/
}
#search_cont{
	position:relative;
	float:right;
	clear:right;
	width:320px;
	height:50px;
	background-image:url(../img/bg_search.gif);
}

#search_cont input {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6666666;
	text-decoration:none;
	background-color:#cccccc; 
	background-image:url(../img/row_cutting.gif);
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	margin-top:4px;
	width:140px;
}
/*modx modifications*/
#ajaxSearch_output{display:none;}
#ajaxSearch_form{
	position:absolute;
	margin-left:95px;
	padding-top:12px;
	overflow:hidden;
}
.sitesearchtext{
	position:absolute;
	color:#FFFFFF;
	top:22px;
	left:31px;
}

/*#left_sidebar{
	position:absolute;
	float:left;
	width:254px;
	height:auto;
	background-image:url(../img/bg_panel_shadow.gif);
}
#content{
	position:relative;
	margin-left:250px;
	width:430px;
	height:auto;
	padding:10px;
}
#right_sidebar{
	position:absolute;
	margin-left:705px;
	width:254px;
	height:auto;
	background-image:url(../img/bg_panel_shadow.gif);
}*/

#left_sidebar{
	position:absolute;
	width:254px;
	height:auto;
	background-image:url(../img/bg_panel_shadow.gif);
}
#right_sidebar{
	position:absolute;
	margin-left:705px;
	width:254px;
	height:auto;
	background-image:url(../img/bg_panel_shadow.gif);
	z-index:100;
}
#content{
	margin-left:250px;
	width:430px;
	height:auto;
	padding:10px;
}
.prop{
	float:right;
	width:1px;
	height:120px;
/*	background-color:#00FF00;*/
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#right_sidebar2{
	position:absolute;
	margin-left:705px;
	width:254px;
	height:auto;
	background-image:url(../img/bg_panel_shadow.gif);
	z-index:100;
}
.left_header1{
	position:relative;
	width:244px;
	height:17px;
	padding-top:12px;
	padding-left:10px;
	background-color:#CC0000;
	background-image:url(../img/bg_panel_header1.gif);
}
.left_header2{
	position:relative;
	width:244px;
	height:17px;
	padding-top:4px;
	padding-left:10px;
	background-color:#CC0000;
	background-image:url(../img/bg_panel_header2.gif);
}
.right_header1{
	position:relative;
	width:244px;
	height:17px;
	padding-top:12px;
	padding-left:10px;
	background-color:#6699CC;
	background-image:url(../img/bg_panel_header3.gif);
}
.right_header2{
	position:relative;
	width:244px;
	height:17px;
	padding-top:4px;
	padding-left:10px;
	background-color:#6699CC;
	background-image:url(../img/bg_panel_header4.gif);
}
.panel_content{
	position:relative;
	width:236px;
	height:auto;
	padding:2px;
	margin-left:7px;
	background-color:#eeeeee;
	background-image:url(../img/bg_panel.gif);
}
.panel_content_links{
	position:relative;
	width:236px;
	height:auto;
	padding:2px;
	margin-left:7px;
	background-color:#eeeeee;
	background-image:url(../img/bg_panel.gif);
	font-weight:bold;
	font-size:12px;
}
.panel_bottomcap{
	poisiton:relative;
	width:254px;
	height:11px;
	background-image:url(../img/bg_panel_bottomcap.gif);
	background-repeat:no-repeat;
	margin-bottom:-10px;
	_margin-bottom:-13px;
	
}
.clear{
	clear:both;
}
.panel_content ul{
	list-style-position:inside;
	list-style-type: square;
	margin:0;
	margin-left:-30px;
	_margin-left:0;
	*margin-left:0;
}
.panel_content ul li{
	list-style-image: url(../img/arrow0.gif);
	margin-top:5px;
	margin-bottom:5px;
}

.panel_content ul li a,.panel_content ul li a:link{
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	list-style-image: url(../img/arrow0.gif);
}
.panel_content ul li a:hover{
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	list-style-image: url(../img/arrow.gif);
}


.panel_content_links ul{
	list-style-position:inside;
	list-style-type: square;
	margin:0;
	margin-left:-30px;
	_margin-left:0;
	*margin-left:0;
}
.panel_content_links ul li{
	list-style-image: url(../img/arrow0.gif);
	margin-top:5px;
	margin-bottom:5px;
}

.panel_content_links ul li a,.panel_content_links ul li a:link{
	font-size:14px;
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	list-style-image: url(../img/arrow0.gif);
}
.panel_content_links ul li a:hover{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	list-style-image: url(../img/arrow.gif);
}

#main_nav{
	margin-top:-2px;
	text-align:center;
	padding-top:5px;
	*margin-left:40px;
	_margin-left:0px;
}
#main_nav ul{
	list-style-position:inside;
	margin:0;
	margin-left:-35px;
	_margin-left:-5px;
}
#main_nav ul li{
	display:inline;
	list-style-type:circle;
	margin-left:-3px;
}
#main_nav ul li a,#main_nav ul li a:link,#main_nav ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../img/bg_nav0.gif);
	padding:3px 7px 3px 7px;

}
#main_nav ul li a:hover{
	background-image:url(../img/bg_nav_hover.gif);
}
.copyright{
	font-size:10px;
	color:#FFFFFF;
}
#subnav{
	float:right;
	font-size:10px;
	margin-top:2px;
	margin-right:4px;
	color:#CCCCCC;
}

#subnav a:link,#subnav a{
	color:#CCCCCC;
	text-decoration:none;
}
#subnav a:hover{
	color:#CC0000;
	text-decoration:none;
}
.announcements{
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:14px;
	padding:10px;
}
.request{
	text-align:center;
}
.clearfix:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 

.newBFC {
	overflow: hidden;
}

/* Hide from ie Mac \*/
* html .newBFC {
	overflow: visible;
	overflow-x:hidden;
	height: 0;
}
/* End hide */

/*\*//*/ 
.newBFC {display: inline-block;}
/**/


/*subpage specific*/

#subimage_cont{
	position:relative;
	width:960px;
	height:119px;
	background-color:#6699FF;
	margin:0 auto;
}

#img_sub1{
	width:960px;
	height:64px;
	background-image:url(../img/img_sub1.jpg);
}
#img_sub2{
	width:960px;
	height:55px;
	background-image:url(../img/img_sub2.jpg);
}

/*#subheader{
	margin-left:250px;
	width:704px;
	height:60px;
	float:right;
	background-image:url(../img/bg_subheader.jpg);
}*/
#subheader{
	position:relative;
	width:450px;
	margin-left:-6px;
	margin-top:-10px;
	height:60px;
	background-image:url(../img/bg_subheader.jpg);
	top:0px;
}
#subheader2{
	position:relative;
	width:600px;
	margin-left:-6px;
	margin-top:-10px;
	height:60px;
	background-image:url(../img/bg_subheader.jpg);
	top:0px;
}
#esubheader{
	position:relative;
	width:600px;
	margin-left:-6px;
	margin-top:-10px;
	height:60px;
	background-image:url(../img/bg_esubheader.jpg);
	top:0px;
}
.subheader_title{
	position:relative;
	width:auto;
	height:auto;
	padding-top:15px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
.product_title{
	padding-left:10px;
	height:auto;
	width:auto;
}
#subcontent{
	margin-left:250px;
	width:680px;
	height:auto;
	padding:10px;
}
#requestquote{
	display:none;
	position:absolute;
	width:206px;
	height:75px;
	margin-left:508px;
	margin-top:-30px;
}
.tabcontent{
	position:relative;
	padding:0;
	float:left;
	width:450px;
	clear:both;
}
#img_product{
	position:relative;
	float:right;
	width:202px;
	height:255px;
	border:1px solid #ddd;
}
#img_product2{
	position:relative;
	float:right;
	width:202px;
	height:255px;
	border:1px solid #ddd;
	margin-top:8px;
}
.request_bottom{
	border-top:0px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width:99.8%;
	_width:100%;
	text-align:center;
	background-image:url(../img/bg_tabcontent.gif);
}
.right_sidebar_box1{
	padding:4px;
	text-align:left;
}

/*Contact Panels*/

.form_panel{
	background-image:url(../img/bg_formpanel.gif);
	border:1px solid #cccccc;
	width:420px;
	height:auto;
	padding-bottom:10px;
	padding-left:10px;
	padding-rignt:10px;
	margin:10px;
	
}
#rfq_submit{
	background-image:url(../img/bg_formpanel.gif);
	border:1px solid #cccccc;
	text-align:center;
	width:430px;
	height:auto;
	margin:10px;
	padding-top:30px;	
}
.form_panel td{
	border:1px dotted #eeeeee;
}

.form_panel_txtbox{
	width:200px;
}
.form_panel_txtbox1, .form_panel_txtbox2, .form_panel_txtbox3{
	background:none;
	/*border:1px solid #333333;*/
	border:none;
}
.form_panel_txtbox1{
	width:25px;
}
.form_panel_txtbox2{
	width:120px;
}
.form_panel_txtbox3{
	width:200px;
}
.form_panel_txtarea{
	width:200px;
	height:100px;
	margin-left:2px;
	background-image:url(../img/bg_panel.gif);
}

.header_form_panel{
	padding:3px 0px 0px 3px;
	margin-bottom:10px;
}
.rfq_col1{
	width:260px;
	text-align:right;
}
.rfq_col2{
	text-align:left;
}
.form_radio{
	background:none;
}
.captcha{
	border: 1px solid #cccccc;
	margin-left:4px;
}
.errors{
	color:#CC0000;
}
.error_form{
	color:#CC0000;
	text-align:right;
}
.error_form_left{
	color:#CC0000;
	text-align:left;
}
.emergency{
	background-image:none;
	background-color:#FFFF00;
}
#emergency2{
	position:absolute;
	background-image:none;
	left:770px;
	top:300px;
	*top:120px;
	_top:120px;
	

}
#emergency{
	top:10px;
	position:relative;
	background-image:none;
}
.tbl_emergency1{
	border:1px solid #000000;
	border-right:0;
	
}
.tbl_emergency1 td{
	border-right:1px solid #000000;
	padding:5px;
}
.tbl_emergency2 td{
	padding:0px 5px 5px 0px;
	font-weight:bold;
	
}
.tbl_header{
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../img/bg_tblheader.gif);
}
#ico_emergency{
	display:none;
	position:absolute;
	width:116px;
	height:116px;
	background-image:url(../img/ico_emergency.gif);
	margin-left:800px;
	*margin-left:550px;
	*margin-top:-60px;
	_margin-left:550px;
	_margin-top:-70px;
}
.prod_header{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.prod_header td{
	padding:5px;
	border-left: 1px solid #ddd;
}
.prod_table td{
	padding:0px;
	background-image:url(../img/bg_prodtable.gif);
}
.prod_td_head{
	background-image:url(../img/bg_prodheader.gif);
}
.prod_td_no, .prod_td_qty, .prod_td_part, .prod_td_desc{
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}
.prod_td_desc{
	border-right: 1px solid #333;
}
.prod_td_no{
}

.right_sidebar_box1 h3{
	color:#333333;
	display:none;
}

.part_panel_txtbox1{
	width:36px;
}
.part_panel_txtbox2{
	width:100px;
}
.part_panel_txtbox3{	
	width:200px;
}


#moveable{
	position:absolute;
	top:120px;
	z-index:100;
	left:800px;
	
}


