html {
background: #303030;
height: 100%;
}

a:link {color: blue; text-decoration: underline;}
a:visited {color: purple; text-decoration: underline;}
a:hover {text-decoration: underline; color: red;}
a:active {color: red; text-decoration: none;}


body {
padding: 30px 0 0px 0px;
background: url(../images/dark_aluminium_background.gif);
margin: 0 auto;
width: 1004px;
height: 100%;
font-family: Tahoma;
border-left: 1px solid black;
border-right: 1px solid black;
}

p {
text-align: justify;
padding: 0 10px 0 10px;
}

#background {
width:1004px;
}

#logo {
padding: 0px 0px 0px 0px;
margin: 0 0 0 0;
border-top: 2px solid red;
/* border-top-image: url(images/nav-bg.gif) repeat; */
background: url(images/nav-bg2.gif) repeat-x left top;
width: 1003px;
}

#navbanner {
background-image: url(../images/separator.gif);
background-repeat: no-repeat;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
padding: 0px 0px 0px 0px;
margin: 0 0 0 0;
color: yellow;
font-size: 17px;
font-family: Tahoma;
letter-spacing: 1px;
text-align: center;
height: 30px;
margin-left: auto;
margin-right: auto;
text-decoration: none;
width:1003px;
overflow:hidden;
clear: both;
}

#navbanner ul {
width: 1003px;
height: 30px;
padding: 2px 0px 0px 0px;
margin: 0 0 0 0;

}

#navbanner li {
padding: 0px 14px 0px 14px;
display: inline;
/*line-height: 30px;*/
vertical-align: middle;
/*list-style-image: url(images/divider2.jpg);*/
}

#navbanner li a :after {
	content: url(images/divider2.jpg);
	}

#navbanner li a {
display: inline-block;
color: yellow;
text-decoration: none;
padding: 0 0px 0 0px;

}

#navbanner  li a:hover {
color: #FF0000;
background: url(../images/nav-bghover.png) top left no-repeat;
}

#imagerotate {
width: 1003px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#separator {
width: 1003px;
text-align: center;
margin-left: auto;
margin-right: auto;
border-top: 1px solid black;
}

#bottompic {
width: 1003px;
text-align: center;
margin-left: auto;
margin-right: auto;
border-top: 1px solid black;
border-bottom: 2px solid red;
}

#container {
background: url(../images/background-columns.jpg);
width: 1004px;
min-height: 1000px;

overflow: hidden;
}

#left {
float:left;
width:714px;
background: white;
padding: 10px 20px 20px 30px;
font-size: 17px;
min-height: 600px;
}

#left h1 {
font-size: 22px;
font-weight: normal;
font-family: Georgia;
width: 600px;
padding-top: 3px;
}

#left h2 {
font-size: 19px;
font-weight: normal;
font-family: Georgia;
text-decoration: underline;
width: 600px;
padding: 0 0 0 9px;
}

#left h3 {
font-size: 18px;
font-weight: normal;
font-family: Georgia;
text-decoration: underline;
}

#right {
float:right;
width: 200px;
padding: 0px 0px 0px 0px;
min-height: 100%;
color: #101010;
font-size: 16px;
}

#right h3 {
width: 170px;
font-family: Verdana;
font-size: 16px;
}

#yellowchecks ul { 
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 400px;
 left: 0px;
}

#yellowchecks li {
list-style-type: disc;
list-style-position: inside;
list-style-image: url(../images/yellowcheck.jpg);
width: 580px;
padding: 0px 0px 0px -10px;
}

/* CONTACT PAGE CSS BELOW */

#contactleft {
float: left;
width: 330px;
}

#contactright {
float: left;
width: 330px;
padding: 0 0 0 0px;
}

#contact-area {
	padding: 0 0 0 35px;
	width: 685px;
	margin-top: 20px;
	border: 1px solid #ccc;
}

#contact-area input {
	padding: 5px;
	width: 280px;
	height: 33px;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}


#contact-area textarea {
	padding: 5px;
	width: 475px;
	height: 115px;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

/* Makes outline highlight color for the boxes Red */
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #FF0033;
}

#contact-area input.submit-button {
	width: 120px;
	height: 40px;
}


label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 17px;
}

.testimonials {
width: 175px;
text-align: justify;
}

#footer {
text-align: center;
font-size: 12px;
color: #fafafa;
}

#footer a {
color: #fafafa;
}

#footer a:hover {
color: #0E6AD2;
}
