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

#body_content h2#shop_h2, #body_content h2#free_h2, #body_content h2#join_h2, #body_content .kits_link {
	float: left;
	display: block;
	height: 26px;
	margin: 0px;
	padding:0px
}
#body_content #shop_header, #body_content #free_header, #body_content #mailing_header{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #00ACEE;
}

#body_content #mpc_kits{
	background: url(../images/shop_headers/header_mpc.gif) left top no-repeat;
	width: 111px;
}

#body_content #sample_kits {
	background: url(../images/shop_headers/header_sample.gif) left top no-repeat;
	width: 165px;
	margin-left: 17px;
}

#body_content .kits_link {
	margin-left: 10px;
	text-indent: -5000px;
}

#body_content .mpc_kits_header{
	background: url(../images/shop_headers/header_mpc.gif) left top no-repeat;
	width: 111px;
	height: 26px;
	margin-bottom: 5px;
	margin-left: 40px;
}

#body_content .sample_kits_header {
	background: url(../images/shop_headers/header_sample.gif) left top no-repeat;
	width: 165px;
	height:26px;
	margin-bottom: 5px;
	margin-left: 40px;
}


/*************LANDING**************/

#mpc_landing, #sample_landing {
	float: left;
	padding-top: 10px;
}

#shop_landing .mpc_kits_header, #shop_landing .sample_kits_header {
	margin-bottom: 10px;
}

#shop_landing img{ margin-left: 40px;}

#body_content #mpc_kits.hidden, #body_content #sample_kits.hidden, .hidden {display: none;}

