@charset "UTF-8";

/* Basic  HTML Elements */

html
	{
	
	margin: 0px;
	padding: 0px
}

body
	{
	background-image:url(../images/page_repeater.jpg);
	background-repeat: repeat-y;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font: 11px/21px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #58585a;
}

h1
	{
	font-size: 16px;
	color: #008db9;
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}

h2
	{
	font-size: 14px;
	color: #4d4d71;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:15px 0px 5px 5px;
}

h3
	{
	font-size: 12px;
	color: #737893;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 0px 5px 10px;
}

h4 {
	font-size: 10px;
	color: #7f789d;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 0px 5px 15px;
}

p
	{
	margin:10px 0px 0px 20px;
}

hr 
	{
	color: #58585a;
	height: 1px;
	margin: 0px 0px 0px 0px;
}

table
	{
	margin-top: 20px;
	margin-left: 20px;
	font-weight:bold;
	}

/* special div for IE all versions */

	
/* Normal links */

#content  a:link
	{
	color: #008db9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#content  a:visited 
	{
	color: #58585a;
	text-decoration: none;
}

#content  a:hover 
	{
	color: #069ecd;
	border-bottom-color: #069ecd;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


/* Navigation Divs */

/* Declarations to style the current state */
#home #nav-home a,
#about #nav-about a,
#buy #nav-buy a,
#services #nav-services a,
#equipment #nav-equipment a,
#quote #nav-quote a,
#contact #nav-contact a
	{
	color: #58585a;
	background-color: #e7e8ea;
	vertical-align: middle;
}


#nav ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
}
		
#nav li 
	{
	margin: 0;
}

#nav li a
	{
	display: block;
	padding: 8px 10px 8px 20px;
	text-decoration: none;
	width: auto;
	color: #e7e8ea;
	letter-spacing: 0.2em;
}

html>body #nav li a
	{
	width: auto;
}

#nav li a:hover
	{
	color: #58585a;
	background-color:#e7e8ea;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: left;
}



/* Specific Divs */

#top_background
	{
	height: 230px;
	width: 1060px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/top_background.jpg);
}

#nav
	{
	padding:0px;
	position: absolute;
	left: 0px;
	top: 171px;
	width: 175px;
	font: bold 10px tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: auto;
}

#content
	{
	min-height: 525px;
	width: 700px;
	padding: 20px 0px 20px 0px;
	position: absolute;
	left: 190px;
	top: 175px;
	height: auto;
}


#intro
	{
	font-size: 14px;
}

#page_links
	{
	clear: both;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-color: #58585a;
	border-bottom-style: solid;
	border-top-color: #58585a;
	border-top-style: solid;
	border-top-width: 2px;
}


#copyright 
	{
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #cecfd1;
	border: none;
	position: absolute;
	top: 400px;
	width: 150px;
	text-align: center;
}

.image_text
	{
	margin: 0px 0px 40px 0px;
	clear: both;
}

.image_caption_right 
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	color: #58585a;
	padding: 2em 0em 2em 2em;
	float: right;
}

.image_caption_left 
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	color: #58585a;
	padding: 2em 2em 2em 0em;
	float: left;
}

.frame img 
	{
	display:block;
	border:4px solid;
	border-color:#58585a;
}

.frame iframe 
	{
	display:block;
	border:4px solid;
	border-color:#58585a;
}

.button
	{
	margin: 8px 0px 6px 0px;
	font-size: 10px;
	color: #008db9;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

