* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000000;
}

img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color: #ff0000; }

#outer-wrap {
width: 788px;
margin: 10px auto;
margin-top: 10px;
background-color: #EEEEEE;
}

#wrap {
width: 768px;
margin: 8px auto;
margin-bottom: 4px;
}

#graybar {
width: 788px;
height: 2px;
background-color: #EEEEEE;
}

#header {
background: #FFFFFF url(images/masthead.jpg) no-repeat;
border: 0px;
height: 132px;
background-position:center;
}

#content {
background: #EEEEEE;
}

#left {
float: left;
width: 145px;
height: 500px;
border: solid 3px #CCCCCC;
margin-right: 5px;
padding: 5px;
padding-top: 8px;
background-color:#666666;
}

#left h2 { 
color: #FFFFFF; 
font-size: 10px; 
font-weight: 50;
height: 20px;
vertical-align: middle;
line-height: 10px;
padding-left: 5px;
padding-right: 5px;
text-transform:uppercase;
letter-spacing:-1px;
}

#center {
border: solid 3px #CCCCCC;
float: left;
width: 414px;
height: 505px;
padding-left:8px;
padding-top: 8px;
padding-right: 8px;
background-color:#666666;
}

#center h2 {
height: 20px;
background-color:#444444;
line-height: 20px;
font-size: 12px;
font-weight: 50;
}

#main {
border: solid 3px #CCCCCC;
margin-left: 166px;
height: 505px;
padding-left:8px;
padding-top: 8px;
padding-right: 8px;
background-color:#666666;
}

#main a {
color: #66FFFF;
text-decoration: none;
}

#main a:hover {
color: #FFFFFF;
}


#main a.contact {
color: #FFFF00;
text-decoration: none;
}

#main a.contact:hover {
color: #00CC00;
}

#main h2 {
height: 20px;
background-color:#444444;
line-height: 20px;
font-size: 12px;
font-weight: 50;
}

#right {
float: right;
border: solid 3px #CCCCCC;
width: 145px;
height: 500px;
margin-left: 5px;
padding: 5px;
padding-top: 8px;
background-color:#666666;
}
#right h2 { 
text-align: center;
color: #FFFFFF; 
font-size: 10px; 
font-weight: 50;
height: 20px;
line-height: 20px;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 6px;
}

#right a {
color:#FFFFFF;
text-decoration:none;
}

#right a:hover {
color:#00FFFF;
}

#right img.newprod {
  filter:alpha(opacity=100);
  border:solid 2px #333;
  opacity:1.0;
}

#right img.newprod:hover {
  filter:alpha(opacity=60);
  opacity:0.6;
}

#footer {
width: 768px;
height:25px;
text-align: center;
font-size: 10px;
line-height: 25px;
color: #eee;
background-color:#000000;
margin:8px auto;
margin-top: 0px;
}
#footer a { color: #FFFF00; text-decoration: none; }
#footer a:hover { 
text-decoration: underline;}

