#head
{ width: 770px;
margin: auto;
border: none;
}
#head img {
border: 1px black solid;
border-bottom: 2px black solid;
}
body{
margin-top:40px;
background: url('/images/bg01.jpg');
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
}
h1 {
text-align: center;
border-bottom: 2px blue solid;
margin: 20px 25px 10px 25px;
}

p {
padding: 10px 15px 0px 15px;
font-family: Verdana, Helvetica, sans-serif;
}

p.intro{
padding-left: 0;
line-height: 1em;
margin-left: 7em;
}
p.center {
text-align: center;
}
p.right {
text-align: right;
}
p.padded {
padding: 15px;
}
img.left {
float: left;
margin-left: 10px;
}
img.right {
float: right;
margin-right: 10px;
}
a {
text-decoration: none;
border: none;
color: blue;
}
a img{
border: none;
text-decoration: none;
margin: 5px;
}
a:link a:visited a:active {
text-decoration: none;
border: none;
color: blue;
}
a:hover {
color: black;
}


div#mainbox {
width: 770px;
height: 400px;
border: 1px black solid;
background: white;
margin: auto;
overflow: auto;
}
.prodbox {
width: 600px;
height: 90px;
border-bottom: 1px #D9D9D9 solid;
margin: auto;
}
.prodbox2 {
width: 600px;
height: 125px;
border-bottom: 1px #D9D9D9 solid;
margin: auto;
}
.descr {
width:600px;
color: blue;
font-size: 1.1em;
padding: 15px;
border-bottom: 1px #D9D9D9 solid;
margin: auto;

}
.text01 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #D9D9D9;
}
A.sub1:link {
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-style: normal;
color: #D9D9D9;
text-decoration:none
}

A.sub1:hover {
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-style: normal;
color: #D9D9D9;
text-decoration:none
}
A.sub1:visited {
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-style: normal;
color: #D9D9D9;
text-decoration:none
}
A.sub1:active {
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-style: normal;
color: #D9D9D9;
text-decoration:none
}
.bottom{
height:35px;
background:#403F40;
border: 1px black solid;
width: 770px;
margin:auto;
}