body {
    font: 12px Verdana, sans-serif;
	color: #333;	
	background:  #FFF url(/images_global/background.gif) repeat-y fixed 50%;
	padding: 0;
	margin: 0;
		}
	
#container {

	margin-left: -335px;
	position: absolute;
	visibility: visible;
	width: 670px;
	left: 50%;	
	overflow: visible;
	}
	
h1 {
	background:   url(/images_global/logo2.gif) no-repeat;
	text-indent: -9999px;
	height: 120px;
	width: 100%;
	margin-top:0;
	}
 #navigation
{
padding: 3px 15px;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
text-align:left;
}

#navigation li
{
list-style: none;
margin: 0;
display: inline;
}

#navigation li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background-color: #C03;
text-decoration: none;
}

#navigation li a:link { color: #fff; }
#navigation li a:visited { color: #fff; }

#navigation li a:hover
{
color: #000;
background: #FFF;
border-color: #778;
}

#navigation li a#current
{
background: white;
border-bottom: 1px solid white;
color:#336
}

h2 {
	line-height: 1.5em;
	color: #336;
	border-bottom: 3px solid #C03;
	margin: 50px 0 30px 0;
	text-align:left;	
	}
	h3 {
	line-height: 1.5em;
	color: #336;
	border-bottom: 1px solid #f90;
	margin: 50px 0 30px 0;
	text-align:left;
	}
	
#maincontent {padding: 0 15px; margin: 5px auto;}
p {line-height:1.5em;}
	
	 #prod_img {
	padding-bottom:5px;
float:left;
margin-right: 20px;

}
	
	ul.ben {
	
	margin:15px auto;
	
	}
	
ul.ben li{

	padding: 0.4em 20px;
	list-style-position: outside;
	list-style-type: square;
	margin-left:30px;
	}
	

#maincontent a {text-decoration:none; color:#336; font-weight:bold;}
#maincotent a:link, #maincontent a:visited {border-bottom:1px dashed #336;}
#maincontent a:hover, #maincontent a:active {border-bottom:1px solid #336;}

#current {
color: #FFFFFF;
	background-color: #F90;
}
.img-shadow {
  clear: left;
  float:left;
  background: url(/images_global/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  .caption {
  display: block;
  margin-top: 5em;
  }

table.order {
  margin: 25px auto;
  border:1px solid #003;
 
 }
 
 table.order td {
 font-size: 12px;
 text-align: center;
 color: #333;
 white-space:nowrap;
 padding: 3px;
 }
tr.top td {
color:#fff;
	font-weight: bold;
	background-color:#336;
	 }
tr.odd td{
	background-color: #DBDBDB;
	 	}
	
tr.even td {
	background-color: #E5E5E5;
}
.save {
font-weight: bold;
}
fieldset {
	padding: 0.5em;
	width: auto;
	margin: 1em 1em 0 0;
	border: 1px solid #336;
	}
legend {
	font-variant: small-caps;
	letter-spacing: 0.25em;
}
input {
	border: 1px solid #333366;
}
input.chkrad {
	border: none;
}
input.go {
	color: #fff;
	background-color: #336;
	cursor: auto;
}
.alignR {text-align:right;}
.alignL {text-align:left;}