﻿body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
}

a{
	color: #000000;
}
a:visited{
	color:blue;
}
a:hover{
	color:black;
}

#headertable {
	background-image: url('images_general/bg.gif');
	background-repeat:repeat-x;
	width: 100%;
	table-layout:fixed;
	height: 90px;
	margin-bottom:15px;
}
#headercell {
	background-position: left top;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	height: 86px;
	vertical-align: bottom;
	padding-bottom: 4px;
	background-image: url('images_general/header.gif');
	background-repeat: no-repeat;
	width: 720px;
}
#footer {
	font-size: x-small;
	color: #808080;
	margin-left: 165px;	
	clear:both;
}
#maincontent {
	float: left;
	margin-left: 15px;
	font-weight: bold;
	width: 550px;
	overflow: visible;
	color: #000000;
}
#leftmenu {
	width: 150px;
	float: left;
}
#pagediv {
width:780px;
overflow:visible;
}
.sectionheading {
	color: #808080;
}
.productimage {
	margin-right: 5px;
	float:left;
}
#info{
	border:1px #3333ff solid; 
	width:423px;  
	font-weight:normal; 
	background-color:#ccccff; 
	padding:5px; 
	margin:5px;
}
