.menu, #head ul, #footer ul, #products ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#head ul
{
	height: 50px;
	background-image:url(../../img/head_l_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #3A112C;
	width:547px;
}
#head ul a
{
	display:block;
	color: #fff;
	font-size:16px;
	text-align:center;
	margin-top: 11px;
	line-height:23px;
}
#head li
{
	float:right;
	padding-left:36px;
}
#head .m_on a, #head ul a:hover
{
	color:#E2527C;
}

#footer
{
	margin-top: 25px;
}
#footer ul
{
	margin-top: 15px;
}
#footer div
{
	background-image:url(../../img/f_title.gif);
	background-repeat:repeat-x;
	font-size:13px;
	float:right;
	margin-left: 18px;
}
#footer a
{
	color:#898989;
}
#footer li
{
	float:right;
	width: 115px;
	margin-bottom:16px;
}
#footer span
{
	display:block; 
	margin-top:16px;
	color:#898989;
}
