@charset "utf-8";

* {margin:0; padding: 0}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #181818;
	font-weight: normal;
	background: url(images/bg_body.gif) bottom repeat-x fixed;
}

p {
	line-height: 1.4em;
	margin-bottom: 8px;
	}
	
li {line-height: 1.4em;}
	
a {color: #f18e00}

#topNav,  #logo, #intro, #footer {width: 905px; margin: 0 auto;}

#topNav {	
	height: 18px;
	padding-top: 3px;	
	background: url(images/bg_topmenu.gif) no-repeat;
	text-align: right;
	color:#CC6600
	}
#topNav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0 16px;
	}
#topNav a:hover {text-decoration: underline}
	
#logo {
	height: 138px;
	background: url(images/logo.jpg) no-repeat; 
	text-align: right;
	}
	
#intro_text {
	float: left;
	width: 552px;
	padding: 16px 24px;
	}
	
#intro_text ul {
	margin: 0 0 8px 16px;
	}
	
#intro_text h1 {
	font-size: 2em;
	font-weight: normal;
	color: #5f5f61;
	margin-bottom: 16px;
	}
	
	#intro_text h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #ed9005;
	margin: 0 0 16px 0;
	}
	
	#intro_text h3 {
	font-size: 14px;
	color: #262626;
	margin-bottom: 4px;
	}
	
	#intro_text table {margin-bottom: 16px;}
	
	#intro_text th, #intro_text td {
		padding: 4px 6px;
		}
		
	#intro_text th {
		background: #ed9005;
		color: #fff;
		 }
		 
	#intro_text td {
		background: #fff;
		}
	
#intro_buttons {
	float: right;
	width: 287px;
	padding: 24px 0 0 0;
	}
	
#intro_buttons  img {
	margin-bottom: 12px;
	}
	
#wrap {
	width: 898px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(images/bg_wrap.gif) left bottom no-repeat;
	}
#wrap2 {
	background: url(images/bg_wrap2.gif) repeat-y;
	height: 100%;
	}
	
#content {
	float: left;
	width: 672px;
	margin-right: 7px;
	}
	
#content h1 {
	display: block;
	width: 656px;
	height: 24px;
	margin-bottom: 16px;
	padding: 5px 0 0 16px;
	background: url(images/bg_h1-content.gif) no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	}
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #ed9005;
	margin: 0 0 16px 24px;
	}	
#content h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #262626;
	margin-bottom: 16px;
	}
#content h5 {
	font-size: 1em;
	color: #f18b00;
	}
#content ul {
	margin: 0 0 8px 16px;}
	
#sidebar  {
	float: left;
	width: 219px;
	}
	
#sidebar h1 {
	display: block;
	width: 203px;
	height: 24px;
	padding: 5px 0 0 16px;
	margin-bottom: 16px;
	background: url(images/bg_h1-sidebar.gif) no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;	
	}
#sidebar h2 {
	font-size: 1.2em;
	color: #ed9005;
	margin-bottom: 8px;
	}
	
#sidebar ul {
	margin: 0 0 16px 16px;
	list-style-type: none;
	padding-bottom: 8px; 
	}
	
#sidebar li {
	padding-left: 16px;
	line-height: 1.4em;
	background: url(images/bullet01.gif) 0 3px no-repeat;
	}
	
#footer {
	width: 850px;
	margin: 0 auto;
	padding: 8px 24px;}
	

/*================ PRODUCTS ON HOME PAGE =====================*/

ul#productType { 
	list-style-type: none;
	margin: 0 8px;
}
* html ul#productType {margin: 0 6px;}
ul#productType li  {
	float: left;
	margin: 4px;
	}
	
.productType_title {
	padding: 8px 0 12px 0;
	margin-bottom: 4px;
	text-align: center;
	background: url(images/bg_products_title.gif) 50% top no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	}
.productType_title a {color: #fff; text-decoration: none}
	
/*================ MAIN BUTTONS FOR CONTENT PAGES =====================*/

#mainButtons {
	width: 800px; 
	padding: 8px;
	margin: 0 auto;
	text-align: center;
	}
#mainButtons img {margin: 0 32px;}

/*================ PRODUCT LIST PAGE ========================*/

ul.productList {
	float: left;
	margin: 0;
	list-style-type: none;
	}
ul.productList li h6 {
	font-size: 12px;
	color: #f18b00;
	margin-bottom: 16px;
	}
	
ul.productList li {
	float: left;
	display: block;
	width: 175px;
	height: 200px;
	padding: 12px 16px;
	background: url(images/bg_productitem.gif) left bottom no-repeat;
	line-height: 1.3em;
	font-size: 10px;
	}
ul.productList li p {
	margin: 0;
	font-weight: normal;
	}
.productListImage {
	text-align: center;
	height: 108px;
	}
.price strong{ color: #FF3300;}

/*================ PRODUCT DETAILS PAGE =====================*/

#productImage {
	float: left;
	width: 195px;
	padding: 16px;
	}
	
#productDesc {	
	margin-left: 232px;
	padding: 16px 24px 16px 16px;
	}
	
#productNav {
	clear:both;
	padding: 32px 24px;
	text-align: right;
	}
	
#productNav img {float: left}