@charset "UTF-8";
/* CSS Document */

/* RESET */
/* ----------------------------------------- */

body {
	background: #f3dab9 url(../images/body-bg.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/* WRAPPER */
/* ----------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/* HEADER */
/* ----------------------------------------- */
#header {
	background: url(../images/header-bg.png) top center no-repeat;
	float: left;
	padding: 6px 50px 6px 50px;
	width: 860px;
}

#logo {
	float: left;
	padding: 0 0 0 30px;
	width: 147px;
}

#logo img {
	float: left;
	margin: 0;
}

/* TOP NAVIGATION */
/* ----------------------------------------- */
#topNav {
	float: left;
	padding: 35px 0 0 10px;
	width: 673px;
}

#topNav ul {
	background: url(../images/topnav-bg.png) top center no-repeat;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 40px;
	width: 593px;
}

#topNav li {
	float: left;
	list-style: none;
	padding: 22px 10px;
	position: relative;
}
#topNav li ul.dropdown{ position:absolute; width:auto; background:#4d3011; top:63px; left:10px; padding:0px; height:35px; display:none; }
#topNav li ul.dropdown li{ padding:7px 15px 5px 15px;}

#topNav li a:link, 
#topNav li a:visited, 
#topNav li a:active {
	background: url(../images/link-bg.png) bottom repeat-x;
	color: #face87;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
}

#topNav li a:hover{
	background: url(../images/link-bg.png) bottom repeat-x;
	color: #eddbbd;
	float: left;
	padding: 2px 5px;
}
#topNav li:hover ul.dropdown{ display:block;}
#topNav li ul.dropdown a{ color: #face87; font-size:12px;}
#topNav li ul.dropdown a:hover{ }
/* CONTENT */
/* ----------------------------------------- */

#content {
	background: url(../images/content-bg.png) bottom center no-repeat;
	float: left;
	padding: 20px 80px 10px 80px;
	width: 800px; position:relative;}
	
/*test*/
	.test{ background:url(../images/test_top_bg.jpg) no-repeat left top; width:800px; padding-top:10px; margin-top:30px;}
	.test_bottom_bg{ background:url(../images/test_bottom_bg.jpg) no-repeat left bottom; width:800px; padding-bottom:10px;}
	.test_in{ background:#5A4C3E; padding: 0px 20px 0px 18px;}
	.group_1{ padding:20px 0px 15px 0px;}
	.group_2{ padding-bottom:10px;}
	.group_text p{ color:#F2AC4C; padding-bottom:20px;}
	.test_in .press_text{color:#F2AC4C; padding:20px 0px;}
	.press_imgs{ padding:20px 0px;}
		.press_imgs td.last{ text-align:right;}
/*end test*/

/* BANNER */
/* ----------------------------------------- */
#banner {
	float: left;
	width: 371px;
}

#banner img {
	float: left;
	margin: 0;
}

/* TEXT AREA */
/* ----------------------------------------- */
.introduction{ width:410px; position:absolute; top:20px; left:470px; background:#5a4c3e; }
	.introduction p{font-size:13px; line-height:14px; color:#face87; padding:10px;}

.textArea {
	background: #5a4c3e;
	color: #f2ac4c;
	float: right;
	margin: 33px 0px 20px 0px;
	width: 410px;
}

.title {
	float: left;
	padding: 0 10px 10px 10px;
}

.textArea h1, .textArea h2, .textArea h3, .textArea h4, .textArea h5, .textArea h6 {
	float: left;
	padding: 0 0 13px 20px;
}

.textArea p {
	float: left;
	line-height: 16px;
	padding: 8px 20px 10px 20px;
	width: 370px;
}

.textArea ul {
	float: left;
	line-height: 20px;
	padding: 8px 20px 10px 70px;
	width: 320px;
}

.textArea li {
	list-style: circle;
}

.textArea img {
	float: left;
	margin: 0;
}

.textArea p.imageWrapRight {
	float: left;
	padding: 10px 5px 10px 20px;
}

.textArea img.floatRight {
	display: inline;
	float: right;
	padding: 0 20px 5px 5px;
}

.textArea a:active,
.textArea a:link,
.textArea a:visited {
	color: #f2ac4c;
	text-decoration: none;
}

.textArea a:hover {
	color: #f2ac4c;
	text-decoration: underline;
}

.readmore {
	float: right;
	padding: 0 20px 10px 0;
}

.paddingBottom {
	padding: 0 0 10px 0;
}

.paddingTop {
	padding: 10px 0 0 0;
}

.textArea form {
	float: left;
	font-size: 14px;
	padding: 8px 20px 10px 20px;
	width: 370px;
}

.textArea form label {
	float: left;
	padding: 10px 0 3px 0;
	width: 370px;
}

.formField {
	float: left;
	width: 250px;
}

#Comment {
	float: left;
	height: 150px;
	margin: 0 0 10px 0;
	width: 370px;
}

.formFieldBtn {
	background: #f2ac4c;
	border: none;
	clear: both;
	color: #5a4c3e;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px;
}

.pictureGallery {
	float: left;
}

.textArea .pictureGallery ul {
	float: left;
	line-height: 20px;
	padding: 8px 20px 0 20px;
	width: 370px;
}

.textArea .pictureGallery ul.spacing {
	line-height: 16px; !important
}

.textArea .pictureGallery li {
	float: left;
	list-style: none;
	padding: 0 5px 10px 0;
	width: 180px;
}

.textArea p.centered {
	float: left;
	text-align: center;
	padding: 0 5px 10px 0;
	width: 370px;
}

.textArea p.centered img {
	float: none;
	text-align: center;
}

.textArea p.centered a {
	padding: 0 0 0 45px;
}

.textArea p.centered a img {
	border: #3f3933 1px solid;
}

.textArea p.centered a:hover img {
	border: #f2ac4c 1px solid;
}

.textArea .pictureGallery li a {
	border: #3f3933 1px solid;
	float: left;
}

.textArea .pictureGallery li a:hover {
	border: #f2ac4c 1px solid;
	float: left;
}

.magnifyarea{ /* CSS to add shadow to magnified image. Optional */
box-shadow: 5px 5px 7px #818181;
-webkit-box-shadow: 5px 5px 7px #818181;
-moz-border-image: 31 31 31 31;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}

.galleryThumbs {
	float: left;
	padding: 0 0 0 10px;
	width: 400px;
}

.galleryThumbs img {
	margin: 0;
	padding-bottom: 5px;
}

.galleryThumbs a {
	float:left;
	padding: 5px;
	width: 120px;
}

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

#footer {
	background: #000 url(../images/footer-bg.jpg) top repeat-x;
	float: left;
	width: 100%;
}

#footerContainer {
	background: url(../images/footer-container-bg.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 30px 90px 45px 90px;
	width: 780px;
}

#footer a:active,
#footer a:link,
#footer a:visited {
	color: #1f110b;
	text-decoration: none;
}

#footer a:hover {
	color: #1f110b;
	text-decoration: underline;
}

.floatRight {
	float: right;
}
