﻿body
{
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #C0B5A3;
	text-align: center;
	margin-top: 9px;
	font-size: 14px;
}

a, a:visited
{
	text-decoration: none;
	color: #2D2F7C;
}

a:hover
{
	text-decoration: underline;
}

#wrapper
{
	width: 970px;
	margin: auto;
}

#header
{
	width: 970px;
	height: 225px;
}

#banner
{
	background-image: url(images/bannerMain.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 970px;
	height: 225px;
}

#wrapperShadowTop
{
	width: 970px;
	background: url(images/wrapperShadowTop.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
}

#wrapperShadow
{
	width: 970px;
	background: url(images/wrapperShadow.jpg);
}

#wrapperContent
{
	background: url(images/contentBG.jpg);
	margin: 0 9px 0 9px;
	padding: 20px 2px 20px 2px;
}

#nav
{
	width: 970px;
	height: 72px;
	background-image: url(images/hpNav.jpg);
}

#navTabs
{
	height: 34px;
	margin: 0px 9px 0 9px;
	position: relative;
}

#navItems
{
	margin: 3px 10px 0 10px;
	height: 26px;
	text-align: center;
	position: relative;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#navTabs li
{
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 119px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	display: block;
	margin-top: 2px;
	float: left;
}

#navTabs li:hover, #navTabs #tabActive
{
	background-image: url(images/tabActive.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}

#navTabs a:hover
{
	text-decoration: none;
}

#navItems li
{
	font-size: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D2F7C;
	border-left-color: #2D2F7C;
	height: 22px;
	padding: 4px 8px 2px 8px;
	display: none;
	float: left;
	font-weight: 800;
	color: White;
}

#navItemsUL
{
	position: absolute;
}

#contentBox
{
	margin: 23px;
	background-color: White;
	border: 1px solid black;
	padding: 20px;
	text-align: left;
	font-size: 14px;
}

#contentBox p
{
	margin: 0px 0px 1em 0px;
}

.border
{
	margin: 0px 20px 20px 20px;
	padding: 10px;
	border: 1px solid black;	
}

#cartSignin
{
	float: right;
	border: 1px solid black;
	width: 100px;
	padding: 10px 15px 10px 15px;
	z-index: 99;
	background: #A5947A;
	margin: 0 10px 0px 20px;
	font-size: 105%;
	font-weight: bold;
	clear: both;
}

#cartBox
{
	background-color: White;
	padding: 20px;
	width: 300px;
	margin: 10px;
	text-align: left;
	font-size: 14px;
}

#footer
{
	background-image: url(images/footerTile.jpg);
	background-repeat: repeat-x;
	background-color: #AA9C84;
	height: 100px;
	text-align: center;
}

#footerMiddle
{
	margin: auto;
	width: 970px;
	height: 25px;
	background-image: url(images/footerMiddle.jpg);
}

.whatIs
{
	display: block;
	margin: 20px;
	text-align: left;
}

.gvRow
{
	background-color: White;
}
.gvRow:hover
{
	background-color: #C1DAD7;
}

.gvAlternatingRow
{
	background-color: #D1BDA0;
}
.gvAlternatingRow:hover
{
	background-color: #C1DAD7;
}

.gvHeader
{
	color: White;
	background-color: #2E307B;
	font-weight: bold;
	font-size: 105%;
	font-weight: bold;
}
.gvHeader th
{
	padding-left: 5px;
}
.gvHeader a, .gvHeader a:visited, .gvHeader a:hover
{
	color: White;
	text-decoration: underline;	
}

.gvDetails
{
	font-size: 90%;
}

.gvFooter
{
	background-color: #7E92B3;
	border: 1px solid #808080;
}

.gvFooter td
{
	border: 0px none;
}


#hpWrapper
{
	position: relative;
	height: 800px;
}

#rotateImgHolderHolder
{	
	width: 215px;
	height: 215px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 67px;
	left: 0px;
}

#rotateImgHolder
{
	width: 215px;
	height: 215px;
	padding: 0px;
	margin-left: 50px;
	position: relative;
}

#rotateImgHolder img
{
	top: 0px;
	left: 0px;	
	position: absolute;
}

