/* CSS Document */
/*this css is for pages with threee columns*/

#content {
	position:absolute;
	top:123px;
	left:0px;
	width:800px;
}
#left {
	position:absolute;
	top:5px;
	left:0px;
	width:150px;
}
#manf {
	position:absolute;
	top:5px;
	right:0px;
	width:150px;
	
}
#right {
	position:absolute;
	top:5px;
	right:0px;
	width:150px;
	background-color:#336666;
	color:#CCCCCC;
}
#pics {
	position:absolute;
	top:5px;
	right:0px;
	width:150px;
}
#pics img {
	margin-bottom:10px;
}
#in_content {
	position:absolute;
	left:160px;
	top:10px;
	width:480px;
}
#subnav {
	background-image:url(images/subnav.jpg);
	position:absolute;
	top:9px;
	left:0px;
}
.top {
	position:absolute;
	top:0px;
	left:0px;
}
#subnav .bottom {
	margin:0px;
	padding:0px;
	position:relative;
	top:3px;
}
#subnav ul {
	padding:0px;
}
#subnav li {
	list-style:none;
}
#subnav a {
	
	padding:4px;
	text-decoration:none;
	color:#336666;
}
#subnav a:hover {
	text-decoration:underline;
}
#in_nav {
	margin-left:1px;
	margin-right:1px;
	
}
#in_manf {
	padding:5px;
	background-color:#336666;
	color:#CCCCCC;
}
.sublink {
	border-bottom:dotted 1px black;
}
#manf ul {
	padding:0px 0px 0px 11px;
	margin:0px 0px 0px 11px;
}
#manf li {
	list-style:square;
}