/* 
Title:		HarMar Mall
Author: 	David Boyer
Email:		david.boyer[at]26tigers.com
Created: 	January 18, 2006
Updated:	October 22, 2007
*/

/* Design Notes
	Colors:
		#3E0D2C - Purple body background
		#341313 - Dark Purple/Red Footer Body Background
		#FFF9C5;  Yellowish links 

*/

/*--[Global]----------*/
html, body, form, fieldset, legend, input, select, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, img, object {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, li {
	list-style-type:none;	
}
ul, ol, dl {
	position: relative;  
}
body {
	background: #3E0D2B url(../images/img1/bg_body.jpg) repeat-x 0 0; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.1em;
	color: #FFF;
	text-align: center; /* KLUDGE: IE5.5 and IE6 in quirks mode doesn't understand auto marging. IE misunderstands text-align: center and centers everything. Must reset text to the left in the wrapper tag. */
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}		
img {
	border:0;
}
.clear {
     border: 0;
     clear: both;
     display: block;
     float: none;
     margin: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}		

/*--[Set Generic Link Rules]----------*/
a:link {
	color:#FEB551; /* Light Orange */
	text-decoration: none;
}
a:visited {
	color: #FEB551; /* Light Orange */
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
/*--[Images]--------*/
img.storefront {
	border: 2px solid #666;
	margin-top: 20px;
}
	
/*--[Wrapper]----------*/
/* Holds all content except the footer. */	
#wrapper {
	width: 780px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
	position: relative;
}

/*--[Masthead]----------*/
#masthead {
	height: 243px;
	position: relative;
	background: url(../images/img1/rotate/rotate.php) no-repeat 0px 0px;
}
	#masthead h1 {
		width: 184px;
		height: 128px;
		background: url(../images/img1/img_logo_harmar.gif) no-repeat 0 0;
		text-indent: -9926px;
		position: absolute;
		top: 59px;
		left: 0;
	}
		#masthead h1 a {
			display: block;
			height: 128px;
			background: url(../images/img1/img_logo_harmar.gif) no-repeat 0 0; /* Logo needs to be repeated in order to prevent flickering in IE on mouse over. */
		}

/*--[Top Bar Menu]----------*/	
ul#nav_topbar {
	position: absolute;
	top: 13px;
	left: 0;	
}
	ul#nav_topbar li {
		display: inline;
		color: #FFCACA;
	}
		ul#nav_topbar li a:link, ul#nav_topbar li a:visited {
			color: #FFCACA;
			font: 80% Arial, Helvetica, sans-serif;
		}
		ul#nav_topbar li a:hover {		
			color: #FFF;
			text-decoration: none;
		}
		
/*--[Masthead Search Bar]----------*/
#top_search {
	position: absolute;
	top: 0;
	right: 10px;
	width: 252px;
}
	#top_search fieldset {
		border: none;
		background: #550000 url(../images/img1/bg_top_search_fieldset.gif) no-repeat 0 100%;
	}
	#top_search legend {
		text-indent: -9926px;
	}		
p.searchitem {
	float: left;
	padding-left: 66px;
}
	p.searchitem select, p.searchitem input {
		font: 75% Verdana, Arial, Helvetica, sans-serif;
		color:#666;
	}
	p.searchitem input {
		width: 150px;
		padding: 1px 0;
	}
p.searchsubmit {
	float: right;
}

/*--[Main Navigation Menu]----------*/
ul#nav_main {
	position: absolute;
	width: 780px;
	top: 193px;
	left: 0;
	float: left;	
}
	ul#nav_main li {
		float: left;
		padding: 10px 0 0 0;
		height: 50px;
		background: url(../images/img1/bg_but_nav_main.jpg) no-repeat 0 0;		
	}
		ul#nav_main li a {
			display: block;
			padding: 0 15px 0 15px;
			color: #FFF9C5; /* Yellowish Nav links */
			font: bold 105% Arial, Helvetica, sans-serif;
			float: left;
		}
		ul#nav_main li a:visited {
			color: #FFF9C5;
		}
		ul#nav_main li a:hover {		
			color: #FFF;
			text-decoration: none;
		}	

/*--[Content Wrapper]----------*/
.wrapper_content {
	background: #3E0D2B url(../images/img1/bg_wrapper_content.jpg) repeat-x 0 0;
	margin-bottom: 20px;
}
	.wrapper_content h2 {
		font: normal 250%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
		color: #FFF9C5; 
		padding: 8px 0 4px 0;
	}
	.wrapper_content h3 {
		font: normal 135%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
		color: #FFF; 
		padding: 0 0 10px 0;
	}
	.wrapper_content h4 {
		font: normal 155%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
		color: #C1F2D4; 
		padding: 15px 0 0 0;
	}	
	.wrapper_content p {
		font-size: 85%;
		line-height: 1.4em;
		padding: 4px;
	}

/*--[Columns Large/Small Right/Left]----------*/
.col {
	font-size: 85%;
	padding: 3px 0;
}
.sl {
	width: 190px;
	float: left;
}
.sr {
	width: 260px;
	float: right;
}
.ll {
	width: 500px;
	float: left;
}
.lr {
	width: 570px;
	float: right;
}
.equal3_block {
	float: left;
	width: 235px;
	margin-right: 20px;
}
	.equal3_block h3 {
		text-indent: -9926px;
	}

.promo {
	background: url(../images/img1/bg_promoedge.gif) no-repeat 0 3px;
	height: 202px;
	margin-top: 10px;
}
/*--[Content Buttons]----------*/
p.more {
	width: 57px;
	height: 13px;
	background: #3E0D2C url(../images/img1/butn_more.gif) no-repeat 0 0;
	text-indent: -9926px;
	padding: 0 0 15px 0;
	margin: 0;
	float: right;
}
	p.more a {
		display: block;
		width: 57px;
		height: 13px;
		background: #3E0D2C url(../images/img1/butn_more.gif) no-repeat 0 0;
	}

/*--[Hot Deals Block]----------*/
ul.hotdeals {
	padding: 35px 0 0 20px;
	background: url(../images/img1/bg_hotdeals.gif) no-repeat 10px 0px;
	float: left;
}
	ul.hotdeals li {
		padding:0 0 10px 0;
		margin-bottom: 10px;
		float:right;	
	}

/*--[Event Block]----------*/
ul.eventfront {
	background: url(../images/img1/bg_upcomingevents.gif) no-repeat 10px 0;
	padding: 35px 0 10px 60px;
}
	ul.eventfront li {
		display: inline;
	}
		ul.eventfront li a:link, ul.eventfront li a:visited {
			display: block;
			background: url(../images/img1/icon_calendar.gif) no-repeat 5px 50%;
			padding: 4px 5px 4px 30px;
			font-size: 80%;
			color: #FFF38B;
		}	
		ul.eventfront li.odd a {
			background-color: #2F0A21;	
		}
		ul.eventfront li a:hover {
			color: #FFF; 
			text-decoration: none;
		}
		

/*--[Event Listing Page}--------*/
ul.event_listing {
	width: 90%;
}
	ul.event_listing li {
		border-bottom: 1px solid #701751;
		padding-bottom: 15px;
	}
	ul.event_listing li.pages {
		border: none;
		padding-top: 20px;
	}

/*--[News Block]----------*/
ul.newsfront {
	padding: 35px 0 0 60px;
	background: url(../images/img1/bg_recentnews.gif) no-repeat 10px 0px;
}
	ul.newsfront li {
		background:url(../images/img1/icon_newspaper.gif) no-repeat 0 4px;
		padding:0 15px 10px 23px;
		border-bottom: 1px solid #701751;
		margin-bottom: 10px;	
	}
	ul.newsfront li.last {
		border-bottom: none;
		margin-bottom: 0;
	}
	.wrapper_content ul.newsfront li p {
		font-size: 80%;
		padding: 0;
}
h4.newstitle {
	font-size: 95%;
	text-transform: capitalize;
	line-height:100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
	h4.newstitle a:link, h4.newstitle a:visited {
		color: #FFF38B; 
	}
	h4.newstitle a:hover, h3.newstitle a:active {
		color: #FFF; 
		text-decoration: none;
	}
	p.newsdate {
		color:#B6A08B; 
		padding-bottom: 5px;
	}

/*--[News Listing Page}--------*/
ul.news_listing {
	width: 90%;
	padding-top: 10px;
}
	ul.news_listing li {
		padding: 0 0 15px 10px;
	}
		ul.news_listing li a:link, ul.news_listing li a:visited {
			font: normal 135%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
			color: #C1F2D4; 
			background: url(../images/img1/icon_newspaper.gif) no-repeat 0 50%;
			padding-left: 22px;
		}
		ul.news_listing li a:hover {
			color: #FFF;
		}
			.wrapper_content ul.news_listing li p {
				padding: 2px 0 5px 22px;
			}
	ul.news_listing li.pages {
		border: none;
		padding: 20px 0 0 0;
		background: url(none);
	}
	
/*--[Info Block]---------*/
ul.infoblock {
	border: 1px solid #2A091D;
	background-color: #54113C;
	padding: 10px;
}
	ul.infoblock h5 {
		font: normal 135% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
		color: #FFF9C5;
		padding: 0 0 5px 0;
	}
.goright {
	float: right;
	width: 300px;
	padding-top: 5px;
}
	.goright li a {
		background: #54113C url(../images/img1/bullet_purple.gif) no-repeat 0 50%;
		padding-left: 22px;
	}	
	ul.infoblock li {
		padding: 5px 0;
	}
			ul.infoblock li.shop_telephone {
				background: #54113C url(../images/img1/icon_telephone.gif) no-repeat 0 50%;
				padding-left: 22px;
			}
			ul.infoblock li.shop_address {
				background: #54113C url(../images/img1/icon_map.gif) no-repeat 0 50%;
				padding-left: 22px;
			}
			ul.infoblock li.shop_www {
				background: #54113C url(../images/img1/icon_world_link.gif) no-repeat 0 50%;
				padding-left: 22px;
			}
			ul.infoblock li.shop_clock {
				background: #54113C url(../images/img1/icon_clock.gif) no-repeat 0 50%;
				padding-left: 22px;
			}	

/*--[Sale Block]--------*/
.sale_block {
	margin: 25px 0 0 0;
	border: 1px solid #2A091D;
	background: #341313 url(../images/img1/bg_sale_block.jpg) repeat-x 0 0;
	padding: 10px;
	color: #FFF;
} 
	.sale_block h5 {
		font: bold 140%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
		color: #FFF9C5; 
		padding: 5px 0 8px 0;
	}	
/*----------Directory Table Styling----------*/
table.dir {
	clear: both; /* Needed clear the Category Legend*/
	border-collapse: collapse;
	width: 780px;
	color: #FFF;
	margin: 15px 0px;
}
table.dir thead {
	background-color: #6D445E;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	font-size: 110%;
}
table.dir th {
	font: normal 120%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
}
table.dir th, table.dir td {
	padding: 0.7em 1em;
	vertical-align: top;  
}
table.dir td.merch {
	font-family: "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 125%;
}
.odd {
	background-color: #2F0A21;
}

table.dir tr:hover {
  background-color: #711850;
  color: #FFF;
}
table.dir thead tr:hover {
  background-color: transparent;
  color: inherit;
}
table.dir tr a:link, table.dir tr a:visited {
	display: block;
	color: #FFF9C5;
	text-decoration: none;
	padding-left: 18px;
	background: url(../images/img1/bulllet_rarrow.gif) no-repeat 0 50%;
}
table.dir tr a:hover {
	color: #FFF;
	text-decoration: underline;
}

table.dir tr:hover.pages {
	  background-color: #3E0D2B;
}
table.dir tr.pages a:link, table.dir tr.pages a:visited {
	display: inline;
	background: url(none);
	padding-left: 2px;
}
		

/*--[Verbose List}--------*/
ul.verbose_list {
	width: 760px;
	margin: 0 auto;
}
	ul.verbose_list h4 {
		font: normal 140%/1.2em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
		color: #C1F2D4; 
		padding: 0;
	}
	ul.verbose_list li {
		padding: 3px 0 15px 24px;
		background: url(../images/img1/icon_circlearrow.gif) no-repeat 0 7px;
	}
		.wrapper_content ul.verbose_list li p {
			color: #FFF9C5;
		}
		
/*--[Google Map]--------*/
#harmar_map {
	width: 480px;
	height: 350px;
	float: right;
	border: 2px solid #6F164E;
	color: #333;
	margin-bottom: 25px;
}
	.wrapper_content #harmar_map h4 {
		color: #333;
		font-size: 118%;
		font-weight: bold;
		padding: 0;
	}
	#harmar_map a:link, #harmar_map a:visited {
		color: #701751;
	}
	#harmar_map a:hover {
		color: #551317;
	}

/*--[Cat Menu]---------*/
ul.catmenu {
	float: right;
	padding-top: 15px;
}
	ul.catmenu li {
		float: left;
		font-size: 80%;
		padding-left: 5px;
	}
		ul.catmenu li a {
			display: block;
			color: #B0647F;
			padding: 0 3px;
		}
			ul.catmenu li a:hover {
				color: #FFF;
				text-decoration: none;
			}
	
/*--[Footer]----------*/
#body_footer {
	clear: both;
	background: #341313 url(../images/img1/bg_body_footer.gif) repeat-x 0 0;
}
#wrapper_footer {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */	
}
#box_wrapper {
	float:left;
	width: 275px;
	margin: 25px 0;
	font-size: 80%;
}
	ul.footer_box {
		border:1px solid #73624A ;
		background: #550202 url(../images/img1/bg_footer_box.jpg) repeat-x left top;
		padding: 10px;
	}
		ul.footer_box address {
			font-style: normal;
		}
		ul.footer_box li {
			padding: 5px 0;
		}
		ul.footer_box li.hours {	
			font-size: 115%;
			color: #FFF9C5;
		}
#box_wrapper p.copyright {
	float: right;
	font: 90% Arial, Helvetica, sans-serif;
}
	
/*--[Sitemap Footer]----------*/
#sitemap_wrapper {
	float: right;
	width: 480px;
	margin: 25px 0;
}
#sitemap_wrapper .sitemap {
	float: left;
	width: 110px;
	padding-right: 10px;
}
#sitemap_wrapper li {
	display: inline;
	list-style: none;
}
	#sitemap_wrapper li a {
		display: block;
		padding: 0 0 4px 0;
		color: #FFF;
		font: bold 85% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	}
		#sitemap_wrapper li li a {
			padding: 0 0 3px 15px;
			color: #FFF9C5;
			background: url(../images/img1/icon_tinyarrow.gif) no-repeat 0 50%;
			font: normal 80% Arial, Helvetica, sans-serif;
		}
#sitemap_wrapper li a:hover {
	text-decoration: none;
	color: #B0647F;
}
	#sitemap_wrapper li li a:hover {
		text-decoration: none;
	}	

/*--[Set Common Elements]----------*/
.tiny {
	font: xx-small Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.centered, p.centered {
	text-align:center;
}
.right {
	float: right;
}
.left {
	float: left;
}	
.nobg {
	background: url(none);
}