/* CSS Document */
body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color:#FFFFFF;
	height:100%;
} 
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#home {
	position:fixed;
	position:absolute;
	width:760px;
	height:600px;
	top:20px;
	left:50%;
	margin-left:-380px;
	background-image:url(../img/home.jpg);
}
#home h1 {
	position:absolute;
	top: 300px;
	left: 20px;
	font-size:22px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}
#p1 {
	background-image:url(../img/homencart1.gif);
	background-repeat:no-repeat;
	width:99px;
	height:90px;
	position:absolute;
	top: 220px;
	left: 275px;
	padding:0px;
	margin:0px;
	text-align:right;
}
#p1 h2 {
	color:#000000;
	margin:0px;
	padding:13px 10px 0px 0px;
	font-size:12px;
	font-weight:700;
}
#p1 p {
	margin:0px;
	padding:0px 10px 0px 0px;
	color:#CC0000;
	font-size:12px;
	font-weight:700;
}
#p2 {
	background-image:url(../img/homencart2.gif);
	background-repeat:no-repeat;
	width:147px;
	height:90px;
	position:absolute;
	top: 330px;
	left: 585px;
	padding:0px;
	margin:0px;
	text-align:left;
}
#p2 h2 {
	color:#000000;
	margin:0px;
	padding:13px 0px 0px 10px;
	font-size:12px;
	font-weight:700;
}
#p2 ul {
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style:none;
	font-size:12px;
	font-weight:700;
}
#p2 li {
	margin:0px;
	padding:0px;
	color:#CC0000;
}
#top {
	width:760px;
	height:58px;
}
#menu {
	margin-top:9px;
	width:740px;
	height:22px;
	background-color:#999999;
	color:#FFFFFF;
	font-size:11px;
	line-height:22px;
}
#menu a {
	color:#FFFFFF;
}
#menu a:hover {
	color:#cc0000;
}
#separator {
	width:740px;
	height:4px;
	background-color:#FFFFFF;
	margin-top:7px;
	padding:0px;
}
#leftmenu {
	width:115px;
	padding:5px;
	margin-top:0px;
	margin-left:15px;
	background-color:#cc6666;
}
#leftmenu ul {
	margin:0px;
	padding-left:10px;
	list-style:none;
}
#p2 li {
	margin:0px;
	padding:0px;
}
#leftmenu a {
	color:#ffffff;
	
}
#leftmenu a:hover {
	color:#ffffff;
	
}