/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 14px;
	font-family: Garamon, "Times New Roman", serif;
	color: #574a2a;
	background: url(../images/bg.jpg) top center repeat; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: normal;
		color: #5e0000;
		margin: 10px 0 10px 0;
		padding: 0 0 20px 0;
		background: url(../images/underline.gif) bottom left no-repeat; }
	
	a:link, a:visited { color: #5e0000; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 950px;
	margin: 0 auto; }
	
	/*** BANNER ***/
	#banner {
		width: 950px;
		height: 189px;
		float: left; }
	#innerbanner {
		width: 950px;
		height: 86px;
		float: left; }

	/*** NAVIGATION ***/
	ul#nav1 { 
		width: 950px;
		height: 47px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav1 li { 
			float: left; 
			height: 47px; }
			
	ul#nav2 { 
		width: 950px;
		height: 46px;
		margin: 0 auto;
		float: left;
		list-style: none; }
		
		ul#nav2 li { 
			float: left; 
			height: 46px; }
				
			ul#nav2 li a.history {
				width: 84px;
				height: 46px;
				display: block;
				background: url(../images/navBot_02_history.jpg) top left no-repeat; }
				
			ul#nav2 li a.teataster {
				width: 107px;
				height: 46px;
				display: block;
				background: url(../images/navBot_03_teataster.jpg) top left no-repeat; }
				
			ul#nav2 li a.kingcolebrands {
				width: 160px;
				height: 46px;
				display: block;
				background: url(../images/navBot_04_kingcolebrands.jpg) top left no-repeat; }
				
			ul#nav2 li a.teamap {
				width: 81px;
				height: 46px;
				display: block;
				background: url(../images/navBot_05_teamap.jpg) top left no-repeat; }
				
			ul#nav2 li a.contests {
				width: 127px;
				height: 46px;
				display: block;
				background: url(../images/navBot_06_contests.jpg) top left no-repeat; }

			ul#nav2 li a:hover { background-position: bottom left; }
			
	/*** HEADER ***/
	#header {
		width: 950px;
		height: 288px;
		float: left; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		float: left;
		width: 950px;
		text-align: left;
		background: url(../images/left.jpg) top left no-repeat; }

		/*** SIDEBAR ***/
		#sidebar {
			width: 271px;
			height: 497px;
			display: block;
			float: left; }
			
			#stories {
				position: relative;
				top: 242px;
				left: 131px; }
			
			#buyonline {
				position: relative;
				top: 247px;
				left: 108px; }
	
		/*** INSIDE WRAPPER ***/
		#insideWrapper {
			width: 664px;
			min-height: 660px;
			float: left;
			background: url(../images/wrapper_bg.jpg) bottom left no-repeat #e8d7ab; }
	
		/*** CONTENT ***/
		#content {
			width: 624px;
			padding: 0 10px 60px 30px;
			min-height: 400px;
			float: left;
			background: url(../images/content_bg.jpg) top right no-repeat; }
			
			#content li {
				margin: 0 0 0 20px; }
		
	/*** FOOTER ***/
	#footer {
		width: 679px;
		padding: 50px 0 0 271px;
		height: 300px;
		text-align: left;
		float: left;
		background: url(../images/footer_bg.jpg) no-repeat;
		background-position: 1px 0px;
		text-shadow: 1px 1px 1px #000; }

			#footer p { 
				font-size: 10px;
				color: #fff; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #fff; }
		
			#socialMedia {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }
				
				#socialMedia h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					color: #fff; }

				ul#socialLinks {
					list-style: none;
					width: 260px;
					margin: 10px 0 0 0; }
						
						ul#socialLinks li {
							float: left;
							width: 120px;
							margin: 0 0 10px 0; }
							
							ul#socialLinks img {
								padding: 1px;
								border: 1px solid #fff; }
								
			#siteMap {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }

				#siteMap h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					color: #fff; }
					
				ul#siteMapList {
					list-style: none;
					width: 260px;
					margin: 10px 0 0 0; }

						ul#siteMapList li {
							float: left;
							width: 120px;
							margin: 0 0 10px 0; }
		
			#copyright {
				width: 260px;
				padding: 20px;
				height: 110px;
				float: left; }

				#copyright h6 {
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					color: #fff;
					padding: 0 0 10px 0;
					border-bottom: 1px dotted #fff;
					margin: 0 0 10px 0; }
				
				p.poweredby a { margin: 0 20px 0 0; }	
				
				
	/*** STORE LOCATOR ***/
		
	h2.store {
		background: url(../images/store.jpg) top left no-repeat;
		padding: 0 0 0 35px;
		margin: 0 0 5px 0;
		font-size: 18px;
		height: 30px; }
		
	h3.search {
		background: url(../images/search.jpg) top left no-repeat;
		padding: 0 0 0 35px;
		margin: 0 0 5px 0;
		font-size: 18px;
		height: 30px; }
		
		h3.search a {
			text-decoration: none;
			color: #5e0000; }
		
	#map {
		margin: 0 0 30px 0; }			
	
	

	/*** FORM STYLES ***/
	form {}
	
		form fieldset { border: none; }
		
			form fieldset ol,
			form fieldset ul { list-style: none; }
			
		form input,
		form select,
		form textarea,
		form button { 
			font-size: 11px;
			background: #c3b48e;
			border: 1px solid #8d8265;
			padding: 5px 10px;
			font-family: "Trebuchet MS", verdana, arial, sans-serif; }	

			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
