body{
color:#0055a5;
}
img{
border-width:0px;
}
#main{
width:800px;
margin:0px auto;
border:4px solid #0055a5;
background: none repeat scroll 0 0 #FFF000;

}
#content{
	background-color: white;
    margin: 0 20px 20px;
    padding: 20px;
}
#mainContent
{
	margin: 0 0 0 40px;
	font-size: 20px;
}
#featuredProducts
{
	
}
#footer{
width:800px;
margin:5px auto;
padding-left: 10px;
font-size: 12px;
}
#menu
{
clear:both;
}
#menu li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#purpose{
background-image: url("/static/img/CTATop.jpg");
    font-size: 17px;
    height: 70px;
    margin: 12px 0 0 60px;
    padding: 31px 0 0 41px;
    width: 450px;
}
#header div{
float:left;
/*display:inline;*/
}
#featuredProducts div{
float:left;
text-align: center;
}
#product{
background-image: url("/static/img/CTA.jpg");
    height: 170px;
    margin: 0 6px 20px -3px;
    width: 241px;
}
#productTitle{
    font-size: 20px;
    position: relative;
    top: 130px;
}
#featuredProductsTitle{
	clear: both;
    font-weight: bold;
    margin: 130px 0 0;
}
#mainTitle{
    font-size: 20px;
    font-weight: bold;
}
#contentWhite {
    background-color: white;
    margin: 0 20px 20px;
    padding: 20px;
}

.clear
{
clear:both;

}

a.button-link,
div.blue-button-wrapper > input[type=button].blue-button,
input[type=submit].blue-button,
button.blue-button,
button, html input[type="button"], input[type="reset"], input[type="submit"]{
    background-color: #0055a5;
    border: 2px solid #0055a5;
    color: #fff;
    display: inline-block;
    font-family: "franklin_gothic_fsdemi";
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
}