
BODY {
	font-family: arial;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	background: url(img/bg.gif) repeat-x #e4e4e4;
}

img{
	border:0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}


A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #ff8000;
}

FORM {
	display: inline;		   
}

#wrapper
{
	position: relative;
	background: #ffffff;
	width: 980px;
	text-align: left;
}

#head
{
	font-size: 13px;
	background: url(img/header.gif) no-repeat;
	position: relative;
	width: 980px;
	height: 246px;
}

#head A:hover {
  color: #ffffff;
}


#footer
{
	background: #c1d0e6;
	width: 970px;
	height: 20px;
	padding: 5px;
}

#sidebarleft
{
	left: 0px;
	width: 205px;
	padding: 5px;
	text-align: left;
}

#content
{
	width: 740px;
	padding: 10px;
	background: url(img/contentbg.gif);
}

#contenttop
{
	width: 760px;
	height: 10px;
	background: url(img/contenttop.gif) no-repeat;
	line-height: 10px;
	overflow: hidden;
}

#contentbottom
{
	width: 760px;
	height: 15px;
	background: url(img/contentbottom.gif) no-repeat;
	margin-bottom: 5px;
}

#nav
{
	padding: 5px;
}
	
.tab
{
	width: 110px;
	height: 36px;
	background: url(img/tab.gif) no-repeat;
	text-align:center;
	font-weight: bold;
	margin-left: 4px;
	color: #ffffff;
}

.tab a
{
	display: block;
	width: 110px;
	height: 31px;
	padding-top:5px;
	color: #ffffff;
}

.tab a:hover
{
	color: #000000;
}
	
.tabactive
{
	width: 110px;
	height: 31px;
	background: url(img/tab_active.gif) no-repeat;
	text-align:center;
	padding-top:5px;
	margin-left: 4px;
	color: #ffffff;
}

.toptab
{
	width: 110px;
	height: 30px;
	background: url(img/toptab.gif) no-repeat;
	text-align:center;
	font-weight: bold;
	margin-left: 4px;
	color: #ffffff;
}

.toptab a
{
	display: block;
	width: 110px;
	height: 25px;
	padding-top:5px;
}

.infotab
{
	width: 110px;
	height: 25px;
	background: url(img/infotab.gif) no-repeat;
	text-align:center;
	margin-left: 4px;
	color: #ffffff;
	cursor: pointer;
}

.infotab a
{
	display: block;
	width: 110px;
	height: 20px;
	padding-top:5px;
}

.blocktitle
{
	width: 190px;
	height: 20px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 4px;
	background: url(img/blocktitle.gif);
}

.blockbottom
{
	width: 194px;
	height: 16px;
	background: url(img/blockbottom.gif);
}

.blocktitle a
{
	color: #ffffff;
	text-decoration: none;
}

.blocktitle a:hover
{
	color: #ff0000;
}

.block
{
	width: 184px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	background: url(img/blockbg.gif);
}

.titlenewproducts
{
	width: 726px;
	height: 67px;
	background: url(img/new_products.gif);
}

.title
{
	width: 659px;
	height: 45px;
	padding-left: 60px;
	padding-top: 22px;
	font-size: 20px;
	background: url(img/title.gif);
}


.copyright {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

.textclass
{
  border: 2px solid #808080; width:100px; margin: 1px; 
}

input[type=text] { border: 2px solid #808080; width:100px; margin: 1px; }
input[type=password] { border: 2px solid #808080; width: 100px; margin: 1px; }
select { border: 2px solid #808080; margin: 1px; }


