body {
	background: #0C0C0C url("../../images/bg_texture.png");
	font-family: Verdana, Georgia;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

img {
	border: 1px solid #222222;
	margin: 0px 10px 5px 5px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a.textbox {
	color: blue;
}

a:hover {
	color: #B1253E;
}

.left_content a { color:#8D1D31	}

.design_bottom {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url("../../images/body_bottom_left.png") bottom left no-repeat;
	min-height: 575px;
}

.design_top {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url("../../images/body_top_left.png") top left no-repeat;
	min-height: 342px;
}

.main {
	margin: 0px 0px 0px 234px;
	border: 0px;
	padding: 0px;
	width: auto;
	background: url("../../images/menu_bg.png") top left repeat-x;
	min-height: 500px;
}

.header {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 766px;
	background: url("../../images/title.png") top right no-repeat;
	height: 98px;
}

.menu {
	margin: 0px;
	border: 0px;
	padding: 66px 0px 0px 30px;
	width: auto;
	background: url("../../images/menu_edge.png") top left no-repeat;
	height: 98px;
}

.menu_link {
	padding-right: 25px;
	font-size: 1.15em;
}

.menu_link a {
	color: #ffffff;
	text-decoration: none;
}

.menu_link a:hover {
	text-decoration: underline;
}

.content_block {
	margin: 20px 0px 0px 0px;
}

.content_top {
	background: #000000 url("../../images/content_top_edge.png") top left repeat-x;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.content_bottom {
	background: url("../../images/content_bottom_edge.png") bottom left repeat-x;
	width: auto;
	margin: 0px;
	padding: 47px 0px 51px 0px;
	border: 0px;
	min-height: 350px;
}

.content_box {
	width: 766px;
	min-height: 390px;
}

.right_content {
	float: right;
	color: #ffffff;
	background: url("../../images/right_background.png") top right no-repeat;
	height: 358px;
	width: 180px;
	padding: 15px 25px 10px 20px;
	text-align: right;
}

.right_content h1 {
	font-size: 1.15em;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	border-bottom: 2px solid #B1253E;
	color: #ffffff;
}

.right_content p {
	font-size: .85em;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	color: #ffffff;
}

.right_content img {
	border: 0px;
}

.left_content_box {
	width: 525px;
	background: #ffffff url("../../images/white_vertical.png") top right repeat-y;
}

.left_content_top {
	margin: 0px;
	padding: 0px;
	width: auto;
	background: url("../../images/top_white.png") top right no-repeat;
}

.left_content_bottom {
	margin: 0px;
	padding: 0px;
	width: auto;
	background: url("../../images/bottom_white.png") bottom right no-repeat;
}

.left_content {
	padding: 10px 10px 25px 10px;
	min-height: 375px;
	color: #0C0C0C;
}

.footer {
	width: 1000px;
	margin-top: 10px;
	min-height: 67px;
	font-size: .8em;
}

.footer img {
	border: 0px;
	margin-left: 20px;
}

h1 {
	margin: 5px 0px 4px 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #232323;
	border-bottom: 1px solid #232323;
}

h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 1.0em;
	color: #232323;
}

p {
	margin: 0px 0px 10px 0px;
	font-size: .9em;
}

.top_level img {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

.top_level a {
	text-decoration: none;
	color: #2c2c2c;
}

.top_level td {
	background: url("../../images/product_shade.png") top center no-repeat;
	width: 150px;
	height: 120px;
	font-size: .85em;
	padding: 10px 10px 0px 10px;
	text-align: center;
	vertical-align: top;
}

#prev {
	background: url("../../images/left_arrow.png") top left no-repeat;
	float: left;
	height: 18px;
	padding-left: 16px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: .9em;
	cursor: pointer;
	color: #B1253D;
}

#prev a {
	color: inherit;
	text-decoration: none;
}

#prev:hover {
	background: url("../../images/left_arrow_grey.png") top left no-repeat;
	color: #454545;
}

#next {
	background: url("../../images/right_arrow.png") top right no-repeat;
	float: right;
	height: 18px;
	padding-right: 16px;
	padding-bottom: 10px;
	margin-right: 34px;
	font-size: .9em;
	cursor: pointer;
	color: #B1253D;
}

#next a {
	color: inherit;
	text-decoration: none;
}

#next:hover {
	background: url("../../images/right_arrow_grey.png") top right no-repeat;
	color: #454545;
}

.pagination {
	clear: both;
	margin: 0px;
	padding: 0px;
}