/* Design44 Base HTML/CSS  -  Written By: Lucas Kwasnik  -  Last Updated: 2007-10-09 */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}

html, body {
//height: 100%;
min-height: 100%;
}

body {
	background:	url(/Common/Img/backgrounds/bg.jpg) repeat-y center top;
	background-color: #bebebe;
	color: #474747;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td {vertical-align: top;}

input, select, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #000000;
}
h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
ul {
	padding-bottom: 15px;
	padding-left: 20px;
}
p {padding-bottom: 15px;}

a {
text-decoration:none;
color:#c72932;
}

img, div { behavior: url('/Common/Scripts/iepngfix.htc'); }

/* ====================== layout & columns ========================*/
#container {
	text-align:left;
	margin: 0 auto;
	width:851px;
	
}

#top {
width:851px;
height:228px;
background:	url(/Common/Img/backgrounds/header_bg.png) no-repeat;
position:relative;
	_position:static;
}


#top img{
position:absolute;
left:300px;
z-index:20;
}


#main {
width:851px;
min-height:500px;
_min-height:500px;
_height:auto;
_height:500px;
background:	url(/Common/Img/backgrounds/container_bg.jpg) no-repeat;
background-position:bottom;
margin-top:-68px;
}

#CategoryMain {
width:769px;
background:	url(/Common/Img/backgrounds/container_bg.jpg) bottom no-repeat;
margin-top:-68px;
padding:70px 41px 0px 41px;
margin-bottom:0px;
}



/* PNG Background Fix for IE6 */
#top, #main { behavior: url(/Common/Scripts/iepngfix.htc); }


#rotator{
width:801px;
margin-left:25px;
}


#bottomPic {
width:851px;
height:220px;
margin-top:-155px;
_display:none;
}


#categoryTextLeft {
text-align:right;
float:left;
width:170px;
padding:15px 10px 15px 0px;
}

#categoryTextRight {
text-align:left;
float:left;
width:170px;
padding:15px 0px 15px 10px;
}

#categoryTextLeft img, #categoryTextRight img {
margin-bottom:5px;
height:21px;
}

#categoryCallouts {
float:left;
width:368px;
padding:10px 3px;
_padding:5px 0px 5px 0px;
} 


#contentArea {
width:530px;
float:left;
padding:0px 25px 50px 25px;
margin-right: auto;
margin-left: auto;
height: 100%; 
}

#callouts {
padding-bottom:50px;
margin-left:50px;
}

#callout {
padding:5px 0px;
}

/* ====================== Header & Footer ====================== */
#header {
}


#footer {
clear:both;
float:right;
margin-right:30px;
_margin-top:-7px;
_margin-right:15px;
text-align:right;
position:relative;
color:#333333;
padding-bottom:30px;
}


#footer ul {
list-style: none;
_margin-left:-34px;
margin-left:-21px;
margin-bottom:7px;
}
#footer li {
	float: RIGHT;
	display: block;}
#footer li a {
font-size:11px;
color:#000000;
text-decoration:none}	

#footer p {
font-size:10px;
color:#000000;
}

/* ====================== Menu ====================== */
#navMenu {
	width:851px;
	height:62px;
	position:absolute;
	top:62px;
	_position:static;
	behavior: url(/common/scripts/iepngfix.htc); 
}

#navMenu ul {
	list-style-type: none;
	padding: 0px;
}

#navMenu ul li {
	float: left;
}
	
	#navMenu ul li a {
	height: 62px;
	display: block;
	background-repeat: no-repeat;
	font-size: 0px;
	color: #8FD1F1;
	cursor: pointer;
	text-indent: -9999px;
}


	
#navMenu li.menuHome {display:none;
}


#navMenu ul li.cookies a {
	width:138px;
	height:62px;
	background: url(/Common/Img/backgrounds/cookies_btn.png);
	margin-left:40px;
	_margin-left: 40px; /* IE 6 and below */
}

#navMenu ul li.cookies a:hover {background: url(/Common/Img/backgrounds/cookies_btn.png) left -62px;}


	
#navMenu ul li.press a {
	width:102px;
	height:62px;
	background: url(/Common/Img/backgrounds/press_btn.png);
	margin-left:10px;
}

#navMenu ul li.press a:hover {
background: url(/Common/Img/backgrounds/press_btn.png) left -62px;
}

#navMenu ul li.find a {
width:117px;
height:62px;
background: url(/Common/Img/backgrounds/find_btn.png);
margin-left:250px;
}

#navMenu ul li.find a:hover {
background: url(/Common/Img/backgrounds/find_btn.png) left -62px;
}

#navMenu ul li.about a {
width:125px;
height:62px;
background: url(/Common/Img/backgrounds/about_btn.png);
margin-left:25px;
}

#navMenu ul li.about a:hover {
background: url(/Common/Img/backgrounds/about_btn.png) left -62px;
}
	

/* PNG Background Fix for IE6 */

#navMenu ul li a { behavior: url(/common/scripts/iepngfix.htc); }
#navMenu ul li a:hover { behavior: url(/common/scripts/iepngfix.htc); }
#navMenu ul ul {}

/* ====================== Display and hide second level menus ====================== */
#navMenu ul ul, #hidden {display: none;}
#navMenu li.CurrentPage ul, #navMenu li.CurrentCategory1 ul {display: block;}

#navMenu li#menuHome.CurrentPage ul, #navMenu li#menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

.bodyCookies #navMenu ul li.cookies a {background-image: url(/Common/Img/backgrounds/cookies_btn_over.png);}
.bodyPress #navMenu ul li.press a {background-image: url(/Common/Img/backgrounds/press_btn_over.png);}
.bodyFind #navMenu ul li.find a {background-image: url(/Common/Img/backgrounds/find_btn_over.png);}
.bodyAbout #navMenu ul li.about a {background-image: url(/Common/Img/backgrounds/about_btn_over.png);}

/* ====================== 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: #423E34;
	border-right: 8px solid #4D6177;
}

/* PNG Background Fix for IE6 */
#idclass { behavior: url(iepngfix.htc); }