﻿body {
	background: #3a4141 url('../Images/back.png') repeat-x;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #8f8f8f;
	margin: 0px auto;
}

a {color: #d55a01;}
a:hover {color: #ed6503;}

a img {border: 0px}

hr {
	background-color: #f6d6bc;
	color: #f6d6bc;
	border: 0px;
	height: 1px;
	margin: 0px;
}


h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #d55a01;
	font-weight: bold;
	text-decoration: none;
}

h1.BackLink, h2.BackLink {border-bottom: solid 1px #f6d6bc;}
h1.BackLink a {font-size: 12px; text-decoration: none; float: right; margin-top: 5px;}

h2 {
	margin: 0px;
	margin-bottom: 8px;
	font-size: 15px;
	color: #d55a01;
	font-weight: bold;
	text-decoration: none;
}

h2.captionNews {line-height: 10px;}

h3 {
	margin: 0px;
	font-size: 12px;
	color: #742101;
	font-weight: bold;
}

h3 a {color: #742101;}
h3 img {vertical-align: middle;}


h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 10px;
	color: #d3986e;
}

span.label {
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 13px;
	line-height: 20px;
	color: #424953;
	margin: 0px;
	margin-bottom: 8px;
	text-align: justify;
	text-indent: 22px;
}

p.NoIndent {text-indent: 0px;}

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #d55a01;
	font-size: 12px;
}

div.hrDark {
	border: 1px solid;
	border-top-color: #3e4747;
	border-bottom-color: #576161;
	border-left-color: #3e4747;
	border-right-color: #576161;
	height: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}

td.Column {
	/*width: 70px;*/
	padding: 0px 8px;
	text-align: center;
	background-color: #f4f4f4;
}

tr.Partner td {
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

img {
	border: 0;
}

a.Header, a.Header:visited, a.Header:active {
	color: #d28365;
}
a.Header:hover {
	color: #ffffff;
}

a.MenuItem, a.MenuItem:visited, a.MenuItem:active {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: url('../Images/indent-n.png') no-repeat;
	background-position: left 4px;
	display: block;
	width: 152px;
}
a.MenuItem:hover, .SelectedL0 {
	color: #ffe2b5!important;
	background: url('../Images/indent-h.png') no-repeat!important;
	background-position: left 4px!important;
}
a.MenuItemL1, a.MenuItemL1:visited, a.MenuItemL1:active, a.MenuItemL2, a.MenuItemL2:visited, a.MenuItemL2:active {
	color: #a4a8a8;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	width: 140px;
}
a.MenuItemL1, a.MenuItemL1:visited, a.MenuItemL1:active {
	padding-left: 24px;
	width: 140px;
}
a.MenuItemL2, a.MenuItemL2:visited, a.MenuItemL2:active {
	padding-left: 36px;
	width: 128px;
}
a.MenuItemL1:hover, a.MenuItemL2:hover, .SelectedL2 {
	color: #f7d7a5!important;
}

/*************************************** Layout ********************************************/
#PageHolder {
	width: 1001px;
	margin: 0px auto;
}

#HeaderTop {
	width: 970px;
	height: 5px;
	margin-left: 15px;
	background: url('../Images/header-top-back.png') repeat-x bottom;
}

#MainHolder{
	float: left;
	width: 970px;
	background: #ffffff url('../Images/left-panel-back.png') repeat-y;
}

#BodyHolder {
	width: 970px;
	background: url('../Images/header.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

#LeftPanelHolder {
	float: left;
	padding-top: 138px;
	width: 245px;
}

#MenuWindow {
	margin-left: 15px;
	margin-right: 15px;
	width: 215px;
	background: #485151 url('../Images/menu-back.png') repeat-y;
}

#MenuWindowSub {
	background: url('../Images/menu-top-back.png') no-repeat;
}

#MenuWindowContent {
	padding-left: 25px;
	padding-right: 26px;
	padding-top: 8px;
	padding-bottom: 18px;
}

#NewsWindow {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 215px;
	background: #f2f2f2 url('../Images/news-panel-back.png') repeat-y;
}

#NewsWindow a:hover h2, #NewsWindow a:hover h1 {color: #e1b900;}

#NewsWindow p {
	font-size: 11px;
	font-family: Tahoma;
	color: #8f8f8f;	
	text-align: left;
	text-indent: 0px;
	line-height: 16px;
}

#NewsWindow a {text-decoration: none;}
#NewsWindow h2 {margin-bottom: 0px; font-size: 13px;}

#NewsWindowContent {
	padding-left: 24px;
	padding-right: 26px;
	padding-top: 10px;
	padding-bottom: 4px;
}

#ContentHolder {
	padding-top: 130px;
	width: 725px;
	float: right;
}

#HeaderHolder {
	padding-right: 10px;
	width: 715px;
	height: 26px;
	text-align: right;
}

#ContentFadeTop {
	width: 725px;
	height: 5px;
	background: url('../Images/content-top-back.png') repeat-x;
}

#ContentBody {
/*
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 22px;
	padding-bottom: 22px;
	*/
	padding: 25px 29px;
	overflow: hidden;
}

#FooterHolder {
	padding-top: 6px;
	width: 970px;
	height: 42px;
	background: #2d3232 url('../Images/footer-top-back.png') no-repeat;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #595e5e;
	font-size: 10px;
	overflow: hidden;
}

#FooterHolder div {margin-top: 13px;}
#FooterHolder div.Right {float: right; margin-right: 15px;}
#FooterHolder div.Left {float: left; margin-left: 15px;}

#Areas {width: 665px; margin: 0px auto;}
#Areas span a {color: #a2a2a2; font-size: 10px; text-decoration: underline;}
#Areas span {float: right; margin-right: 5px;}
#Areas br {clear: left;}

#Areas a {
	font-family: Lucida Sans Unicode, Lucida Sans, Arial;
	font-size: 14px;
	color: #d55a01;	
	text-decoration: none;
	float: left;
}

#Areas a:hover {color: #e1b900;}

/************* CLASSES *************/
.LeftColumn, .RightColumn {
	float: left;
	width: 315px;
}

.LeftColumn {margin-right: 35px;}

.DropDown {
	border: solid 1px #997567;
	height: 18px;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	line-height: 155%;
	background-image: url('../Images/Icons/DropDown.png');
	background-repeat: no-repeat;
	background-position: 95%;
	cursor: pointer;
	color: #dcd1cc;
}

.DropDown:hover {border-color: #dbd0cc;}

.DropDownMenu {
	border: solid 1px #997567;
	background-color: #3a1101; 
	font-size: 11px;
	height: 60px;	/* 60px for 3 items*/
	display: block; 
	position: absolute;
	right: 50%; 
	margin-right: -475px;
	z-index: 100;
}

.DropDownMenu a {
	text-decoration: none;
	color: #dcd1cc;
	display: block;
	padding: 2px 5px;
}

.DropDownMenu a:hover {background-color: #8a675a;}

#CustomerZone {
	position: absolute;
	right: 50%;
	top: 10px;
	margin-right: -475px;
}

#CustomerZone a {color: #ffffff;}
#CustomerZone a:hover {color: #f7d7a5;}

span.Contact, span.Fax {
	background-image: url('../Images/Icons/Phone.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
}

span.Fax {
	background-image: url('../Images/Icons/Fax.png');
	background-position: 0px 4px;
}

span.Emp {color: #d55a01;}
p.Emp {padding: 7px 10px; font-size: 12px; line-height: 130%; border: solid 1px #dadada; border-bottom: solid 2px #dadada; margin-top: 10px; text-indent: 0px;}
div.Emp {padding: 7px 10px; border: solid 1px #dadada; border-bottom: solid 2px #dadada; margin-top: 10px; text-indent: 0px;}

img.Picture {border: solid 1px #ffd1af;}
img.Picture:hover {border-color: #e1b900;}

p.Light {color: #8f8f8f; font-size: 11px;}

div.VideoPreview, div.VideoPreview2 {
	background-color: #3d4444;
	margin-bottom: 10px;
	cursor: pointer;
}
div.VideoPreview img {border: solid 0px #e7e7e7;}
div.VideoPreview p, div.VideoPreview2 p {
	text-indent: 0px;
	font-size: 11px;
	line-height: 130%;
	color: #545252;
	text-align: left;
}

div.VideoPreview p, div.VideoPreview2 p {
	text-decoration: none;
	display: block;
	padding: 10px 12px;
	padding-bottom: 12px;
	color: #eff3f3;
	font-weight: normal;
	margin: 0px;
}


div.VideoPreview2 {width: 207px; float: left; margin-left: 23px; margin-bottom: 23px; overflow: hidden;}

div.EmpPad {
	border: solid 1px #f6d6bc;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding: 5px 10px;
	margin-bottom: 10px;
	padding: 8px 15px;
	border-bottom: solid 2px #dadada;
	background-color: #e7e7e7;
	font-size: 13px;	
	font-weight: bold;
}

div.EmpPad ul {
	padding-left: 15px; margin-left: 0px; margin-top: 10px;
	font-size: 12px; line-height: 20px; color: #424953;
}

/******************* TABLES **************************************/
td {vertical-align: top;}

table.ListGrid thead td {
	font-weight: bold; 
	font-size: 13px;
	border-bottom: solid 3px #eeebea;	
	text-align: center;	
}
table.ListGrid td, table.ListGrid th {padding: 3px; color: #424953;}
table.ListGrid tbody td, table.ListGrid tbody th {border-bottom: solid 1px #eeebea;}
table.ListGrid tbody th {font-weight: normal; text-align: right;}
table.ListGrid tbody td {text-align: center; color: #d55a01; font-weight: bold;}

/******************* FORMS **************************************/
.FormArea {width: 460px; margin: 0px auto;}

form{margin:0px;}

input, select, textarea {
	border: solid 1px #6c7979;
	color: #6c7979;
	font-size: 100%;
}

textarea{overflow:auto;}

.clean input, .clean {border: 0px;}

input.button{border: 0px;}

.frmReq{color:#FF0000;}
.frmErr{color:#FF0000;}
.frmHelp{font-size:80%;}

.frmBody{
	width:350px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.frmButtons{
	text-align:right;
	padding-top:5px;
	padding-right:8px;
}

.frmButtons input, .Button {
	background-color: #de5a00;
	border-top-color: #f2c261;
	border-left-color: #f2c261;
	border-bottom-color: #b84b00;
	border-right-color: #b84b00;
	color: #ffffff;
	padding: 5px 8px;
	font-weight: bold;
}

.frmButtons input:hover, .Button:hover {background-color: #f2c261;}

.frmField{margin-left:1px;}
.frmFieldError{
	background-color: #FFEEEF;
	border: solid 1px #FFD3D3;
	margin-bottom: 1px;
}

.frmC1{
	padding:3px;
	float:left;
	width:120px;
	text-align:right;
	font-weight:bold;
}

.frmC2{
	padding:3px 3px 3px 130px;
	text-align:left;
}

.captchaImg{
	border: solid 1px #6c7979;
	margin-bottom:2px;
}

/********** VIDEO BOX *************/
#lbCenter {z-index: 10;}