@charset "utf-8";
/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
body {
	background: #191919 url(images/bg.png) repeat-x left top;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
h1 {
	font-size: 28px;
	color: #26AED0;
	margin: 0;
}
h1 span {
	font-size: 18px;
	color: #FFF;
	margin: 0;
}
h2 {
	font-size: 18px;
	color: #F37321;
	margin: 0;
}

h3 {
	color: #bc7321;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
}

s{
color:#FF0000;

}

u{ font-size:14px;}

.productSpecialPrice{
color:#FF0000;


}

img {
	border: none;
}
input, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F37321;
}
.logo {
	background: url(images/logo.jpg) no-repeat left top;
	width: 416px;
	height: 158px;
	float: left;
}
.logo a {
	display: block;
	width: 416px;
	height: 158px;
	text-decoration: none;
}
.toptools {
	float: right;
	margin: 56px 0 0 0;
	width: 325px;
}
.toptools a {
	color: #09F;
	text-decoration: none;
}
.toptools a:hover {
	color: #F90;
	text-decoration: none;
}
.toptools .shoppingcart {
	background: url(images/shoppingcart.gif) no-repeat left center;
	padding: 0 0 0 18px;
}
.nav {
	position: absolute;
	z-index: 100;
	width: 780px;
	height: 41px;
	margin: 142px 0 0 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav ul li {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: 132px;
	text-align: center;
	line-height: 41px;
}
.navactivewide,
.navmenuwide{
	min-width: 171px;
}

.navlast,
.navactivelast {
	margin: 0px;
}
.nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 41px;
}

.navmenu a:hover,
 .nav .navactive,
.navlast a:hover,
.navactivelast
 {
	background: url(images/navbg.png) no-repeat left top;
}

.navactivewide,
.navmenuwide a:hover {
	background: url(images/navbg2.png) no-repeat left top;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
.mbg {
	background: url(images/mbg.jpg) repeat-y left top;
}
.mtbg {
	background: url(images/mtbg.jpg) no-repeat left top;
	padding: 60px 0 0 0;
}
.footer {
	background: url(images/footer.jpg) no-repeat left top;
	height: 157px;
}
.footer p {
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}
.footer a {
	color: #F60;
	text-decoration: none;
}
.footer a:hover {
	color: #F90;
	text-decoration: none;
}
.category {
	margin: 0;
	padding: 15px 0 15px 0;
	list-style-type: none;
}
.category li {
	margin: 0;
	padding: 0 0 3px 10px;
	background: url(images/arrow.gif) no-repeat left 6px;
}

.category sub_li {
	margin: 0;
	padding: 0 0 3px 30px;
	background: url(images/arrow.gif) no-repeat   20px 5px;
}

.category li a {
	color: #FFF;
	text-decoration: none;
}
.category li a:hover {
	color: #999;
	text-decoration: underline;
}
.title {
	font-size: 26px;
	color: #F37321;
}
.title2 {
	margin: 0;
	padding: 0 0 10px 0;
}
.title2 a {
	color: #FFF;
	text-decoration: none;
}
.title2 a:hover {
	color: #F90;
}
.fimgs img {
	border: 3px solid #FFF;
}
.fimgs a:hover img {
	border: 3px solid #999;
}
.factories {
	width: 100%;
}
.price {
	font-size: 14px;
	color: #F90;
}

.searchbox {
	padding: 0 2px;
	height: 19px;
	border: none;
	background-color: #FFF;
}

.pageHeading{
    font-size: 26px;
	color: #F37321;
}

.pageHeading2{
    font-size: 14px;
	color: #F37321;
}

.box1 {
	background-color: #484443;
	border: 1px solid #2d2929;
	padding: 10px;
	margin-bottom: 10px;
}
.box2 {
	background-color: #383232;
	border: 1px solid #2d2929;
	padding: 10px;
	margin-bottom: 10px;
}

