@charset "utf-8";

/* 
AbbottPattison.com
Main Cascading Style Sheet
Creator: Art Armstrong
Email: arthurjarmstrong@gmail.com

Created: 2/4/08
*/

* {
	margin: 0px;
	padding: 0px;
}
	
body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #f2fb96;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	background-image: url('bg.gif'); 
	background-repeat: repeat-x
}

a{
	color:#0000FF;
}
a:visited {
	color:#0000FF
}

#center {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#main_info {
	background-color:white; 
	margin-top:10px;
	width:800px; 
}

#bodytext {
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}
#bodytext p {
	padding-left:20px;
	padding-right:20px;
}
#cent {
	text-align: center;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20pt;
}

#nav a {
	display: block;
	color: #3a3a38;
	width: 85px;
	text-decoration: none;
	border: solid 1px white;
	background-color: #f3fb97;
}

#nav a:hover {
	background-color:#dddddd;
}

#nav li { /* all list items */
	float: left;
	width: 85px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: white;
	width: 85px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.coll_display{
	padding-top: 5px;
	vertical-align: top;
}
.coll_display td{
	padding: 5px;
	/*border: 1px solid gray;*/
}
.coll_display a{
	text-decoration: none;
}
.coll_display img{
	border: 0;
	float: left;
	width: 100px;
}

.browse_display{
	padding-top: 5px;
	vertical-align: top;
}
.browse_display td{
	padding: 5px;
	font-size: 12px;
}
.browse_display a{
	text-decoration: none;
}
.browse_display img{
	border: 0;
	float: left;
	width: 100px;
}

.product_display{
	padding-top: 5px;
	line-height: 16pt;
	vertical-align: top;
}
.product_display td{
	padding: 5px;
	border: none;
	vertical-align: bottom;
}
.product_display a{
	text-decoration: none;
}
.product_display img{
	border: 0;
	width: 400px;
}
.product_display_mini img {
	border: 1px black;
	width: 75px;
}

.footer {
	padding-bottom: -5px;
}
