/*@font-face {
	font-family: helv;
	src: url('../fonts/HELVENLT.ttf ) format("truetype");
}
*/
html {
	min-height:100%
}
body {
	margin:0px;
	font-family:Arial;
	min-height:100%;
	position:relative;
}
a {
	color:#000;
}
a img {
	border:none;
}

input, textarea {
	border-radius:3px;
	border:1px solid #3E3D3A;
	padding:4px;
}
input[type=checkbox], input[type=radio], input[type=submit] {
	border:none;
}
label {
	border-bottom:1px dotted #3E3D3A;
}

fieldset {
	border:1px solid #DDD;
	border-radius:10px;
	padding:15px;
	margin-top:10px;
}
legend {
	padding:2px 8px;
	background:#DDD;
	border-radius:3px;
}
legend a {
	text-decoration:none;
}

.error {
	background:#D99;
}

.cont {
	width:970px;
	margin:0px auto;
}
#top {
	position:relative;
	height:105px;
	padding:15px;
}
#lang {
	text-align:right;
}
#lang a {
	border-radius:3px;
	padding:3px;
	text-decoration:none;
	font-size:12px;
	color:#3E3D3A;
}
#lang a.a {
	background:#3E3D3A;
	color:#FFF;
}
#lang a:hover {
	text-decoration:underline;
}
#login {
	text-align:right;
}
#login {
	margin-top:10px;
	font-size:11px;
}
#login div {
	margin:3px 0px;
}
#login input {
	vertical-align:middle;
}
#login input[type=text], #login input[type=password] {
	width:110px;
	border:1px solid #494846;
}
#login input[type=submit] {
	background:url('../img/b.gif') top repeat-x, url('../img/btn.gif') center center repeat-x;
	color:#FFF;
	font-weight:bold;
	padding:4px 10px;
	border:none;
}

header {
	position:absolute;
}
header hgroup {
	width:585px;
	position:relative;
	
}
header hgroup h1 {
	font-size:18px;
	color:#3D3E3A;
	text-align:right;
	position:relative;
	z-index:2;
	letter-spacing:1px;
	font-family:MyCustomFont;
}
header hgroup img {
	position:absolute;
	z-index:1;
	margin-top:5px;
}
#fig {
	padding-top:35px;
	height:315px;
	background: -webkit-gradient(linear, left top, left bottom, from(#4C4C4C), to(#222222));
	background: -moz-linear-gradient(top, #4C4C4C, #222222);
	position:absolute;
	top:160px;
	width:100%;
}

#img {
	width:700px;
	height:285px;
	padding:10px;
	position:relative;
	overflow:hidden;
	background:#FFF;
}
#btns {
	float:right;
	width:240px;
	padding-left:10px;
}
#btns a {
	display:block;
	background:url('../img/b.gif') top repeat-x, url('../img/btn.gif') center center repeat-x;
	color:#FFF;
	text-decoration:none;
	font-size:37px;
	text-align:center;
	font-weight:bold;
	line-height:87px;
	border-radius:5px;
	margin:10px 0px;
	font-family:MyCustomFont;
	text-shadow:1px 1px 0px #000;
	box-shadow:2px 2px 0px #000;
}
#btns a:hover {
	
}
#btns a:active {
	text-shadow:-1px -1px 0px #000;
	box-shadow:-2px -2px 0px #000;
}
#img ul {
	list-style:none;
	padding:0px;
	margin:0px;
	
}
#img ul li a.h {
	display:block;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	font-size:25px;
	color:#3D3E3A;
	font-family:MyCustomFont;
	cursor:pointer;
	width:280px;
	text-decoration:none;
	-webkit-transition: all .5s linear;	
}
#img ul li.a a.h {
	font-size:68px !important;
	color:#CE5B03 !important;
	text-shadow:1px 1px 0px #000 !important;
	line-height:60px !important;	
}
#img ul li div.op {
	z-index:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all .5s linear;	
}
#img ul li.a div.op {
	z-index:2 !important;
	opacity:1;
	filter:alpha(opacity=100);
}
#img .view {
	border-radius:3px;
	width:409px;
	height:284px;
	position:absolute;
	left:310px;
	top:10px;
}
#img .view .more {
	background:#FFF;
	width:200px;
	border-radius:0px 5px 5px 0px;
	padding:7px;
	padding-bottom:30px;
	opacity:.3;
	
	position:relative;
}
#img .view .more:hover {
	opacity:.9;
	
}
#img .view .more p {
	margin:0px;
}
#img .view .more a {
	position:absolute;
	bottom:7px;
	right:7px;
	color:#FFF;
	border-radius:3px;
	border:1px solid #CCCCCC;
	background:url('../img/more.gif') repeat-x;
	padding:3px 10px;
	font-weight:bold;
	font-size:11px;
}
#img .view1 {
	background:url('../img/c/sec.png') center center no-repeat;
}
#img .view2 {
	background:url('../img/c/int.png') center center no-repeat;	
}
#img .view3 {
	background:url('../img/c/frich.png') center center no-repeat;	
}
#img .view4 {
	background:url('../img/c/help.png') center center no-repeat;	
}
nav {
	border:1px solid #717171;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#4D4D4D), to(#202020));
	background: -moz-linear-gradient(top, #4D4D4D, #202020);
	display:block;
	padding:10px;
	position:relative;
	-moz-box-shadow: 5px 5px 5px black;
	-webkit-box-shadow: 5px 5px 5px black;
	box-shadow: 0px 3px 3px #555;
	z-index:5;
	overflow:visible !important;
}
nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
nav ul li {
	display:inline-block;
	position:relative;
	margin:0px 10px;
}
nav ul li a {
	color:#FFF;
	font-weight:bold;
	font-size:16pt;
	text-decoration:none;
	text-shadow:1px 1px 0 #666;
}
nav ul li a:hover {
	color:#DDD;
}
nav ul li ul {
	position:absolute;
	display:none;
	border-radius: 5px;
	padding:10px 5px;
	background:#202020;
	left:-15px;
	-webkit-transition: all 1s ease-in-out;
	-moz-box-shadow: 3px 3px 3px #555;
	-webkit-box-shadow: 3px 3px 3px #555;
	box-shadow: 3px 3px 3px #555;
}
nav ul li:hover ul {
	display:block;
}
nav ul li ul li {
	display:block;
	white-space:nowrap;
}
nav ul li ul li a {
	font-size:14px;
	line-height:24px;
}
nav ul li.home a {
	display:block;
	padding:2px 7px;
	border-top:1px solid #1D1C1C;
	border-left:1px solid #1D1C1C;
	border-radius:3px;
	background:#CE5B03;
}
nav ul li.home a:hover {
	background:#DF8642;
}

#search {
	position:absolute;
	right:0px;
	width:220px;
}
#search form {
	display:inline;
}
#search img, #search input {
	vertical-align:middle;
}
#search input[type=search] {
	width:110px;
}
#search input[type=submit] {
	width:30px;
	background: url('../img/search.png') center center no-repeat, url('../img/b.gif') left top repeat-x, url('../img/btn.gif') left center repeat-x;
}

#content {
	padding-bottom:140px;
	padding-top:310px;
	overflow:hidden;
}
section {
	width:720px;
}
section p {
	margin:3px 0px;
}
article {
	
}
aside {
	float:right;
	width:230px;
	padding:10px;
	padding-top:30px;
}
.news_item {
	margin-bottom:10px;
}
.news_item a {
	font-weight:bold;
}
.news_item p {
	margin:2px 0px;
}


.news_item {
	margin:7px 0px;
	border-radius:5px;
	padding:5px;
}
.news_item:hover {
	background:#EEE;
}
.news_item .cal {
	display:inline;
	padding:3px;
	border-radius:3px;
	background:#666;
	color:#DDD;
}

.paging {
	text-align:center;
	margin:8px 0px;
}
.paging a {
	padding:3px;
	border-radius:3px;
	background:#999;
	color:#FFF;
	text-decoration:none;
}
.paging a.a {
	background:none;
	color:#000;
}

footer {
	position:absolute;
	bottom:0px;
	width:100%;
	left:0px;
	
}
footer .cont {
	border-bottom:6px solid #3D3E3A;
	border-top:1px solid #3D3E3A;
	padding:10px;
	height:100px;
}

.hide {
	display:none;
}

#F___ing_IE {
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	padding-top:100px;
	border:1px dotted #DDD;
	background:#FEFEFE;
	height:100%;
	width:100%;
	z-index:100;
	filter:alpha(opacity=90);
}
#F___ing_IE .txt {
	width:700px;
	margin:0 auto;
}


header, hgroup, section, nav, aside, footer {
	display:block;
}



