html, body {
	background: #03192d;
	color: #3f3d3d;
	font: 62.5% Arial, Verdana, san-serif;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	}

h1, h2 {
	font-size: 2.6em;
	color: #0b447a;
	padding-bottom: 10px;
	}
	
ul {
	list-style: none;
	}	
	
a:link, a:visited {
	color: #0b447a;
	}
	
a:hover {
	text-decoration: none;
	}
	
img {
	border: 0;
	}
	
p {
	font-size: 2em;
	line-height: 2em;
	padding-bottom: 10px;
	}
	
#wrapper {
	background: url(images/main_bg.jpg) repeat-y;
	margin: 0 auto;
	width: 817px;
	}

/* MISC CLASSES */

.fl-lft {
	float: left;
	}
	
.fl-rt {
	float: right;
	}

.img_right {
	float: right;
	padding: 0 0 4px 8px;
	}
	
.img_left {
	float: left;
	padding: 0 8px 4px 0;
	}
	
.center {
	text-align: center;
	}
	
.clear {
	clear: both;
	width: 100%;
	}
	
.clear_section {
	clear: both;
	height: 20px;
	width: 100%;
	}	
	
/* HEADER */	
	
.header {
	height: 157px;
	width: 100%;
	}
	
#header_index {
	background: url(images/header.jpg) top left no-repeat;
	}
	
/* MAIN MENU */

#main_menu {
margin-bottom: 0px;
font: bold 13px Arial;
height: 34px;
width: 717px;
background: black url(images/menu_tile.jpg) center center repeat-x;
}

#main_menu li {
display: inline;
}

#main_menu li a {
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

#main_menu li a:hover, .current {
color: white;
background: transparent url(images/menu_active.jpg) center center repeat-x;
}

.margin_bottom {
	margin-bottom: 21px;
	}

/* CONTENT STRUCTURE */
	
#content {
	padding: 0 50px;
	position: relative;
	}

.column_left {
	border: 1px solid #c6d2dd;
	float: left;
	margin-right: 10px;
	width: 417px;
	padding: 15px;
	}		
	
.column_left ul {
	font-size: 2em;
	}	
	
.column_news {
	border: 1px solid #c6d2dd;
	float: right;
	font-size: 1.8em;
	line-height: 1.8em;
	padding: 15px 15px 15px 15px;
	width: 225px;
	}
	
.column_news li {
	margin-bottom: 9px;
	}
	
.column_right {
	border: 1px solid #c6d2dd;
	float: right;
	font-size: 1.8em;
	line-height: 1em;
	padding: 15px 15px 0px 6px;
	width: 234px;
	}
	
#slideshow_wrapper {
	margin-bottom: 5px;
	padding: 10px;
	border-top: 1px solid #ffffff;
	width: 697px;
	height: 313px;
	background: #dedede url(images/player_bg_lg.gif) bottom left repeat-x;
	}
	
#slideshow {
	background: #ffffff; 
	float: left;
	width: 439px;
	height: 313px;
	}
	
.slideshow_info {
	background: #ffffff url(images/player_bg_sm.gif) bottom left repeat-x;
	float: right;
	width: 245px;
	height: 311px;
	border: 1px solid #8f8f91;
	overflow: hidden;
	}
	
.slideshow_info p {
	line-height: 1.7em;
	padding: 0px 15px 15px 15px;
	}
	
.slideshow_info h2 {
	text-align: center;
	padding-bottom: 0px;
	margin: 15px 15px 10px 15px;
	border-bottom: 1px solid #cf7902;
	}
	
	
/* PAGE SPECIFIC CONTENT */

				/* index */
				
.contact_field {
	padding: 0px 0px 0px 10px;
	}
	
#indicates {
	padding: 0px 0px 0px 10px;
	}

#contact_form {
	background: #ebebe8;
	margin-bottom: 0px;
	}
	
#contact_form h2 {
	font-size: 1.5em;
	}
	
#contact_form li {
	padding-bottom: 0px;
	}
	
#contact_form li img {
	vertical-align: baseline;
	}

#clients {
	border: 1px solid #c6d2dd;
	clear: both;
	width: 100%;
	}

#client_title {
	float: left;
	font-size: 2.6em;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	color: #0b447a;
	}
	
#client_contact {
	display: inline;
	float: right;
	height: 41px;
	line-height: 1.2em;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	text-align: center;
	}
	
#clients ul {
	float: left;
	padding-top: 5px;
	}
	
#clients li {
	display: inline;
	}
	
					/*About*/
					
.column_news_about {
	border: 1px solid #c6d2dd;
	float: right;
	font-size: 1.8em;
	line-height: 1.8em;
	padding: 15px 15px 15px 15px;
	width: 225px;
	}
	
#underline {	
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cf7902;
	}	
	
.column_news_about li {
	margin-bottom: 9px;
	}	
	
					/* Equipment Page */

#equipment {
	background: #ebebe8;
	margin: bottom: 20px;
	}
	
#equipment h2 {
	font-size: 1.5em;
	padding-bottom: 15px;
	}
	
#equipment li {
	padding-bottom: 4px;
	}
	
#equipment li img {
	vertical-align: baseline;
	}
	
ul.sub_menu li {
	margin: 0 0 0 2em;
	}
	
					/* Contact Page */
					
.looking {
	padding: 15px 0px 15px 0px;
	}

/* FOOTER */
	
#footer {
	background: url(images/footer.jpg) top left no-repeat;
	height: 124px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
	}
	
#footer .spacer {
	font-size: 2em;
	font-weight: none;
	padding: 0 4px;
	}
	
#footer a:link, #footer a:visited {
	font-size: 2em;
	}
	
#footer ul {
	color: #0b447a;
	}
	
#footer li {
	display: inline;
	}