/* 
 * 	MAIN PAGE ELEMENTS
 *
 *********************************************************/

html, body, body.home, body.stores, body.contactus, body.charity {
	margin: 0;
	padding-bottom:20px;
	color: #838383;
	font-family: "Book Antiqua";
	font-size: 0.82em;
	background: #121212;
	font-size: 83%;
}

img {display: block;}
a img {border:none;}

p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height:1.4em;
	font-size:1.3em;
	color:#ffffff;		
}

p.gray,
div.gray {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height:1.4em;
	font-size:1.3em;
	color:#858C8F;		
}

h1 { 
	font-size:2.4em;
	font-weight: normal;
	color:#ffffff;
	display: block;
	margin:0;
	padding:36px 0 20px 0px;
}

h1 a {color:#07296a !important;}


div#content_area {
	background:#000000;
	width:867px;
	height:auto;
	padding-bottom: 30px;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
}

div#inner_content {
	margin-left:43px;
	margin-right: 20px;
}

div#logo {
	width:269px;
	height:89px;
	padding:18px 0 23px 13px;
}

div#nav_area {
	width:867px;
	height:2.2em;
	background: url(/images/nav_bg.jpg);
	font-size:1.4em;
	font-weight:bold;
	color:#ffffff;
	line-height:2.1em;
}

ul#nav {
	float:right;
	margin: 0; 
	padding: 0;
	list-style: none;
	display:block;
}

ul#nav li {float:left; padding-right:22px;}

ul#nav li a {color:#ffffff; text-decoration:none;}

.hide,
.hiddentext {display:none;}

.clear {  
	clear: both;
	padding: 0;
	width: 1px;
	height:1px;
	overflow: hidden;
	float: none;
}
div#textarea_medium {width:400px;}
div#textarea_long {padding-right:20px;}
body.charity ul#nav li#charity a,
body.stores ul#nav li#stores a,
body.contactus ul#nav li#contactus a, 
body.contactus_thanks ul#nav li#contactus a {color:#010101;}

body.home div#home_bg {
	width:600px;
	height:538px;
	margin-left:150px;
	background: url(/images/home_bg.jpg) left no-repeat;
}

body.home div#textdesc {
	width:233px;
	height:173px;
	position:absolute;
	margin-left:-65px;
	margin-top:95px;
	background: url(/images/home_textdesc.gif) left no-repeat;
}

body.home div#leo_corner {
	width:169px;
	height:154px;
	position:absolute;
	margin-left:547px;
	margin-top:389px;
	background: url(/images/leo_corner.gif) left no-repeat;
}

/*CHARITY PAGE*/

body.charity div#content_area {
	background:#000000 url(/images/charity_bg.gif) no-repeat top right;
}

body.charity ul#charitylist {
	margin: 0; 
	padding:10px 0 0 30px;
	list-style-type: disc;
	list-style-image: url(/images/charity_bullet.gif); 
}

body.charity ul#charitylist li { 
	font-size:1.3em;
	color:#ffffff;
	clear:left;
}

body.charity a {color:#ffb84c;}

/*CONTACT US*/

body.contactus div#content_area {
	background:#000000 url(/images/contactus_bg.jpg) no-repeat bottom right;
}

body.contactus_thanks div#content_area {
	background:#000000 url(/images/contactus_thanks_bg.jpg) no-repeat bottom left;
	padding-bottom:230px;
}

body.contactus h1,
body.contactus_thanks h1 {padding-top:125px;}

body.contactus div#textarea_small {
	width:300px;
	padding-left:43px;
	float:left;
}

.white {color:#ffffff;}

body.contactus ul#ophours {
	margin:-5px 0 0 0; 
	padding:0;
	list-style: none;
}

body.contactus ul#ophours li {line-height:1.4em;}

.disclaimer {font-size: smaller; line-height:1.2em;}

body.contactus div#form_area {
	float:left;
	width:453px;
	height:auto;
	border:1px solid #858C8F;
	background:#000000;
	margin-top:160px;
	margin-left:25px;
	padding-bottom:10px;
}

body.contactus div#form_area.error {
	background:#ffffff!important;
}

body.contactus div#form_area .content_row {
	width:453px;
	line-height:1.6em;
	clear:both;
}
body.contactus div#form_area .content_row .left {
	float:left;
	width:174px;
	line-height:1.6em;
}
body.contactus div#form_area .content_row .right {
	float:left;
	width:279px;
	line-height:1.6em;
}

body.contactus div#form_area .content_row .left .text {
	font-size:1.3em;
	text-align:right;
	padding-right:16px;
	line-height:1.6em;
	margin-top:.2em;
	margin-bottom:.1em;
}
body.contactus div#form_area .content_row .left #required {
	font-size:1.1em;
	text-align:right;
	padding-right:16px;
	padding-top:4px;
}

body.contactus div#form_area.error .content_row .left #required {
	color:#FF0000!important;
	padding-top:4px;
}


body.contactus div#form_area .content_row .right .longfield,
body.contactus div#form_area .content_row .right .shortfield {
	border: 1px solid #b5bacb;
	font-family:"Book Antiqua";
	color:#666666;
	background-color:#FFFFFF;
	font-size:1em;
	margin-bottom:3px;
	margin-top:5px;
}

body.contactus div#form_area .content_row .right .longfield {width: 244px;}
	
body.contactus div#form_area .content_row .right .shortfield {width: 104px;}

body.contactus div#form_area .content_row .right .messagearea {
	width: 244px;
	height:64px;
	padding: 3px 0 10px 0;
	border: 1px solid #b5bacb;
	font-family:"Book Antiqua";
	color:#666666;
	font-size:1em;
	margin-top:5px;
}
	
body.contactus div#form_area .content_row #button_send {
	width:174px;
	line-height:1.6em;
	margin-bottom:3px;
	float:right;
	padding-right:32px;
	text-align:right;
	padding-top:4px;
}

body.contactus div#form_area .content_row #button_send .button {
	width:129px;
	height:19px;
	background-image: url(/images/button_sendmessage_blue.gif);
}

body.contactus div#form_area.error .content_row #button_send .button {
	background-image: url(/images/button_sendmessage_red.gif);
}

body.contactus .error-identifier {
	margin: 0 0 0 175px !important;
	padding: 0.25em 0 0 0 !important;
	color: #FF0000 !important;
	font-weight: bold;
}

body.contactus .error-wrapper {
	position: relative;
	float:left;
	overflow: hidden;
	color: #FF0000 !important;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#ffffff;
	background-color: #F3D3DE;
	padding: 0.25em 0 0.25em 0;
}

/*OUR STORES*/

body.stores div#content_area {
	background: #000000 url(/images/stores_bg.jpg) no-repeat bottom right;
}

body.stores ul#storelist {
	margin: 0; 
	padding: 0;
	list-style: none;
	font-size:1.4em;
	width:824px;
}

body.stores ul#storelist li {margin:0; float:left;}
body.stores ul#storelist li#westmid {width: 824px; margin-top:20px;}
body.stores ul#storelist li#northwest {width: 824px; margin:0;}

body.stores ul#storelist li.newrow {margin:0; }
body.stores .region {height:2.6em; width:135px;}
body.stores .region_long {height:2.6em; width:140px;}

body.stores ul#storelist li ul li {
	width:135px;
	color:#858C8F;
	list-style:none;
	height:auto;
}
body.stores ul#storelist li ul li.wide {
	width:200px;
	color:#858C8F;
	list-style:none;
	height:auto;
}

body.stores ul#storelist .city {color:#ffffff; list-style: none; }

body.stores ul#storelist li ul {margin:0; padding:0;}

/* ERROR PAGES */
body.error div#content_area {
	padding-bottom: 20em;	
}

/*FOOTER*/

div#footer {
	width:867px;
	height:34px;
	line-height:34px;
	font-size:1.3em;
	font-weight:bold;
	color:#6e7476;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	text-align:justify;
}

div#footer ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

div#footer ul li {
	float:left;
	display: block;
	line-height:34px;
	height:34px;
	padding-right:20px;
	padding-left:3px;
	background:url(/images/footer_bullet.gif) right no-repeat;
}

div#footer ul li#last {
	padding:0;
	margin:0;
	background:none;
}

/*ACCESS NAV STUFF*/

/* skiplinks stuff
--------------------------------------*/

#skiplinks UL {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

#skiplinks LI {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#skiplinks A {
	color: #DC2A1A;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 0px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0.8em !important;
	z-index: 1002;
}

#skiplinks A:active, .skiplinks A:focus { /* Only show skiplinks on focus */
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 6px;
	font-size: .6em;
	background: #FFF;
	z-index: 10000;
}
