* {
   padding:0;
   margin:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
html, body {
	min-height:100.2%;
	/*margin-bottom: 2px;*/
    font-size: 85%;
  }
body{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: left;
	background-color:#fff;
	background-image: url(images/page_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.4em;
	color: #F79727;
	padding-top: 10px;
  }
h2 {
	font-size: 1.25em;
	color: #333;
	}
h3 {
	font-size: 1.1em;
	color: #333;
 }
h4, h5, h6 { 
	font-size: 1.05em;
	
}
h4 {
	font-style:italic;
	color: #F89727;
	}
h5 {
	color: #F89727;
	font-style:italic;
	border-bottom: 1px solid #F89727;
   }
h6 {
	color: #E48107;
	border-bottom: 1px solid #E48107;
   }
ol, UL { 
   margin-left: 20px;
   margin-right: 15px;
   }
ol {
 	margin-left: 25px;
 	} 	
p, LI, td {
	color: #303030;
	}
dt { 
   font-weight: bold;
   padding-top: 5px;
   padding-bottom: 5px;
   }
IMG { 
	border: 0;
	}
hr.ruler {
	border:0;
	margin:0;
	background-color: #999;
	height: 1px;
	color: #999;
	}

/*----------- page layout ----------------------------*/   
#printheader {
	display: none;
}
#wrap {
	background-color:#FFFFFF;
  	margin: 0px auto; 
	width: 955px;
	
}

#header {
	width: 955px;
	margin: 0;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 79px;
	
	}
#logo { 
	background-position: top left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height: 56px;
	width: 467px;
}
#navbar {
	background-image:url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	width: 955px;
	margin: 0;
	height: 31px;
	}
#promo-box {
	width: 100%;
	height: 260px;
	background-image:url(images/home_promo.jpg);
	background-color:#DFDFDF;
	position: relative;
	border-top: 1px solid #fff;
	margin-bottom: 2px;
}
#main-content {
	width: 100%;
	margin: 0;
	border-top: 2px solid #fff;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#main-content-inner {
	width: 100%;
	min-height:200px;
  	height:auto !important;
  	height:200px;	
	}

.column {
	width: 235px;
	margin-right: 5px;
	display:inline;
	float: left;
	padding-top: 5px;
}
.column_one {
	width: 263px;
	padding: 25px 10px 0 0px;
	display:inline;
	float:left
}
.column_two {
	width: 430px;
	padding: 10px;
	display:inline;
	float:left
}
.column_three {
	width: 180px;
	padding: 10px;
	display:inline;
	float:left
}

.last {
	margin-right: 0;
}
.p_small{
	font-size: 0.9em;
}

#footer {
	clear: both;
	margin:0;
	width: 940px;
	padding: 15px 10px 0 10px;
	height: 25px;
	background-image:url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer p, #footer a {
	color: #666666;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 0;
	}
#footer	 p  {
	font-size: 0.9em;
}
#foot a:hover {
	text-decoration: underline;
	color: #000033;
	}
#foot_links {
	color: #FFFFFF; 
	display:inline;
	float:right;
	}

.p_big {
	font-size: 1.1em;
	}
.col_header {
	background-image: url(images/box_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
.h1_outline {
	color: #fff;
	padding-left: 5px;
	font-size: 1.2em;
	padding-top: 0px;
}
/*------------------------------------------------------------------------------------------------------------------*/
#search-box {
	padding: 20px 0;
	height: 24px;
	float: right;
	margin: 0;
	width: 200px;
	text-align: right;
	}
#search-box label {
	color:#333;
	font-size: 0.95em;
	margin: 0;
	display: inline;
	line-height: 18px;
	}
#search-box input, #search-box select {
	font-size: 0.95em;
	margin: 0;
	vertical-align: top;
	height: 16px;
	line-height: 16px;
	}
#search-box input.textbox {
	height: 14px;
	margin: 0;
	}
#search-box div, #search-box form {
	margin: 0;
	}
#search-box .button {  
	height: 18px;
	line-height: 18px;
}
#error_box {
	border: 1px dotted #990000; 
	color: #990000;
	padding: 10px;
	font-size: 0.9em;
	}

/* -------------   Links --------*/

a {
	color: #F79727;
	text-decoration: none;
}
a.a_big {
	color: #0E4E82;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E48107;
	text-decoration: underline;
}
  
a.foot_link { 
   color:#CCCCCC;
   text-decoration:none;
   font-size: 0.9em;
   }
a.foot_link:hover, a.foot_link:active   { 
   color:#FFCC99;
   text-decoration:underline;
   font-size: 0.9em;
   
   }
/********** Top Nav buttons    *******/
a.navbutton {
	color: #666666;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	width: 65px;
	padding-top: 3px;
	height: 21px;
	float: left;
	text-align: center;
	}
a.navbutton:hover, a.navbutton:active {
	color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	width: 65px;
	padding-top: 3px;
	height: 21px;
	float: left;
	text-align: center;
}
/* -----------------  Others   ------------ */
.clear { 
	clear: both;
	}
.float_right{ 
	float: right;
	}
.float_left{ 
	float: left;
	}

INPUT,SELECT, TEXTAREA  {
font-family: arial, verdana, ms sans serif;
font-size: 11px
}
.p_dgry_small {
    font-size: 0.9em;     
	 color: #333333}
.p_lgry_small {     
	 color: #999999;
	 font-size: 0.9em;
	 }	 
.formlayout label {
	font-size: 0.95em;
	line-height: 16px;
	padding-top:2px;
	margin-bottom: 2px;
	clear: left;
	width: 150px;
	float: left;
	color:#525252;
	font-weight:bold;
}
.formlayout {
	font-size: 0.95em;
	line-height: 16px;
	padding-top:2px;
	margin-bottom: 2px;
	color:#666666;
}
.formtext {
	margin-left: 150px;
	padding-top:0;
	padding-bottom: 10px;
	}
label.FormLabel {
	clear: left;
	width: 150px;
	float: left;
}

label.error {
	float: none;
	color: #CC0000;
	padding-left: 0.5em;
	vertical-align: middle;
	font-size: 11px;
}

input {
	margin-bottom: 2px;
	height: 18px;
	
	}
input.error {
	border:1px dotted red;
}
select {
	margin-bottom: 2px;
	}
legend {
	color: #5A8503;
	font-size: 1.1em;
	font-weight:bold;
	padding: 3px 10px;
	}
fieldset {
	margin: 3px 10px;
	padding: 5px 10px;
	border: 3px solid;
	border-color: #F2F2F2;
	}
.text_small {
	font-size: 0.85em;
	}
.text_norm {
	font-size: 1em;
	}
.text_center {
	text-align: center;
}
.nospace {
	margin: 0;
	padding: 0;
	}
.p_red {
	color: #990000;
	}
.p_green {
	color: #5A8503;
	}


.quote_box_orange {
	background-color: #F89828;
	color: #FFF;
	font-size: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	width: 245px;
	padding: 15px 30px;
	margin-top: 20px;
	position: relative;
}
.product {
	background-color: #dee0e2;
	background-image: url(images/product_head.jpg);
	background-repeat: repeat-x;
}
.product h1 {
	color: #FFF;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 0;
	padding-top: 0;
}
.product p {
	padding: 0 5px;
}
.product img {
	width: 235px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.row_clear {
	height: 5px;
	clear: both;
}
	
	/* ------------- orange keyline box --------*/
.box_orange {   
	border: 1px solid #F7931E;
	padding: 13px;
	margin-top: 0px;
}
/* ------------- tables --------*/

th {   /* Grey striped Table Headings */
	color: #FFFFFF;
	font-weight:bold;
	background-color: #ABADAF;
	text-align: left;
	padding: 2px 3px;
	}
TD {     /* Defualt table content */
	color: #000000;
	background-color: #E5E5E6;
	text-align: left;
	padding: 2px 3px;
	font-size: 1em;
	}
caption { 
	font-size: 0.8em;
	text-align: left;
	}
	
table.tblplain {   /* Plain table - no color, no borders  */
   border: 0;
}
.tblplain td {
  background-color: #FFFFFF;
  border: 0;
  }




/* ------------- Images --------*/
IMG.imgleft { 
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}
IMG.imgright { 
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ------------- rotating catalog images --------*/
div.pdfRotate{display:block; width:155px; height:175px; background:url(images/pdf/pdfRotate_bg.jpg) no-repeat center center; margin:10px 0;}
div.pdfRotate #pdf{display:block; width:106px; height:150px; position:relative; overflow:hidden; left:36px; top:11px;}
div.pdfRotate #pdf img{width:106px; height:150px; display:block}
/* ------------- rotating catalog images Ends --------*/
