html { height: 100%; margin-bottom: 1px;
}

body {
background-color: #222222;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
line-height: 20px;
}

/* --------------- TEXT STYLES --------------- */

h1 {
color: #d8a71a;
font-family: "trebuchet ms";
font-size: 18px;
font-weight: normal;
}

h2 {
color: #d8a71a;
font-family: "trebuchet ms";
font-size: 16px;
font-weight: normal;
padding-bottom: 0px;
margin-bottom: 0px;
}

.maintxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}

ul {
list-style-image:url(../images/tick.jpg);
}

td, th {
background-color: #222222;
}

.normaltable td {
background-color: #000000;
}

.form-bg {
background-color: #999999;
}

/* --------------- LAYOUT CSS --------------- */

#container {
margin: 0 auto;
width: 960px;
}

#header {
height: 132px;
}

#logo {
margin-top: 24px;
}

#top-right {
float: right;
font-family: "trebuchet ms";
color: #ffffff;
font-size: 24px;
margin-top: 20px;
}

#left {
float: left;
width: 250px;
}

#main-nav, #services-nav {
background-color: #000000;
margin-bottom: 10px;
border-bottom: 2px solid #000000;
}

#main-nav .current-page, #services-nav .current-page {
color: #d8541a;
}


#main-nav a {
display: block;
text-align: right;
color: #ffffff;
height: 30px;
text-decoration: none;
padding-right: 10px;
line-height: 30px;
font-size: 14px;
background-image: url(../images/btn-bg-off.jpg);
background-repeat: repeat-y;
margin-top: 2px;
}

#services-nav a {
display: block;
text-align: right;
color: #ffffff;
height: 82px;
text-decoration: none;
line-height: 16px;
font-size: 14px;
background-image: url(../images/btn-bg-off.jpg);
background-repeat: repeat-y;
margin-top: 2px;
}

#services-nav img {
border: 1px solid #555555;
float: right;
margin-left: 5px;
margin-right: 2px;
}

.service-txt {
position: relative;
top: 5px;
}

#main-nav a:hover, #services-nav a:hover {
background-image: url(../images/btn-bg-on.jpg);
}

.box-top {
height: 35px;
background-image: url(../images/box-top.jpg);
background-repeat: no-repeat;
color: #d8a71a;
font-family: "trebuchet ms";
font-size: 18px;
line-height: 35px;
padding-left: 10px;
}

#right {
float: right;
width: 700px;
background-color: #000000;
}

#banner {
margin-top: 3px;
}

#content {
padding: 10px 50px 40px 40px;
}

#footer {
background-color: #222222;
padding: 0;
color: #444444;
font-size: 12px;
}

#footer a {
color: #444444;
}

#footer a:hover {
color: #888888;
}
