@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	
}
body{
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	font-family:Lucidia Grande, Verdana, sans-serif;
	height:700px;
	width:1373px;
	line-height:20px;
}

#logo{
	margin-left:50px;
	margin-top:25px;
	width:200px;
	height:200px;
	background-image:url(../images/gh.png);
	background-repeat:no-repeat;
	
	
}
#logo a{
	border:none;
	
	
}
#logo img{
	border:none;
	
}


#text{	
	width:700px;
	height:750px;
	float:left;
	padding:25px;
	background-image:url(../images/clear.png);
	margin-left:300px;
	margin-bottom:100px;
	margin-top:-350px;
	color:#FFF;
	overflow:auto;
	line-height:23px;
	
	
	
}
#text h2{
	margin-bottom:10px;
	font-weight:800;
}
#text h3{
	margin-bottom:10px;
	color:#FF0000;
	font-weight:800;
}
#text h4{
	margin-bottom:10px;
	margin-top:10px;
	font-weight:800;
}
#text p{
	margin-bottom:10px;
}
#text strong{
	margin-bottom:10px;
	color:#fff;
}
#text li{
	margin-left:30px;
	color:#FF0000;
	font-style:italic;
	list-style-type:square;
}
#text li span{
	color:#fff;
}
#text ul{
	margin-bottom:10px;
}


#footer{
	width:1440px;
	height:30px;
	background-color:#FF0000;
	position:fixed;
	bottom:0;
	
	
}
#footer ul{
	margin-left:50px;
	
	
}
#footer li{
	float:left;
	list-style:none;
	margin-left:0px;
	
	
}
#footer a{
	border:none;
	
}
#footer img{
	border:none;
	
}


#navigation-block {
	position:relative;
	top:5px;
	left:50px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .75em;
	margin: 10px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 170px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

ul#sliding-navigation li.sliding-element a
{
	color: #fff;
	background:#FF0000;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #000; }


form{
	background-image:url(../images/clear.png);
	border:#FFF solid 1px;
	background-color:none;
	padding:5px;
	padding:10px;
	width:400px;
	
	
}