@charset "UTF-8";
/* CMJonnard - Import/Export/Financing */
/* Build Time: November 2009 - December 2009*/
/* Copyright 2009 C.M. Jonnard */


body {
	margin: 0 auto;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url('../images/body-tile.jpg') top center repeat-x;
}

/* begin form settings */
form {
	border: 1px dashed #2f4F4F;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	padding-bottom: 3em;
}
label {
	width: 6.2em;
	float: left;
	text-align: right;
	margin-right: 0.4em;
	margin-left:0.2em;
	display: block;
}
textarea {
	width:230px;
	height: 150px;
	background-color:#fff;
	color:#2F4F4F;
	display:block;
}

input {
   width:230px;
   background-color:#fff;
   color:#2F4F4F;
   display:block;
}
#submitbutton {
	color: #000;
	background: #fff;
	width:90px;
	float:left;
	text-align:center;
	margin-left: 87px;
	margin-bottom: 5px;
	
}
/* end form settings */

/* clearfix for handling floating div container height */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* end clearfix */

/* alert class used to capture attention */
.alert {
	color:#F00;
	font-weight:bold;
	font-size:12px;
	padding-top:.1em;
	padding-bottom:.1em;
}

/* preheader is information on top of page */
#pre-header { 
  width: 800px;
  margin: 0 auto;
  padding-bottom:.3em;
  text-align: right;
  font-size: 13px;
  color: #ffffff;

}

/* container holds entire page */
#container {
  width: 800px;
  margin: 0 auto;
  background-color:#ffffff;
}

#home #container {
	background: none;
}

/* header stuff */
#header {
	background-color: #fff;
	background-image: url('../images/header-bg.jpg');
	background-repeat:no-repeat;
	background-position: right;
	width: 800px;
	height: 125px;
	margin: 0 auto;
	position:relative;

}
/* company logo */
#logo {
	position:relative;
	top: -30px;
	left: -55px;
	border:none;
}

#logo img {
	border: none;
}

/* navigation settings and placement */
#navigation {
	background: #1e9cf4;
	margin: 0 auto;
	height:25px;
	border-top: 3px solid #306;
	border-bottom: 3px solid #306;
}
#navigation a {
	color: #306;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:visited {
	color:#306;
	font-weight:bold;
}

#navigation a:hover {
	color:#ffffff;
	font-weight:bold;
}
#navigation a.active {
	color:#ffffff;
	font-weight:bold;
}

#main_menu {
	top: 160px;
	margin: 0 auto;
	padding:0em 0em 0em 4em;
}
#main_menu li {
	float: left;
	/*position: relative;*/
	z-index: 1000;
	padding: 3px 0px 0px 0px;
	list-style: none;
	font-size:14px;
}

/* navigation items and their respective widths on menu */
#home_nav {
	width: 150px;

}
#about_nav {
	width: 200px;

}
#products_nav {
	width: 260px;
}
#contact_nav {
	width: 130px;
}
/* end navigation settings and position */

/* start of site content */
#content {
	background-color: #ffffff;
	color: #2F4F4F;
	margin: 0 auto;
	padding: 5px 25px 25px 25px;
	border-bottom: 3px solid #306;

}
#content a {
	color: #2F4F4F;
	font-weight:bold;
}
#content a:visited {
	color: #2F4F4F;
	font-weight:bold;

}
#content li {
	list-style:circle;
	
}

#content_w_feature {
	margin: 0 auto;
	width: 400px;
	padding-top: 20px;
	float: left;
	background-color: #ffffff;
	line-height: 125%;
}
#content_right {
	margin: 0 auto;
	width: 350px;
	padding-top: 20px;
	float: right;
	background-color: #ffffff;
	line-height: 125%;
}
#content_left {
	margin: 0 auto;
	width: 350px;
	padding-top: 20px;
	float: left;
	background-color: #ffffff;
	line-height: 125%;
}
#feature {
	margin: 0 auto;
	width: 300px;
	padding-top: 20px;
	float: right;
	background-color: #ffffff;
	line-height: 125%;
}
#feature img {
	margin: 0 auto;
	width: 300px;
	float: right;
}
#feature p {
	font-weight: bold;
}
/* end site content */


/* footer settings and placement */
#footer_copyright {
	text-align: center;
	margin-top: 5px;
	
}
#footer_copyright p{
	margin: 0 auto;
	padding: 2px;
	margin-bottom: 25px;
	
}
/* Fin! */







