/* 
Title: Marco Colosi
Owner: Marco Colosi
Developer Agency: Beat Fly Lab
URL: http://www.beatfly.com

Created: Gen 08
Copyright: Marco Colosi

All rights reserved including rights of reproduction and use in any form or by any means, including the making of copies by any photo process or by any electronic or mechanical device (printed, written, or oral), or recording for sound or visual reproduction, or for use in any knowledge or retrieval system or device, unless permission in writing is obtained from the copyright proprietor.
*/
@import url("text.css");
@import url("form.css");
@import url("lightbox.css");

html, body{
	padding:0;
	margin:0;
	height:100%;}

body{
	color:#2a2a2a;
	cursor:default;
	text-align:center;
	background-color:#fff;
	font:68.75%/1.5 Geneva, Arial, Helvetica, sans-serif;}
	
body>#page{
	height:auto;
	min-height:100%;}

#page{
	width:100%;
	margin:0;
	padding:0;}
	
#container{
	text-align:left;
	width:800px;
	margin:0 auto;}
	
#wraptop{
	margin:0;
	padding:0;}
	
#logo{
	width:239px;
	height:49px;
	background:url(../../splash_library/logo.gif) no-repeat left top;
	margin:0;
	padding:0;
	float:left;
	display:block;}	
							
#full{
	width:800px;
	padding:10px 0 0 0;
	margin:0;
	float:right;}
	
#footer{
	font-size:11px;
	width:100%;
	clear:both;
	padding:0;
	display:block;}
	
.footer{
	width:800px;
	height:115px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;}
		
/*-------------------------setting menu-----------------------------*/
#menu{
	width:500px;
	padding:0;
	margin:0;
	float:right;}
	
#menu ul{
	margin:0;
	padding:6px 0 0 0;}

#menu li{
	display:inline;
	text-transform:lowercase;}

#menu li a{
	text-decoration:none;
	background:#fff;
	float:right;
	color:#362E2E;
	padding:9px 9px 9px 9px;
	margin:0 2px 0 0;
	display:block;}

#menu li a:hover, #menu li .current{
	color:#fff;
	background:#362E2E;}