/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: url(../grfx/body_bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #636363;
}

#wrapper {
	width: 782px;
	margin-left: auto;
	margin-right: auto;
	background: url(../grfx/wrapper_bg.jpg) top left repeat-y;
}

#header {
	width: 782px;
	height: 123px;
	background: url(../grfx/header.jpg) top left no-repeat;
}

#header img {
	margin: 25px 0 0 30px;
	border: 0;
}

#navigation {
	width: 782px;
	height: 46px;
	background: url(../grfx/nav_bg.jpg) top left no-repeat;
}

#cart_info {
	width: 782px;
	height: 24px;
	background: url(../grfx/cart_bg.jpg) top left no-repeat;
}

#cart_info p {
	padding: 0;
	margin: 0 20px 0 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 0.85em;
	color: #fff;
}

#cart_info a {
	color: #fff;
	background: url(../grfx/bag_icon.jpg) center left no-repeat;
	margin: 0 0 0 2px;
	padding: 0 0 0 13px;
}

#content_holder {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: url(../grfx/content_bg.jpg) top left repeat-x;
}

#content_holder p {
	margin: 10px 0 10px 0;
}

* html #content_left {
	width: 360px;
	padding: 46px 96px 50px 73px;
	float: left;
}

#content_left {
	width: 367px;
	padding: 46px 96px 50px 73px;
	float: left;
}

#content_right {
	width: 224px;
	padding: 46px 0 50px 0;
	float: right;
}

#content_right img {
	padding: 0;
	margin: 1px 0 1px 0;
	border: solid 1px #737373;
}

#content_cart {
	width: 610px;
	padding: 46px 73px 50px 73px;
	float: left;
}

#footer {
	padding: 0;
	width: 760px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../grfx/footer_bg.jpg) top left no-repeat;
}

* html #footer p.footer_links {
	padding-top: 0px;
}

*:first-child+html #footer p.footer_links {
	padding-top: 0px;
}

#footer p.footer_links {
	padding-top: 10px;
}

p.footer_links a {
	padding: 0 15px 0 15px;
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

p.footer_links a:hover {
	text-decoration: underline;
}

p.footer_info a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #202f18;
}

p.footer_info {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #202f18;
}

p.footer_info a:hover {
	text-decoration: underline;
}

/* catalogue layout */

#catalogue_items_holder {
	width: 587px;
	padding: 46px 96px 50px 73px;
	float: left;
}

/* products catalogue */

.product {
	float: left;
	width: 145px;
	min-height: 210px;
  	height: auto !important; /* IE HACK */
  	height: 210px; /* IE HACK */
	text-align: left;	
	margin-bottom: 40px;
	color: #3e4138;
}

.image_box {
	margin: 0;
	padding: 0;
}

.image_box img {
	border: solid 1px #646567;
}

.text_box {
	margin: 0;
}

.text_box .price {
	color: #5a3431;
}

.text_box .details_button {
	text-align: right;
	padding: 5px 25px 5px 0;
	margin-top: -15px;
}

.text_box .details_button a {
	color: #FFFFFF;
	background: #394132;
	border: 1px solid #d1d6d2;	
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}