@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 12px;
	color: #000000;
}

#container {
	width: 800px;
	margin: 0 auto;
	border: none;
	padding: 0;
}

#header {
	width: 800px;
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 5px solid #C3151B;
	height: 248px;
	float: left;
	background-image: url(images/jpg/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer {
	width: 800px;
	margin: 0;
	padding: 15px 0 0 0;
	border-top: 5px solid #C3151B;
	float: left;
}

#footer2 {
	width: 800px;
	height: 116px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	z-index: 1;
	position: relative;
}

#leftcol {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	z-index: 300;
}

#leftcol #nav {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#leftcol #address {
	width: 190px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}

#leftcol #address a {
	color: #000000;
	text-decoration: underline;
}

#leftcol #address a:hover {
	color: #000000;
	text-decoration: none;
}

#leftcol #nav a {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #060;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
}

#leftcol #nav a:hover {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #090;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/png/nav_bg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#leftcol #nav a.selected {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #090;
	margin: 0;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/png/nav_bg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

body.section1 a.home, body.section2 a.company, body.section3 a.services, body.section4 a.past, body.section5 a.terms, body.section6 a.contacts, body.section7 a.links {
	display: block;
	width: 185px;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #090;
	margin: 0;
	border-bottom: 1px solid #F8EB00;
	background-image: url(images/png/nav_bg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#rightcol {
	width: 590px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 100;
	position: relative;
}

#rightcol #maintext {
	width: 370px;
	float: left;
	border: none;
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 22px;
	z-index: 150;
}

#rightcol #images {
	width: 200px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}


.page_header {
	color: #060;
	text-transform: uppercase;
	font-size: 24px;
}

.yellow_sub {
	color: #060;
	text-transform: uppercase;
}

.frame {
	border: 1px solid #C3151B;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* Clearfix
************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
