/* Design44 Base HTML/CSS  -  Written By: Shaun Jensen  -  Last Updated: 2005-10-11 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #67422B;
	font-family: Tahoma, Arial, "sans serif";
	font-size: 11px;
}
td {vertical-align: top;}

input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h2, h3, h4, h5, h6, h7 {
	color: #863514;
	font-weight: normal;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #8AC2CC;
	font-weight: normal;
	padding-bottom: 15px;
}
h2 {font-size: 14px;}

li {
	margin-left: 20px;
}
a {
	color: #67422B;
}
a:hover {
	text-decoration: none;
}
p {padding-bottom: 15px;}


/* ====================== layout & columns ========================*/
#container {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/Common/Img/lake-pleasant-mainBG.gif);
	background-repeat: repeat-y;
	padding-right: 64px;
	padding-left: 102px;
	padding-bottom: 50px;
}
#left {
	width: 210px;
	float: left;
}
#right {
	width: 554px;
	float: left;
}
#content {
	float: left;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 17px;
width:520px;
}

.storelist table {
	width: 98%;
	margin-left: 10px;}


/* ====================== Header & Footer ====================== */
#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	text-align: right;
	font-family: Tahoma;
	color: #67422B;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0px 5px 0px 5px;
	margin-left: 0px;
}#footer a {
	color: #67422B;
	text-decoration: none;
}

/* ====================== Menu ====================== */
#navMenu {
	background-image: url(/Common/Img/navMenu-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 83px;
	margin-bottom: 100px;
}
#navMenu div {
	background-image: url(/Common/Img/navMenu-mid.jpg);
	background-repeat: repeat-y;
}
#navMenu ul {
	background-image: url(/Common/Img/navMenu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 96px;
	list-style-type: none;
	padding-left: 22px;
	padding-top: 20px;
	padding-right: 20px;
}
#navMenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAB388;
	padding-left: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	margin-left: 0px;
}
#navMenu ul li a {
	color: #674020;
	text-decoration: none;
	font-weight: bold;
}

#navMenu ul ul li.hidden {
	display: none;
}
#navMenu ul ul {
	height: auto;
	padding: 0px;
	font-size: 13px;}
#navMenu li li {
	border: none;
	margin-bottom: 0px;
	padding: 1px 0px 1px 8px;}

/* ====================== Display and hide second level menus ====================== */

#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu li.CurrentCategory1 {
	background-image: url(/Common/Img/navMenu-on.jpg);
	background-repeat: no-repeat;
}
#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ======================= Callout Styles ======================== */
.calloutContainer {
	float: right;
	width: 194px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.callout {
	margin-bottom: 13px;
	color: #67422B;
	background-image: url(/Common/Img/callout-mid.gif);
	background-repeat: repeat-y;
	float:right;
}
.callout div, .callout table {
	background-image: url(/Common/Img/callout-bottom.gif);
	padding-bottom: 19px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.callout h1 {
	background-image: url(/Common/Img/callout-top.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	background-position: top;
	padding-left: 25px;
	text-transform: uppercase;
	height: 39px;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 0px;
}
.callout p {
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 20px;
}

/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060 url(/Common/Img/logoSWBM_Header.jpg) no-repeat right top;}
#searchBox {padding-top: 10px;}

#searchResultsPage #content {padding: 0px 15px 0px 45px;}

.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #423E34;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}	
.SearchResultTitle a:hover {text-decoration: underline;}

.SearchResultsHighlight {
	color: #E7B060;
	font-style: italic;
	text-decoration: underline;}
	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}

.selHint {background-color: #4D6177;}

#results div a span {background-color: #4D6177;}
	
.ezcount {
	float: right;
	color: #E7B060;
	font-size: 9px;}

#results {
	z-index: 99;
	width: 175px;
	display: none;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	border: solid 1px #000000;
	background-color: #F5F1D0;}
#results a {color: #E7B060;}

#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;}


/* ====================== Styling for Submit button on Login ========================*/
.adminButton , a.adminButton, a.adminButton:link, a.adminButton:visited, a.adminButton:hover, .smallButton{
	width: 125px;
	cursor: pointer;
	cursor: hand;
	color: #F5F1D0;
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	padding-bottom: 6px;
	text-decoration: none;
	vertical-align: middle;
	background-color: #67422B;
	border-right: 8px solid #CBB48A;}


	
