body {
  background: #C0C0C0;
  MARGIN: 0 0 0 0;
}
.container {
    
	width: 760px;
	text-align: left;
	MARGIN: auto;
	position:relative;
	border: 1px solid black;
	 background: #FFFFFF;
}
.header {
	border: 0px solid blue;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 760px;
	
}
.nav {
	height: 24px;
	
	color: #222A2F;
	width: 760px;
	
}
.leftNav {
	height: 24px;
	width: 222px;
	float:left;
	text-align: center;
}

.mainContent {
	width: 538px;
	padding: 0px 0px 0px 0px; 
	float:right;
	text-align: center;
}

.footer {
    width: 760px;
	background-color: #262F35;
	text-align: right;
	padding: 2px 0px 2px 0px; 
	
	clear: both; 

	
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.topSpacer {
	height: 16px;
	width: 760px;
	text-align: center;
}
.bottomSpacer {
	height: 20px;
	width: 760px;
	text-align: center;
	clear: both; 
}


.prods_wrapper{width:152px;height: 220px;text-align:center;color:red;float:left;margin-right:10px;padding-bottom:10px;}
	.prods_wrapper img{ }
	.prods_wrapper a {color:#383838;font-size:15px;text-decoration:none;}
	
.prods_image_wrapper {
	width: 150px;
	overflow: hidden;
	border:1px solid #999999;
}
.featured_button{}

.product_wrapper{display:block;}
		.product_wrapper img{float:left;margin-right:20px;border:1px solid #888}
		.product_wrapper span{font-size:15px;color:red;}
		
		
.team_Wrapper{width:279px; border-top:1px solid #d7d7d9; border-bottom:1px solid #d7d7d9; padding:7px; text-align:left;}
	.team_Wrapper img{margin-right:10px;}
	.team_Wrapper span.name{color:#335580; font-weight:bold; font-size:14px;}
	.team_Wrapper span.title{color:#63717b; font-size:11px;}
	.team_Wrapper p.email{color:#464646; font-size:12px; margin:8px 0px 0px 0px;}
	.team_Wrapper p.email a{color:#464646;}
	.team_Wrapper p.info{color:#8b8a8a; font-size:11px;}
.team_Wrapper.small{ height:57px; background:url(../images/team_small_bg.jpg); margin-top:4px; }
.team_Wrapper.big{width:300px; height:115px; background:url(../images/team_big_bg.jpg); float:left; margin:10px 12px 0px 0px;}

.fl{float:left;}
