
html, body
{
	font: normal 13px/normal tahoma, arial, sans-serif;
	color: #d9a0a0;
	background-color: #fff;
	padding: 0;
	margin: 0;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a, table, th
{
	border: 0;
	padding: 0;
	margin: 0;
}
ul { list-style-type: none; }

a 		{ text-decoration: underline; color: #e6d5d5; outline: 0; }
a:hover { text-decoration: none; }
a img	{ border: none; }

.cleaner1 { clear: both; }
.cleaner2 { clear: both; height: 0; line-height: 0; }
.pngFix a { position: relative; z-index: 500; }



/*-------------------- containers */

.main
{
	width: 100%;
	border-top: 10px solid #311314;
	background: url('/img/bg.gif') repeat 0 0;
}

.main .header
{
	width: 100%;
	height: 135px;
	overflow: hidden;
	background: url('/img/topBg.gif') repeat-x 0 0;
}
.main .header .inner
{
	width: 840px;
	height: 100%;
	background: url('/img/bgTop.gif') repeat-x 0 0;
	margin: 0 auto;
}

.main .middle
{
	width: 840px;
	margin: 30px auto 0 auto;
}
.main .middle .extra
{
	width: 295px;
	float: left;
	padding: 0 0 60px 0;
}
.main .middle .content
{
	width: 485px;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	float: right;
	background: url('/img/contentBg.gif') no-repeat top left;
	padding: 0 0 100px 40px;
}

.footer
{
	width: 100%;
	height: 200px;
	color: #555;
}
.footer .inner
{
	width: 840px;
	background: url('/img/footerShadow.gif') no-repeat 0 0;
	padding: 50px 0 0 0;
	margin: 0 auto;
}
.footer .copyright
{
	width: 280px;
	float: left;
}
.footer .photos
{
	width: 406px;
	height: 229px;
	position: relative;
	float: right;
	background: url('/img/footerPhotos.gif') no-repeat 0 0;
	margin: -110px 0 0 0;
}


/*-------------------- header: nav & logo */

.header .logo a
{
	width: 300px;
	height: 72px;
	float: left;
	display: block;
	background: url('/img/logo.gif') no-repeat bottom center;
	padding: 50px 0 0 0;
}

.header .nav
{
	height: 100%;
	float: right;
}
.header .nav li
{
	font-size: 14px;
	display: inline;
}
.header .nav li a
{
	text-decoration: none;
	text-align: right;
	display: block;
	float: left;
	cursor: pointer;
	background: url('/img/navShadow.gif') no-repeat bottom center;
	margin: 0 1px 0 0;
	padding: 0 0 14px 0;
}
.header .nav li a span
{
	width: 87px;
	height: 60px;
	line-height: 25px;
	color: #dbc0c0;
	overflow: hidden;
	display: block;
	float: left;
	background: url('/img/navItemBg.gif') repeat 0 0;
	padding: 60px 8px 0 5px;
}
.header .nav li a span em
{
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #bd9393;
	display: block;
}
.header .nav li a:hover span	{ color: #fff; }
.header .nav li a:hover span em	{ color: #dbc0c0; }
.header .nav li.active a span	{ background-image: url('/img/navItemActiveBg.gif'); }



/*-------------------- middle: extra */
.extra .langBar
{
	text-align: center;
	margin: 20px 0 0 0;
}
.extra .langBar p
{
	position: relative;
	margin: 0 -40px;
}
.extra .langBar p a
{ 
	text-decoration: none;
	color: #bd9393;
	margin: 0 36px; 
}
.extra .langBar p a.active,
.extra .langBar p a:hover	{ color: #e6d5d5; }

.extra h3
{
	font: normal 15px/normal verdana, garamond, serif;
	line-height: 23px;
	word-spacing: 5px;
	color: #b96e6e; 
	border-bottom: 1px solid #822828;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
}
.extra h3 small		{ font-size: 12px; }
.extra h3 small a	{ color: #d79898; }

.extra .box
{
	background: url('/img/boxShadow.gif') no-repeat bottom center;
	padding: 0 0 19px 0;
	margin: 40px 0 0 0;
}
.extra .box .inner
{
	background-color: #6a191a;
	padding: 10px;
}
.extra .box a.thumb
{
	display: block;	
	overflow: hidden; 
	float: left;
	padding: 10px 15px;
}
.extra .box a.thumb img 		{ width: 100px; height: 85px; border: 3px solid #7c2728; margin: 0; }
.extra .box a:hover.thumb img 	{ border-color: #fff; }
.extra .box p
{
	line-height: 20px;
	margin: 0 0 10px 15px;
}
.extra .box .subNav
{
	margin: 0 10px;
}
.extra .box .subNav li
{
	margin: 5px 0 10px 0;
}
.extra .box .subNav li a { color: #b96e6e; }
.extra .box .subNav li.active a 
{
	text-decoration: none;
	color: #d9a0a0;
	background: url('/img/iconNavSub.gif') no-repeat center left;
	padding: 0 0 0 15px; 
}



/*-------------------- middle: content */

.content h1,
.content h2
{
	font: normal 22px/normal verdana, garamond, serif;
	line-height: 30px;
	word-spacing: 5px;
	color: #e6d4d4;
	border-bottom: 1px solid #622021;
	padding: 0 0 7px 0;
	margin: 10px 0;
}
.content h2 { font-size: 16px; }

.content p
{
	line-height: 27px;
	margin: 0 0 15px 0;
}

.content form
{
	margin: 30px auto 0 auto;
}
.content form .item
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.content form .itemSpec
{
	width: auto;
	padding: 0 0 0 125px;
}
.content form .item label,
.content form .item .text	{ float: left; }
.content form .item label
{
	width: 105px;
	font-weight: bold;
	text-align: right;
	display: block;
	overflow: hidden;
	padding: 7px 20px 0 0;
}
.content form .item .text,
.content form .item .submit	{ font: normal 12px/normal verdana, garamond, serif; }
.content form .item .text
{
	width: 300px;
	height: 15px;
	color: #d89f9f;
	border: none;
	background-color: #691314;
	padding: 10px 5px;
}
.content form .item .textArea
{
	height: 150px;
	line-height: 22px;
}
.content form .item .submit
{
	font-weight: bold;
	color: #d89f9f;
	border: none;
	background-color: #321516;
	padding: 7px 20px;
}

.content .thumbsPartners
{
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.content .thumbsPartners .item
{
	width: 140px;
	float: left;
	margin: 0 15px 40px 0;
}
.content .thumbsPartners .item div
{
	width: 130px;
	height: 130px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.content .thumbsPartners .item div a { display: block; width: 100%; height: 100%; }
.content .thumbsPartners .item span
{
	display: block;
	margin: 10px 0 0 0;
}

/*-------------------- footer */

.footer p			{ margin: 0 0 15px 0; }
.footer p a.visible	{ margin: 0 0 0 5px; }
