@import url('reset.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		dean@tmprod.com
website:	www.distinctlyhinsdale.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

.center {
	text-align: center;
	clear:both;
}

img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

img.capatcha {
	margin-bottom: -7px;
}

.hide {
  	margin-left: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background: #8d744a url(/images/body_bg.jpg) repeat-x top center;
	text-align: center;
	font: 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 16px;
	
}

p {
	line-height: 1.4em;
	margin: .5em 0;
}

div#main p {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

td p {
	font-size: 12px;
}

div#banner p {
	position: absolute;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	margin-top: 3px;
	text-align: right;
	width: 710px;
	padding: 0 10px 0 200px;
	z-index: 1000;
	top: 195px;
	right: 5px;
}

div#banner-signup p {
	position: absolute;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	margin-top: 3px;
	text-align: right;
	width: 710px;
	padding: 0 10px 0 200px;
	z-index: 1000;
	right: 5px;
}

span.quote {
	text-transform: uppercase;
	font-style: normal;
}

/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
	color: #8D744B;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 30px;
}


h2 {
	font-size: 24px;
}

div#sidebar h2 {
	clear: both;
	padding-top: 25px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #afa744;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color:#B3A83E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 968px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width:960px;
	padding: 0 4px;
	float: left;
	background: #fff url(/images/container_bg.jpg) no-repeat top center;
}

div#mast {
	float: left;
	width: 960px;
	height: 113px;
	background: #fff url(/images/mast.jpg) no-repeat top left;
	position: relative;
	border-bottom: 1px solid #7e0103;
}

div#banner {
	float: left;
	width: 960px;
	height: 247px;
	position: relative;
}

div#banner-signup {
	float: left;
	width: 960px;
	height: 27px;
	background: #fff url(/images/banners/retailer-signup.jpg) no-repeat left bottom;
	position: relative;
}

div#content {
	width: 960px;
	float: left;
	background: #831619 url(/images/content-bg2.gif) repeat-y top left;
}

div#sidebar {
	width: 225px;
	padding: 5px;
	float: left;
}

div#main {
	float: left;
	margin-left: 10px;
	width: 695px;	
	padding: 10px 5px ;
}

div#main-signup {
	float: left;
	margin-left: 10px;
	width: 695px;	
	padding: 10px 5px ;
	background: url(/images/main-bg.gif) no-repeat 500px 80%;
}

div#footer {
	float: left;
	width: 940px;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #dcc6a6;
	text-align: center;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display: block;
	width: 250px;
	height: 70px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	text-decoration: none;
}

a#holidayLink {
	display: block;
	width: 410px;
	height: 70px;
	position: absolute;
	margin-left: 275px;
	margin-top: 32px;
	text-decoration: none;
}

/* =Main Content Styles
-------------------------------------------------------------*/
div#map {
	clear: both;
	width: 685px;
	height: 400px;
	margin-left: 5px;
}

div#directions {
	clear:both;
	background-color: #8D744A;
	border: 1px solid #fff;
	color: #fff;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/
div#login {
	float:left;
	width: 295px;
}

div#signup {
	float:left;
	width: 350px;
}

/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/
#footer p {
	font-size: 11px;
	text-align: center;
	clear: both;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/
/*LEFT SIDEBAR
-------------*/
ul#navlinks {
margin-bottom: 45px;
}

#navlinks li {
width: 220px;
float: left;
position: relative;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}

.parent {
	color: #fff;
	padding: 5px 10px;
	display: block;
	line-height: 24px;
	vertical-align: bottom;
	width: 190px;
	font-size: 100%;
}

a.parent:link, a.parent:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px solid #8d744a;
	margin: 0 10px;
}

#activepage {
	background-color: #ddd;
}

	#navlinks li:hover a, #navlinks li.sfhover a {
		text-decoration: none;
		width: 190px;
		color: #fff;
		background-color: #8D744B;
	}
	
#navlinks li ul.subnavlinks {
	background-color: #493320;
	border: 1px solid #B4A643;
}

	#navlinks li ul.subnavlinks li {
		margin-bottom: 0;
		width: 200px;
		border-bottom: 1px solid #B4A643;
		z-index: 1000;
	}
	
	#navlinks li ul.subnavlinks a {
		display: block;
		padding: 10px 0 10px 10px;
		color: #fff;
		font-size: 14px;
		background-color: #493320;
		border: 0;

	}
	
		#navlinks li ul.subnavlinks a:hover {
			color: #fff;
			background-color: #8D744B;
			text-decoration: none;
		}

#navlinks li ul {
	position: absolute;
	display: none;
	left: 220px;
	top: 0px;
}
		
#navlinks li:hover ul, #navlinks li.sfhover ul  {
	display: block;
}
/* ############# END SIDEBAR NAV ############# */

div.contact {
	float:left;
	width: 180px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}

div.contact p {
	font-size: 24px;
	color: #fff;
	font-weight:bold;
	text-align:center;
}

ul#topnav {
	width: 580px;
	margin-left: 445px;
	_margin-left: 380px;
	margin-top: 5px;
}

ul#topnav li, ul#topnav li a:link, ul#topnav li a:visited {
	float: left;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

ul#topnav li a:hover {
	text-decoration: underline;
	color: #DCAF52;
}

ul#topnav li.last, ul#topnav li.last a:link, ul#topnav li.last a:visited {
	padding-right: 20px;
}

ul#topnav li.last a:hover {
	text-decoration: underline;
	color: #DCAF52;
}

ul#sections {
	position: absolute;
	margin-top: 73px;
	*margin-top: 51px;
	margin-left: 704px;
	width: 255px;
	_width: 260px;
}

ul#sections li {
	float: left;
	line-height: 18px;
	margin: 0;
}

ul#sections li a:link, ul#sections li a:visited  {
	float: left;
	width: 122px;
	background-color: #7e0103;
	color: #fff;
	height: 18px;
	text-align: center;
	margin-right: 4px;
	text-decoration: none;
	font-size: 11px;
	padding-top: 6px;
}

ul#sections li a:hover {
	text-decoration: underline;
}
	

/* =Secondary Navigation Styles
-------------------------------------------------------------*/
ul#footernav {
	width: 500px;
	margin: 0 auto;
}

ul#footernav li, ul#footernav li a:link, ul#footernav li a:visited {
	float: left;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #7e0103;
	text-decoration: none;
}

ul#footernav li a:hover {
	text-decoration: underline;
	color: #000;
}

ul#footernav li.last, ul#footernav li.last a:link, ul#footernav li.last a:visited {
	padding-right: 20px;
}

ul#footernav li.last a:hover {
	text-decoration: underline;
	color: #000;
}

/* =Form Styles
-------------------------------------------------------------*/
fieldset {
	padding: 10px 0;
	border: none;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight: bold;
}
	
fieldset label {
	color: #777;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	font-family: "Times New Roman", Times, serif;
}
	
fieldset input, fieldset select {
	margin: 5px;
	font-size: 14px;
}
	
fieldset select {
	width: 146px;
}
		
fieldset textarea {
	width: 95%;
	height: 60px;
	margin: 10px 0px 10px 5px;
	font-size: 14px;
}

span.charcount-limit {
	font-weight: bold;
	color: #f00;
}

/*form#bsignup {
	margin-top: 20px;
}*/

form#bsignup, form#bsignup table {
	width: 450px;
	clear: both;
}

form#bsignup input {
	padding: 3px;
 	border: 1px solid #ccc;
	width: 180px;
}
form#bsignup input.submit {
	width: 100px;
	float: right;
	padding: 0px;
	border: 2px solid #DCC6A6;
}

form#bsignup textarea {
	padding: 3px;
	border: 1px solid #ccc;
	width: 435px;
}
	
fieldset input.submit {
	width: auto;
	float: right;
}

form td {
	vertical-align: middle;
}



/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
	font-weight: normal;
	}

table.listings {
	border: 1px solid #7E0204;
}	

table.listings tr.oddrow {
	background-color: #8D744A;
	border-top: 1px solid #7E0204;
	border-bottom: 1px solid #7E0204;
}

table.listings tr.evenrow h2 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 685px;
}

table.listings tr.evenrow {
	background-color: #6D1315;
	border-top: 1px solid #7E0204;
	border-bottom: 1px solid #7E0204;
}

div#main table.listings td, div#main table.listings td p {
	padding: 10px 10px 10px 0px;
	font-size: 14px;
}

table.listings td.center {
	text-align: center;
	vertical-align: middle;
}

table.listings td.middle {
	vertical-align: middle;
}

td.error {
	font-size:18px;
	color: #777777;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

td.refresh {
	font-size:12px;
	color: #ff0000;
	font-weight: normal;
}


/* =Miscellaneous Styles
-------------------------------------------------------------*/
ul.pdfs li, a.pdf {
	list-style-type: none;
	background: transparent url(/images/acrobat.jpg) left bottom no-repeat;
	padding: 10px 0px 0px 25px;
}

ul.pdfs li.nobg {
	background: none;
}

img.mapbtn {
	margin: 10px 0px 0px 60px;
}

div#featured {
	background-color: #493320;
	border: 3px solid #DCAF52;
	padding: 10px;
	margin-bottom: 20px;
}
/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}
