/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 5 March 2008 @ 16:20 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 20px 0 0 0;
	background: #576325 url(images/bodyBg.jpg) top left repeat-x;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
}

body, div, p, td, font {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	a {
		color: #8B3C0C;
		text-decoration: underline;
	}
	a:hover { text-decoration: none; }
	a:visited {
		color: #576325;
	}
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.15em;
	font-weight:normal;
}
	h2, h3, h4, h5, h6 {
		margin-bottom: 0.5em;
		font-size: 1.25em;
	}
		h2 { font-size: 2.0em; color:#8B3C0C; }
		h3 { font-size: 1.7em; color:#576325; }
		h4 { font-size: 1.5em; color:#8B3C0C; }
		h5 { font-size: 1.3em; color:#576325; }
		h6 { font-size: 1.1em;  color:#8B3C0C; }

div.hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	padding: 0;
	background: #8A8278 no-repeat scroll center;
}
	div.hr hr {
		display: none;
	}


* html #header, 
* html #footer,
* html #contentWrapper,
* html #contentWrapper #leftCol li.lvl1 li.selected,
* html #contentWrapper #leftCol li.lvl1 li.selected span,
* html #contentWrapper #leftCol li.lvl1 li.selected a { 
	behavior: url("/globals/iepngfix_v1/iepngfix.php");
}

#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto 20px auto;
}

/** Header
-------------------------- **/
/* @group header */
#header {
   width: inherit;
   background: transparent url("images/headerBg.png") top left no-repeat;
   height: 250px;
/*   position: relative;*/
   overflow: hidden;
}
	#header #banner {
		position: absolute;
		top: 69px;
		left: 51px;
		z-index: 2;
		height: 100px;
	}
	#header #banner a, 
	#header #banner a:visited
	{
		display: block;
		background: url("images/logo.jpg") 0 0 no-repeat;
		text-indent: -10000px;
		width: 305px;
		height: 118px;
		text-decoration: none;
		overflow: hidden;
	}
#header #bgPictures {
	width: 925px;
	height: 221px;
	position: absolute;
	z-index: 1;
	top: 27px;
	left: 8px;
}
	#header #picLeft,
	#header #picRight {
		width: 461px;
		height: 221px;
		background: transparent url(images/headerBg-midL.jpg) top left no-repeat;
		float: left;
	}
	#header #picRight {
		background: transparent url(images/headerBg-midR.jpg) top left no-repeat;
	}

/* @group topNavigation */

#header #topNavigation {
	width: inherit;
	height: 38px;
	padding: 0 0 0 8px;
	position: absolute;
	z-index: 10;
	top: 210px;
	left: 0;
}

/* @end topNavigation */
/** @group contactBlock */
#contactBlock {
   position: absolute;
	z-index: 2;
	top: 2px;
	left: 8px;
	color: #C0A272;
	font-size: 1.2em;
	line-height: 1.5em;
}
#contactBlock div {
   float: left;
   margin-right: 8px;
}
   #contactBlock div.adr { margin-right: 15px; }
/* @end contactBlock **/

/* @end header */

/** ContentWrapper
-------------------------- **/
/* @group ContentWrapper */

#contentWrapper {
	background: transparent url(images/contentBg.png) top left repeat-y;
	padding: 23px 8px 0 8px;
}
	#wrapper > #contentWrapper {
		min-height: 300px;
	}
	* html #contentWrapper {
		background-image: url(images/contentBg-ie.png);
		margin-left: 3px;
		height: 300px;
	}

#home #contentWrapper {
	padding-top: 0;
}
	#home #contentWrapper #flashcontent {
		background: transparent url("images/splash-GrandOpening.jpg") top left no-repeat;
		width: 922px;
		height: 415px;
	}
		* html #home #contentWrapper #flashcontent { 
			margin-left: -3px;
		}


/* @group leftCol */
#contentWrapper #leftCol {
	float: left;
	width: 231px;
	height: 481px;
	margin: 0 11px 0 21px;
	background: transparent url(images/sub-leftColBg.jpg) top left no-repeat;
}
	#store #contentWrapper #leftCol {
		background-image: none;
		background-color: #e2c897;
		border: 2px solid #8b3c0c;
		width: 227px;
	}
	#contentWrapper #leftCol ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
		#contentWrapper #leftCol li.lvl1 { margin-top: 12px; padding: 0; }	
			#contentWrapper #leftCol li.lvl2 a {
				display: block;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 1.4em;
				color: #580600;
				padding: 10px 20px;
				/*margin: 12px 0;*/
				text-decoration: none;
				width: 189px;
				height: 16px;
			}
				#contentWrapper #leftCol li.lvl2 a:hover {
					text-decoration: underline;
				}
				#contentWrapper #leftCol li.lvl1 li.selected { 
					background: transparent url(images/sub-NavSelectedBg-M.png) top right repeat-y; 
				}
					#wrapper > #contentWrapper #leftCol li.lvl1 li.selected span {
						background: transparent url(images/sub-NavSelectedBg-B.png) bottom right no-repeat;
						display: block;
					}
					#wrapper > #contentWrapper li.lvl1 li.selected span a {
						background: transparent url(images/sub-NavSelectedBg-T.png) top right no-repeat;
						cursor: pointer;
						cursor: hand;
					}
			#contentWrapper #leftCol li.lvl1 li.selected ul { 
				/*margin-top: -12px;*/ 
				padding-bottom: 8px;
			}
				* html #contentWrapper #leftCol li.lvl1 li.selected ul {
					margin-top: -10px;
				}
			#contentWrapper #leftCol li.lvl1 li.lvl2 li.lvl3 { background-image: none; }
			#contentWrapper #leftCol li.lvl1 li.lvl2 li.lvl3 a { 
				padding: 3px 20px;
				width: 169px;
				padding-right: 40px;
				margin: 0;
				background-image: none;
				font-size: 1.2em;
				color: #1d2b12;
				font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
			}
				#contentWrapper #leftCol li.lvl1 li.lvl2 li.lvl3 span,
				#contentWrapper #leftCol li.lvl1 li.lvl2 li.lvl3 span a,
				#wrapper > #contentWrapper #leftCol li.lvl1 li.lvl2 li.lvl3 span,
				#wrapper > #contentWrapper #leftCol li.lvl1 li.lvl2 li.lvl3 span a {
					background-image: none;
				}
				#contentWrapper #leftCol li.lvl1 li.lvl2 li.selected a,
				#wrapper > #contentWrapper #leftCol li.lvl1 li.lvl2 li.selected a {
					font-weight: bold;
				}
		#store #leftCol { font-size: 1.2em; }
/* @end leftCol */



/* @group rightCol */
#contentWrapper #rightCol {
	float: left;
	width: 547px;
	padding: 0 23px 0 22px;
	font-size: 1.3em;
	line-height: 1.5em;
	/*border: 1px solid red;
	border-left: 0;
	border-right: 0;*/
}
	#contentWrapper > #rightCol {
		width: 592px;
		padding: 0 46px 0 22px;
	}
	#contentWrapper #rightCol p {
		margin: 0;
		padding: 8px 0;
	}
	
	#contentWrapper #rightCol h2 {
		color: #8B3C0C;
		font-size: 2.4em;
		font-weight: normal;
		margin: 5px 0 10px 0;
	}

#noLeftCol #contentWrapper #rightCol {
	float: none;
	width: 856px;
}

/* @end rightCol */
/* @end ContentWrapper */



/** Footer
-------------------------- **/
/* @group footer */

#footer {
	background: transparent url("images/footerBg.png") top left no-repeat;
	height: 63px;
	color: #b67947;
	padding: 30px 25px 0 20px;
}
	#home #footer {
		background: transparent url("images/footerBg-home.png") top left no-repeat;
		padding-top: 10px;
	}
#copyright {
	float: left;
}
#siteBy {
	float: right;
}
	#siteBy a {
		color: #b67947;
		text-decoration: none;
	}
	#siteBy a:hover {
		text-decoration: underline;
	}

/* @end footer */



/** Class Styles
-------------------------- **/

.hidden,
.printOnly {
	display: none;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
