html {
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url( "img/header.jpg" );
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

div, span, p, ul, ol, li, img,
h1, h2, h3, h4, h5, h6, form, input.button {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img {
	border: none;
}

#page {
	display: block;
	position: relative;
	width: 760px;
	height: auto;
	margin: 202px auto 0 auto;
	padding: 0 0 50px 0;
	text-align: left;
}

h1 {
	display: none;
}


/*--------------------------------------------------
	Navigation
--------------------------------------------------*/	

#mainNav, 
#linksNav {
	display: block;
	position: relative;
}

#mainNav {
	width: 123px;
	float: left;
	text-align: right;
	padding: 0 25px 0 0;
}

#linksNav {
	width: 123px;
	float: right;
	text-align: left;
	padding: 0 0 0 0;
}

#mainNav h2,
#linksNav h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #d4efe5;
	font-weight: bold;	
	margin: 5px 0 13px 0;
}

#mainNav ul,
#linksNav ul {
	list-style: none;
	display: block;
	position: relative;
}

#mainNav ul li,
#linksNav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #d4efe5;
	font-weight: bold;
}

#mainNav ul li a,
#linksNav ul li a {
	display: block;
	position: relative;
	color: #87757b;
	text-decoration: none;
	height: 16px;
	width: 123px;
}

#mainNav ul li a:hover,
#linksNav ul li a:hover {
	/*
	color: #d4efe5;
	*/
	color: #7c535b;
}

#viewCartForm {
	margin: 0 0 12px 0;
}

.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1c8390;
	border-style: outset;
	border-width: 2px;
	border-color: #1c8390;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 22px;
}

#viewCartForm .button {
	width: 70px;
}



/*--------------------------------------------------
	Main Content
--------------------------------------------------*/	

#mainContent {
	display: block;
	position: relative;
	float: left;
	width: 471px;
	margin: 0 0 30px 0;
}

#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #d4efe5;
	font-weight: bold;	
	margin: 0 0 12px 0;
}

.itemList {
	display: block;
	position: relative;
	width: 471px;
}

.itemList li {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	height: 187px;
	margin: 0 7px 7px 0;
	background-color: #456c63;
	background-image: url( "img/item_th_bg.gif" );
	background-repeat: repeat-x;
	background-position: top left;
}

.itemList li a {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 150px;
	height: 187px;
	text-decoration: none;
}

.itemList li img {
	display: block;
	position: absolute;
	border: 3px solid #a0bcb3;
	top: 3px;
	left: 3px;
	cursor: pointer;
}

.itemList li .itemName {
	display: block;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #d4efe5;
	height: 30px;
	width: 105px;
	left: 9px;
	top: 152px;
	cursor: pointer;
}

.itemList li .price {
	display: block;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #d4efe5;
	right: 7px;
	top: 151px;
	cursor: pointer;
}

.itemList li a:hover {
	background-color: #1c8390;
}
.itemList li a:hover img {
	border: 3px solid #9fcad6;
}
.itemList li a:hover .itemName,
.itemList li a:hover .price {
 color: #ffffff;
}



#imgGal {
	display: block;
	position: relative;
	float: right;
	margin: 10px 7px 0 0;
	width: 232px;
	height: 260px;
	background-color: #456c63;
	background-image: url( "img/item_bg.gif" );
	background-repeat: repeat-x;
	background-position: top left;
}

#imgGal img {
	display: block;
	position: absolute;
	border: 5px solid #a0bcb3;
	top: 5px;
	left: 5px;
}

#imgGal #imgLinks {
	display: block;
	position: absolute;
	top: 234px;
	left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #d4efe5;
}

#imgGal #imgLinks a {
	padding: 0 5px 0 5px;
	margin: 0 0 0 2px;
	text-decoration: none;
	height: 40px;
	color: #d4efe5;
	background-color: #636163;
	border: 1px solid #a0bcb3;
}

#imgGal #imgLinks a:hover {
	color: #ffffff;
	background-color: #1c8390;
	border: 1px solid #d4efe5;
}

#imgGal #imgLinks a.current,
#imgGal #imgLinks a.current:hover {
	color: #ffffff;
	background-color: #a0bcb3;
	border: 1px solid #a0bcb3;
}


#descript {
	display: block;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #d4efe5;
	width: 200px;
	padding: 7px 0 0 20px;
}

#descript.text {
	width: 430px;
}

#descript #price {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

#addToCartForm {
	margin: 0 0 16px 0;
}

#addToCartForm .button {
	display: block;
	position: relative;
	width: 80px;
	margin: 0 0 0 0;
}

#addToCartForm label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}

#addToCartForm select {
	display: inline;
	position: relative;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

#descript h3 {
	display: block;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #d4efe5;
}

#descript p {
	margin: 0 0 16px 0;
}

#descript a {
	color: #87757b;
	font-weight: bold;
	text-decoration: none;
}

#descript a:hover {
	color: #7c535b;
}

#descript ol {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
}

#descript ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

#descript li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/*--------------------------------------------------
	Footer Navigation
--------------------------------------------------*/	

#footerNav {
	display: block;
	position: relative;
	clear: both;
	text-align: center;
	margin: 0 0 0 0;
}

#footerNav li {
	display: inline;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color: #d4efe5;
	font-weight: bold;
}

#footerNav li a {
	display: inline;
	position: relative;
	color: #87757b;
	text-decoration: none;
	margin: 0 5px 0 5px;
}
#footerNav li a:hover {
	color: #7c535b;
}

#footerNav li:before {
	content: " - ";
}

#footerNav li.first:before {
	content: "";
}