﻿div#pageFrame
{
	position: relative;
	margin: 0 auto;
	width: 960px;
	z-index: 1;
}
div#pageHeader
{
	position: relative;
	height: 125px;
	z-index: 2;
}

div#pageHeader a
{
	outline-style: none;
	outline-width: 0;
}
a#logoLink
{
	position: absolute;
	display: block;
	left: 0;
	top: 37px;
	width: 249px;
	height: 51px;
}
div#pageHeader div.mainMenu
{
	position: absolute;
	right: 5px;
	top: 75px;
	height: 16px;
}

a#joinMailingList
{
	display: block;
	position: absolute;
	left: 707px;
	top: 36px;
	width: 122px;
	height: 23px;
	text-indent: -9999px;
	background-image: url(img/joinMailingList.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

a#enterShop
{
	display: block;
	position: absolute;
	right: 6px;
	top: 30px;
	height: 27px;
	padding: 5px 0 0 0;
	font: normal normal bold 10px Arial, Helvetica, sans-serif;
	color: #86153a;
}
a#enterShop:hover
{
	color: #86153a;
	text-decoration: none;
}
a#enterShop span
{
	color: #847b30;
	font-size: 9px;
	vertical-align: middle;
	padding-left: 7px;
}
a#enterShop:hover span
{
	color: #86153a;
}

div#contentFrame
{
	position: relative;
	padding: 10px 0 20px 0;
	width: 960px;
}
div#leftSidebar
{
	position: relative;
	float: left;
	padding: 5px 0 0 0;
	width: 143px;
}
div#contentContainer
{
	position: relative;
	float: left;
	padding: 5px 0 0 20px;
	width: 625px;
}
div#rightSidebar
{
	position: relative;
	float: right;
	padding: 0;
	width: 160px;
}
div#pageFooter
{
	position: relative;
	height: 25px;
	border-top: solid 1px #847b30;
	font: normal normal normal 10px Arial, Helvetica, sans-serif;
	color: #847b30;
}
div#copyright
{
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
}
div#address
{
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: left;
}


/**
 * Multi-Column/Quadrant Rules
 */
 div#contentContainer div.col1
{
	position: relative;
	float: left;
	width: 305px;
}
div#contentContainer div.col2
{
	position: relative;
	float: left;
	padding-left: 15px;
	width: 305px;
}
div#contentContainer div.row div.cph
{
	min-height: 50px;
}
div#row2
{
	padding-top: 20px;
}



