@charset "utf-8";
/* CSS Document */
body { 
	color:#000; 
	font-size:90%; 
	font-family:Arial, Helvetica, sans-serif; 
	background-color: #FFF; 
	margin:0px;
	background-color:#FFF;
}
a { color: #000; text-decoration:underline; }
a:hover { color:#E96D1F; }
h1 { 
	margin-top: 0px;
	padding-bottom: 30px;
	font-size: 135%;
	letter-spacing: .1em;
}
h2 { font-size: 120%; }
td { color: #333333; font-size: 80%; }
.bigger {
	font-size: 120%;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
	padding-top: 20px;
}
.smaller { font-size: 90%; }
.larger_bolder { font-weight: bolder; font-size: 120%; color:#E96D1F; text-decoration:underline; }
table { text-align: left; vertical-align: top; }
.product_table_heading { background-color:#E96D1F; font-weight: bold; }
.product_table_subheading { background-color: #f4ae7f; font-weight: bold; }
.product_table_row { background-color: #fbe2cf; }
.general_details { }
.product_table_normal{background-color: #FFF; font-weight: normal;}
#product_image { }
#product_caption { font-weight: bold; }
li { font-size: 90%; }

/* 
Colors Scheme
=============
Orange #E96D1F
Black #000
White #FFF
*/
#wrapper { 
	margin-bottom:0px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px; 
	width:1000px; 
}
#container {  }
#b2t { padding-top: 25px; padding-right: 15px; text-align:right; }

/* ----- Header ----- */
#header {
	background-color: #E96D1F;
	background-image: url(images/bg_head.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-bottom: 15px;
	letter-spacing: .1em;
	font-size: 90%;
	float:left;
	width:1000px;
}
#header_logo { float: left; width: auto; margin-left:10px; }
#header_nav { float:left; width:auto; margin-left:170px; margin-top:25px; }
#header a { text-decoration:none; padding-left:5px; padding-right:5px; }
#header a:hover { color: #000; text-decoration:underline; }

/* ----- Sidebar ----- */
#sidebar { 
	width: 250px;
	padding-left: 10px;
	padding-bottom: 50px;
	float: left;
	margin-top: 35px;
	color: #000;
	font-size: 90%;
}
#sidebar a { padding-left: 7px; border-left: #000 solid 2px; text-decoration: none; font-weight:bold; }
#sidebar a:hover { border-left: #E96D1F solid 2px; }
#sidebar img { padding-top: 7px; padding-bottom: 7px; border-left: #000 solid 2px; }

/* ----- Contents Right ----- */
#contents_right {
	float: right;
	width: 570px;
	padding-right: 100px;
	padding-left: 50px;
	padding-bottom: 50px;
	margin-top: 35px;
	text-align: justify;
}
#contents_right a { color: #000; text-decoration: none; font-weight: bolder; }
#contents_right a:hover { color: #E96D1F; }
a.catalog_download {	
	font-size: 120%;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: underline;
	padding-top: 20px; color:#E96D1F; 
}
#catalogLink a { 
	font-size: 120%;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 20px; 
	color:#E96D1F;
}
#catalogLink a:hover { 
	color:#000;
}
/* ----- Footer ----- */
#footer {
	background-image: url(images/bg_foot.jpg);
	background-repeat: repeat-x;
	font-size: 70%;
	float: left;
	width: 1000px;
	min-height: 50px;
}
#foot_left { width:auto; float:left; margin-left: 15px; padding-top: 15px; padding-bottom:10px; }
#foot_right { width:auto; float:right; margin-right: 15px;; margin-top:30px; }
#footer a { color: #000; text-decoration:none; }
#footer a:hover { color: #000; text-decoration:underline; }

/* ----- Home Page Variants ----- */
#container_home { 
	float: left; 
	width:1000px; 
	min-height:431px;
	background-color: #E96D1F;
	background-image: url(images/oilrig.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
#content_home { padding-left:50px; padding-right: 50px; width:450px; float: left; margin-top: 75px; }