@charset "UTF-8";
/* CSS Document */

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden; text-align:left;}
body {font-family:  Geneva, Arial, Helvetica, sans-serif;}
p, h2 {
	color: #003366;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
}
	

a:link {
	color: #003366;
	text-decoration:none; 
	
}
a:visited {
	color: #003366;
	text-decoration:none; 
}
a:hover {
	color: #003366;
	text-decoration:none; 
}
a:active {
	color:#003366;
	text-decoration:none; 
}


#background{position:absolute; z-index:1; width:100%; height:100%;}

#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:-11px;
	left:-18px;
	overflow: auto;
	z-index:2;
} 
#product {
	padding: 5px;
	float: left;
	height: 250px;
	width: 200px;
	margin: 5px;
}
#content {
	margin-top: 148px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 300px;
	padding-bottom: 20px;
	padding-left: 200px;
}

#fixed {
	position:absolute;
	top:5px;
	left:10px;
	width:138px;
	z-index:10;
	color:#567;
	padding:10px;
	
	}
span.bold {font-weight:bold;}
.small {
	color:#000000;
	font-size: 12px;
	text-align:center;
}
#fixed a {
	line-height: 100%;
	font-size: 13px;
}
#fixed li {
	line-height: 50%;
}
