/* CSS Document */

body, html {
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
line-height: 18px;
}

p {
margin-top: 0;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
text-decoration: underline;
color: #ff0000;
}


body {
background-color: #000000;
}

#heading {
margin-bottom: 10px;
}

#header {
width: 100%;
height: 152px;
background-color: #cbcbcb;
}

#footer {
width: 100%;
height: 56px;
background-color: #cbcbcb;
border-bottom: 1px solid #ff0000;
}

#footertext {
text-align: right;
padding-top: 20px;
width: 900px;
margin: 0 auto;
color: #666666;
}

#headerholder {
margin: 0 auto;
width: 900px;
height: 152px;
background-image: url(images/header_bg.jpg);
background-position: left;
background-repeat: no-repeat;
}

#headercontact {
text-align: right;
float: right;
width: 352px;
margin-top: 67px;
}

#logo {
height: 136px;
width: 197px;
margin-top: 16px;
float: left;
}

#logo img {
border: 0;
}

#banner {
width: 100%;
height: 246px;
border-top: 1px solid #FF0000;
border-bottom: 1px solid #FF0000;
background-image: url(images/banner.jpg);
background-position: center;
background-repeat: no-repeat;
}

#homemiddle {
background-color: #818181;
height: 323px;
width: 100%;
border-bottom: 1px solid #ff0000;
}

#contentholder {
height: 322px;
background-image: url(images/grey_bg.jpg);
background-position: right;
background-repeat: no-repeat;
background-color: #818181;
width: 1000px;
margin: 0 auto;
}

#columns {
padding-top: 20px;
width: 903px;
margin: 0 auto;
}

#c1 {

width: 285px ;
height: 285px;
float: left;
border-right: 1px dotted #CCCCCC;
padding-right: 15px;
}

#c2 {

height: 285px;
width: 270px ;
float: left;
border-right: 1px dotted #CCCCCC;
padding-left: 15px;
padding-right: 15px;
}

#c3 {
width: 285px;
height: 285px;
float: left;
padding-left: 15px;
}

#nav {
width: 900px;
margin: 0 auto;
padding-top: 100px;
}

#nav ul{
float: right;
padding: 0;

}

#nav ul, li {
margin: 0;
padding: 0;
list-style: none;
color: #ffffff;
font-size: 14px;
text-align: right;
}

#nav li {
height: 18px;
width: 100px;
border-top: 1px solid #ffffff;
}

#nav a {
color: #ffffff;
text-decoration: none;
}

#nav a:hover {
color: #FF0000;
}

.bottomnav {
border-bottom: 1px solid #ffffff;
}

