body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat;
}

a:link		{ color: #3399ff; text-decoration: none }
a:visited	{ color: #3399ff; text-decoration: none }
a:active	{ color: #ff6600; text-decoration: none }
a:hover		{ color: #ff3300; text-decoration: none }

.search	{ margin-left: 6px }

.menutitle	{
	font: 13px Verdana, arial, sans-serif;
	font-weight: bold;
	color: #000000;
	height: 19px;
	padding-left: 6px;
	padding-top: 6px;
	text-align: left;
}
.menu	{
	width: 140px;
	font: 11px Verdana, arial, sans-serif;
	font-weight: bold;
	text-indent: 2px;
	text-align: left;
	display: block;
	text-decoration: none;
}
a.menu:link	{
	color: #fff;
	padding: 2px;
	margin: 2px;
}
a.menu:visited	{
	color: #fff;
	padding: 2px;
	margin: 2px;
}
a.menu:active	{
	color: #fff;
	padding: 2px;
	margin: 2px;
}
a.menu:hover	{
	background-color: #fff; 
	border: #000 1px solid;
 	padding: 1px;
 	margin: 2px;
	color: #ff3300;
}
img {
	top: 0px;
	left: auto; 
	right: auto;
}
h2 {
  font-weight: bold;
  font-size: 18px;
  color: #000066;
}
.np {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #000066;
}
.sidesmall {
	font-size:10px;
	font-weight: bold;
	line-height: 200%;
}
.mainsmall {
	font-size:9px;
	font-weight: normal;
}
div#header {
	text-align: center;
	background-image: url(../images/headerbg.jpg); background-repeat: repeat-x;
	height: 115px;
	margin: 0px;
	padding: 0px;
}
div#column2 {
	margin: 0;
	padding: 0;
	background-image: url(../images/sidebarbg.jpg); 
	background-position: right;
	background-position: top; 
	background-repeat: repeat-x;
	width: 100%;
	background-color: #000033;
}
div#column1 {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left;
	background-position: bottom; 
	width: 100%;
}
div#sidebarleft {
	padding: 10px 3px;
	width: 140px;
	float: left;
}
div#main {
	padding: 20px 30px;
	margin-left: 160px;
	margin-right: 160px;
	background-color: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}
div#sidebarright {
	padding: 10px 5px;
	width: 150px;
	float: right;
	text-align: center;
	font-size: 12px; font-weight: normal; color: #fff;
}
div#newproducts { padding-right: 60px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
}
div.foot {
	height: 16px;
	border-top: 1px #3399ff solid;
	border-bottom: 1px #3399ff solid;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff;
	padding: 5px;
	padding-bottom: 15px;
	clear: both;
	position: relative;
}
.leftfoot {
  float: left;
  text-align: left;
  color: #fff;
  width: 49%;
  }
.rightfoot {
  float: right;
  text-align: right;
  color: #fff;
  width: 49%;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
