body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-family: arial,helvetica,sans-serif
}
a {
	color: #900;
	text-decoration: none
}
img {
	border: 0
}
p, li {
	margin: 0;
	line-height: 36px
}
ul, li {
	margin: 0;
	padding: 0
}
#container {
	width: 950px;
	height: 696px;
	margin: 0 auto;
	background: url(img/bg_body.jpg) no-repeat;
	position: relative;
	height: 865px;
}
body.index #container {
	background: url(img/bg_body_index.jpg) no-repeat;
	text-align: center
}
body.gallery #container, body.cart #container {
	background: url(img/bg_body_gallery.jpg) no-repeat;
}
body.image #container {
	background: url(img/bg_body_image.jpg) no-repeat;
}
#main-content {
	position: absolute;
	top: 226px;
	left: 136px;
	width: 640px
}
body.gallery #main-content, body.cart #main-content {
	background: url(img/bg_main-content_gallery.jpg) no-repeat;
	width: 743px;
	height: 550px;
	top: 130px;
	left: 160px
}
body.image #main-content {
	background: url(img/bg_main-content_image.jpg) no-repeat;
	width: 785px;
	height: 642px;
	top: 23px;
	left: 137px
}
body.gallery #main-content table, body.image #main-content table {
	width: 100%;
}
body.gallery #main-content table td, body.image #main-content table td {
	text-align: center;
	vertical-align: middle;
	padding: 12px 0 0 0
}
body.image #main-content table.details {
	margin-top: 6px
}
body.image #main-content table.details td {
	text-align: left;
	color: #000;
	padding: 0 0 0 26px
}
body.cart #main-content table {
	width: 520px;
	margin: 40px auto 20px auto
}
body.cart #main-content table th {
	background: #c9c8c7;
	font-weight: normal
}
body.cart #main-content table td {
	background: #cecdcc;
}
ul#nav {
	position: absolute;
	top: 380px;
	left: 12px;
}
ul#nav li, ul#nav_cart li {
	list-style-type: none
}
ul#nav_cart li {
	position: absolute;
	top: 658px;
	left: 12px;
}
ul.gallery, ul.gallery li {
	display: inline
}
ul.gallery li {
	margin-left: 4px
}
ul.gallery li a:hover, ul.gallery li.selected a {
	color: #c60;
	font-weight: bold
}
img.thumb {
	width: 50px;
	border: 2px solid #fff
}
input.qty {
	width: 20px
}

p.alt {
	margin: 8px 0 0 0
}
p.alt a {
	color: #900
}
p.alt a:hover {
	color: #f90
}