﻿/* CSS Homepage Styles: /include/css/homepage.css */

/* Contains all the styles that pertain exclusivly to the homepage
 of the website. */

body { margin: 0; background: #fff url(../../images/home/bg.gif) repeat-x; }

#banner { background: transparent url(../../images/home/banner.gif) no-repeat; margin-top: 1px; width: 535px; height: 236px; }
.PromoBack 
{
	padding: 0 8px 5px 10px;
	border-left: solid 3px #eae7e3; 
	border-right: solid 3px #eae7e3;
	background-color: #fff;
	-moz-opacity: 0.9; 
	opacity:.90; 
	filter:alpha(opacity=90);
	width: 180px;
}
.PromoBack p { margin-top: 5px; font-size: 11px; line-height: 13px; }
.PromoBack a:link, a:visited, a:active { font: 11px Arial; }

#VerticalPipe { width: 29px; height:268px; background: url(../../images/home/vPipe1.gif) no-repeat; }
#VerticalPipe2 { width: 25px; height:268px; background: url(../../images/home/vPipe2.gif) no-repeat; }