body {
  font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: white;
  }

#container {
  position: relative;
  width: 755px;
  margin: 0 auto;
  background-color: #203caa;
  border: 1px solid #203caa;
  margin-top: 15px;
  }

#content {
  position: relative;
  width: 575px;
  background-color: white;
  margin-left: 140px;
  _width: 565px;
  _margin-left: 150px;
  _margin-top: -165px;
  padding: 20px;
  }

#footer {
  position: relative;
  width: 755px;
  margin: 0 auto;
  font-size: 80%;
  text-align: center;
  }

img {
  border: 0;
  }

a {
  text-decoration: none;
	font-weight: normal;
  }

a:link {
	color: #0033CC;
}
a:visited {
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

h1 {
  position: relative;
  text-indent: -3000px;
  background-image: url( ../images/header.jpg );
  width: 745px;
  height: 80px;
  left: 10px;
  margin: 0;
  }

ul#menu {
  float: left;
  text-indent: -3000px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-top: 50px;
  }

ul#menu li {
  position: relative;
  background-repeat: no-repeat;
  height: 19px;
  width: 120px;
  margin-bottom: 10px;
  }

ul#menu li a {
  display: block;
  position: relative;
  height: 19px;
  width: 120px;
  }

li#home {
  background-image: url( ../images/but_home.png );
  }
  
li#home:hover {
  background-image: url( ../images/but_home_hover.png );
  }

li#products {
  background-image: url( ../images/but_products.png );
  }

li#products:hover {
  background-image: url( ../images/but_products_hover.png );
  }
  
li#company {
  background-image: url( ../images/but_company.png );
  }

li#company:hover {
  background-image: url( ../images/but_company_hover.png );
  }
  
li#contact {
  background-image: url( ../images/but_contact.png );
  }

li#contact:hover {
  background-image: url( ../images/but_contact_hover.png );
  }
  
li#request {
  background-image: url( ../images/but_request.png );
  }

li#request:hover {
  background-image: url( ../images/but_request_hover.png );
  }

br.clear {
  clear: both;
  }

img#fundsol {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  }

.productBox {
  width: 120px;
  text-align: center;
  border: 1px solid silver;
  float: left;
  }

.productBox .name {
  display: block;
  background-color: #ff6633;
  color: white;
  font-weight: bold;
  width: 120px;
  padding-top: 3px;
  padding-bottom: 3px;
  }

blockquote {
  font-style: italic;
  }

p.quote {
  background-color: #edeede;
  padding: 10px;
  }

.vcard .type {
  display: none;
  }

.vcard .org {
  font-weight: bold;
  }

.vcard .email {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  }

fieldset {
  border: none;
  border-top: 3px solid gray;
  margin-bottom: 20px;
  }

label {
  display: block;
  float: left;
  width: 300px;
  color: gray;
  }

input, select {
  margin-left: 10px;

  }


