* {margin:0px;padding:0px;}
img {border:0px;}
body {
	background:#990033;
	font-family:sans-serif;
	color:#fff;
	font-size:0.9em;
}
a {
	font-weight:bold;
	color:#0C9E6D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 15px 0;
}
h1 {
	width:100%;
	text-align:center;
}
h2 {
	width:100%;
	text-align:center;
	margin:0 0 15px 0;
}
h3 {
	margin:0 0 10px 0;
}
h5 {
	font-size:12pt;
	margin:0 0 15px 0;
}
h6 a {
	color:#C45377;
}
#container {
	margin:0px auto;
	width:866px;
	background:#424242 url('../img/background.png') repeat-y;
}
#header {
	width:866px;
}
#footer {
	width:866px;
	height:100px;
	background-image:url('../img/footer-bg.gif');
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:40px 0 0 0;
	text-align:center;
}
#content {
	margin:0 0 0 235px;
	width:550px;
}
#sidebar {
	float:left;
	width:165px;
	margin:0 0 0 50px;
}
#sidebar ul {
	list-style:none;
}
#sidebar ul li {
	border-bottom:2px #666 solid;
	padding:0 0 0 5px;
}
#sidebar ul li a {
	display:block;
	width:100%;
	height:30px;
	color:#FFF;
	text-decoration:none;
	font-size:14pt;
	line-height:30px;
}
#sidebar ul li a:hover {
	background-image:url('../img/sidebar-hover.gif');
	background-repeat:no-repeat;
}
#products {
	border-collapse:collapse;
	border:hidden;
	border:3px #424242 solid;
}
#products td {
	border:2px #666 solid;
	padding:5px;
	width:300px;
	vertical-align:top;
}

#products td img {
	margin:0 10px 0 0;
}
#products td .product_info {
	width:120px;
	float:right;
	font-size:10pt;
}
#products_pages {
	margin:10px 0 0 0;
	width:100%;
	text-align:center;
}
#products_pages a {
	border:2px #666 solid;
	padding:3px 7px;
	color:#FFF;
	margin:0 3px
}
#products_pages a:hover {
	background-color:#0C9E6D;
	text-decoration:none;
}
#products_pages #curr_page {
	border:2px #FFF solid;
	padding:3px 7px;
	width:20px;
	height:20px;
	margin:0 3px
}