/*-- Position Layout --*/

#footer {
	width:790px;
	clear:both;
	padding:0 15px;
	text-align:left;
	background:url(../images/background/footer.jpg) no-repeat;
}

*html #footer {
	margin-top: 165px;
}

#footer:after {
	display: block;
	content: "";
	clear: both;
}

/*-- Deafault Style --*/

p.copyright {
	clear:both;
	text-align:right;
	margin:0 10px 0 0;
	padding:0;
}



/*-- #footerLeft --*/

#footerLeft {
	float:left;
	margin:15px 0 0;
}

#footerLeft ul{
	list-style:none;
	margin:0 0 0 5px;
}

#footerLeft ul li {
	width: 140px;
	list-style:none;
	/*float:left;*/
	margin:0 4px 0 0;
}

*+html #footerLeft ul li img {
	margin: 1px 0 0;
}



/*-- #footerRight --*/

#footerRight {
	float:right;
	margin:15px 0 0;
}

#footerRight ul{
	list-style:none;
	clear: both;
}

#footerRight ul li {
	list-style:none;
	float:left;
	margin:0 15px 0 0;
	padding:0 0 0 14px;
	background:url(../images/background/maker_blue.gif) no-repeat 0 3px;
}

*+html #footerRight ul li {
	background:url(../images/background/maker_blue.gif) no-repeat 0 4px;
}


#footerRight ul li.last{
	margin:0 5px 0 0;
}



/*-- Rollover Image --*/

a.function {
	margin:0 10px 0 0;
	padding:0 0 0 16px;
	display:block;
	background:url(../images/button/function_off.gif) no-repeat 0 2px;
}

a.function:hover {
	background:url(../images/button/function_on.gif) no-repeat 0 2px;
}


