/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#080606;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.688em;
		line-height:1.636em;
		color:#d3c4b8;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#ff7800;}
a:hover{text-decoration:none;}
p {padding-top:18px;}
strong {
	font-size:large;
	line-height:1.75em;
	color:#ff7800;
}

/* ============================= main layout ====================== */

.link {background:url(images/link-tail-bg.gif) top repeat-x; display:block; float:right; line-height:1em; color:#754235; text-decoration:none; margin-top:31px;}
.link span {background:url(images/link-right-bg.gif) top right no-repeat; display:block;}
.link span span {background:url(images/link-left-bg.gif) top left no-repeat; padding:2px 10px 4px 11px;}
.link:hover {background:url(images/link-tail-bg-hover.gif) top repeat-x;}
.link:hover span {background:url(images/link-right-bg-hover.gif) top right no-repeat;}
.link:hover span span {background:url(images/link-left-bg-hover.gif) top left no-repeat;}

li {font-size:1.091em; line-height:1.5em; color:#ff7800;}
li a {text-decoration:none;}
li a:hover {text-decoration:underline;}

h2 {font-size:1.636em; line-height:1em; text-transform:uppercase; color:#fff; font-weight:normal; margin-bottom:23px;}
h3 {color:#dbcbbe; font-size:1.636em; line-height:1em; margin-bottom:26px; font-weight:normal;}

.imgindent {margin:0 30px 0 0; float:left;}

/* ============================= header ====================== */

#header .menu {background:url(images/menu-tail-bg.gif) top repeat-x;}
#header .menu .right-bg {background:url(images/menu-right-bg.gif) top right no-repeat;}
#header .menu .left-bg {background:url(images/menu-left-bg.gif) top left no-repeat; width:100%;}
#header .menu .indent {padding:9px 20px 8px 24px;}

#header .menu ul {float:right; padding:5px 0 0 0;}
#header .menu li {display:inline; font-size:1.182em; border-left:1px solid #c0b194; padding:0 9px 0 13px;}
#header .menu li a {color:#000000; text-decoration:none;}
#header .menu li a:hover {color:#ff7800; text-decoration:underline;}
#header .menu .first {border:none;}

.slogan {margin:245px 0 0 480px;}
.banners {padding:57px 0 0 0; margin:0 -10px -30px 0; position:relative;}
.banners img {margin-right:4px;}

/* ============================= content ====================== */

.box {background:#311c19 url(images/box-tail-top.gif) top repeat-x;}
.box .corner-bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {padding:25px 20px 10px 29px;}

.col-pad {padding-right:30px;}
.padding1 {padding-top:21px;}
.padding2 {padding-top:6px;}
.padding3 {padding-top:27px;}
.padding4 {padding-top:44px;}
.padding5 {padding-right:30px;}
.padding6 {padding-bottom:25px !important;}
.indent1 {padding:50px 20px 0 30px;}

.dates a {color:#a59390;}
.dates span {color:#ff7800; font-size:1.091em; text-decoration:none;}
.dates p {padding:1px 0 18px 10px; line-height:1.455em;}
.dates .last {padding-bottom:0;}
.phone {float:right; margin-right:190px;}

/* ============================= footer ====================== */

#footer {font-size:0.909em; color:#c6c5c5; text-transform:uppercase; padding:34px 31px 0 30px;}
#footer a {color:#c6c5c5; text-decoration:none;}
#footer a:hover {color:#fff;}
#footer span {float:right;}

#footer .menu li {font-size:10px; display:inline; border-left:1px solid #595858; padding:0 8px 0 9px;}
#footer .menu li a {color:#595858;}
#footer .menu li a:hover {color:#c6c5c5;}
#footer .menu .first {border:none; padding-left:0;}

/* ============================= forms ============================= */

#ContactForm .rowi {height:28px;}
#ContactForm .col-1 {width:293px !important;}
#ContactForm .col-2 {width:293px !important;}
#ContactForm .link {margin-left:15px;}

.input {width:271px; height:18px; border:1px solid #a4a4a4; background:#2c1916; padding:0 0 0 5px; font-size:1em;}
textarea {width:286px; height:74px; border:1px solid #a4a4a4; background:#2c1916; padding:0 0 0 5px; overflow:auto; font-size:1em;}
