/* DEFAULT
-------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	background-image: url(/img/global/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*background-attachment: fixed;*/
	background-color: #8E5F43;
	}

p , td , th , ul , ol , li , div , span , dl , dt , dd , blockquote {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #140600;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
}
a:link {
	color: #503570;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #503570;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color:#503570;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color:#503570;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 28px;
	color: #140600;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #140600;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
	margin: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #140600;
	text-decoration: none;
	font-weight: normal;
	line-height: 130%;
}

/* HEADER
-------------------------------------------------------------------------------
*/
#header {
	width: 980px;
	position: relative;
	margin: 0px auto 0px auto;
}
/*
#header_bkg {
	width: 940px;
	position: absolute;
	top: 0px;
	left: 20px;
	bottom: 0px;
	background-color: #FFFFFF;
	z-index: -1;
}
*/
#header_logo {
	width: 222px;
	height: 222px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#nav_bkg {
	width: 980px;
	height: 91px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/img/global/bkg_nav.png);
}
#nav {
/*
	width: 758px;
	height: 59px;
	position: absolute;
	top: 0px;
	left: 222px;
*/
	width: 709px;
	height: 41px;
	position: absolute;
	top: 17px;
	left: 242px;
}
#nav img {
	display: block;
	float: left;
}
#header_image {
}
#header_content {
	width: 209px;
	position: absolute;
	top: 120px;
	left: 775px;
}
#header_content_shop {
	width: 240px;
	position: absolute;
	top: 125px;
	left: 725px;
}
#header_content_shop_index {
	width: 240px;
	position: absolute;
	top: -50px;
	left: 710px;
}
#header_content img.button {
	margin-top: 10px;
}

/* MAIN CONTENT
-------------------------------------------------------------------------------
*/
#content {
	clear: both;
	width: 980px;
	margin: 0px auto 0px auto;
}
#content_visible {
	width: 942px;
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}
#content_border_left {
	width: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(/img/global/content_border_left.jpg);
	background-repeat: repeat-y;
}
#content_border_right {
	width: 2px;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(/img/global/content_border_right.jpg);
	background-repeat: repeat-y;
}

#content_col_1of3 {
	width: 260px;
	float: left;
	margin: 40px 0px 40px 40px;
}
#content_col_2of3 {
	width: 260px;
	float: left;
	margin: 40px 0px 40px 40px;
}
#content_col_3of3 {
	width: 260px;
	float: left;
	margin: 40px 0px 40px 40px;
}
.vline_dashed {
	width: 2px;
	position: absolute;
	top: 40px;
	bottom: 40px;
	background-image: url(/img/global/bkg_vdot.png);
}
#content_separator_1 {
	left: 319px;
}
#content_separator_2 {
	left: 618px;
}

#content_col_1of2 {
	width: 560px;
	float: left;
	margin: 40px 0px 40px 40px;
}
#content_col_2of2 {
	width: 260px;
	float: right;
	margin: 40px 40px 40px 0px;
}

#content_bottom {
	clear: both;
	width: 940px;
}
#content_footer {
	width: 980px;
	height: 10px;
	background-image: url(/img/global/frame_bottom.png);
}

/* SIDE BOX
-------------------------------------------------------------------------------
*/
#side_box {
	width: 260px;
	position: relative;
	top: -90px;
	/*border: 1px solid #000000;*/
}
#side_box_top {
	height: 10px;
	position: absolute;
	top: 0px;
	left: 10px;
	right: 10px;
	background-image: url(/img/global/side_box_top.png);
	background-repeat: repeat-x;
}
#side_box_bottom {
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	background-image: url(/img/global/side_box_bottom.png);
	background-repeat: repeat-x;
}
#side_box_left {
	width: 10px;
	position: absolute;
	left: 0px;
	top: 10px;
	bottom: 10px;
	background-image: url(/img/global/side_box_left.png);
	background-repeat: repeat-y;
}
#side_box_right {
	width: 10px;
	position: absolute;
	right: 0px;
	top: 10px;
	bottom: 10px;
	background-image: url(/img/global/side_box_right.png);
	background-repeat: repeat-y;
}
#side_box_top_left {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/img/global/side_box_top_left.png);
}
#side_box_top_right {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(/img/global/side_box_top_right.png);
}
#side_box_bottom_left {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/img/global/side_box_bottom_left.png);
}
#side_box_bottom_right {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(/img/global/side_box_bottom_right.png);
}
#side_box_borders {
	padding: 10px;
}
#side_box_content {
	padding: 20px;
	background-color: #E1D7BF;
}
#side_box_index {
	width: 260px;
	position: relative;
}

/* SIDE BOX CONTENT
-------------------------------------------------------------------------------
*/
#side_box_content img.button {
	display: block;
	position: relative;
	left: -5px;
	top: 10px;
	margin-bottom: 30px;
}
.hline_dashed {
	width: 200px;
	height: 2px;
	margin: 20px 0px 20px 0px;
	background-image: url(/img/global/bkg_hdot.png);
}

/* FOOTER
-------------------------------------------------------------------------------
*/
#footer {
	clear: both;
	width: 940px;
	margin: 20px auto 20px auto;
}
#footer_address {
	width: 400px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#footer_nav {
	width: 540px;
	float: right;
	color: #FFFFFF;
	text-align: right;
}
#footer a:link {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer_bottom {
	clear: both;
}
/* PHOTO GALLERY
-------------------------------------------------------------------------------
*/
#photo_gallery_frame {
	border: 5px solid #DF6E20;
}
#photo_gallery_thumbs {
	width: 550px;
}
#photo_gallery_thumbs .row {
	width: 550px;
	margin: 20px 0px 0px 0px;
}
#photo_gallery_thumbs .row img {
	margin: 0px 16px 0px 0px;
	float: left;
	border: 2px solid #DF6E20;
}
#photo_gallery_thumbs .row img.last {
	margin: 0px;
	float: right;
	border: 2px solid #DF6E20;
}
.photo_gallery_spacer {
	width: 16px;
	height: 49px;
	float: left;
}
/* FORM
-------------------------------------------------------------------------------
*/
form
{
	width: 480px;
	margin-top: 30px;
	/*background-color: #F2EFEB;*/
}

fieldset
{
	padding: 0 1em 1em 1em;
	border: none;
}

legend
{
	margin-left: 0;
	padding-left: 30px;
	padding-bottom: 1em;
	color: #000000;
	font-size: 125%;
	font-weight: bold;
}

* html legend
{
	margin-left: -7px;
	background-position: 0 1.3em;
}

.legendText
{
	position: relative;
	left: -2px;
	top: 1em;
}

* html .legendText
{
	left: 0;
}

form p
{
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0.75em;
}

.requiredImage
{
	position: relative;
	top: -0.3em;
	width: 7px;
	height: 7px;
}

.labelText .requiredImage
{
	left: -0.25em;
}

label
{
	display: block;
	float: left;
	clear: both;
	width: 21em;
	margin-top: 1em;
	padding-left: 8em;
}

label.long_question
{
	display: block;
	float: left;
	clear: both;
	width: 27em;
	margin-top: 1em;
	padding-left: 8em;
}

label.long_question .labelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 26em;
	margin-right: -7em;
	font-weight: bold;
}

.labelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 14em;
	margin-right: -7em;
	font-weight: bold;
}

.cbLabelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 14em;
	margin-right: -7em;
	font-weight: normal;
	text-align: right;
}

input.text
{
	position: relative;
	top: -0.2em;
	width: 27em;
}

textarea
{
	position: relative;
	top: -0.2em;
	width: 27em;
	height: 10em;
}

.checkboxLabel
{
	margin-bottom: 1em;
	position: relative;
	padding-left: 10em;
}

.checkboxLabel .labelText
{
	position: static;
	left: 0;
	float: none;
	width: auto;
	margin-right: 0;
	font-weight: normal;
}

.checkboxLabel input.checkbox
{
	position: absolute;
	left: 8em;
}

* html .checkboxLabel input.checkbox
{
	margin-top: -0.2em;
}

input.submit
{
	display: block;
	clear: both;
	width: 26em;
	height: 2.5em;
	/*margin: 1em auto 1em auto;*/
}
