/* CSS Document */


#footer
{
	margin: 0;
	padding: 0.5em;
	color: #333;
	font-size:12px;
	background-color: #FFFFFF;
	clear: both;
}
#footer p
	{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding:5px;
	}
#iconlist  li
	{
	display:inline;
	list-style:none;
	}
#iconlist a	
								
	{
	color:#000066;
	}
#iconlist ul {
	text-align:center;
	}
li.home
{
background-image:url("../test/list_icons/home.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 25px;
margin: .4em 0.5em 0 0.2em;
}

li.help
{
background-image:url("../test/list_icons/help.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

li.contact
{
background-image:url("../test/list_icons/contact.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 28px;
margin: .4em 0.4em;
}

li.guart
{
background-image:url("../test/list_icons/guarantee.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}
li.privacy
{
background-image:url("../test/list_icons/privacy.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 25px;
margin: .4em 0.3em;
}
li.stove
{
background-image:url("../test/list_icons/stove.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 25px;
margin: 0.4em;
}
li.map
{
background-image:url("../test/list_icons/map.gif");
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0.2em;
}
/*--company information (footer) */
.companyname
	{
	padding-right:10px;
	}
.address
	{
	padding-right:10px;
	}
.hour
	{
	font-weight:bold;
	text-decoration:underline;
	}
#companyinfo {
	margin:0px;
	padding:0px;
	}
#companyinfo a {
	color:#000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.color {
	color:#000099;
	}
