body {
	padding: 0;
	margin: 0;
	background-color: black;
	text-align: center; /*For IE6*/
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, a, td, h1, h2, h3, h4, h5, h6, h7, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.red {
	text-decoration: none;
	color: #C21C28;
}
img {
	border: 0;
}
table {
	width: 100%;
}
td, tr {
	vertical-align: top;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 160%;
	line-height: 160%;
	color: #495159;
	background: transparent url(../images/title-bracket.gif) no-repeat scroll center left;
	padding-left: 15px;
	margin: 0 0 20px 0;
	text-transform: capitalize;
}
h2.black {
	display: block;
	width: 100%;
	background-color: #495159;
	color: white;
	padding: 2px 4px;
	font-size: 100%;
}
.wrapper {
	width: 750px;
	text-align: center;
	margin: 16px auto;
	text-align: left; /*For IE6*/
}

/*PAGE MENU*/
.page_menu {
	position: relative;
	top: -20px;
}

/*CONTENT*/

.content {
	background-color: white; 
	text-align: left;
	padding: 0 20px 20px 0;
	height: 500px;
}
.admin .content {
	padding: 20px 20px 80px 20px;
}

/*SIDEBAR*/

.sidebar {
	background-color: white;
	padding: 0 16px 80px 16px;
	width: 166px;
}
.sidebar .details {
	padding: 4px;
	border: 1px solid #AAA;
	margin: 0 0 12px 0;
	width: 156px;
}
.sidebar .products {
	margin: 0 0 12px 0;
}
.sidebar .products img {
	margin-bottom: 4px;
}
.sidebar p {
	margin: 0;
}
.sidebar_line, .sidebar_circle {
	border: 1px solid silver;
	display: block;
	padding: 4px 4px 4px 30px;
	font: normal 9px Arial;
	text-decoration: none;
	color: #333;
	background: white url(/images/icon-line.gif) scroll no-repeat 4px 4px;
	margin: 0 0 6px 0;
}
.sidebar_line:hover {
	background-image: url(/images/icon-line-over.gif);
}
.sidebar_circle {
	background-image: url(/images/icon-circle.gif);
}
.sidebar_circle:hover {
	background-image: url(/images/icon-circle-over.gif);
}

/*BANNER*/

.banner {
	height: 97px;
	background-color: white;
	padding-right: 20px;
}
.banner .topmenu {
	padding: 0;
	margin-top: 20px;
	background-color: #495159;
	width: 100%;
	vertical-align: middle;
}
.banner .topmenu a {
	display: block;
	float: right;
	color: white;
	border: 1px solid white;
	padding: 2px 3px;
	margin: 3px 4px 3px 0;
	font-size: 90%;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
.banner .topmenu .pulse {
	background: #495159 url(../images/button-pulse.gif) repeat fixed 0 0;
}
.banner .topmenu a:hover {
	background: #6c7884 none;
}

/*FOOTER*/

.footer {
	height: 20px;
	background: black url(../images/footer-lowerbar.gif) no-repeat scroll top right;
	text-align: left;
	font-size: 11px;
	padding-left: 20px; 
}
.footer a {
	font-family: Arial;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.footer div.links {
	position: relative;
	top: -4px;
	float: right;
	color: #999;
	text-align: center;
	width: 252px;
}
.footer div.links a {
	color: #999;
	font-size: 11px;
}

/*CATALOGUE*/
#overDiv {
	position: absolute;
	display: none;
	width: 250px; 
	z-index: 1000;
	background-color: white;
	padding: 4px;
	border: 1px solid black;
}
#overTitle {
	background-color: #D02919;
	color: white;
}
.catalogue {
	border-collapse: seperate;
	border-spacing: 6px;
	table-layout: fixed;
	position: relative;
}
.catalogue th {
	text-align: left;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	height: 56px;
	width: 176px;
	border: 1px solid silver;
	background: transparent none scroll no-repeat top left;
}
.catalogue th h2 {
	display: block;
	padding: 6px 12px;
	margin: 0;
}
.catalogue th h2 a {
	display: block;
	text-align: center;
	width: 70%;
	float: right;
	color: black;
	font: normal 15px Arial;
	text-decoration: none;
}
.catalogue th img {
	position: absolute;
	height: 54px;
}
.catalogue td {
	border: 1px solid silver;
	padding: 0;
	height: 330px;
}
.catalogue div.summary {
	position: relative;
	height: 100%;
}
.catalogue h3 {
	font-size: 10px;
	margin: 8px;
	padding: 0;
}
.catalogue ul {
	padding: 0;
	margin: 2px 2px 14px 22px;
}
.catalogue li {
	padding: 0px;
	margin: 1px;
}
.catalogue a.view_list {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.catalogue a.view_list img {
	display: block;
}

/*PRODUCTS LIST*/
.products h2 {
	margin: 0;
	padding: 2px 4px;
}
.products img.thumbnail {
	max-width: 88px;
	max-height: 100px;
}
.products td.more_info {
	width: 65px;
	vertical-align: top;
	background: #D02919 url(../images/button-more_info_bg.gif) repeat-y scroll top left;
}

/*PRODUCT DETAILS*/
.product_details img.product_image {
	max-width: 215px;
	max-height: 400px;
}