body{
background-color: #000;
margin: 0;
}

#header, #content, #menu{
width: 950px;
}

#header{
height: 316px;
overflow: hidden;
}

#content{
/*height: 287px;*/
}

#products{
width: 4050px;
}

#products > img{
float: left;
}

#menu{
background: url('images/bottom_bar.jpg') no-repeat left top;
height: 115px;
position: relative;
}

#menuContact{
cursor: pointer;
height: 55px;
position: absolute;
top: 0px;
right: 116px;
width: 100px;
}

#contactForm{
background-color: #FFF;
border: 6px solid #605754;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #585757;
display: none;
font-family: helvetica, sans-serif;
font-size: 13px;
left: 150px;
padding: 40px 60px;
position: absolute;
top: 270px;
width: 341px;
}

label{
display: block;
margin-bottom: 2px;
}

em{
color: #FF0000;
}

input[type=text], textarea{
background: #D2D2D4 url('images/inputbg.png') repeat-x 0px -20px;
border: 1px solid #CCC;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
padding: 7px;
width: 325px;
}

textarea{
height: 75px;
}

#submit{
background: transparent url('images/submit.png') no-repeat 0 0;
border-width: 0px;
cursor: pointer;
height: 32px;
padding: 0px;
width: 95px;
margin-top: 20px;
}

#submit:hover{
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
box-shadow: 0px 0px 7px 0px #999999;
-moz-box-shadow: 0px 0px 7px 0px #999999;
-webkit-box-shadow: 0px 0px 7px 0px #999999;
}