html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bg1_01.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 155%;
}

strong {
}

a {
	color: #dba073;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 317px;
	background: url(images/subpage2_01.gif) no-repeat left top;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 317px;
}

#menu ul {
	margin: 0px;
	padding: 242px 0px 0px 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	height: 38px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #a1512b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #ffecca;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: block;
	height: 28px;
	padding: 10px 20px 0px 20px;
}

#menu li.active {
	background: url(images/homepage04.jpg) repeat-x left top;
}

#menu li.active a {
	background: url(images/homepage02.jpg) no-repeat left top;
}

#menu li.active span {
	background: url(images/homepage03.jpg) no-repeat right top;
	color: #FFFFFF;
}


/** PAGE */

#page {
	background: url(images/subpage2_03.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

#page-bgbtm {
	overflow: hidden;
	width: 910px;
	padding: 32px 45px 60px 45px;
	background: url(images/subpage2_04.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: left;
	width: 560px;
}

.homepage #content {
	float: right;
	width: 595px;
	padding-top: 30px;
}

.homepage #content h2 {
	margin: 0px;
	padding: 15px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffd8b1;
}

#wide-content {
	padding-top: 70px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 280px;
	padding-left: 35px;
	background: url(images/subpage1_02.jpg) no-repeat left top;
}

.homepage #sidebar {
	float: left;
	width: 280px;
	padding-left: 0px;
	padding-top: 30px;
	background: none;
}

.homepage #sidebar h2 {
	margin: 0px;
	padding: 15px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffd8b1;
}

/** FOOTER */

#footer {
	height: 243px;
}

#footer .inner {
	vertical-align: top;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF
}

#footer a {
	color: #671d15
}

/** BOX 1 */

#box1 {
	padding-top: 70px;
	padding-bottom: 40px;
}

#box1 h3 {
	margin: 0px;
	padding: 5px 0px 8px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffd8b1;
}

/** BOX 2 */

#box2 {
	padding-top: 50px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

/** BOX 3 */

#box3 {
	padding-top: 70px;
	padding-bottom: 30px;
}

#box3 h3 {
	margin: 0px;
	padding: 25px 0px 8px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffd8b1;
}

/** BOX 4 */

#box4 {
	padding-top: 40px;
	background: url(images/subpage1_03.jpg) no-repeat left top;
}

/** TWO COLUMNS */

#two-columns {
	height: 400px;
	background: url(images/homepage05.jpg) no-repeat left bottom;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#two-columns h2, #two-columns .text1, #two-columns .text2 {
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
} 

#two-columns h2 {
	margin: 0px;
	letter-spacing: -1px;
	font-size: 38px;
	color: #FFFFFF;
}

#two-columns .text1 {
	margin: -5px 0px 0px 0px;
	letter-spacing: -3px;
	font-size: 29px;
	color: #c68257;
}

#two-columns .text2 {
	margin: 0px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #86341d;
}

#column1 {
	float: left;
	width: 510px;
}

#column2 {
	float: right;
	width: 400px;
}

/** THREE COLUMNS */

#three-columns {
	overflow: hidden;
	padding: 35px 0px 25px 0px;
	background: url(images/homepage06.jpg) no-repeat left bottom; 
}

#three-columns h3 {
	margin: 0px;
	padding: 25px 0px 15px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ffd8b1;
}

#columnA, #columnB, #columnC {
	width: 280px;
}

#columnA {
	float: left;
	margin-right: 35px;
}

#columnB {
	float: left;
	margin-right: 35px;
}

#columnC {
	float: right;
}

/** BOX STYLE 1 */

.box-style1 .title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 38px;
	color: #FFFFFF;
}

.box-style1 .byline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #86341d;
}

/** BOX STYLE 2 */

.box-style2 .title {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

/** LINK STYLE 1 */

.link1 {
	margin-top: 25px;
}

.link1 a {
	display: block;
	width: 105px;
	height: 26px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url(images/homepage07.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #063332;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.link2 a {
	display: block;
	float: left;
	width: 105px;
	height: 26px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url(images/homepage07.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #063332;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 4px 0px;
}

ul.style1 a {
	color: #dba073;
}

/** IMAGE BORDER STYLE 1 */

.image-style1 {
	position: relative;
	width: 400px;
	height: 105px;
}

.image-style1 span, .image-style1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1a span {
	background: url(images/pics01.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 2 */

.image-style2 {
	position: relative;
	width: 280px;
	height: 115px;
}

.image-style2 span, .image-style2 img {
	position: absolute;
	top: 7px;
	left: -4px;
	width: 100%;
	height: 100%;
	background-image: url(images/pics03.png);
}

.image-style2a span {
	background: url(images/pics03.png) no-repeat left top;
}


/** IMAGE BORDER STYLE 3 */

.image-style3 {
	position: relative;
	float: left;
	width: 120px;
	height: 109px;
	margin-top: 5px;
	margin-right: 20px;
}

.image-style3 span, .image-style3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3a span {
	background: url(images/pics07.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 4 */

.image-style4 {
	position: relative;
	float: left;
	width: 190px;
	height: 145px;
	margin-top: 5px;
	margin-right: 20px;
}

.image-style4 span, .image-style4 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style4a span {
	background: url(images/pics09.png) no-repeat left top;
}
