* {
  margin: 0;
  padding: 0;
}

/*
div, p {
  border: 1px solid green;
}
*/

body, html {
	height:100%;
	border: 0;
	padding: 0;
	margin-top: 1em;
	text-align:center;
	color: white;
	font-family: Tahoma, Arial, lucida, sans-serif;
	font-size: 95%;
  background-color: #181818;
  background-image: url('img/bg_.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}

img {
  border: none;
}

a {
  color: #797770;
  text-decoration:none;
}

a:hover {
  color: white;
}

p {
  line-height: 1.5;
}

h1, h2, h3 {
  margin: 1em 0.3em 0.3em 0.3em;
}

p {
  margin: 1em 0.3em 0.3em 0.3em;
}

h1 {
  font-size: 130%;
}


h2 {
  font-size: 110%;
}

h3 {
  font-size: 100%;
}

.product_menu {
  margin: 0.3em 1em 0.3em 1em;
  padding: 0em 1em 1em 1em;
}

div.column {
  float: left;
  width: 23em;
}

div.column ul {
  list-style: disc outside none;
  margin-left: 0.5em;
}

li a:hover {
  text-decoration: underline;    
}

li a {
  color: white;    
}


ul.product_menu {
  float: left;
  margin: 0.5em 0 7em 0.2em;
  list-style: none;
}

ul.product_menu img {
  margin: 0.6em 0.2em 0.6em 0.2em;
  text-align: left;
  vertical-align: middle;
  border: none;
}

div.product_images {
  float: left;
  margin: 0.6em 0.6em 0.6em 0;
}

div.product_images img {
  border: 4px solid #CCCCCC;
  margin: 0.3em;    
}

.email {
  font-size: 110%;
  font-weight: bold;
  text-decoration: underline;
}

label {
  float: left;
  width: 12em;
}

form {
  margin: 2em 0 2em 0;
}

input, textarea {
  border: 1px solid #424242;
}

#submit {
  text-align: center;
  color: red;
  background-color: yellow;
}

#page {
  width:1024px;
  text-align: left;
  margin: 0px auto;
}

#content {
  background-color: #424242;
  width: 55em; /* 650px; */
  height: 37em; /* 380px; */  
  margin-left: 45px;
  font-size: 80%;
  /*
  padding: 1em 1em 1em 1em;
  border-spacing: 20px;
  */
}

#content img.symbol1 {
  margin: 2em 1em 35em 1.5em;
  float: left;  
}

#padding {
  margin: 1.6em 1.5em 2em 1.5em;
}
/*
.menu {
   width: 1024px;
}
.menu td {
  text-align: center;
}
*/

.menu {
  text-align: center;
  white-space: nowrap;
}

.menu li {
  display: inline;
  margin: 4px 0px 2px 9px;
} 

.sub_menu {
  /* margin: 0 0 0 0; */
  white-space: nowrap;
}

.sub_menu img {
  margin: 2px 35px 18px 35px;
}

#footer {
  width: 100%;
  font-size: 80%;
  position: absolute;
  bottom: 2em;
  left: 0;
}

#footer a {
  color: white;
}

#footer a:hover {
  text-decoration: underline;
}
