@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

a {
	color: #fa9d90;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.header_home_link {
	display:block;
	width: 240px;
	height: 75px;
	position: absolute;
	top: 16px;
	left: 36px;
}

h1 {
	color: #2a3c69;
	font-size:30px;
	font-weight:normal;
	padding-bottom: 15px;
}

h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
}

img {
	border: 0;
}

p {
	padding-bottom: 25px;
}

ul {
	list-style-type:disc;
	padding: 0 25px 25px 25px;
}

body {
	font: 12px/26px Arial, Helvetica, sans-serif;
	background-color: #e8c4a3;
	text-align: center;
	color: #fee0dc;
	margin: 24px 0;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../images/header.jpg); 
	height: 133px;
	width: 960px;
	position: relative;
}

#header #nav {
	width: 700px;
	height: 35px;
	position: absolute;
	top: 55px;
	left: 320px;
}

#header #nav ul {
	list-style-type:none;
}

#header #nav ul li {
	float: left;
}

#header #nav a {
	float: left;
	margin: 0 30px 0 0;
	color: #acacac;
	text-decoration: none;
}

#header #nav a:hover {
	color:#5b5b5b;
}

#header #nav a.shop:hover {
	color: #0c5270;
}

#mainContent {
	width: 910px;
	background:url(../images/body_bg.gif) repeat-x;
	background-color: #50221c;
	overflow: hidden;
	padding-left:50px;
	position: relative;
	min-height: 420px;
}

#mainContent.galleries {
	width: 960px;
	padding: 0;
}

#mainContent #topStrip {
	height: 53px;
	background:url(../images/top_strip_bg.gif) repeat-x;
	width:910px;
	padding-left: 50px;
	margin: 25px 0 25px -50px;
}

#mainContent #banner_swf {
	width: 570px;
	height: 420px;
	position: absolute;
	right: 0;
}


#mainContent #banner_swf.links {
	width: 436px;
	height: 470px;
}
	
#mainContent .linkCol {
	width: 240px;
	float: left;
	padding-bottom:13px;
}

#rightCol {
	float: right;
	background-color: #3d1812;
	padding: 20px;
	margin: 0 45px 65px 45px;
}

#rightCol.about {
	height: 970px;
}

#rightCol #aboutBox {
	width: 200px;
	padding: 52px 0 0 6px;
	line-height:14px;
}

#rightCol #aboutBox a {
	color:#4e2010;
}

#rightCol #aboutBox.const {
	height: 28px;
	background-image:url(../images/about_rcol_const_bg.jpg);
}

#rightCol #aboutBox.feat {
	height: 40px;
	background-image:url(../images/about_rcol_feat_bg.jpg);
}

#leftCol {
	width: 290px;
	padding-right: 100px;
}

#leftCol.links {
	width: 500px;
}

#footer {
	background:url(../images/footer.gif) no-repeat;
	padding: 10px;
	text-align:center;
	width: 940px;
	height: 100px;
	clear: both;
}

#footer p {
	color: #50221c;
	margin: 0;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.strongwhite {
	font-weight:bold;
	color: #fff;
}