/* GLOBAL CSS */
@import url("reset.css");
body {
	background:url(../gfx/background.jpg) repeat-x #f3e2aa; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#584a1e;
}
#Left {
	width:935px; padding-left:35px; margin:auto; background:url(../gfx/left.jpg) repeat-y left;
}
#Right {
	padding-right:35px; background:url(../gfx/right.jpg) repeat-y right;
}
#LeftBack {
	position:absolute; margin-left:-35px; width:35px; height:201px;
}
#RightBack {
	position:absolute; margin-left:900px; width:35px; height:201px;
}
#Page {
	background:url(../gfx/header.jpg) repeat-x top #fff; padding-bottom:15px;
}
#Nav {
	height:151px; background:url(../gfx/logo.jpg) no-repeat left;
}
#Nav ul {
	float:right; padding-top:20px;
}
#Nav li {
	float:left; padding:0 20px 0 25px; background:url(../gfx/link1.gif) no-repeat left; font-weight:bold; font-size:16px;
}
#SubMenu {
	padding:10px 0 0 30px; height:18px;
}
#SubMenu li {
	float:left; font-size:14px; font-weight:bold; padding:0 20px 0 25px; background:url(../gfx/link2.gif) no-repeat left;
}
#Nav li a, #SubMenu li a {
	color:#42422e; text-decoration:none;
}
#Nav li a:hover, #SubMenu li a:hover {
	color:#42422e; text-decoration:underline;
}
#Flash {
	width:490px; height:379px; position:absolute; top:62px; margin-left:410px; background:url(../gfx/flashback.jpg) no-repeat;
}
#TagLine {
	padding:110px 0 0 30px;
}
h1 {
	font-size:25px; color:#5d5b55;
}
#QuickInfo {
	margin:30px 0 30px 30px; clear:both;
}
#QuickInfo li {
	background:url(../gfx/tick.gif) no-repeat left; padding:0 0 0 28px; font-size:21px; color:#796f43; margin-bottom:5px;
}
#ContactDetails {
	font-size:27px; color:#42422e; padding:0 0 20px 30px; line-height:32px;
}
#ContactDetails img {
	float:left; margin:3px 5px 0 0;
}
a {
	color:#42422e; text-decoration:none;
}
a:hover {
	color:#42422e; text-decoration:underline;
}
p {
	margin:0 20px 10px 30px;
}
h2 {
	color:#42422e; font-size:15px; font-weight:bold; margin:5px 0 0 30px;
}
#Footer {
	width:970px; margin:auto; text-align:right; font-size:11px;
}
#WebDesign {
	width:940px; padding-right:30px; margin:auto; text-align:right; font-size:11px;
}
strong {
	color:#42422e;
}
#PageFooter {
	height:85px; padding:15px 0 0 30px; background:url(../gfx/footerlogo.gif) no-repeat right center #a29878; font-weight:bold; color:#42422e; line-height:18px; clear:both;
}
#PageFooter span {
	color:#57534a;
}
.Contact {
	font-size:15px;
}
.Contact h2 {
	font-size:16px;
}
#ContactLeft {
	width:302px; float:left;
}
#ContactRight {
	width:528px; height:378px; border:10px solid #bfb590; float:left;
}
label {
	width:130px; padding-right:4px; height:25px; float:left; font-size:15px; clear:left; margin-bottom:7px; text-align:right;
}
input {
	width:214px; height:23px; float:left; border:1px solid #9e9470; font-size:15px; margin-bottom:7px;
}
textarea {
	float:left; width:296px; height:172px; border:1px solid #9e9470;
}
#ContactForm div {
	margin-left:130px; font-size:16px; font-weight:bold; color:#42422e; clear:both; padding-top:5px;
}
#ContactForm div.Error {
	display:none; font-weight:bold; color:#ff0000; margin:0; float:left; clear:none; padding:0; font-size:13px; width:175px;
}
.Inform {
	width:400px; float:left;
}
.Inform ul {
	margin-left:40px; padding:10px 0;
}
.Inform li {
	list-style:disc; margin-left:10px; color:#42422e; font-size:17px;
}

/* OVERAY */
.OverlayDiv {
	display:none;
}
#fancy_div ul {
	margin-left:20px;
}
#fancy_div li {
	list-style:disc; margin:0 10px 5px 30px;
}
#fancy_div h1 {
	font-size:21px; padding:0; margin:30px 0 15px 30px; text-decoration:underline; color:#42422e;
}
#fancy_div h2 {
	margin:15px 0 5px 30px;
}
#CreditsLeft {
	width:416px; float:left; padding-top:25px;
}
#CreditsRight {
	width:360px; float:left; padding-top:25px;
}
#CreditsLeft div, #CreditsRight div {
	margin:0 0 7px 40px; height:21px; padding-left:30px; line-height:27px; background:url(../gfx/clapperboard.gif) no-repeat left; float:none; font-size:15px; font-weight:bold; color:#42422e;
}
table {
	margin:20px auto;
}
th,td {
	color:#42422e; font-size:17px; text-align:center; width:200px;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../gfx/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #524c3e;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #fff;
	height: 100%;
	width: 100%;
	z-index: 100; overflow:auto;
	scrollbar-face-color:#7d724f;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#fff;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: 20px;
	right: 50px;
	height: 39px;
	width: 103px;
	background: url('../gfx/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../gfx/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../gfx/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../gfx/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../gfx/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../gfx/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../gfx/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../gfx/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../gfx/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../gfx/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../gfx/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../gfx/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../gfx/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../gfx/fancy_title_right.png') repeat-x;
}
