/**
	Page Layout
*/

body {
	margin: 0px;
	text-align: center;
	font-family: helvetica, verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #422;
	background: #200 url(../images/bg.gif) top left repeat-x;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

a {
	color: #97b;
}
a:visited {
	color: #422;
}
a:hover {
	color: #cae;
}

#spacer1, #spacer2, #spacer3 {
	height: 7px;
	font-size: 1px;
	width: 643px;
}
#spacer1 {
	background: #cae url(../images/spacer1.gif) top left no-repeat;
}
#spacer2 {
	background: #cae url(../images/spacer2.gif) top left no-repeat;
}
#spacer3 {
	border-top: solid 1px #dc9;
	background: #cae url(../images/spacer3.gif) top left no-repeat;
}

#container {
	width: 644px;
	margin: 30px auto 30px auto;
	padding: 15px;
	border: solid 1px #dbf;
	text-align: left;
}

#offset {
	border: solid 2px #dbf;
}

#header {
	position: relative;
	height: 230px;
	background-image: url(../images/header.jpg);
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#nav {
	position: relative;
	height: 56px;
	border-top: solid 1px #dc9;
	border-bottom: solid 1px #dc9;
	background: #dc9 url(../images/nav.gif) top left no-repeat;
}

.menu, #submenu {
	position: absolute;
	left: 0px;
	width: 643px;
}
.menu {
	top: 0px;
	height: 28px;
	background: #dec79d;
}
#submenu {
	top: 28px;
	height: 20px;
	background: #87462a;
}

.menuItem, .menuItemSelect, .submenuItem, .submenuItemSelect {
	display: block;
	float: left;
	width: 70px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menuItem, .menuItemSelect {
	height: 18px;
	padding: 5px 0px;
	font-size: 13px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
.menuItem {
	background-position: 0px 0px;
	color: #300;
}
.menuItem:visited {
	color: #300;
}
.menuItem:hover {
	background-position: 0px -28px;
	color: #300;
}
.menuItemSelect {
	background-position: 0px -56px;
	color: #dc9;
}
.menuItemSelect:visited {
	color: #dc9;
}
.menuItemSelect:hover {
	color: #dc9;
}
.submenuItem, .submenuItemSelect {
	height: 12px;
	padding: 4px 0px;
	font-size: 10px;
	background-image: url(../images/submenu.gif);
	background-repeat: no-repeat;
}
.submenuItem {
	background-position: 0px 0px;
	color: #dc9;
}
.submenuItem:visited {
	color: #dc9;
}
.submenuItem:hover {
	background-position: 0px -20px;
	color: #dc9;
}
.submenuItemSelect {
	background-position: 0px -40px;
	color: #300;
}
.submenuItemSelect:visited {
	color: #300;
}
.submenuItemSelect:hover {
	color: #300;
}

#page {
	padding: 10px;
	border-top: solid 1px #842;
	border-bottom: solid 1px #842;
	background: #fff3de url(../images/page.gif) top left repeat-x;
}

#page p {
	text-align: justify;
}

#footer {
	padding: 5px;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	background: #dc9;
}

/**
	Product Item Layout
*/

.product, .quantity, .contact {
	margin: 10px 0px;
}

.productHeader, .quantityHeader, .contactHeader {
	font-weight: bold;
}

.product {
	width: 100%;
	border: solid 1px #97b;
}

.productHeader {
	height: 20px;
	padding: 10px;
	color: #dc9;
	text-align: center;
	background: #422 url(../images/productHeader.gif) top left no-repeat;
}

.productSelect {
	padding: 10px;
	text-align: center;
}

.productSelect img {
	border: solid 1px #97b;
}

.productSelect a {
	padding: 2px;
	background: none;
}

.thumb {
	width: 90px;
	height: 90px;
}

.thumb2 {
	width: 110px;
	height: 90px;
}

.thumb3 {
	width: 110px;
	height: 150px;
}
.productImg {
	width: 250px;
	height: 250px;
	padding: 2px;
	background: #e1cba3;
}

.productImg img {
	border: solid 2px #e1cba3;
}

.productText {
	padding: 10px;
}

.productSwapText {
	font-weight: bold;
}

.quantity td {
	padding: 5px;
	border: solid 1px #97b;
}

.quantityHeader {
	background: #e1cba3;
}

.contact {
	width: 480px;
}

.section {
	width: 100%;
}

.contact td, .section td {
	padding: 5px;
	border: solid 1px #fff3de;
	background: #e1cba3;
}

#sample {
	width: 100%;
}

#sample td {
	vertical-align: top;
}

#sampleImg {
	width: 100px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {font-size: 14px}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9900FF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.style3 {color: #000000}
