/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
h1 {
	margin-bottom: 10px;
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
a {
	color: #475213;
	font-weight: bold;
}
a:hover {
	color: #000;
}
p {
	margin-bottom: 5px;
	line-height: 14px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}
body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../img/bgr_body.jpg) repeat top left;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	border: 5px solid #333;
	border-top: none;
	border-bottom: none;
	background: #fff url(../img/bgr_wrapper.gif) repeat-y center top;
}
/**** header ****/
#header {
	position: relative;
	width: 970px;
	height: 232px;
	padding-top: 120px;
	background: url(../img/header_031009.jpg) no-repeat center top #0C0C0C;
}
#flash_movie {
	float: left;
	width: 730px;
}
#slogan {
	float: right;
	width: 240px;
}
#slogan img {
	display: block;
}
#top-menu {
	position: absolute;
	margin-top: -110px;
	float: right;
	color: #FFF;
	width: 960px;
	text-align: right;
}

#top-menu a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;

}

#top-menu a:hover{
	text-decoration: underline;

}

#main_menu {
	padding: 0 10px;
	background: url(../img/main_menu.gif) repeat-x center;
}
#main_menu li {
	float: left;
	margin-right: 10px;
	padding-left: 15px;
	background: url(../img/bullet_1.gif) no-repeat center left;
	list-style: none;
}
#main_menu li, #main_menu li a {
	line-height: 32px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#main_menu li a:hover {
	text-decoration: underline;
	}
/**** content ****/
#content {
	position: relative;
	background: url(../img/bgr_content.jpg) no-repeat top center;
	z-index: 3;
}
#content h1 {
	text-indent: -1000em;
}
#categories {
	position: relative;
	width: 970px;
	height: 270px;
	margin-bottom: 20px;
	background: url(../img/categories.jpg) no-repeat center top;
}
#categories a {
	position: absolute;
	top: 25px;
	width: 210px;
	height: 220px;
	text-indent: -1000em;
	text-decoration: none;
} 
#cat_1 {
	left: 30px;
}
#cat_2 {
	left: 255px;
}
#cat_3 {
	left: 490px;
}
#cat_4 {
	right: 30px;
}
#welcome {
	float: left;
	width: 410px;
	padding: 0 50px 0 30px;
}
#welcome p {
	margin: 5px 0;
	line-height: 1.5;
	}
#contacts_brief {
	float: left;
	width: 220px;
	padding: 0 20px 0 0;
}
#featured_product {
	float: right;
	width: 210px;
	padding: 0 15px 0 0 !important; 
}
#right_column {
	float: right;
	width: 225px;
	padding: 20px 0 0 0;
}
#right_column #featured_product {
	float: none !important;
	width: 225px;
	padding: 0;
	align: center;
}
.product {
	display: block;
	width: 210px;
	height: 270px;
	text-decoration: none;
	background: url(../img/bgr_product.gif) no-repeat center;
}
.product img {
	width: 186px;
	height: 186px;
	align: center;
	margin: 10px;
	border: 2px solid #888;
}
.product:hover img {
	border-color: #000;
}
.product h2, .product p {
	text-align: center;
	color: #fff;
}
.product h2 {
	margin: 7px 0;
}
.product p {
	font-size: 18px;
	font-weight: normal;
}
.product:hover p, .product:hover h2 {
	color: #000;
}
/**** products *****/
#text {
	padding-bottom: 100px !important;
	}
#text h1.aboutus {
	background: url(../img/t_aboutus.gif) no-repeat center left;
	}
#text h1.warranty {
	background: url(../img/t_warranty.gif) no-repeat center left;
	}
#text h1.returns {
	background: url(../img/t_returns.gif) no-repeat center left;
	}
#basket h1 {
	background: url(../img/t_shopping_cart.gif) no-repeat center left;
	}
#text p {
	margin: 15px 0;
	line-height: 1.4;
	}
.warranty_table {
	border: 1px solid #000;
	}
.warranty_table td {
	padding: 5px;
	background: #ececec;
	}
.warranty_table th {
	padding: 5px;
	color: #fff;
	background: #999;
	}
.wt_price {
	font-weight: bold;
	color: #fff;
	background: #d81b07 !important;
	}
.disclaimer {
	font-size: 10px;
	}
#order h1 {
	background: url(../img/t_order_details.gif) no-repeat;
	}
#ordertable {
	width: 680px;
	margin: 10px 20px 10px 0;
	border: 1px solid #000;
	}
#ordertable td {
	padding: 5px;
	background: #ececec;
	}
#ordertable th {
	padding: 5px;
	background: #ccc;
	text-align: right;
	}
#ordertable input {
	width: 400px;
	}
#ordertable h3 {
	margin: 10px 0;
	color: #E02F0D;
	}
#ordertable span {
	color: #e02f0d;
	font-weight: bold;
	}
#ordertable h1 {
	margin: 5px;
	color: #fff;
	background: none;
	text-indent: 0;
	}
#ordertable select {
	width: 166px;
	}
#ordertable p {
	margin: 5px 0;
	line-height: 1.4;
	}
.on_button {
	margin-bottom: 60px;
	width: 210px;
	height: 34px;
	border: 0;
	cursor: pointer;
	background: #d81b07 url(../img/b_ordernow.gif) no-repeat center;
	border: 2px solid #000;
	}
.pn_button {
	margin-bottom: 60px;
	width: 210px;
	height: 34px;
	border: 0;
	cursor: pointer;
	background: #d81b07 url(../img/b_paynow.gif) no-repeat center;
	border: 2px solid #000;
	}
#details, #basket {
	padding-bottom: 80px !important;
	}
#details p {
	margin: 5px 20px 5px 0;
	line-height: 1.5;
	}
#details h1.epa {
	margin: 10px auto 20px auto;
	text-indent: 0;
	text-align: center;
	background: none;
	}
#details h1.epa span {
	font-size: 12px;
	font-weight: normal;
	}
#details .big_image {
	margin: 20px;
	height: 360px !important;
	width: 360px !important;
	}
#details .prices {
	}
#details .prices img {
	float: right;
	width: 430px;
	margin: 10px 20px !important;	
	}
#details .prices table {
	width: 200px;
	margin: 10px 0 !important;	
	border: 1px solid #000;
	}
#details .prices h1 {
	margin: 2px 0;
	text-indent: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom: 2px solid #000;
	background: none;
	}
#details .prices table td {
	width: 30%;
	padding: 5px;
	color: #fff;
	background: #d81b07;
	font-weight: bold;	
	}
#details .prices table th {
	width: 70%;
	padding: 5px;
	background: #ececec;
	}	
#details .prices table th h1 {
	border: 0;
	}
#details .prices select {
	width: 200px;
	}
#details .prices .button {
	width: 210px;
	height: 34px;
	border: 0;
	cursor: pointer;
	background: #d81b07 url(../img/b_addtocart.gif) no-repeat center;
	border: 2px solid #000;
	}
#details .p_details {
	width: 670px;
	border: 1px solid #000;
	}
#details .p_details h1 {
	background: none;
	text-indent: 0;
	padding: 0 5px;
	margin: 0;
	font-size: 20px;
	}
#details .p_details th {
	width: 25%;
	padding: 5px;
	color: #fff;
	background: #999;
	vertical-align: top;
	}
#details .p_details td {
	width: 75%;
	padding: 5px;
	background: #ececec;
	}
#details .prices .epa {
	width: 680px;
	margin-right: 20px !important;
	}	
#details .prices .epa h2 {
	margin: 5px 10px;
	font-size: 18px;
	}
#details h2 {
	margin: 20px 0;
	font-size: 24px;
	}
#shoppingtable {
	margin: 10px 20px 10px 0;
	border: 1px solid #000;
	}
#shoppingtable h1 {
	text-indent: 0;
	background: none;
	}
#shoppingtable img {
	width: 180px;
	}
#shoppingtable th {
	padding: 5px;
	color: #fff;
	background: #d81b07;
	vertical-align: top;
	}
#shoppingtable input {
	width: 40px;
	font-size: 18px;
	}
#shoppingtable a {
	color: #d81b07;
	}
#shoppingtable a:hover {
	color: #000;
	}
#shoppingtable td {
	padding: 5px;
	}
#shoppingtable .odd td {
	background: #ececec;
	}
#shoppingtable .even td {
	background: #f9f9f9;
	}
#shoppingtable .footer td {
	color: #fff;
	background: #999;
	font-weight: bold;
	}
#products, #text, #details, #basket, #order {
	width: 699px;
	padding: 20px 0 60px 30px;
	border-right: 1px solid #ddd;
	}
#products .product_1 {
	float: left;
	margin: 0 20px 20px 0;
}
.product_1 {
	width: 320px;
	background: #ddd;
	text-decoration: none;
}
.product_1 img {
	width: 300px;
	height: 300px;
	margin: 10px;
	border: 2px solid #888;
}
.product_1:hover img {
	border-color: #000;
}
.product_1 h2 {
	padding-top: 5px;
	border-top: 2px solid #fff;
}
.product_1 h2, .product_1 p {
	text-align: center;
	color: #fff;
	margin: 0;
}
.product_1 h2.product_c1, .product_1 p.product_c1 {
	background: #2758b3;
}
.product_1 h2.product_c5, .product_1 p.product_c5 {
	background: #d81b07;
}
.product_1 h2.product_c6, .product_1 p.product_c6 {
	background: #64a149;
}
.product_1 h2.product_c7, .product_1 p.product_c7 {
	background: #facc0d;
}
.product_1 p.price_1 {
	padding: 3px 0 10px 0;
	font-size: 14px;
	font-weight: normal;
}
.product_1 p.price_2 {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}
.product_1 p.price_2 strong {
	display: block;
	width: 140px;
	height: 16px;
	margin: 0 auto 5px auto;
	text-indent: -1000em;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.product_c1.price_2 strong {
	background: url(../img/bgr_price.gif) no-repeat center;
}
.product_1:hover p.price_2 {
	text-decoration: underline;
}
/**** footer ****/
#footer {
	position: relative;
	z-index: 2;
	width: 970px;
	height: 150px;
	margin-top: -90px;
	_margin-top: -110px;
	background: url(../img/footer.jpg) no-repeat center;
}
#copy {
	position: absolute;
	bottom: 0;
	width: 970px;
	height: 18px;
	text-align: center;
	color: #fff;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}	
/******** titles ***************/
#contacts_brief h1 {
	background: url(../img/t_contacts.gif) no-repeat center left;
}
#welcome h1 {
	background: url(../img/t_welcome.gif) no-repeat center left;
}
#featured_product h1 {
	background: url(../img/t_featured_product.gif) no-repeat center left;
}
#products h1 {
	background: url(../img/t_products.gif) no-repeat center left;
}
#products h1.product_c1 {
	background: url(../img/t_products_1.gif) no-repeat center left;
	}
#products h1.product_c5 {
	background: url(../img/t_products_5.gif) no-repeat center left;
	}
#products h1.product_c6 {
	background: url(../img/t_products_6.gif) no-repeat center left;
	}
#products h1.product_c7 {
	background: url(../img/t_products_7.gif) no-repeat center left;
	}
#shopping_cart {
	position: absolute;
	}
#shopping_cart a {
	position: relative;
	top: -115px;
	left: 865px;
	display: block;
	width: 104px;
	height: 48px;
	padding: 16px 0 0 48px;
	color: #fff;
	background: url(../img/cart.jpg) no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}			
#shopping_cart a:hover {
	text-decoration: underline;
	}
/**** common classes *****/
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color: #e83d0f;
}
/******** Clear Fix ************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

.disclaimerNotes {font-size: 85%; text-align:center; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logoHolder {
	clear: both;
position: relative;
	width: 970px;
	padding: 20px 0 0 30px;

}

.logoBox {float: left; margin: 0 15px 0 0;}

a.manualLink {
	text-decoration: none;
	color: #070707;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}