/* General styles */
* {
	font-family:Arial, Helvetica, sans-serif;
	}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	font-size:90%;
}
a {
	color:#7a1e1e;
	text-decoration:none;
}
a:hover {
	color:#511414;
	text-decoration:underline;
	}

h1, h2, h3, h4 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#7a1e1e;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0;
	border:0;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header p {
	width:959px;
	padding:5px 0;
	margin:0 auto;
	font-size:0;
	background: #fff url(images/header_bg.jpg) no-repeat top right;
	}

/* 'widths' sub menu */
#topbar {
	clear:both;
	background-color: #a3292b;
	color:#fff;
}
#centerbar {
	width:959px;
	margin:0 auto;
	background:#a3292b url(images/nav_bg.jpg) repeat top;
	}
#rightbar{
	float:right;
	padding:5px 15px !important;
	background:url(images/nav_right.jpg) no-repeat top right;
	}
#leftbar {
	float:left;
	padding:5px 15px !important;
	background:url(images/nav_left.jpg) no-repeat top left;
	}

#page {
	border:1px solid #ccc;
	border-bottom:0;
	border-top:none;
	width:935px;
	margin:0 auto;
	padding:12px;
	}

/* Navigation
----------------------------------------*/
.nav  {
	width: 190px;
	float: left;
	height:100%;
	font-size: 0.8em;
}
.nav ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}
.nav li.headerbar {
	background:url(images/headnav.gif) no-repeat top left;
	border-bottom:1px solid #c0c0c0;
	padding:3px 5px;
	font-weight:bold;
	padding-left:10px;
}
.nav li.navbar {
	background:url(images/navbar.gif) repeat top left;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	padding:3px 5px;
	font-weight:bold;
	padding-left:10px;
}
.nav ul a {
	display: block;
	width:168px;
	height:25px;
	line-height:25px;
	padding-left:20px;
	color:#474747;
	text-decoration:none;
	background: #f3f3f3;
	border-bottom:1px dashed #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
.nav ul a:hover {
	background: #fff;
	color: #000;
	}
.nav ul span {
	display: block;
	height:40px;
	width:190px;
	margin:0;
	padding:0;
	text-decoration:none;
	background: #f3f3f3 url(images/menu_bottom.jpg) no-repeat top left;
}
.nav li.last a {
	border-bottom:1px solid #c0c0c0;
	}
/*
.nav ul a:hover {
	background-color:#fff;
	color:#fff;
}
*/
.nav ul a.current {
	background-color:#fff;
	color:#fff;
}
.nav ul ul a {
	height:23px;
	line-height:23px;
	background: #e1e1e1; /* url(images/button_sub.gif) no-repeat top right; */
}
.nav ul ul a:hover {
	background-color:#fff;
	color:#fff;
}
.nav ul a.select {
	background: #fff; /* url(images/button_sub-select.gif) no-repeat top right; */
	color:#fff;
}

#main {
	padding:0 7px;
	float:left;
	width:540px;
	font-size:0.8em;
	}
#content {
	padding:0 10px;
	}

.feature {
	clear:both;
	}
.feature h3 {
	padding:0 0 .3em 0;
	}
.feature p {
	text-align:justify;
	font-size:0.95em;
	line-height:1.4em;
	}
.product{
	border:1px solid #a3a3a3;
	margin:0 12px 0 0;
	float:left;
	}
.price{
	font-weight:bold;
	color:#a4282b;
	font-size:1.40em;
	display:block;
	text-align:right;
	}
.buttons {
	text-align:right;
	clear:both;
	border-bottom:1px dashed #c0c0c0;
	padding:0 0 10px 0;
	}

/* Footer styles */
#footer {
	clear:both;
	color:#fff;
	padding:10px;
	width:940px;
	margin:0 auto;
	background: #a3292b;
}
#footer span {
	text-transform:uppercase;
	line-height:30px;
	}
#footer p {
	text-align:right;
	font-size:0.7em;
	margin:0;
	}
#footer a {
	color:#fff;
	}

.right {
	float:right;
	}
.left {
	float:left;
	}
.clear {
	clear:both;
	}