/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #0a0a0a repeat-x top;
	color:#EBEBEB;
	font: .71em "Trebuchet MS", Arial, Verdana, Helvetica,S ans-Serif;
}
a{
	color: #ffffff;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h1{
	color: #ffffff;
	font: 1.9em Georgia,"Times New Roman", Times, serif;
}

h2, h3{
	color: #efefef;
	font: 1.7em Georgia,"Times New Roman", Times, serif;
	margin-bottom:.3em;
	margin-top:.5em;
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h4{
	font-size: 1em;
	font-weight: normal
}
p{
	line-height: 1.4em;
	padding: 0 0 1.2em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 873px
}
/*=== Header ===*/
#header{
	height: 208px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 208px;
	text-indent: -9999px;
	width: 187px
}
#header h1 a{
	display: block;
	height: 120px
}
#header h1 a:hover{
	text-decoration: none
}
/*- Contacts -*/
.contacts{
	margin: 0 0 0 30px;
	position: absolute;
	top: 135px;
	font-size: 11px;
	width: 130px
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	height: 40px;
	margin: 168px 0 0;
	text-indent: -9999px;
	width: 649px
}
#nav1 li{
	float: left;
	padding: 0 45px 0 0
}
#nav1 li a{
	background: url(../images/nav1-bgr.gif) no-repeat left top;
	display: block;
	height: 40px
}
#nav1 li a:hover{
	text-decoration: none
}
#nav1 li#n01 a{
	background-position: 0 0;
	width: 59px
}
#nav1 li#n01 a:hover, #nav1 li#n01.active a{
	background-position: 0 -40px
}
#nav1 li#n02 a{
	background-position: -104px 0;
	width: 71px
}
#nav1 li#n02 a:hover, #nav1 li#n02.active a{
	background-position: -104px -40px
}
#nav1 li#n03 a{
	background-position: -220px 0;
	width: 54px
}
#nav1 li#n03 a:hover, #nav1 li#n03.active a{
	background-position: -220px -40px
}
#nav1 li#n04 a{
	background-position: -319px 0;
	width: 127px
}
#nav1 li#n04 a:hover, #nav1 li#n04.active a{
	background-position: -319px -40px
}
#nav1 li#n05{
	padding: 0
}
#nav1 li#n05 a{
	background-position: -491px 0;
	width: 158px
}
#nav1 li#n05 a:hover, #nav1 li#n05.active a{
	background-position: -491px -40px
}
/*=== Flash Placeholders ===*/
.flash{
	height: 356px;
	margin: 40px -8px 28px 0;
	position: relative;
	width: 877px
}
.flash .fl{
	height: 356px;
	overflow: hidden;
	width: 860px
}
.flash2{
	height: 158px;
	margin: 0 -8px 28px 0;
	position: relative;
	width: 666px
}
.flash2 .fl{
	height: 158px;
	overflow: hidden;
	width: 649px
}
.flash .redefine,
.flash2 .redefine{
	float: right;
	width: 17px
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 15px 11px
}
/*=== Left Column ===*/
#leftcol{
	background-color:#232323;
	display: table-cell;
	display: block;
	float: left;
	height: auto !important;
	height: 340px;
	min-height: 340px;
	width: 165px
}

#leftcol #fif{
	padding: 20px;
}

#leftcol #sub{
	background: url(../images/leftcol-bgr_sub.gif) repeat-x top;
	height:90px;
}

/*=== Center Column ===*/
#centercol{
	float: right;
	margin: 25px 0 0;
	width: 649px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 305px;
}
.col1 ul{
	margin: 0 0 1em
}
.col1 ul li{
	background: url(../images/ico-list.gif) no-repeat 0 7px;
	line-height: 1.2em;
	padding-bottom:10px;
	padding-left:10px;
}
/*=== Pics, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 .8em
}
.pic.fl img{
	margin-right: 10px
}
.pic.fr img{
	margin-left: 7px
}
/*=== Footer ===*/
#footer{
	color: #3b3b3b;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#footer a{
	color: #3b3b3b
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
