@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(typography.css);

body{
	background:#063355;
	}
	
#container{
	width:100%;
	height:auto;
	}
	
/*********header, icnludes nav and email link******************/
#header_container{
	width:100%;
	height:145px;
	background:#ffffff;
	}
	
#header img{
	margin:0px;
	}
	
#header p{
	margin:-75px -50px 0 0;
	color:#01101f;
	}
	
/**********end header************/

/*************begin feature*****************/
#feature_container{
	width:100%;
	height:auto;
	background:#000000;
	}
	

		
#feature_container h2{
	padding:0 0 10px 0;
	}
		
#feature_container li{
	color:#FFFFFF;
	padding:0 0 5px 0;
	}
	
/**********end feature************/

/***************begin main content for homepage only***********/
#main_content_container{
	width:100%;
	background:none;
	height:auto;
	}
	
/*************end main content***************/

/**************begin footer container**************/
#footer_container{
	width:100%;
	height:145px;
	background:#0c7688;
	}
	
/***************wrap*************/
.wrap{
	position:relative;
	margin:auto;
	width:840px;
	}
	
.left{
	float:left;
	width:500px;
	margin:25px 0 0 0;
	padding:5px 5px 25px 5px;
	}
.right{
	float:right;
	width:310px;
	margin:25px 0 0 0;
	padding:5px 5px 25px 5px;
	}
.right img{
	float:left;
	padding:5px 5px 0 0;
	}
	
/******************navigatin styling***********/
#navigation{
	padding-bottom:10px;
	border:#00CC33;
	}
.nav li{
	float:left;
	list-style:none;
	padding:0 4px 0 4px;
	border-right:#003e68 1px solid;
	}
	
#last{
	border:none;
	}
	
	
.nav a:hover{
	background:#c3d8e8;
	}
	
.nav li a.selected{
	background:#00FF00;
	}
	
	
/*********************accessories******/

table{
	position:relative;
	margin:25px auto;
}

table img{
	border:#7fe5f5 1px solid;
}	


td{
	padding:0 45px 45px 0;
	color:#FFFFFF;
	text-align:center;
	}
	
/*********end accessories************/


	
input{
	background:#deebf1;
	width:200px;
	}
	
textarea{
	background:#deebf1;
	width:225px;
	height:135px;
	}
	
.form{
	margin:0;
	}
	
.form td{
	padding:0 5px 5px 0;
	}
	
.left_form{
	float:left;
	}
.right_form{
	float:right;
	}
#form_wrapper{
	width:500px;
	margin-top:25px;
	margin-bottom:25px;
	}
	
#pill{
	background:url(../images/contact/but_bg.gif) no-repeat;
	color:#ffffff;
	width:79px;
	border:none;
	}
	
	
#e_info{
	padding-top:20px;
	}
	
#e_info a{
	color:#ffffff;
	text-decoration:none;
	}
	
#e_info a:hover{
	color:#7fe5f5;
	}

.noBorder{border: none; padding-top:3px;}

#productsArray{margin:0px auto; width: 877px;}