*
{
	margin: 0; padding: 0;
}

body
{
	text-align: center;
	font: normal 12px/1.5em arial,helvetica,sans-serif;
	color: #686c71;
	background: url(../pics/bg/body.jpg) 50% 50% no-repeat #fefeee;
	overflow: hidden;
}

hr												{ display: none; }
.nodisplay
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }
input, select									{ width: 95%; }
.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong											{ font-weight: bold; }
a												{ color: #868178; }
a:visited										{ color: #868178; }
a:hover											{ color: #868178; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.5em 0; }
abbr											{ cursor: help; }
h1, h2, h3, h4, h5, h6							{ font-size: 100%; }

object											{ display: block; }

/* ******************** page blocks */

#page
{
	position: absolute;
	top: 50%;
	height: 1px;
	text-align: center;
	left: 0;
	width: 100%;
}

#desk
{
	width: 720px;
	text-align: left;
	height: 490px;
	margin: 0 auto;
	margin-top: -250px;
}

#header
{
	position: absolute;
	top: 70px;
	margin-top: 1.5em;
	width: 720px;
	z-index: 15;
	background: url(../pics/bg/shaddow.gif) 50% 0 no-repeat;
	height: 115px;
}

#header h1
{
	position: absolute;
	text-align: center;
	width: 720px;
	top: 42px;
	background: url(../pics/bg/mirror.gif) 0 0 repeat-x;
}

#header h1 a
{
	display: block;
	height: 85px;
	background: url(../pics/logo.gif) 50% 0 no-repeat;
	width: 200px;
	text-align: left;
	margin: 20px auto 0 auto;
}

#header ul
{
	position: absolute;
	width: 710px;
	background-color: #000;
	top: 5px;
	padding: 0 5px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

#header ul li
{
	float: left;
}

#header ul li a
{
	float: left;
	padding: 0.75em 20px;
	color: #fff;
}

#header ul li a.active
{
	background-color: #444;
}

#header ul ul
{
	background-color: #fff;
	width: 180px;
	height: 305px;
	top: -325px;
	z-index: 20;
	padding: 10px 10px;
	overflow: hidden;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-left: -15px;
}

#header ul li:hover a, #header ul li.show a
{
	background: url(../pics/bg/nav_hover.gif) 100% 100% repeat-x;
}

#header ul ul li
{
	float: none;
}

#header ul ul li a
{
	float: none;
	padding: 0 5px;
	color: #686c71;
	background-image: none !important;
}

#header ul ul li.subsub a
{
	background-image: none !important;
	border-bottom: 1px solid #444;
	font-weight: bold;
}

#header ul ul li.subsub ul a
{
	background-image: none !important;
	border-bottom: 0 none;
	font-weight: normal;
}

#header ul ul li a:hover, #header ul ul li a.active,#header ul ul ul li a:hover, #header ul ul ul li a.active
{
	background-color: #fffdee !important;
	color: #b77d02;
}

#header ul ul ul
{
	background-color: transparent;
	width: auto;
	height: auto;
	top: 0;
	z-index: 20;
	display: block;
	padding: 0;
	left: 0;
	border-bottom: 1px solid #444;
	position: static;
	border-left: 0 none;
	border-right: 0 none;
	margin-left: 0;
}

#content
{
	position: relative;
	top: 1.5em;
	padding: 4px;
	border: 1px solid #f4f1db;
	z-index: 5;
	background-color: #fff;
}

#gallery
{
	float: left;
	width: 355px;
}

#textlayer
{
	width: 295px;
	height: 250px;
	padding: 30px;
	float: left;
	width: 295px;
	background-color: #fff;
}

#footer
{
	position: absolute;
	top: -250px;
	width: 720px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

#footer ul
{
	float: right;
	background: url(../pics/bg/footer_line.gif) 0 50% no-repeat;
}

#footer ul li
{
	float: left;
}

#footer ul li a
{
	float: left;
	padding: 0 10px;
	background: url(../pics/bg/footer_line.gif) 100% 50% no-repeat;
}

#footer ul li a:hover
{
	text-decoration: underline;
}

#swf, #fulltext
{
	background-color: #f1f1e1;
	height: 310px;
}

#swf p
{
	padding: 6em 30px 0 30px;
}

/* ******************** elements styles */

#content h1
{
	color: #b77d02;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 145%;
	font-weight: normal;
	margin-bottom: 1.5em;
}

.close
{
	position: absolute;
	width: 9px;
	height: 9px;
	background: url(../pics/bg/close.gif) 0 0 no-repeat;
	top: 10px;
	left: 700px;
}

/* ******************** scroller */

#scrollarea .scroller
{
	width: 290px;
	height: 21em;
	overflow: hidden;
}

#scrollarea .section
{
	width: 290px;
	height: 21em;
	overflow: hidden;
	padding-bottom: 1.5em;
}

#scrollarea .content
{
	height: 1000000px;
}

#scrollbar
{
	position: absolute;
	top: 80px;
	left: 688px;
	width: 30px;
}

#scrollbar li		{ height: 36px; }
#scrollbar li.dn	{ background: url(../pics/bg/dn_bg.gif) 0 0 no-repeat; }
#scrollbar li.up	{ background: url(../pics/bg/up_bg.gif) 0 0 no-repeat; }
#scrollbar li a		{ height: 36px; position: relative; }
#next				{ background: url(../pics/bg/dn.gif) 11px 13px no-repeat; }
#prev				{ background: url(../pics/bg/up.gif) 11px 13px no-repeat; }

/* ******************** forms */

form
{
	padding: 10px 40px 0 40px;
	height: 300px !important;
}

form p
{
	padding: 0 10px;
	margin-bottom: 0.75em;
}

fieldset
{
	float: left;
	width: 292px;
	margin: 0 10px;
}

fieldset li
{
	margin-bottom: 3px;
}

fieldset li.offset
{
	margin-top: 20px;
}

label
{
	display: block;
}

label.inline
{
	display: inline;
}

.radio.inset
{
	margin-left: 10px;
}

input, textarea
{
	border: 1px solid #c8c8b5;
	padding: 1px;
	background: url(../pics/bg/input.gif) 0 0 no-repeat #fff;
}

input.checkbox, input.radio
{
	padding: 0;
	border: 0 none;
	background-color: transparent;
}

textarea
{
	width: 294px;
	height: 86px;
}

.zip
{
	display: inline;
	width: 50px;
}

.city
{
	display: inline;
	width: 218px;
	margin-left: 5px;
}

#result
{
	position: absolute;
	width: 710px;
	margin-left: -40px;
	margin-top: -10px;
	border-bottom: 1px solid #ccc;
}


.formmessage {
	color: #fff;
	height: 60px;
	padding: 5px 50px;
	border-bottom: 1px solid #d9d9c4;
}
.formmessage.error { background-color: #CC0000; }
.formmessage.error a { color: #fff; font-weight: bold; }
.formmessage.success { background-color: #9ddf00; }
.formmessage.success a { color: #fff; font-weight: bold; }


li.error label {
	color: #cc0000;
	font-weight: bold;
}

.button-close, .button-link {
	float: right;
}
.button-close a {
	background: url(../pics/bg/button-close.gif) 100% 50% no-repeat;
	padding-right: 13px;
}

.button a
{
	background: url(../pics/bg/loading.gif) 0 -200px no-repeat;
	padding: 15px 0;
	display: block;
	font-weight: bold;
	color: #b77d02;
	text-align: right;
}

.button input
{
	background: url(../pics/bg/loading.gif) 0 -200px no-repeat;
	padding: 15px 0;
	display: block;
	font-weight: bold;
	color: #b77d02;
	text-align: right;
	border: 0 none;
	background-color: transparent;
}

.button a.wait
{
	background-position: 100% 50%;
}

ul.std li
{
	list-style-position: outside;
	padding-left: 10px;
	background: url(../pics/bg/bullet.gif) 0 0.5em no-repeat;
}

/* ******************** override */
#header ul ul li a.last, #header ul ul ul li a.last
{
	border: 0 none !important;
	background-image: none !important;
}