/* CSS reset */
body,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
li {
}
	
	
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
/*ol,ul {
	list-style:none;
}*/

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* General Demo Style */
body{
	color:#000;
	font-family: hel_con, Arial, sans-serif;
	font-size:13px;
	min-height:2000px;
}
a{
	color:#000;
	text-decoration:none;

}
.clr{
	clear:both;
}
h1{
	padding:20px;
	font-size:28px;
	color:#333;
    font-family: DIN-head, Georgia, serif;
	font-weight:400;
    text-align:center;
    text-shadow:1px 1px 1px #fff;
}
h1 span{
	font-size:18px;
	color:#000;
}
.more{
    font-family: DIN-head, Georgia, serif;
	margin:0 auto;
	text-align:center;
	color:#000;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#000;
	color:#fff;
}
/* Header Style */
.header{
	line-height:111px;
	font-size:11px;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:0px 0px;
	letter-spacing:0px;
	color:#000;
	display:block;
	float:left;
}
.header a:hover{
	color:#666;
}
.header span.right{
	float:right;
}
.header span.right a{
	float:none;
	display:inline;
}
