﻿/* Design44 Base HTML/CSS */
/* ====================== Page Formatting  ========================*/
* {
	margin: 0px;
	padding: 0px;
}
body 
{
	background-color: #003868;
	font-size: 14.4px;
	font-family: Times, Arial, Helvetica, sans-serif;
	color: #000;
}
#bgContainer
{
	
	width: 1200px;
	height: 1057px;
	margin: 0px auto;
	background-image: url(/Common/Img/bg-1.png);
	background-repeat:no-repeat;
}

td {vertical-align: top;}

input, select, textarea 
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3, h4, h5, h6, h7 
{
	font-size: 12px;
	color: #0965AE;
}
h1 
{	
	font-size: 28px;
	font-family:"Times New Roman", Times, serif;
	color: #4c721d;
}
h2 
{
	font-size: 14.4px;
	font-family:"Times New Roman", Times, serif;
	color: #4c721d;
	text-transform:uppercase;
}
h3 
{
	font-size: 12.4px;
	font-family:"Times New Roman", Times, serif;
	color: #4c721d;
	text-transform:uppercase;
}

ul 
{
	padding-left: 25px;
	padding-bottom: 15px;
	
}
p {padding-bottom: 15px;}

.link {cursor: pointer;}


/* ====================== layout & columns ========================*/


#container 
{
	
	width:821px;
	/*height:1057px;*/
	margin: 0px auto;
	background-color: #fff;
}
#PopupContainer 
{	
	width:679px;
	/*height:1057px;*/
	margin: 0px auto;
	background-color: #fff;
}


#homePics {
margin-top:20px;
}

#homeTitle {
margin-bottom:20px;
	background-image: url("/Common/Img/homeTitle_bg.gif");
	width:236px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color: #98a87b;
	font-weight:bold;
	padding:6px 0px 0px 20px;
	}
	

#homePicsContainer {
margin-left:10px;
}

#sidebar
{
	float:left;
	width:142px;
	text-align: center;
	padding-top: 10px;
	border-right: solid 5px #89a166;
}
.sidebarTable
{
		
}
.sidebarTable td
{
	padding:10px 0px 10px 0px;
}
.sidebarTable img
{
	border:0px;
}

/*#divider
{
	float:left;
	width:5px;
	background-image: url(/Common/Img/sidebar-divider.gif);
	background-repeat: repeat-y;
}
*/
#main 
{
	position:relative;
	float:left;
	width:634px;
	background-color:#eff4e6;
	background-image: url(/Common/Img/mainWatermark.gif);
	background-repeat: no-repeat;
	font-size:14px;
	padding-top:35px;
	padding-left: 15px;
	padding-right:25px;
	padding-bottom:20px;

}
#main h1, h2, h3
{
	padding-left:10px;
}
#main .line
{
	padding-bottom:5px;
}
#main p
{
	padding-left:10px;
}
#main a
{
	color:#003868;
}

#mainTitle
{
	padding-bottom:10px;
}
#main #movie
{
	margin-left:104px;
}
#main #movie #purple
{
	width:425px;
	color:white;
	background-color:#003868;
	margin-top:15px;
}
#main #movie #purple a
{
	color:#89a166;
}

/* ====================== Header & Footer ====================== */
#headerContainer
{
	float:left;
}
#header 
{
	width: 674px;
	height:125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.4px;
	color: #fff;
	position:relative;
}
#headerLeft
{
	width:319px;
	height:107px;
	background-color: #fff;
	background-image: url(/Common/Img/header-bg2.gif);
	background-repeat: no-repeat;
	padding:20px 90px 0px 15px;
}
.searchContainer {
	position: absolute;
	right: 15px;
	top: -40px;
}
.searchArea {
	padding-top: 5px;
	position: relative;
}
#logo
{
	width:348px;
	height:366px;
	position:absolute;
	top:0px;
	right:0px;
	
}

#footer 
{
	float:left;
	width:649px;
	height:54px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-image: url(/Common/Img/footerBg.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top:25px;
}
#footerAbove
{
	float:left;
	width:674px;
	height:46px;
}
#footerBelow
{
	float:left;
	width:674px;
	height:70px;
}
#footer ul {}
#footer li {}
#footer li a {}	

#footer .footPad a
{
	text-decoration:none;
	color:white;
}
#footer .footPad a:hover
{
	text-decoration:underline;
}
#footer .finePrint
{
	font-size:10px;
	
}

/* ====================== Menu Carousel and rollovers ====================== */
#navHolder
{
	float:left;
}
#navContainer
{
	float:left;
	position:relative;
	width:674px;
	height:330px;
}
#picBox
{
	position:absolute;
	top:242px;
	right:10px;
	width:200px;
	height:127px;
		
}
#catBox
{
	position:absolute;
	top:5px;
	right:5px;
	height:63px;
	width:63px;
	background-image:url(/Common/Img/frame.gif);
	background-repeat:no-repeat;
	padding: 3px 0px 0px 3px;
	z-index: 0;
}

#carousel
{
	
	position:absolute;
	top:-20px;
	left:0px;
	width:425px;
	height:350px;
}

#navContainer ul 
{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;*/
	display:none;
}

.categoryHome ul
{
} 
#navContainer ul li 
{
	/*list-style:none;
	padding-top: 15px;*/
	display:none;
}
#navContainer ul li.menuHome
{
	display:none;
}
#navContainer  ul li a 
{
	color:#000;
	text-decoration:none;
}
#navContainer ul li a:hover 
{

}
#navContainer  ul ul {}

#navContainer h1
{
	
}


/* ====================== Display and hide second level menus ====================== */
#navContainer ul ul, #hidden {display: none;}
#navContainer li.CurrentPage ul, #navContainer li.CurrentCategory1 ul {display: block;}

#navContainer li #menuHome.CurrentPage ul, #navContainer li #menuHome.CurrentCategory1 ul {display: none;} /* never display L2 menu items in Home Category */

/* ====================== search results ======================== */
#searchContainer {
	height: 37px;
	padding: 0px 0px 0px 20px;
	background: #E7B060;
}
#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: #4c721d;
	font-style: italic;
	text-decoration: underline;
}	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}
.selHint {background-color: #659827;}
#results div a span {background-color: #003868;}	
.ezcount {
	float: right;
	color: #ffffff;
	font-size: 9px;
}
#results {
	z-index: 99;
	width: 154px;
	display: none;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	border: solid 1px #ffffff;
	background-color: #4c721d;
	left: 42px;
	top: 17px;
}
#results a {color: #ffffff;}
#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); }
