@charset "utf-8";
/* CSS Document */


/* BASIC SITE SECTIONS */
/* 
	sections that are not in use should be made hidden:
	display: none;
	visibility: hidden;
*/

div#container {
	width:760px;	/* usually 760 for zippy websites */
	margin:0 auto;
}

div#container_gradient_wrap {	/* usually in use when the design calls for a gradient background */
	
}

div#header {
}


/* STYLES FOR NAVIGATION */


/* END OF STYLES FOR NAVIGATION */


/* STYLES FOR MAIN BODY AREA */


div#body_canvas {
}

div#sub_panel {
	display:none;
}

div#content_panel {
	margin-top:10px;
}

div#content_panel_textbox {
	/*padding-left:0px;
	padding-right:0px;*/
}

	div#content_panel_textbox h1{
		margin-top:10px;
		}
	
	div#content_panel_textbox a{
	font-weight:bold;
	font-size:9px;
	color:#16A133;
	}
	
	div#content_panel_textbox a:hover{
	text-decoration:underline;
	}

	div#welcome{
		height:140px;
		margin-bottom:10px;
	}
	
		div#welcome_pic {
		float:left;
		
		}
		
		div#welcome_textbox{
			margin-left:214px;
			padding-left:15px;
		}
		
		div#welcome_textbox h1{
			clear:none;
		}
	
	
	div#product_feature{
	clear:both;
	padding-top:10px;
	border-top:solid 1px #c6c6c6;
	}
	
	div#product_feature h1{
	margin-top:0px;
	}
	
		div.featured_products {
		float:left;
		width:180px;
		margin-right:10px;
		margin-bottom:10px;
		}
		
		div.featured_products_caption{
		width:175px;
		text-align:center;
		padding-top:5px;
		}

div#body_base {
clear:both;
}


/* END OF STYLES FOR MAIN BODY AREA */

/* END OF BASIC SITE SECTIONS */

/* OTHER SITE- OR PURPOSE- SPECIFIC STYLES GO HERE */

div.product_thumb{
	float:left;
	width:170px;
	margin-right:10px;
	margin-bottom:10px;
}

div.product_thumb_caption{
	margin-top:5px;
	text-align:left;
}

div#conveyor {
	padding-bottom:10px;
}
