/* CSS Document */

/* General Style
-------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Helvitica, sans-serif;
	font-size: 75%;
	line-height: 16px;
	background: #e3e3e3;
}

h2 {
	margin: 0 0 7px 0;
}

h3 {
	margin: 10px 0 10px 0;
}


img {
	border: 1px solid #333;
}

p {
	margin-bottom: 5px;
}

a {
	color: black;
}

/* Common classes
-------------------------------------------------------- */
.p7 {
	padding: 7px;
}

.txtAC {
	text-align: center;
}

.txtAL {
	text-align: left;
}

.txtAR {
	text-align: right;
}

.pagination a, .pagination {
	color: #fff;
	text-decoration: none;
}

.noborder {
	border: 0;
}

/* Basic Structure
-------------------------------------------------------- */

#wrap, #wrap2 {
	width: 100%;
	float: left;
}

#container {
	margin: 0 auto;
	width: 780px;
}

#header {
	float: left;
	width: 780px;
	height: 250px;
}

#main {
	float: left;
	width: 780px;
	background: #fff;
}

#footer {
	float: left;
	width: 780px;
	height: 80px;
  text-align: right;
	background: #ffffff url(/images/footer.jpg) no-repeat bottom center;
}

/* Header Section
-------------------------------------------------------- */

#header h1 {
	float: left;
	width: 296px;
	height: 170px;
	text-decoration: none;
}

#header h1 a {
	float: left;
	width: 255px;
	height: 96px;
	margin: 70px 0 0 40px;
}

#search_box {
	float: right;
	margin: 10px 30px 0 0;
}

#search_box input {
	display: inline;
	margin-right: 5px;
}

#search_box #search_input {
	float: left;
	width: 195px;
	height: 18px;
	background: #fff;
	border: 1px solid #000;
	font-family: Arial, Helvitica, Verdana, sans-serif;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
}

#header h2 {
	float: left;
	width: 780px;
	height: 30px;
	background: #331c1c;
	margin: 0;
}

#header ul#nav {
	list-style: none;
	float: left;
	width: 780px;
	height: 55px;
	background: #c90404;
}

#header ul li {
	display: inline;
}

#header ul li a span {
	display: none;
}

#header ul li a {
	float: left;
	height: 55px;
}

li#home a {
	width: 156px;
}

li#home a {
	width: 156px;
}

li#our-products a {
	width: 190px;
}

li#about-us a {
	width: 156px;
}

li#contact-us a {
	width: 167px;
}

li#help a {
	width: 111px;
}

#header-ads img {
	float: right;
	margin: 50px 10px 0 0;
	border: 0;
}

/* Content Section
-------------------------------------------------------- */

#main h2 {
	font-weight: bold;
	font-size: 170%;
	color: #fff;
	display: block;
	height: 32px;
	padding: 17px 10px 0 10px;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	background: #000;
}

#banner {
	float: left;
	width: 780px;
	height:auto;
	background: #fff;
	margin: 5px 0;
}


#banner-img {
	background: #ddd;
	float: right;
	width: 543px;
}

#banner-img img {
	float: left;
	border: 0;
}

#banner-sidebar {
	float: left;
	width: 232px;
	height: 293px;
	background: #b40000;
}

#banner-sidebar ul {
	float: left;
	margin: 10px 7px;
}

#banner-sidebar ul li {
	display: block;
	margin: 10px 0;
	padding-left: 15px;
}

#banner-sidebar ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}

#content {
	float: right;
	width: 509px;
	margin: 0 5px 0 0;
	padding: 14px;
	color: #555555;
}

#content h2 {
	margin: -14px;
	margin-bottom: 14px;
}

/* Product (index specific)*/
#product_box {
	text-align: center;
}

#product_box img {
	margin: 2px;
}

/* Sidebar Section
-------------------------------------------------------- */

#sidebar {
	float: left;
	width: 227px;
	margin: 0 0 0 5px;
}

#sidebar #login-form {
	float: left;
	width: 199px;
	height: 158px;
	padding: 14px;
	color: #fff;
	background: #594040;
	margin-bottom: 5px;
}

#sidebar #login-form h2 {
	background: none;
	padding-top: 0px;
	margin-bottom: 0;
	padding-left: 0;
}

#sidebar #login-form form input {
	display: block;
	background: #fff;
	border: 0;
	padding: 3px;
	width: 190px;
}

#shopping-basket {
	float: left;
	width: 199px;
	background: #d73838;
	float: left;
	height: 105;
	padding: 14px;
	color: #fff;

}

#shopping-basket img {
	border: 0;
}

#basket {
	display: block;
	padding: 10px;
	background: #c73838;
	margin-bottom: 5px;
}

#sidebar #shopping-basket h2 {
	background: none;
	padding-top: 0px;
	margin-bottom: 0;
	padding-left: 0;
}

#sidebar li {
	list-style: none;
	padding: 5px 0px;
}
#sidebar li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/* footer Section
-------------------------------------------------------- */
#copyright {
  float: left;
  width: 770px;
  background: #fff;
  padding: 10px 5px 5px 5px;
}

/* backgrounds
-------------------------------------------------------- */
body {
	background: url(/images/pattern.jpg);
}

#wrap {
	background: url(/images/bg.jpg) top repeat-x;
}

#wrap2 {
	background: url(/images/header_bg.gif) top center no-repeat;
}

#header h1 a {
	background: url(/images/header.gif) no-repeat;
}

#header h1 a span {
	display: none;
}

#header h2 span {
	display: none;
}

#header h2 {
	background: url(/images/header-h2.gif);
}

li#home a {
	background: url(/images/nav/home.gif);
}

li#our-products a {
	background: url(/images/nav/our-products.gif);
}

li#about-us a {
	background: url(/images/nav/about-us.gif);
}

li#contact-us a {
	background: url(/images/nav/contact-us.gif);
}

li#help a {
	background: url(/images/nav/help.gif);
}

#banner-sidebar {
	background: url(/images/sidebar-nav-bg.gif) no-repeat bottom right #b40000;
}

#sidebar #login-form {
	background: url(/images/login_bg.gif) bottom #594040 no-repeat;
}

#shopping-basket {
	background: url(/images/basket-bg.gif) bottom no-repeat #d73838;
}

#main h2 {
	background: url(/images/h2-bg.gif) repeat-x #000;
}

#banner-sidebar ul li {
	background: url(/images/arrow.gif) left no-repeat;
}




label {
	float: left;
	width: 150px;
	margin: 2px;
}
input, textarea, select {
	margin: 2px;
}
option {
	padding: 0px 5px;
}


#productform {
	margin: 5px 0px;padding:5px;border:1px solid #dddddd;background:#f6f6f6
}
#productform label, #productform select, #productform input {
	display: block; clear:both;
}

.category_product {
	width: 33%;
	height: 210px;
	float: left;
	text-align: center;
	margin: 10px 0px;
}
.category_product img {
	display: block;
	margin: 2px auto;
}
.category_product a {
	text-decoration: none;
}
.category_product h4 {
	font-size: 110%;
	height: 30px;
}

.shaded, .shaded td {
	background: #594040;
	color: white;
	padding: 3px;
	font-weight: bold;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
