body {
	font-family: Arial, Helvetica;
	font-size: 90%;
	margin:0 auto;
	min-width:1100px;
	width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica;
	font-weight: normal;
}
h1, h2 {
    text-transform: uppercase;
	font-size: 110%;
    font-weight: bold;
	color: #FC100B;
}
h3 {
    font-family: Times;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FC100B;
}
h4 {
	font: bold 70% Verdana, Helvetica;
	text-transform: uppercase;
	color: #FC100B;
	margin-bottom: 3px;
}
a {
	font-family: Arial, Helvetica;
	text-decoration: underline;
	color: #FC100B;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
.page-head, 
h1,
.category-head,
.recently h3 {
	color: #FC100B;
    padding-bottom: 35px;
    padding-top: 7px;
    
}

/*
 * Layout
 */
.container {
	width: 100%;
	display:inline;
	text-align: center;
	clear: both;
    float: left;
	background-color:#EEEEEE;
}
.middle {
	margin: 0px auto;
	text-align: left;
	width: 940px;
}
.middle2 {
	text-align: left;
	width: 940px;
}
.side-col {
	display:inline;
	margin-top: 10px;
	width: 220px;
	float: left;
}
.col-left {
	margin-right: 9px;
}
.col-right {
	display:inline;
	float: right;
    margin-left: 9px;
}
.col-main {
	display: inline;
	float: left;
	margin: 10px 0px 0px;
}
.col-1-layout .col-main {
	float: none;
} 
.col-2-left-layout .col-main,
.col-2-right-layout .col-main {
	width: 710px;
}
.col-3-layout .col-main {
	width: 480px;
}
.header-cnt {
	background-image: url(../images/gradient-bg.gif);
	background-repeat: repeat-x;
}
.footer-cnt {
	background-image: url(../images/gradient-bg_black.gif);
	background-repeat: repeat-x;
}
.header-cnt {
	background-position: left 30px;
}
.footer-cnt {
	display:inline;
	float: left;
    width: 100%;
    padding: 10px 0px;
	margin-top: 10px;
}

/*
 * Header
 */
#header {
    font-size: 90%;
	position: relative;
	zoom:1;
	height: 127px;
}
#header .cart ul {
	display:inline;
	float: right;
	margin-left: 5px;
}
#logo {
	position: absolute;
	top: 50px;
	left: 0px;
}
.cart {
	position: absolute;
	padding-left: 23px;
	font-size: 14px;
	top: 5px;
	right: 7px;
    line-height: 18px;
	width: 235px;
	*width: 245px;
	background: url(../images/icon-cart.gif) no-repeat left top;
}
.user-menu {
	position: absolute;
	top: 7px;
	left: 5px;
}
.user-menu a {
	color: #dd0011;
	font-size: 14px;
}
.contact-info {
	position: absolute;
	top: 40px;
	left: 400px;
	text-align: center;
}
.contact-info p {
	color: #43474b;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 4px;
}
.greetings {
	position: absolute;
	top: 38px;
	right: 7px;
}
.greetings p {
	color:#FFFFFF;
	font-size: 14px;
    line-height: 18px;
}

/*
 * Side columns
 */
.form-search .input-text {
	width: 80%;
	background: #f5f5f5;
	position:relative; zoom:1;
	margin-right: -2px;
}
.form-search .input-text:focus {
	background: #fff;
}
.form-search .submit-search {
	width: 30px;
	padding: 1px 0px 2px;
	border: none;
	color: #fff;
	background: #b4c6d1;
}

/*
 * Navigation
 */
.menu-bar-cnt {
    background: url(../images/menu-bar-bg.gif) repeat-x left top;
    float: left;
    width: 100%;
	display:inline;
	zoom:1;
	position: relative;
	z-index: 500;
	
}
.menu-bar {
	float: left;
	display:inline;
	height: 39px;
	width: 937px;
}
ul.nav {
}
ul.nav li {
    background: url(../images/menu-bar-pipe.gif) no-repeat left top;
	position: relative;
	zoom:1;
    padding: 0px 20px;
}
ul.nav li.first-item {
	background: none;
}
ul.nav li a {
	float: left;
	color: #fff;
	font-weight: bold;
    font-size: 75%;
	display:inline;
	text-decoration: none;
    line-height: 39px;
}
ul.nav li a:hover {
	color: #EFDCD1;
    text-decoration: underline;
}
ul.nav li ul {
    display: none;
    position: absolute;
    z-index: 999;
    width: 120px;
    top: 30px;
    .top: 39px; /* IE 6-7 hack */
    left: 3px;
    padding-top: 6px;
    padding: 3px 10px 0px;
    background: #fff;
    border-bottom: 2px solid #bb0a1d;
}
ul.nav li ul li ul {
    left: -9999px;
    z-index: 9999;
    background: #fff;
}
ul.nav li ul li.over > ul {
    top: 0px;
    left: 45px;
}
ul.nav li ul li {
    background: url(../images/line-horizontal-dotted.gif) repeat-x left top;
    width: 120px;
    padding: 2px 0px 3px;
    z-index: 999;
}
ul.nav li ul li:first-child {
	background: none;
}
ul.nav li ul li a {
	font: bold 11px Tahoma, Helvetica, sans-serif;
	line-height: 18px;
    display: block !important;
	width: 120px;
	color: #890a18;
}
ul.nav li ul li a:hover,
ul.nav li ul li.over > a {
	color: #000;
}
ul.nav li:hover ul {
    display: block;
}

/*
 * Sidebox navigation
 */
#nav li {
	line-height: 20px;
}

#nav .level1 ul{
	display: none;
}

#nav li a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #555;
}
#nav li a:hover {
	color: #890a18;
}

/*
 * Content
 */
.welcome-banner {
    margin-top: 6px;
    position: relative;
	zoom:1;
	z-index: 10;
    width: 936px;
    height: 163px;
    background: url(../images/welcome-bg.jpg) no-repeat left top;
}
.welcome-banner .title {
    position: absolute;
    width: 390px;
    height: 44px;
    right: 26px;
    top: 15px;
    text-indent: -9999px;
    background: url(../images/welcome-header.gif) no-repeat left top;
}
.welcome-banner .text {
    position: absolute;
    width: 448px;
    height: 71px;
    right: 26px;
    top: 71px;
    text-indent: -9999px;
    background: url(../images/welcome-text.gif) no-repeat left top;
}

#content {
	margin-bottom: 20px;
    font-size: 90%;
}

/*
 * Footer
 */
#footer {
    font-family: Arial,Helvetica,sans-serif;
    height: 45px;
	position: relative;
	zoom:1;
	text-align: center;
}
#footer a {
	color:#CC0000;
    font: 14px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.cards-we-accept {
	position: absolute;
	top: 18px;
	left: 5px;
	text-indent: -9999px;
	height: 26px;
	width: 165px;
	background: url(../images/payment-accepted.gif) no-repeat left top;
}

.footer-image {
	position: absolute;
	top:  0px;
	left: 5px;	
}


.copyright {
	color:#FFFFFF;
	font-size: 14px;
    position: absolute;
    right: 0px;
    top: 30px;
}
#bottom_logo .copyright {
	color:#FFFFFF;
	font-size: 75%;
	position:relative;
	top:0px;
	right:0px;
}
.footer-links {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 115%;
}


/*
 * Product Listing
 */
.generic-product-grid {
	clear: both;
}
.product-image {
	display: block;
	text-align: center;
}
.product-name {
	color: #FC100B !important;
	font-size: 11px;
	line-height: 12px;
}
.generic-product-grid .action-buttons {
	margin: 3px 0px;
}
.price-box {
	clear: both;
	margin: 4px 0px;
}
.old-price, 
.special-price, 
.regular-price,
.our-price,
.minimal-price {
	font-size: 11px;
	color: #494949;
} 
.special-price .price,
.our-price .price {
	color: #f0551f;
}
.old-price .label,
.special-price .label,
.regular-price .label,
.our-price .label,
.minimal-price .label {
	font-weight: bold;
}
.out-of-stock {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px 2px;
	text-align: right;
}

/*
 * Product view
 */
.product-info-box .product-name {
	font: bold 14px Arial, Helvetica, sans-serif !important; 
	text-indent: 20px;
	color: #ab3100 !important;
	width: 708px;
	padding-bottom: 15px;
	background: url(../images/product-name-bg.gif) repeat-x left bottom;
}
.product-info-box h4 {
	color: #ab3100 !important;
	clear: both;
	margin: 5px 0px;
}
.product-specs {
	clear: left;
}
.short-description {
	margin-top: 7px;
	clear: left;
}
.full-description {
	margin-top: 7px;
	clear: left;
}

/*
 * Compare products
 */
li.block-compare-item {
    border-bottom: 1px dotted #e8e8e8;
}
li.block-compare-item.last {
    border: none !important;
}
li.block-compare-item.odd {
}

.actions {
	margin-top: 4px;
}
input#newsletter {
	width: 194px;
}

/*
 * Cart sidebar
 */
#cart-sidebar .product-image {
	float: left;
	display:inline;
}

.data-table {
	clear: left;
}


.my-review-detail .description {
	font-size: 90%;
	line-height: 1.2em;
	padding: 3px 5px; 
}

/*
 * Layered navigation
 */
#narrow-by-list dt {
	font-weight: bold;
	padding: 5px 0px 3px 0px;
}
#narrow-by-list li {
	line-height: 18px;
}

/*
 * User menu
 */
.box-user .content {
	font-size: 85%;
}
.box-user .content {
	padding: 0px 14px !important;
}
.box-user .input-text {
	padding: 3px 4px;
	border: 1px solid #000;
	font-size: 11px;
	width: 183px;
	margin-bottom: 5px;
}

/*Custom Styles*/
li.level0 a span{
	font-weight:bold;
	color:#FF0000;
}
li.level0 a:hover span{
	font-weight:bold;
	color:#333333;
}
li.level1 a span{
	font-weight:normal;
	color:#666666;
}
li.level1 a:hover span{
	font-weight:normal;
	color:#FF0033;
}
.level1{
    margin-left: 10px !important;
	color:#66FF00;
}
div{
color:#333333;}

#menu_hotline{
	position:relative;
	top:100px;
	left:482px;
	width:500px;
}
.recent-bottom{
	border:none 0px !important;
}
.tbl-title h4{
	color:#FFFFFF;
}

table.tablebg ul li a { color:#FF0000; display:inline; float:none; font-size:100%; font-weight:bold; line-height:39px; text-decoration:none; }
table.tablebg ul.profile-icons li a { display:block; }
.webboard_headline { padding-left:20px; background:url(/images/favicon.gif) no-repeat left 2px;  }