body
{
	background-color: #FFFFFF;
	margin-top: 10px;
}

div.TPLCenterBox
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div.TPLTopArea
{
	background-image: url("../../files/images/LinosLogo.png");
	background-repeat: no-repeat;
	background-position: right;
	width: 900px;
	height: 100px;
	position: absolute;
	z-index: 100;
}

div.TPLMenuArea
{
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 900px;
	height: 28px;
	position: absolute;
	top: 50px;
	z-index: 150;
}

a.TPLRootMenuItem
{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	height: 28px;
}

a.TPLRootMenuItem:hover
{
}

div.TPLSubMenuItems
{
	background-color: #FFFFFF;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	width: 150px;
	visibility: hidden;
	position: absolute;
	z-index: 100;
}

a.TPLSubMenuItem
{
	color: #333333;
	text-decoration: none;
	width: 145px;
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	display: block;
}

a.TPLSubMenuItem:hover
{
	background-color: #E87823;
}

div.TPLContentArea
{
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px;
	width: 880px;
	position: absolute;
	top: 100px;
}

div.TPLFooterArea
{
	display: none;
}