﻿/* setup fluid length */
#mpContent, #mpContentCenter {
	height: 100%;
}

/* Contact page ------------------------------- */

#contact h3 {
	font-size: 18px;
	color: #0000CC;
	margin: 13px;
}
#contact p {
	font-size: 12px;
	color: #000;
	margin: 13px;
}

#contact form {
	padding: 0 20px;
	width: 80%;
}

#contact label {
	clear: left;
	float: left;
	width: 80%;
	font-size: 12px;
	color: #000;
	padding-top: 0.5em;
}

#contact span.req {
	color: #c00;
	font-weight: bold;
	padding-right: 3px;
}

#contact.submit, #contact .textbox {
	text-decoration: none;
	font-weight: bold;
	color: Navy;
	margin-bottom: 0.8em;
}


/* Response Page */

#response {
	font-size: 12px;
	color: #000;
	margin: 13px;
}


/* Insert Styles *------------------------------- **/

#featuredProduct {
}

#featuredProduct .headline {
   margin: 30px;
}

#featuredProduct ul {
   list-style-position:outside;
   list-style-type: square;
   margin-left:30px;
   margin-bottom: 10px;
}
#featuredProduct ul li {
   margin-bottom: 3px;
}

#featuredProduct  ul li a {
   font-size: 12px;
   text-decoration: none;
   padding-right: 12px;
   
}
#featuredProduct  ul li a:hover {
   text-decoration: underline;
   
}
