/* Main content */

#content #homeMiddle { 
	clear: both;
	background-color: #ffffff;
	/*overflow:auto;*/
	width: 980px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
	
	
	
#featureHeader { 
	width: 980px;
	height: 375px;
	clear: both;
}



/* FEATURED PRODUCTS */



#featuredTitle { 
	float: left;
	width: 980px;
	height: 22px;
	clear: both;
	margin-top: 31px;
}


	
	
#productDiv { 
	width: 194px;
	/*height: 285px;*/
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	display: inline;
	overflow: hidden;
}

#productDiv a.productImageLink { 
	display: block;
	}


#productDiv a.productImageLink img { 
	display: block;
	width: 194px;
	height: 231px;
	}
	
#productDiv .productDivTextBox{
	background-color: transparent;
	margin-left:7px;
	margin-right:7px;
	margin-top: 5px;
}



#productDiv .productDivTextBox h1 { 
	font-weight: bold;
	font-size: 10px;
	color: #dc4503;
	background-color: transparent;
	text-decoration: none;
	margin-bottom: 3px;
}
#productDiv .productDivTextBox h1 a{ 
	font-weight: bold;
	font-size: 10px;
	color: #dc4503;
	background-color: transparent;
	text-decoration: none;
	margin-bottom: 3px;
}
#productDiv .productDivTextBox p { 
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #241005;
	background-color: transparent;
	text-decoration: none;
}
	
#productDiv .productDivTextBox a:hover, #productDiv .productDivTextBox a:active { 
	text-decoration: underline;
	color: #dc4503;
}

	
#productDiv .productDivTextBox a:hover p, #productDiv .productDivTextBox a:active p { 
	text-decoration: underline;
	color: #dc4503;
}


/* ONLINE CATALOGS*/



#catalogs { 
	float: left;
	width: 980px;
	height: 215px;
	clear: both;
	background:#f5f7f6 url('../images/home_catalogs_bgnd.png') no-repeat top;
	/*background-image: url(../images/home_catalogs_bgnd.png);*/
}
#catalogs .catalogDiv { 
	/*width: 194px;
	border: 2px solid red*/ 
	/*margin: top right bottom left;*/
	margin: 22px 0px 15px 36px;
	float: left;
	display: inline;
	
}

.catalogDiv a.catalogImageLink { 
	display: block;
	}


.catalogDiv a.catalogImageLink img { 
	display: block;
	}
	
.catalogDiv .catalogDivTextBox{
	background-color: transparent;
	margin-top: 5px;
}



.catalogDiv .catalogDivTextBox h1 {  
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #241005;
	background-color: transparent;
	text-decoration: none;
}
.catalogDiv .catalogDivTextBox h1 a{  
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-decoration: underline;
	color: #dc4503;
	background-color: transparent;
	text-decoration: none;
}
	
.catalogDiv .catalogDivTextBox a:hover, #catalogDiv .catalogDivTextBox a:active { 
	text-decoration: underline;
	color: #dc4503;
	
}




/* AFFILIATIONS*/



#affiliations { 
	float: left;
	width: 980px;
	clear: both;
	margin-bottom: 30px;
	display: inline;
}
#affiliations #affiliationsDiv { 
	width: 167px;
	height: 97px;
	/*margin: top right bottom left;*/
	margin: 0px 14px 14px 14px;
	/*border: 1px solid red;*/
	float: left;
	display: inline;
	
}

#affiliationsDiv a.affiliationsImageLink { 
	display: block;
	}


#affiliationsDiv a.affiliationsImageLink img { 
	display: block;
	}
	
#affiliationsDiv .affiliationsDivTextBox{
	background-color: transparent;
	margin-top: 5px;
}



#affiliationsDiv .affiliationsDivTextBox h1 {  
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #241005;
	background-color: transparent;
	text-decoration: none;
}
#affiliationsDiv .affiliationsDivTextBox h1 a{  
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #241005;
	background-color: transparent;
	text-decoration: none;
}
	
#affiliationsDiv .affiliationsDivTextBox a:hover, #affiliationsDiv .affiliationsDivTextBox a:active { 
	text-decoration: underline;
	color: #dc4503;
}


