BODY
{
	margin: 0px;
	text-align: center;
	background: #FFFFFF;
}

BODY, TABLE, INPUT, TEXTAREA, SELECT
{
	color: #252525;
	font-size: 12px;
	font-family: arial;
}

.clear
{
	clear: both;
}

#wrapper
{
	width: 1002px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#top
{
	height: 95px;
	margin-left: 25px;
	margin-right: 25px;
}

#warmat
{
	float: left;
	width: 476px;
}

#sparco
{
	float: left;
	width: 476px;
	text-align: right;
}

#menuwrapper
{
	height: 76px;
	background: #F8DF11 url('../images/menuwrapper_bg.jpg') repeat-x;
}

#menu
{
	height: 76px;
	margin-left: 25px;
	background: url('../images/menu_bg.jpg') no-repeat right top;
}

#menu UL
{
	margin: 0px;
	padding: 0px;
	padding-top: 26px;
	list-style-type: none;
}

#menu UL LI
{
	float: left;
	display: block;
	line-height: 25px;
	font-weight: bold;
}


#menu UL LI A
{
	display: block;
	color: #4b412d;
	font-weight: bold;
	line-height: 25px;
	padding-left: 11px;
	padding-right: 11px;
	text-decoration: none;
}

#menu UL LI A.last
{
	margin-left: 110px;
}

#menu UL LI.over A
{
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	border: 1px solid #ecd306; 
}

#menu UL LI UL
{
	visibility: hidden;
	padding-top: 0px;
	margin-top1: -10px;
	position: absolute;
	background: #FFFFFF;
	border-left: 1px solid #F8DF11; 
	border-right: 1px solid #F8DF11; 
}

#menu UL LI UL LI
{
	float: none;
	height: 20px;
	border-bottom: 1px solid #F8DF11; 
}

#menu UL LI.over UL LI A, #menu UL LI UL LI A
{
	border: 0px; 
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}

#menu UL LI.over UL LI A.special, #menu UL LI UL LI A.special
{
	font-weight: bold;
}

#menu UL LI.over UL LI A:hover
{
	background: #F9EA6B;
}

#bottommenu
{
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #9A9896;
	border-bottom: 1px solid #9A9896;
}

#bottommenu P
{
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

#bottom
{
	font-size: 80%;
	line-height: 35px;
	margin-left: 35px;
	margin-right: 35px;
}