@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, 'MS Sans Serif', 'MS Serif', Geneva, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 21px;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 12px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px dotted #044978;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
	padding-bottom: 10px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}

.border {
	border: 1px solid #666666;
}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	color: #e0922f;
	font-weight: normal;
	border-bottom: 1px dotted #044978;

}

h2 {
	margin: 0px;
	line-height: normal;
}

h6 {
	color: #949c5b;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}

.smaller {
	line-height: 18px;
}

.red {
	color: #a9222a;
}

/* ------- LAYOUT ------- */

.wrapper {
	margin: 0 auto;
	width: 990px;

	
}
#main-wrapper {
	background-image: url(../images/bg-main.jpg);
	

}

.main1 {
background-image:url(../images/top.png);
	background-position: top;
	background-repeat: repeat-x;
}



.main2 {
background-image:url(../images/bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}



#main-container {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image:url(../images/bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
		min-height: 550px;


}

#top {
	
	background-color: #FFFFFF;
	height: 58px;
		z-index: 100;
		

	
	
}

#top-right {
	float:right;
	margin-top: 22px;
}

#logo {
	float: left;
	position: absolute;
	left: 24px;
	z-index: 200;
} 

#menu {
	background-color: #044978;
	height: 38px;
	border-bottom: 1px solid #fff;
	text-align: right;
}

#flash {
	height: 308px;
	border-bottom:1px solid #cccccc;
}

#sub-container {
	padding: 24px;
}


#footer {
	font-size: 10px;
	color: #999999;
	padding: 15px 0;
	background-color: #FFFFFF;
	clear: both;
	
}

#footer a {
	color: #999999;
	text-decoration: underline;

	
}

#footer a:hover {
	text-decoration: none;
	
}

#left-column {
	float: left;
	display: inline;
	width: 197px;
	padding-right: 24px;
	
}

.newsletter-width {
	width: 197px;
	margin-bottom: 15px;
	color: #666666;
}


.contact-width {
	width: 220px;
	margin-bottom: 15px;
	color: #666666;
}

#right-column {
	float: left;
	display: inline;
	background-image: url(../images/shadow1.gif); 
	background-repeat: no-repeat;
	min-height: 270px;
	width: 695px;
	padding-left: 24px;
		
}
#home-middle {
	float: left;
	display: inline;
	width: 415px;
}

#home-middle h1 {
	border-bottom: none;
}

#home-right {
	float: left;
	display: inline;
	width: 256px;
	background-image: url(../images/shadow2.gif); 
	background-repeat: no-repeat;
	min-height: 270px;
	padding-left: 24px;
}
	
#sub-middle {
	float: left;
	display: inline;
	width: 480px;
	padding-right: 16px;
}


#sub-right {
	float: left;
	display: inline;
	width: 175px;
	background-image: url(../images/shadow2.gif); 
	background-repeat: no-repeat;
	min-height: 270px;
	padding-left: 24px;
}

#flashcontent {
	height: 500px;
	margin-top: 10px;
}

#quote td {
	padding-bottom: 10px;
	padding-right: 2px;
	border: 1px solid #CCCCCC;
	line-height: 16px;
}

.quote-head td {
	background-color: #949c5b;
	color: #FFFFFF;
}

.quote-head h6 {
	color: #FFFFFF;
}


.quote2 td {
	background-color: #c2d4e5;
}


.breadcrumb {
	color: #044978;
	text-transform: uppercase;
	font-size: 10px;
}

.breadcrumb a {
	color: #044978;
}

#products td {
	padding-right: 2px;
	line-height: 16px;
}	
