body {
	background-color: white;
}

body,td {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	line-height: 16px;
}

div.main-container {
	width: 804px;
}

div.menu-container {
	position: relative;
	height: 30px;
	background-color: #2b455f;
}

div.menu {
	position: absolute;
	top: 6px;
	left: 365px;
	color: yellow;
}

div.content-container {
	position: relative;
	background-color: white;
	text-align: left;
	padding: 10px 20px 15px 19px;
}

div.bottom-container {
	position: relative;
	background: url(/assets/images/layout/bottom.jpg);
	height: 28px;
	text-align: left;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6D0D01;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: black;
	margin: 0px;
	height: 20px;
}

a {
	color: #6D0D01;
	text-decoration: none;
}

a:active {
	color: #6D0D01;
}

a:visited {
	color: #6D0D01;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a.menu {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.menu:active {
	color: white;
}

a.menu:visited {
	color: white;
}

a.menu:hover {
	color: #E3E905;
	text-decoration: underline;
}

div.copyright {
	position: absolute;
	top: 5px;
	width: 804px;
}

.copyright {
	font-size: 10px;
	color: white;
	height: 28px;
}

a.copyright {
	color: white;
	text-decoration: none;
}

a.copyright:visited {
	color: white;
	text-decoration: none;
}

a.copyright:hover {
	color: #E3E905;
	text-decoration: underline;
}

td.hpheader {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-color: #6D0D01;
	color: yellow;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 0px 4px;
	cursor: pointer;
	width: 145px;
	height: 24px;
	word-spacing: nowrap;
}

td.hpblock {
	border: 1px solid black;
	padding: 4px 4px 4px 4px;
	cursor: pointer;
}

div.productsblock {
	width: 240px;
	border: 1px solid black;
	background-color: #6D0D01;
	font-size: 13px;
	font-weight: bold;
	color: #E3E905;
	padding: 10px 0px 0px 0px;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
}


a.product {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.product:active {
	color: white;
}

a.product:visited {
	color: white;
}

a.product:hover {
	color: #E3E905;
	text-decoration: underline;
}
