/***************************************
**	Global Styles
****************************************/
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
body {
	text-align: center;
	background-color: #f8f3df;
	color: #716c58;
	font-size: .96em;
}
a {
	color: #5891af;
}

/***************************************
**	Site Structure
****************************************/
#wrap {
	text-align: left;
	width: 925px;
	margin: 0px auto;
}
#header {
	position: relative;
	height: 130px;
}
#contentContainer {
	position: relative;
	background: url('images/contentContainerBG.png') repeat-y top right;
}
#content {
	min-height: 787px;
	height:auto !important;
	height: 787px;
	width: 866px;
	background: url('images/contentBG.png') repeat-y top left;
}
#productCart {
	padding: 0 20px;
}
#footer {
	height: 51px;
	background: url('images/footerBG.png') no-repeat top left;
}
#tabs {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 375px;
}
#navigation {
	position: absolute;
	bottom: 10px;
	right: 200px;
	z-index: 4;
	width: 425px;
}

/***************************************
**	Header Elements
****************************************/
#cartStatus {
	float: right;
	margin: 5px 10px;
	line-height: 30px;
	padding-left: 30px;
	background: url('images/shoppingCart.png') no-repeat center left;
}
#cartStatus input {
	padding: 3px;
	color: #c1c1c1;
	font-size: 13px;
	margin-left: 5px;
}
#paperHeader {
	position: absolute;
	display: block;
	z-index: 2;
	width: 637px;
	height: 52px;
	bottom: 0px;
	right: 0px;
	text-align: right;
}
#greenPaperSide {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 60px;
	height: 787px;
	background: url('images/greenPaperSide.png') no-repeat top right;
}
#rwlogo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 308px;
	height: 127px;
	background: url('images/rwlogo.png') no-repeat bottom left;
}
#tabs a {
	color: #716c58;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0px;
	text-align: center;
	font-size: 14px;
	width: 133px;
	min-height: 900px;
	height:auto !important;
	height: 787px;
	height: 77px;
	background: url('images/tabBG.png') no-repeat top left;
	display: block;
	position: absolute;
}
#tabs a:hover {
	text-decoration: underline;
}
#account {
	top: 0px;
	left: 0px;
}
#order {
	top: 0px;
	left: 134px;
}
#searchForm {
	display: inline;
}

#searchForm input {
	border: 1px solid #989588;
	color: #989588;
}


/***************************************
**	Navigation
****************************************/
#navigation a {
	height: 17px;
	display: block;
	float: left;
	margin-left: 20px;
}
#home {
	height: 17px;
	width: 42px;
	background: url('images/navigation/home.png') no-repeat top left;
}
#browseProducts {
	width: 117px;
	background: url('images/navigation/browseProducts.png') no-repeat top left;
}
#customPencils {
	background: url('images/navigation/customPencils.png') no-repeat top left;
	width: 102px;
}
#specials {
	background: url('images/navigation/specials.png') no-repeat top left;
	width: 57px;
}
#contact {
	background: url('images/navigation/contact.png') no-repeat top left;
	width: 54px;
}
#tabContainer {
	position: relative;
}
#home:hover {
	background: url('images/navigation/home_selected.png') no-repeat top left;
}
#browseProducts:hover {
	background: url('images/navigation/browseProducts_selected.png') no-repeat top left;
}
#customPencils:hover {
	background: url('images/navigation/customPencils_selected.png') no-repeat top left;
}
#specials:hover {
	background: url('images/navigation/specials_selected.png') no-repeat top left;
}
#contact:hover {
	background: url('images/navigation/contact_selected.png') no-repeat top left;
}

/***************************************
**	Footer
****************************************/
#footer img {
	margin: 8px 10px;
}
#footer div#links {
	float: right;
	margin: 8px 0 0 0;
	display: block;
	font-size: 12px;
	width: 625px;
}
#footer a {
	text-decoration: none;
	color: #56884f;
	margin-left: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
/***************************************
**	Other Styles
****************************************/
.block {
	display: block;
}

#hoverPreview {
	background-color: #ececec;
	border: 1px solid #cecece;
	padding: 4px;
	display: none;
	position: absolute;
	z-index: 100;
}

.storemap {
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 12px;
	margin-left: 20px;
}
.storemap ul {
	padding: 5px 0 10px 15px;
	margin-left: 0;
}
.storemap ul ul {
	font-weight: normal;
}
