body {
	background-color: #e3f1f8;
	font-family: arial, sans-serif;
	font-size: 80%;
	margin: 0;
}

#page {
	margin: auto auto;
	width: 1100px;
	position: relative;
}

#container {
	margin: auto auto;
	width: 790px;
}

#container > #topLeft {
	float: left;
	height: 15px;
	width: 760px;
	background-color: #fff;
}

#container > #topRight {
	float: left;
	height: 15px;
	width: 30px;
	background: url('/images/top_right.png') no-repeat right;
}

#container > #bottom {
	float: left;
	height: 30px;
	width: 790px;
	background: url('/images/bottom.png') repeat-x left;
}

#navigation {
	position: relative;
	z-index: 2;
	height: 25px;
	width: 770px;
	padding: 10px 10px 0 0;
	background: #981b1e;
	text-align: right;
	color: #fff;
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#logoContainer {
	height: 70px;
	padding: 10px 0 0 5px;
}

#contentContainer {
	width: 790px;
	background: #e3f1f8 url('/images/right_partial.png') repeat-y right;
}

#content {
	width: 730px;
	min-height: 500px;
	padding: 0 20px 0 20px;
	background-color: #fff;
}

#navigationBottom {
	position: absolute;
	z-index: 3;
	top: 28px;
	left: 158px;
	width: 774px;
	height: 14px;
	background: url('/images/navigation_bottom.png') no-repeat top;
}

#contentTop {
	position: absolute;
	top: 109px;
	left: 163px;
	width: 730px;
	height: 13px;
	background: url('/images/content_top.png') no-repeat top;
}

#contentLeft {
	position: absolute;
	top: 15px;
	left: 0;
	width: 163px;
	height: 586px;
	background: url('/images/content_left.png') no-repeat top;
}

#contentRight {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 915px;
	width: 182px;
	height: 483px;
	background: url('/images/content_right.png') no-repeat top;
}

#leftNavContainer {
	float: left;
	width: 150px;
	font-size: 90%;
}

#rightContainer {
	float: left;
	width: 580px;
}

.container1 {
	float: left;
}
.container1 > .top {
	height: 14px;
	width: 190px;
	background: url('/images/container_a_top.png') no-repeat top;
}
.container1 > .left {
	float: left;
	height: 106px;
	width: 14px;
	background: url('/images/container_a_left.png') no-repeat top;
}
.container1 > .content {
	float: left;
	height: 106px;
	width: 162px; background-color: #981b1e;
}
.container1 > .right {
	float: left;
	height: 106px;
	width: 14px;
	background: url('/images/container_a_right.png') no-repeat top;
}
.container1 > .bottom {
	float: left;
	height: 14px;
	width: 190px;
	background: url('/images/container_a_bottom.png') no-repeat top;
}

.container2 {
	float: left;
}
.container2 > .top {
	height: 14px;
	width: 190px;
	background: url('/images/container_b_top.png') no-repeat top;
}
.container2 > .left {
	float: left;
	height: 106px;
	width: 14px;
	background: url('/images/container_b_left.png') no-repeat top;
}
.container2 > .content {
	float: left;
	height: 106px;
	width: 162px; background-color: #981b1e;
}
.container2 > .right {
	float: left;
	height: 106px;
	width: 14px;
	background: url('/images/container_b_right.png') no-repeat top;
}
.container2 > .bottom {
	float: left;
	height: 14px;
	width: 190px;
	background: url('/images/container_b_bottom.png') no-repeat top;
}

.productContainer {
	float: left;
	width: 33%;
}

.productContainer > .listItem {
	background: url('/images/product_bullet.png') no-repeat left;
	padding-left: 15px;
}

h2 {
	font-size: 100%;
	color: #901321;
}

a {
	color: #000;
	text-decoration: none;
}

.listItem {
	background: url('/images/bullet.png') no-repeat left;
	padding-left: 15px;
}

.clear {
	clear: both;
}