*{
  margin: 0;
  padding: 0;
}
/*
colors
dark 5c7a1f
mid 99cc33
light
*/
body {
	font-size: 100%;
	font-family: Arial, san-serif;
	text-align: center;
	background-color: #000;
	color: #fff;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border: 0;
	}
#page {
	clear: both;
}
#content {
  width: 800px;
	margin: 0 auto;
	text-align: left;
}
#bkg{
	width: 800px;
	height: 850px;
	background-image: url('/images/background.jpg');
  background-repeat: no-repeat;
  clear: both;
  float: left;
}
#header {
	width: 100%;
	float: left;
	margin-top: 15px;
}
#headerL{
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  padding-left: 5px;
  width: 330px;
  height: 102px;
  border-bottom: 1px solid #fff;
}
#headerL img{
	/*border-bottom: 1px solid #fff;*/
}
#headerB{
	background-image: url('images/trans50.png');
	width: 140px;;
	clear: left;
	float: left;
	margin-left: 15px;
	margin-top: 22px;
}
#headerB h3{
	padding: 5px 10px;
	font-weight: bold;
	font-size: 90%;
	color: #000;
}
#headerR{
  float: right;
  text-align: left;
  width: 410px;
  margin-top: 10px;
  margin-right: 30px;
}
#header img {
	padding: 0;
}
/*IE sucks!!!*/
*html #header img {
	margin-bottom: -3px;
}


#container{
  float: left;
  clear: both;
  width: 800px;
  padding-bottom: 20px;
  }


#menuCell {
	width: 140px;
	float: left;
	margin: 0 15px;
	font-weight: bold;
	color: #fff;
	background-image: url('images/trans20.png');
	height: 627px;
}
#menuCell h3{
	font-weight: bold;
	font-size: 90%;
	color: #000;
	background-image: url('images/trans50.png');
	padding: 5px 10px;
	display: block;
	margin-top: 12px;
}
#menuCell ul {
	margin: 5px 0;
	padding: 0 2px 0 5px;
  font-size: 80%;
}
#menuCell li {
	margin-bottom: 4px;
	list-style: none;
}
#menuCell li a{
	color: #fff;
	}
#menuCell input {
	background-image: url('images/form_bkg.jpg');
	border: 0;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	width: 140px;
	padding: 5px 0;
	margin-top: 5px;
	text-align: left;
	text-indent: 5px;
}
.button{
	background: none !important;
}
#mailForm {
	margin-top: 35px;
}

#on1 a, #on a,#menu li a:hover,#menu li a:hover {
	color: #fff !important;
	text-decoration: none;
}

#mainCell {
  float: left;
	width: 610px;
}
#mainCell font{
	font-family: Arial, san-serif !important;
}
#main{
	font-size: 70%;
	float: left;
	width: 415px;
	height: 627px;
	text-align: justify;
	background-color: #fff;
	color: #333;
}
#prodMain{
	font-size: 70%;
	float: left;
	width: 415px;
	text-align: justify;
	background-color: #fff;
	color: #333;
}
#innerMain{
	padding: 9px;
}
#main p{
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#main h2{
  margin-bottom: 3px;
}

#rightCell{
  width: 185px;
  float: left;
  background-image: url('images/trans20.png');
 	height: 627px;
}
#innerRight{
	padding: 5px 10px;
	font-size: 70%;
}

#footer {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#detailsThumbs{
	float: left;
	margin: 9px 0;
}
#detailsThumbs img{
	margin-right: 7px;
}
#detailsText{
	float: right;
	margin: 9px 0;
	width: 130px;
}

#detailsText a{
	color: #333;
	font-weight: bold;
}
.detailsRow{
	clear: both;
	float: left;
}
.detailsL{
	float: left;
}
.detailsR{
	float: right;
	width: 50px;
}
.result {
  float: left;
  width: 400px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.resultImg {
  float: left;
  width: 130px;
  margin-right: 10px;
}
.resultText {
  float: left;
  font-size: 95%;
  width: 260px;
}
.resultText b{
  font-size: 100%;
  text-transform: uppercase;
}
.resultText p {
  clear: both;
}
.resultText a{
	color: #000;
}
#sitemap ul{
  margin-left: 20px;
}
#sitemap li {
	margin-top: 5px;
}
