
/* CSS reset */
html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}


caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'Droid Sans', sans-serif;
	background: #000;
	overflow-x: hidden;
	margin:0;
	padding:0;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: absolute;
	text-align: left;
	width: 100%;
	top: 50%;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat;
	background-position: left top;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}





/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

/*LOGO*/

.logo {
	margin: 0px;
	padding: 0px;		
	}

/*MENU*/

#menu {
	float: right;
	position: absolute;
	top: 40%;
	right: 20px;
	}

#menu li {
	float: left;
}

#menu ul {
	list-style-type: none;
	list-style:none;

}



#menu ul a {
	margin-right: 40px;
	margin-left: 0px;
	
}

#menu ul a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 33px;
	
}

#menu ul .btn_current a {
	color: #FFF;
}

/* Footer Style */
.footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:10px;
	opacity:0.9;
	height:15px;
	padding-bottom:5px;
	z-index:4;
	color: #FFF;
	background:transparent url(../images/bg_menu.png) repeat top left;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.footer a span{
	font-weight:bold;
}
.footer a.right{
	float:right;
}

.home a {
	background-image: url(../images/btns/home.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 61px;
}

.home a: hover, .home_current a {
	background-image: url(../images/btns/home-current.png);
		height: 20px;
	width: 61px;
}