/**
 *	Colors:
 *		Tan:         8e7c6a
 *		Light tan:   9b8d7f
 *		Light tan 2: a1968b
 *		Light tan 3: bab1a6
 *		Brick red:   592617
 *		Black:       000000
 *		White:       ffffff
 */
* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 100%;
	width: 100%;
}
body {
	background: url(images/bgtile.png) center #8e7c6a;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
ul, ol {
}

hr {
	border-bottom: 1px solid #592617;
}

/*------------------------------------------------------------------- GENERAL */

.clear {
	clear: both;
}

/*------------------------------------------------------------------- HEADERS */

h1, h2, h3, h4, h5 {
	color: #fff;
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight: normal;
}

/*---------------------------------------------------------------------- PAGE */

#page {
	width: 750px;
	/*height: 550px;*/
	margin: 50px auto;
	position: relative;

	background-color: #592617;
	border: 8px solid #fff;
}

#gradient-left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 7px;
	background: url(images/gradient1.png) right top repeat-y;
	z-index: 80;
}

#gradient-right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 7px;
	background: url(images/gradient1.png) left top repeat-y;
	z-index: 80;
}

/*-------------------------------------------------------------------- HEADER */

#header {
	height: 180px;
	position: relative;
	z-index: 5;
	border-bottom: 5px solid #fff;
}
#header-top {
	height: 120px;
	position: relative;
	border-bottom: 2px solid #fff;
	background: url("images/wood.jpg") no-repeat right 0px;
	z-index: 50;
}
#header-top .filler {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
}
#header-bottom {
	line-height: 60px;
	padding: 0 10px;
}
#header-bottom a {
	color: #fff;
	text-decoration: none;
}
#header-shadow {
	position: absolute;
	left: 0;
	bottom: -12px;
	height: 7px;
	width: 100%;
	background: url(images/gradient2.png) bottom left repeat-x;
}

/*---------------------------------------------------------------------- MENU */

#menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 20px;
	
	list-style:none;
	line-height: 20px;
	font-size: 0.8em;
	color: #8e7c6a;
	text-align: right;
	text-transform: lowercase;
	background: url("images/wood.jpg") no-repeat right -100px;
}

#menu li {
	float: left;
}
#menu a {
	display: block;
	padding: 0 5px;
	cursor: pointer;
	background-color: #fff;
	color: #8e7c6a;
	border: none;
	text-decoration: none;
}
#menu a:hover {
	color: #592617;
}
#menu a.current {
	background: transparent;
	color: #fff !important;
}
#menu-shadow {
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 100%;
	height: 7px;
	z-index: 90;

	background: url(images/gradient2.png) bottom left repeat-x;
}



/*-------------------------------------------------------------------- FOOTER */

#footer {
	height: 100px;
	font-size: 0.70em;
	position: relative;
	z-index: 2;
	border-top: 5px solid #fff;
}
#footer-top {
	position: relative;
	height: 73px;
	padding-left: 50px;

	background-color: #a1968b;
	color: white;
	font-family: Arial, sans-serif;
}
#footer-bottom {
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	
	background-color: #330000;
	text-align: right;
}
#footer-bottom a, #footer-bottom a:visited {
	border: none;
	text-decoration: none;
	color: #a1968b;
}
#footer-bottom a:hover {
	color: #8e7c6a;
}
#footer-contact {
	position: absolute;
	width: 750px;
	height: 25px;
	line-height: 25px;
	bottom: -30px;
	
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#footer-shadow {
	position: absolute;
	left: 0;
	top: -10px;
	height: 5px;
	width: 100%;
	background: url(images/gradient2.png) top left repeat-x;
}


/*---------------------------------------------------------------------- BODY */

#body {
	min-height: 260px;
	position: relative;
	z-index: 1;
	background: url("images/wood.jpg") no-repeat top left #fff;
}

#body-shadow-left {
	position: absolute;
	left: -11px;
	top: 0px;
	width: 7px;
	height: 100%;
	background: url(images/gradient1.png) top left repeat-y;
}
#body-shadow-right {
	position: absolute;
	right: -11px;
	top: 0px;
	width: 7px;
	height: 100%;
	background: url(images/gradient1.png) top right repeat-y;
}

/*--------------------------------------------------------------------- RIGHT */

#right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	height: 225px;
	z-index: 1;
	background-color: #592617;
}
#right img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#rotator img {
	display:none;
}

/*---------------------------------------------------------------------- LEFT */

#left {
	position: relative;
	width: 300px;
	min-height: 260px;
	margin-left: 48px;
	z-index: 10;

	background-color: #8e7c6a;
	border-width: 0 5px;
	border-style: solid;
	border-color: #fff;
}

/*-------------------------------------------------------------- LEFT CONTENT */

#left .content {
	padding: 10px 10px 30px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #fef8f2;
}
#left .content p {
	margin-bottom: 1em;
}

#left .content blockquote {
	margin-left: 20px;
	padding: 0 5px 10px;
	border-left: 1px solid #fff;
}

#left .content h1 {
	margin: 0.5em 0 1em;
}
#left .content h2,
#left .content h3,
#left .content h4 {
	margin: 2em 0 1em;
	letter-spacing: -0.02em;
	color: #fff;
}
#left .content h1 {
	font-size: 1.8em;
}
#left .content h2 {
	font-size: 1.6em;
}
#left .content h3 {
	font-size: 1.4em;
}
#left .content h4 {
	font-size: 1.2em;
}
#left .content ul {
	list-style: none;
	margin: 5px 0; 
	margin-left: 20px;
	padding: 0 5px 10px;
	border-left: 1px solid #fff;
}
#left .content ol {
	padding-left: 2em;
}
#left .content li {
	padding-bottom: 5px;
}

#left .content dt {
	font-weight: bold;
}
#left .content dd {
	margin-bottom: 0.5em;
}

#left .content a {
	text-decoration: none;
}
#left .content a:link {
	color: #fef8f2;
	border-bottom: 1px solid #bab1a6;
}
#left .content a:visited {
	border-bottom: 1px solid #bab1a6;
	color: #e6dcd8;
}
#left .content a:hover {
	border-color: #fff;
}

/*------------------------------------------------------------------- CONTEXT */

/**
 * 	These CONTEXT styles could be simplified
 */

#context {
	position: absolute;
	width: 394px;
	top: 225px;
	right: 0px;
	z-index: 5;
	
	background: url(images/gradient2.png) 0px -12px repeat-x #bab1a6;
	color: #592617;
	font-size: 0.8em;
	line-height: 1.2em;
}

#context .content {
	padding: 10px;
	margin: 10px;
	border: 1px solid #592617;
}
#context .content h1,
#context .content h2,
#context .content h3,
#context .content h4,
#context .content dt {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #592617;
}
#context .content h1 {
	font-size: 1.6em;
}
#context .content h2 {
	font-size: 1.4em;
}
#context .content h3,
#context .content dt {
	font-size: 1.2em;
}
#context .content h4 {
	font-size: 1.0em;
}
#context .content p {
	margin-bottom: 0.5em;
}
#context ul {
	margin-left: 1.5em;
}
#context li,
#context dd {
	line-height: 1.4em;
}
#context .content a {
	text-decoration: none;
}
#context .content a:link {
	color: #592617;
}
#context .content a:visited {
	color: #76493d;
}
#context .content a:hover {
	text-decoration: underline;
}
#context a.current {
	font-weight: bold;
}


/*------------------------------------------------------------------- SITEMAP */

#header #sitemap {
	display: none;
	position: absolute;
	top: 120px;
	right: 0px;
	z-index: 25;
	padding: 5px;
	width: 740px;
}

#sitemap {
	font-size: 0.70em;
	border-bottom: 5px solid #fff;
	background-color: #fef8f2;
	text-transform: capitalize;
	line-height: 1.2em;;
	color: #592617;
}
#sitemap dl {
	float: left;
	padding: 10px;
}
#sitemap dt {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-size: 1.2em;
	line-height: 2.0em;
}
#sitemap dd {
	padding-left: 1em;
}
#sitemap a {
	text-decoration: none;
	color: #592617;
}
#sitemap a:visited {
	opacity: 0.7;
}
#sitemap a:hover {
	color: #fff;
	background-color: #8e7c6a;
}
a#sitemap-link {
	padding: 0 25px 0 25px;
	background: url(/images/arrows.png) bottom right no-repeat #fff;
}
a#sitemap-link.open {
	background-position: right top;
}
#sitemap-shadow {
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 7px;
	z-index: 60;

	background: url(images/gradient2.png) bottom left repeat-x;
}

#body #sitemap {
  display: block;
}
#body #sitemap-close {
  display: none;
}

/*----------------------------------------------------------------- PRELOADER */

#preloader {
	position:absolute;
	left:-5000px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*------------------------------------------------------------------- CONTEXT */

#contact-form .inp {
  padding: 3px;
  width: 335px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

