html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
html, body { 
	height:100%;
}
html{
	min-width:980px;
}
body { 
	background:#000 url(images/body-top.gif) repeat-x top;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#fff;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

td.c {
		text-align:center;
		vertical-align:middle; 
}
td.p {
		padding:14px;
		vertical-align:middle; 
}
h1{
	font:24px/39px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(images/logo.gif) left center no-repeat;
	padding-left:48px;
}

h2{
	font:36px/1.2em Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	margin-bottom:12px;
}

h2.white{
	color:#fff;
	margin-bottom:0px;
}


h3{
	font:24px/1.2em Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	margin-bottom:12px;
}


a.und,.und a{
	text-decoration:none;
}

a.und:hover,.und a:hover{
	text-decoration:underline;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}

.section{
	margin-bottom:22px;
	overflow:hidden;
}

.article{
	margin:0 30px 22px 28px;
	overflow:hidden;
}




/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.75em;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header {
	height:136px;
	background:url(images/header-bg.gif);
	position:relative;
}

#header_alt {
	height:136px;
	background:url(images/header-bg.gif);
	position:relative;
}

#content {
	width:980px;
	background:#1a1a1a;
	overflow:hidden;
}
#footer {
	width:980px;
	height:52px;
	position:relative;
}

.bottom-bg{
	width:100%;
	float:left;
	/*background:url(images/body-bot.gif) repeat-x bottom;*/
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	margin:0;
}


/*----- other -----*/
.button{
	font:bold 13px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(images/button-gray-bg.gif) repeat-x;
	float:left;
	position:relative;
	padding:0 7px 0 8px;
}

.button:hover{
	color:#f00;
}

.button:before{
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	width:7px;
	height:30px;
	background:url(images/button-gray-left.gif) no-repeat;
}

.button:after{
	position:absolute;
	right:-1px;
	top:0px;
	content:"";
	width:7px;
	height:30px;
	background:url(images/button-gray-right.gif) no-repeat;
}

.button.red{
	background:url(images/button-red-bg.gif) repeat-x;
}

.button.red:hover{
	color:#000;
}

.button.red:before{
	background:url(images/button-red-left.gif) no-repeat;
}

.button.red:after{
	background:url(images/button-red-right.gif) no-repeat;
}

.dgray-field .button{
	background:url(images/button-dgray-bg.gif) repeat-x;
}

.dgray-field .button:before{
	background:url(images/button-dgray-left.gif) no-repeat;
}

.dgray-field .button:after{
	background:url(images/button-dgray-right.gif) no-repeat;
	right:-3px;
}


.button.big{
	font:30px/50px Arial, Helvetica, sans-serif;
	background:url(images/button-red-big-bg.gif) repeat-x;
	padding:0 9px 0 9px;
	margin-bottom:0;
	margin-top:10px;
}

.button.big:before{
	background:url(images/button-red-big-left.gif) no-repeat;
	height:50px;
	width:9px;
}

.button.big:after{
	background:url(images/button-red-big-right.gif) no-repeat;
	width:9px;
	height:50px;
	right:0px;
}

.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}

.colum .img-indent{
	margin:0 0 20px ;
}

.img-box { 
	overflow:hidden; 
	float:left;
	padding:0 9px 20px 0;
}
	.img-box img { 
		float:left; 
		margin:0 0 20px 0;
	}

.extra-wrap { 
	overflow:hidden;
}

.border-bottom{
	border-bottom:1px #1f1f1f solid;
	padding-bottom:22px;
}


p {
	margin-bottom:16px;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

.pr{
	margin-right:40px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#d52d00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}



/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		
		.address .e-mail{
			text-align:left;
		}


/*===== header =====*/
#header h1{
	position:absolute;
	left:24px;
	top:62px;
}

#header h1 a{
	color:#fff;
	text-decoration:none;
}

#header ul.nav{
	width:580px;
	position:absolute;
	left:235px;
	top:47px;
}

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

#header ul.nav li a{
	font:bold 12px/68px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	background:none;
}

#header ul.nav li a strong{
	background:none;
	padding-left:15px;
	float:left;
}

#header ul.nav li a strong b{
	background:none;
	padding-right:15px;
	float:left;
	cursor:pointer;
}

#header ul.nav li.active a,#header ul.nav li a:hover{background:url(images/nav-bg.gif) repeat-x;}
#header ul.nav li.active a strong,#header ul.nav li a:hover strong{background:url(images/nav-left.gif) no-repeat left;}
#header ul.nav li.active a strong b,#header ul.nav li a:hover strong b{background:url(images/nav-right.gif) no-repeat right;}

#header .lnks{
	position:absolute;
	left:844px;
	top:20px;
}

#header .lnks,#header .lnks a,#header .gohome{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#595959;
}

#header .gohome{
	position:absolute;
	left:0px;
	top:20px;
}

#header .header-pic{
	position:absolute;
	top:117px;
	left:0px;
}

/*===== content =====*/
#content .col-1{
	float:left;
	background:#121212;
	padding:18px 20px 17px 20px;
	margin:32px 0 0 0;
	position:relative;
}

#content .col-2{
	padding:34px 0 0 28px;
}

#content .dgray-field{
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .dgray-field .col-2{
	padding:0 0 0 28px;
}

#content .col-3{
	padding:0 0 22px 28px;
}

#content .col-3 span.gray{
	float:left;
	color:#4d4c4c;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .col-1:before{
	width:258px;
	height:7px;
	position:absolute;
	left:0px;
	top:0px;
	background:url(images/col-top.gif) no-repeat;
	content:"";
}

#content .col-1:after{
	width:258px;
	height:7px;
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(images/col-bot.gif) no-repeat;
	content:"";
}

#content .dgray-field .col-1,#content .dgray-field .col-1:before,#content .dgray-field .col-1:after{
	background:none;
	padding:0;
	margin:0;
}

#content .list{
	float:left;
	margin-bottom:16px;
}

#content .list li{
	border-bottom:1px dotted #242424;
	display:block;
}

#content .list li a{
	color:#fff;
	font:13px/29px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .dgray-field{
	width:920px;
	background:url(images/content-bot.gif) left bottom no-repeat #12120d;
	float:left;
	padding:36px 30px 36px 30px;
}

#content .dgray-field .list{
	float:left;
	margin-bottom:20px;
}

#content .dgray-field .list li{
	border:none;
}

#content .dgray-field .list li a{
	padding:0 12px 0 0;
	color:#fc2f00;
	background:url(images/marker1.gif) right center no-repeat;
	line-height:18px;
}

a.mrk,.mrk a{
	background:url(images/marker2.gif) right center no-repeat;
	padding-right:12px;
	color:#fff;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page8 #content a{
	color:#fff;
}

/*===== footer =====*/
#footer ul.nav{
	position:absolute;
	left:33px;
	top:18px;
}

#footer ul.nav li{
	float:left;
	padding:0 12px 0 12px;
	border-right:1px #4d4c4c solid;
}

#footer ul.nav li.lst{
	border:none;
}

#footer ul.nav li a{
	color:#4d4c4c;
	font:13px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer ul.nav li.active a{
	color:#fffefe;
}

#footer .privacy{
	position:absolute;
	left:649px;
	top:16px;
	color:#fff;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer .privacy a{
	color:#fff;
}


/*----- forms -----*/

#search{
	position:absolute;
	left:754px;
	top:71px;
	padding-left:30px;
}

#search input{
	width:140px;
	border:none;
	background:#fff;
	float:left;
	padding:3px 0 3px 0;
	margin:0;
}

#search fieldset:before{
	background:url(images/search-left.gif) no-repeat left;
	content:"";
	float:left;
	width:19px;
	height:22px;
}

#search fieldset:after{
	background:url(images/search-right.gif) no-repeat right;
	content:"";
	float:left;
	width:6px;
	height:22px;
}

#form1 label{
	margin-bottom:5px;
}

#form1 input,#form1 textarea{
	border:none;
	margin:0;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}

#form1 label.input input{
	background: url(images/input-bg.gif) repeat-x top;
	padding:4px 0 4px 0;
	float:left;
	width:246px;
}

#form1 label.input{
	width:256px;
	float:left;
	padding:0;
}

#form1 label.input:before{
	background:url(images/input-left.gif);
	width:5px;
	height:26px;
	float:left;
	content:"";
}

#form1 label.input:after{
	background:url(images/input-right.gif);
	width:5px;
	height:26px;
	float:left;
	content:"";
}

#form1 label.text{
	width:256px;
	float:left;
	margin-bottom:12px;
}

#form1 label.text:before{
	width:256px;
	height:6px;
	float:left;
	background:url(images/textarea-top.gif);
	content:"";
}

#form1 label.text:after{
	width:256px;
	height:6px;
	float:left;
	background:url(images/textarea-bot.gif);
	content:"";
}

#form1 label.text textarea{
	float:left;
	padding:0;
	overflow:auto;
	width:251px;
	height:80px;
	padding-left:5px;
	background:url(images/textarea-bg.gif);
}

#form1 p{
	color:#373737;
}

/*==========================================*/
