@charset "utf-8";
@import url("cssreset.css");

html,body	{ height:100%; }
body		{
	text-align:center;
	min-width:960px;
	min-height:450px;
	background: #ADBF8B url(../graphics/background20.jpg) repeat-x left top; background-attachment: fixed;
}
#container 	{ height:100%; width: 790px; background: transparent url(../graphics/black20.png); background: rgba(0, 0, 0, 0.2) none; margin: 0 auto; position: relative; }
#vertical	{
	width:100%;
	height:50%;
	float:left;
	margin-top:-250px;/* half vertical height*/
}
#hoz 		{ width:790px; height:450px; clear:both; margin: 0 auto; text-align:left; background: url(../graphics/fingerframe.png) no-repeat 190px 17px; position: relative; }
#logo 		{ height: 110px; width: 249px; position: absolute; left: -17px; top: 12px; background: url(../graphics/logolabel.png) no-repeat; }
#logo img	{ margin: 18px 0 0 57px; }


/* *********** topmenu ************ */

#menu		{ width: 450px; height: 65px; padding: 0; position: absolute; left: 170px; top: 252px; z-index: 1000; }
#menu li	{ width: 150px; height: 65px; float: left; text-align: center; background: transparent url(../graphics/black40.png); background: rgba(0, 0, 0, 0.4) none; }
#menu li:first-child	{ -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px; border-top-left-radius: 12px; }
#menu li:hover			{ background: transparent url(../graphics/black60.png);	background: rgba(0, 0, 0, 0.6) none; }
#menu li:last-child		{ -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; border-top-right-radius: 12px; }
#menu a					{ width: 150px; height: 65px; display: block; color: #fff; font-size:30px; line-height: 65px; text-transform: uppercase; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; }
#menu a:hover			{ color: #F27A0F;}
#submenu				{ width: 210px; height: 130px; display: none; padding-top: 20px; }
#submenu a				{ width: 210px; display: block; text-transform: none; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 60px; }
#submenu li				{ width: 210px; }
#submenu li:first-child	{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-radius: none; -moz-border-radius-topleft: 12px; -webkit-border-top-left-radius: 12px; border-top-left-radius: 12px; -moz-border-radius-topright: 12px; -webkit-border-top-right-radius: 12px; border-top-right-radius: 12px; }
#submenu li:last-child	{ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 12px; -webkit-border-bottom-left-radius: 12px; border-bottom-left-radius: 12px; -moz-border-radius-bottomright: 12px; -webkit-border-bottom-right-radius: 12px; border-bottom-right-radius: 12px; }
