

#maincallout {
	position: relative;
        margin-top: -15px;
        padding: 0px 0px 0px 0px;
        width: 890px;
        height: 420px;
        background: url('images/maincallout.png');
        margin-left: 5px;
        margin-top: 5px;
        
}

#calloutimg1 {
position: absolute;
top: 18px;
left: 17px;
    background: #eae9e9;
    width: 850px;
    height: 380px;
    z-index: 3;

}

#calloutimg1 img {
    width: 856px;
    height: 386px;
   position: absolute;
}

#calloutimg1 span {
display: block;
font-family: league gothic;
font-size: 26px;
font-weight: normal;
position: absolute;
text-transform: uppercase;
top: 18px;
left: 20px;
width: 750px;
height: 32px;
overflow: hidden;
color: #00519a;
z-index: 4;
line-height: 28px;
}

#calloutwhite {
	position: absolute;
	background: url('images/calloutwhite.png') no-repeat;
	top: 0px;
	left: 0px;
	width: 856px;
	height: 63px;
}



#viewprop {
	position: absolute;
	display: block;
	width: 227px;
	height: 39px;
	top: 99px;
	left: 37px;
	background: url(images/view_prop.png) bottom;
	text-indent: -99999px;
	z-index: 5;
}

#viewprop:hover {
	background-position: 0 0;
}


#content {
border-bottom: 1px solid #00519a;
width: 856px;
text-align: left;
padding: 10px;
margin-left: auto;
margin-right: auto;

}

.bodytext {
	float: left;
    width: 392px; 
	padding: 0px 11px 16px 0px;
	
}

.bodytext p {
	color: #666666;
   padding: 3px 0px 0px 0px;       
}

.bodytext h2 {
font-family: 'BebasNeueRegular', Arial, sans serif;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	color: #00519a;
    padding: 10px 0px 0px 0px;

} 


#leftcallout {
margin-right: 50px;

}


#container {
	text-align:center;
	width: 874px;
	margin-left:13px;
	padding-top:20px;
	padding-bottom: 0px;
	
}

#container h2 {
font-family: 'BebasNeueRegular', Arial, sans serif;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
	color: #00519a;
	line-height: 19px;
	
} 

.retail {
 	float:left;
	width: 264px;
	height: 240px;
	padding-bottom: 0px;
	overflow: hidden;

}

.retail img {
	width: 264px;
	height: 190px;

}


.spacer {
margin-right:40px;

}







.home_button {
   display: block;
   margin: 15px 0px 10px 20px;
}




