body {
	background: url(../img/body_bg.png) no-repeat center top;
	font: 13px/1.4em Helvetica, sans-serif;
	color: #333;
	margin: 0px;
}


/* Headers */

h1 { margin: 0.2em 0em 0.7em 0em; font-size: 1.9em; font-weight: normal; font-family: Georgia, Times, "Times New Roman", serif; }
h2 { margin: 0em 0em 0.6em 0em; font-size: 1.2em; font-weight: normal; color: #FFF; padding: 3px 8px; float: left; clear: left; background-color: #f68924; text-transform: uppercase; font-family: Georgia, Times, "Times New Roman", serif; }
h3 { margin: 1.6em 0em 0.8em 0em; font-size: 1.4em; font-family: Georgia, Times, "Times New Roman", serif; font-weight: normal; color: #000}
h4 { margin: 0em 0em 0.6em 0em; font-size: 1.1em; }
h5 { margin: 0em 0em 0.6em 0em; font-size: 1.1em; font-weight: bold; }
h6 { margin: 0em 0em 0.6em 0em; font-size: 1.0em; font-weight: normal; }
h7 { margin: 1.8em 0em 0em 0em; font-size: 1.4em; font-family: Georgia, Times, "Times New Roman", serif; font-weight: normal; color: #000}


/* Text */

p { margin: 0.6em 0px; }

abbr, acronym { text-transform: uppercase; border-bottom: 1px dotted #999; cursor: help;}

cite, em, dfn, i { font-style: italic; }

/* Quotes */

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666; padding: 0 1em;
	margin: 1.6em 0;
	font-style: italic;
}
blockquote *:first-child {
	margin: .8em 0;
}
blockquote *:first-child:before {
	content: "\00AB";
}
blockquote *:first-child:after {
	content: "\00BB";
}
q {
	quotes: "\00AB" "\00BB" "\2018" "\2019";
}


/* Links */

a:link {
	color: #cc3366;
	text-decoration: underline;
}

a:visited {
	color: #b56380;
	text-decoration: underline;
}

a:hover {
	color: #990033;
	text-decoration: underline;
}

a:active {
	color: #990033;
	text-decoration: underline;
}

/* Lists */

#wrap ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;
}

#wrap ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;
}

#wrap ul li, #wrap ol li { margin: 0.1em 0em; }
#wrap li ul, #wrap li ol { margin: 0.4em 0em 0.4em 1.5em; }

dl dt{font-size: 1.2em; font-style: italic; border-bottom: dotted 1px #999; display: inline;}
dl dd{margin-left: 2.1em;}


/* Table */

table {
	border: 1px solid #ebebeb;
}

table thead{
	background-color: #efefef;
}

table tbody tr:hover{
	background-color: #ececec;
}
table.forum tbody tr:hover{
	background-color: inherit;
}

table td, table th{
	padding: 0.9em;
}


/* Forms */

fieldset {
	border: 1px solid #CCC;
	padding: 7px;

}

label {
	width: 200px;
	display: block;
	clear: left;
	float: left;
}

input{display: block;}


input[type='text'],
input[type='password'],
select{
	width: 200px;
	margin-bottom:10px;
}


div.clear { width: 100%; height: 1px; clear:both}

/* Darkbox */

.darkbox-frame {
	position:fixed;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:999;
}
.darkbox-frame-on {
	display:block;
}


.darkbox-shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
}

.darkbox-canvas {
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	background:#000 url(/img/spinner.gif) 50% 50% no-repeat;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	opacity:.5;
}
.darkbox-canvas IMG {
	display:block;
	visibility:hidden;
}
.darkbox-canvas-load {
	background-image:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.darkbox-canvas-done {
	overflow:visible;
	opacity:1;
}
.darkbox-canvas-done IMG {
	visibility:visible;
	opacity:0;
}

.darkbox-button {
	position:absolute;
	top:-13px;
	display:none;
	width:30px;
	height:30px;
	background:url(/img/button.png) no-repeat;
	cursor:pointer;
	z-index:1;
}
.darkbox-button-on {
	display:block;
}
.darkbox-button-left {
	left:-16px;
}
.darkbox-button-right {
	right:-16px;
}
.onsite {text-indent: 2000px;
position: fixed;
display: block;
}

#storessubcats{
    display: block;
    margin: 0 auto 10px;
}
