@charset "utf-8";
/* CSS Document */

body 
{
	color: #000;
	background-color: #fcfcfc;
	background-image: url(images/IC_01.png);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

/* Layout */
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 619px;
	text-align: left;
	background-image: url(images/IC_13.png);
}
div#logo
{
	background-image: url(images/IC_03.png);
	background-repeat:repeat;
	width:619px;
	height:146px;
	color:#000;
}
div#menu
{
	height:42px;
}
div#loop
{
	background-image: url(images/IC_12.png);
	background-repeat:no-repeat;
	width:539px;
	padding-top:15px;
	padding-left:40px;
	padding-right:40px;	
}
div#end
{
	background-image: url(images/IC_16.png);
	background-repeat:no-repeat;
	width:619px;
	height:42px;
	
}
div#footer
{
	color:#aaa;
	margin-left: auto;
	margin-right: auto;
	width: 619px;
	text-align: center;
	font-size:x-small;
}
div#footer a
{
	color:#aaa;
}
/* Menu */
a#home
{	
	display:block;
	float:left;
	background-image: url(images/Home.png);
	height:42px;
	width:74px;
}
a#home:hover
{
	background-position: 0 -42px;
}
a#ic
{	
	display:block;
	float:left;
	background-image: url(images/IC.png);
	height:42px;
	width:131px;
}
a#ic:hover
{
	background-position: 0 -42px;
}
a#pm
{	
	display:block;
	float:left;
	background-image: url(images/PM.png);
	height:42px;
	width:123px;
}
a#pm:hover
{
	background-position: 0 -42px;
}
a#support
{	
	display:block;
	float:left;
	background-image: url(images/Support.png);
	height:42px;
	width:86px;
}
a#support:hover
{
	background-position: 0 -42px;
}
a#purchase
{	
	display:block;
	float:left;
	background-image: url(images/Purchase.png);
	height:42px;
	width:100px;
}
a#purchase:hover
{
	background-position: 0 -42px;
}
/* tags */
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#860e86;
	margin-top:0;
	margin-bottom:0;
}
img
{
	border:0;
	float:left;
}
ul
{
	margin-left:30px;
	list-style-image: url(images/ul.png);
}
li
{
	padding-bottom:15px;
}
div#features
{
	line-height:40px;
	height:44px;
	display: block;
}
