/* ====== FONTS ===== */
body, div, span, td, input, select, optgroup, form{
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	cursor: default;
}
html{ background: url(images/background.jpg) repeat-x top #FFDD77; height: 100%; }
body{ background: url(images/header.jpg) no-repeat center top; height: 100%; }

img{ border: 0px; }
div{ overflow: hidden; }
p{ margin: 0px 0px 20px 0px; }
h1{ 
	color: #333333;
	font-size: 11px; 
	font-weight: normal;
	line-height: 23px;
	margin: 0px 0px 10px 20px;
	text-indent: 35px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: no-repeat;
	background-image: url(images/h1.gif);
}

a { color: #D30A0A; text-decoration: none; }
a:hover{ text-decoration: underline; }

a.pdf{ 
	color: #000; 
	background: url(images/icon_pdf.gif) no-repeat; 
	padding-left: 18px; 
}

a.more{
	width: 105px;
	display: block;
	margin: 10px 0px 0px auto;
	text-transform: uppercase;
	color: #D30A0A;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/more.gif) no-repeat top right;
}
a.more:hover{
	text-decoration: unserline;
}

#h{
	width: 994px;
	height: 171px;
	margin: 0px auto;
}
#h1{ width: 270px; float: left; }
#h2{ width: 550px; float: left; }
#h2 h1{ 
	width: 310px; 
	margin: 42px 0px 0px 10px;
	background: none;
	text-align: center;
	text-indent: 0px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: white;
}


#logo{ margin-top: 45px; }
#lang{ width: 200px; margin-left: 100px; }
#lang a{ 
	display: block; 
	float: left; 
	height: 26px; 
	line-height: 24px; 
	font-size: 11px;
	color: white; 
	text-align: center;
	text-decoration: none;
}
#lang a:hover{ text-decoration: underline; }

#l1{ width: 64px; }
#l2{ width: 47px; margin-left: 1px;}
#l1.sel{ background: url(images/l1.jpg); }
#l2.sel{ background: url(images/l2.jpg); }

#m{
	width: 994px;
	height: 32px;
	margin: 0px auto 20px auto;
}
#m a{
	display: block;
	float: left;
	line-height: 31px;
	height: 31px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	margin-right: 1px; 
	background: url(images/m_bg.jpg);
}
#m a:hover{ text-decoration: underline; }
#m a.sel{ background: url(images/m_bg_sel.jpg); }
#m a i{ display: block; float: left; width: 9px; height: 31px; background: url(images/m_left.jpg); }
#m a b{ display: block; float: left; width: 9px; height: 31px; background: url(images/m_right.jpg); }
#m a.sel i{ background: url(images/m_left_sel.jpg); }
#m a.sel b{ background: url(images/m_right_sel.jpg); }
#m a span { 
	display: block; 
	float: left; 
	line-height: 31px;
	height: 31px;
	color: white;
	font-size: 11px;
	cursor: pointer !important;
}

#mb{
	color: #666666; 
	margin: 10px;
	text-align: center;
}
#mb a{ 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none;
}
#mb a:hover{ text-decoration: underline; }


#c{
	width: 994px;
	margin: 0px auto;
	clear: both;
}
#c1{
	float: left;
	width: 626px;
}
#c2{
	float: left;
	margin-left: 15px;
	width: 276px;
}

div.b1t{ height: 7px; background: url(images/b1_top.gif);}
div.b1b{ height: 7px; background: url(images/b1_btm.gif);}
div.b1m{ background: #FFF7DE;}
div.bpad{ width: 585px; margin: 0px auto; }

div.b2t{ height: 7px; background: url(images/b2_top.gif);}
div.b2b{ height: 7px; background: url(images/b2_btm.gif);}
div.b2m{ background: #FFF7DE; padding: 10px;}

div.title{
	text-transform: uppercase;
	color: #D30A0A;
	font-size: 15px;
	font-weight: bold;
}

#cr{
	color: #666666;
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid #6D583B;
}
.submit{
	border: 1px solid #404040;
	background-color: #990000;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
