body {
	margin: 0px;
	padding: 0px;
	background: white url(images/main-b-body-background.gif) repeat-y center bottom;
	font: 11px Verdana, sans-serif;
}

#nav ul {
	text-align: right;
}

#nav ul li {
	float: right;
}

#header {
	background: url(images/main-b-header.gif) repeat-x 0px 0px;
	height: 184px;
	overflow: hidden;
	text-align: center;
}

#header-inner {
	width: 760px;
	margin: 0px auto;
	height: 144px;
	margin-top: 40px;
	background: url(images/main-m-header.gif) no-repeat 0px 0px;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#main {
	background: url(images/main-b-body.gif) repeat-x 0px 0px;
	text-align: center;
}

#main-inner {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	background: url(images/main-b-sidebar.gif) repeat-y 0px 0px;
}

#body {
	float: right;
	width: 100%;
	margin-left: -248px;
}

#body-inner {
	margin-left: 248px;
	line-height: 18px;
}

#body p {
	margin: 0px 24px 2ex 16px;
}

#buy-now {
	height: 152px;
	background: url(images/main-b-buy-now.gif) no-repeat 0px 0px;
	margin: 0px 0px 2ex;
}

#buy-now p {
	margin: 0px 120px 0px 30px;
	padding: 48px 0px 0px;
	line-height: 16px;
}

#footer {
	margin: 4ex 16px 2ex 8px;
	border-top: 1px solid #a6a6a6;
	font-size: 10px;
	color: #666;
}

#footer p {
	margin: 0px 8px;
}

#sidebar {
	float: left;
	width: 248px;
	background: url(images/main-b-sidebar-top.gif) no-repeat 0px 0px;
}


.product {
	background: url(images/sect-b-product.gif) repeat-y 0px 0px;
	width: 488px;
}

.product-title {
	background: url(images/sect-b-product-top.gif) no-repeat 0px 0px;
	padding: 8px 16px;
}

.product-title h2 {
	border-bottom: 1px solid #A6A6A6;
	font-size: 13px;
	margin: 8px 0px 0px;
}

.product-description {
	float: right;
	width: 100%;
	margin-left: -144px;
}

.product-description-inner {
	margin-left: 144px;
	margin-right: 12px;
	padding-right: 8px;
}

#body .product-description p {
	margin: 0px 0px 2ex;
}

.product-footer {
	clear: both;
	/*height: 24px;*/
	padding-top: 8px;
	background: url(images/sect-b-product-bottom.gif) no-repeat left bottom;
}

.product-footer form.buy-now {
	display: block;
	margin: 0px 16px 0px;
	border-top: 1px solid #a6a6a6;
	padding: 4px 8px 16px;
	text-align: right;
}

.product-footer form.buy-now .price {
	font-weight: bold;
}

.product-image {
	float: left;
	width: 136px;
}

.product-image-inner {
	padding: 0px 8px 0px 16px;
	text-align: right;
}

.product-image img {
	border: 1px solid #A6A6A6;
}

.product-image strong {
	font-size: 15px;
}

.product-image input.button {
	display: block;
	width: 102px;
	margin-left: auto;
	cursor: pointer;
}

input.button {
	font: bold 11px Verdana, sans-serif;
	color: white;
	background: #f30;
	border: 1px solid #f30;
	border-color: #ff9980 #7F1900 #7F1900 #ff9980;
}