 /* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	background-image:url(images/bgrd_pattern.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

img {
	border:0px;	
}



ul
{
	list-style-type:none;
	display:block;
	padding:0px;
	margin:0px;
	left: -999em;
}

li
{
	/*list-style-type:none;
	display: block;
	*/
}

a:link {color: #336699; text-decoration: none;  }
a:visited {color: #336699; text-decoration: none;  }
a:hover {color: #336699; text-decoration:underline;  }

a.sitemapLink:link {color: #336699; text-decoration: none;  }
a.sitemapLink:visited {color: #336699; text-decoration: none; }
a.sitemapLink:hover {color: #336699; text-decoration:underline; }

.oneColFixCtr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}



#container
{
	height:auto;	
}

#top
{
	height:90px;
	width:100%;
	background-image:url(images/topBgrd.gif);
	background-repeat:repeat-x
}

#topContainer
{
	width:960px;
	margin: 0 auto;
	text-align:left;
}

#topLogo
{
	width:147px;
	padding-left:5px;
	float:left;
}

#topSalesLink, #topLoginLink
{
    font-weight:bold;  
    font-size:12px;  
}

a#topSalesLink:link {color: #67a800; text-decoration: none;  }
a#topSalesLink:visited {color: #67a800; text-decoration: none;  }
a#topSalesLink:hover {color: #67a800; text-decoration:underline;  }

a#topLoginLink:link {color: #3366cc; text-decoration: none;  }
a#topLoginLink:visited {color: #3366cc; text-decoration: none;  }
a#topLoginLink:hover {color: #3366cc; text-decoration:underline;  }

#GlobalTop
{
	height:30px;
	width:490px;
	padding-left:5px;
	float:right;
	text-align:left;
	background-image:url(images/topSearch_bgrd.png);
	background-repeat:no-repeat;
}

#GlobalContact
{
	float:left;
	height:30px;
	width:325px;
}


#GlobalSearch
{
	float:right;
	height:22px;
	width:154px;
	margin-top:4px;
	margin-right:10px;
	background-image:url(images/searchTextbox.gif);
	background-repeat:no-repeat;
}

#GlobalQuickNav
{
	clear:both;
	padding-top:2px;
	margin-left:258px;	
}

#btmGradient
{
	position:relative;
	top:-20px;
	height:90px;
	width:100%;
	background-image:url(images/btmBgrd.gif);
	background-repeat:repeat-x
}

#navHolder
{
	height:38px;
	width:100%;
	background-image:url(images/nav_bgrd.gif);
	background-repeat:repeat-x;
	margin-bottom:42px;
	*margin-bottom:35px;
	_margin-bottom:38px;
	
}

#navBtns
{
	height:30px;
	width:962px;
	text-align:left;
	margin-right:-2px;
	padding: 0;
	margin:0px auto;
}

#main {
	background-color:#ffffff;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:auto;
	width:100%;
	text-align:left;
	margin-top:0px;
}

/*
#mainContent
{
	background-color:#ffffff;
	height:auto;
	width:960px;
	text-align:left;
	padding:0px 0px 40px 0px;
	margin: 0px auto;
}
*/

#bottom
{
	clear:both;
	padding-top:20px;
	height:auto;
	width:100%;
	margin:0px auto;
	
}

#bottomNav
{
    width:920px;
    margin: 0px auto;
    padding:15px 0px;
    font-family: Sans-Serif;
	font-size:11px;
	font-weight:bold;
	color:#003645;
}

.btmNavLink
{
    padding: 0px 5px;
    vertical-align:-1px;    
    
}

a.btmNavLink:link {color: #003645; text-decoration: none;  }
a.btmNavLink:visited {color: #003645; text-decoration: none; }
a.btmNavLink:hover {color: #003645; text-decoration:underline; }

#sitemap
{
	height:330px;
	width:920px;
	margin:0px auto;
	background-color:#ffffff;
	padding:20px 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	position:relative;
	top:-50px;
}

/* Sitemap format */

.siteMapBold
{
	height:20px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #003645;
}

.sitemapSubHead
{
	margin-top:5px;
	line-height:18px;
	font-weight:bold;
}

sitemapSubHead a:link
{
	text-decoration:underline;	
}

.sitemapIndent
{
	margin-left:15px;
	line-height:17px;
}


/* --------------- Nav Rollovers ------------------ */

.mainNavLink
{
	margin-top:6px;
	margin-bottom:-4px;
	margin-left:10px;
	margin-right:-10px;
}

#navBtns, #nav
{
	height:30px;
	width:962px;
}


 #nav ul {
	float: left;
	height:30px;
	width:190px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0px !important;
}

#nav a, .mainNav {
	display: block;
	height:30px;
	width: 10em;
	w\idth: 6em;
	color: #7C6240;
	text-decoration: none;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background:#ffffff;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
	
}

#nav li li 
{
	height:28px !important;
	height:10px;
	width: 200px;
	background:#e2ecf3;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#003645;
	border-bottom:solid 1px #dddddd;
}

#nav li ul a {
	height:30px;
	width: 200px;
	color:#666666;
}

#nav li ul a:hover {
	color:#003645;
	height:30px;
	width:200px;
}



#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li ul li ul  {
	margin-left:200px;
	margin-top:-30px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index:500;
}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index:500;
	
}

#nav li:hover, #nav li.sfhover {
	background: #c1daec;
	width:200px;

}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

.navDropPos  
{
	padding-top:7px;
	padding-left:8px;
	padding-bottom:2px;	
}
