body, div, img, h1, h2, h3, h4, h5, p, ul, ol, li, a, input[type="text"], textarea, select, label {
margin:0;
padding:0;
border:none;
font-family: Arial;
}
a {
color:#fff;
}
img, div { 
behavior:url(iepngfix.htc);
}
body {
background:#000 url(images/bg.png) repeat-x;
font-family:verdana, sans-serif;
margin:0;
padding:0;
}
#wrapper {
width:960px;
margin:0 auto;
}
#header {
float:left;
height:175px;
width:960px;
background:url(images/header.png) no-repeat;
}
#logo {
float:left;
padding-left:85px;
padding-top:25px;
padding-bottom:25px;
width:420px;
margin:20px 0 0 0;
display:inline;
background:url(images/headlogo.png) no-repeat;
}
#logo h1 {
font-size:16px;
color:#fff;
letter-spacing:4px;
text-align:center;
}
#logo img {
border:none;
}
#nav {
float:right;
height:50px;
width:960px;
}
#nav ul {
float:left;
}
#nav ul li {
display:inline;
}
#nav ul li a {
font-size:13px;
color:#525252;
line-height:50px;
text-transform:uppercase;
text-decoration:none;
border-right:1px solid #525252;
padding:0 21px 0 19px;
}
#nav ul li a:hover {
color:#c4c4c4;
}
#nav ul li a.current {
color:#c4c4c4;
}
#content {
float:left;
width:960px;
padding:20px 0 20px 0;
background:url(images/contentbg.gif) no-repeat;
}
#left, #left2 {
float:left;
width:552px;
}
#left img {
border:1px solid #4d4d4d;
}
#left2 img {
border:1px solid #4d4d4d;
height:300px;
width:550px;
}
#main {
float:left;
width:408px;
}
#main h2, #left h2 {
font-size:18px;
color:#fff;
text-transform:uppercase;
letter-spacing:-1px;
margin:0 0 10px 0;
}
#main img {
border:1px solid #4d4d4d;
}
#main p, #left p {
font-size:14px;
color:#c4c4c4;
line-height:140%;
margin:0 0 20px 0;
}
.buck {
float:left;
height:141px;
width:184px;
margin:0 0 0 20px;
display:inline;
}
.buck img {
border:1px solid #4d4d4d;
}
a.opacity img {
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;
border:1px solid #4d4d4d;
}
a.opacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
#footer {
float:left;
height:120px;
width:960px;
background:url(images/footer.gif) no-repeat;
}
#footer p {
float:right;
text-align:right;
margin:20px 20px 0 0;
display:inline;
font-size:11px;
color:#4d4d4d;
line-height:180%;
}
#footer a {
color:#4d4d4d;
}
#footer a:hover {
color:#c4c4c4;
}
#tabs ul {
margin-left:40px;
}
#tabs ul li a {
text-decoration:none;
color:#4d4d4d;
font-size:16px;
font-weight:bold;
}
#tabs ul li a:hover {
text-decoration:none;
color:#fff;
}

/**********Contact Form**********/
#contactform form {
float:left;
display:inline;
width:400px;
margin:10px 0 0 0;
}
#contactform div.formsection {
float:left;
width:100%;
margin-bottom:7px;
}
#contactform input[type="text"] {
float:right;
background-color:#fff;
color:#000;
font-size:15px;
height:18px;
width:180px;
}
#contactform select {
float:right;
background-color:#fff;
color:#000;
font-size:12px;
height:18px;
width:180px;
}
#contactform textarea {
float:right;
background-color:#fff;
color:#000;
font-size:12px;
height:100px;
width:400px;
}
#contactform label {
display:block;
float:left;
font-size:12px;
font-weight:bold;
color:#c4c4c4;
}
#contactform input[type="submit"] {
float:right;
}