/* This is the generic style sheet used for layout of ALL brand and product pages.  
   Each unique brand also has a unique style sheet which applies specific 
   colours/images relative to that brand */

/*Using image instead of Flash */
#flashDiv img {
	padding:0;
	margin:0;
	}

/*general content div rules */
#content div {
	text-align:left;
	color:#314095;
	}
#content div ul {
	list-style-type:none;
	}
/*#content div ul li {
	font-size:80%;
	}*/

#content #ctaBox {
	padding:0 12px 12px 12px;
	}
	
#content #ctaBox h3 {
	margin:7px 0;
	font-size:110%;
	}

#content #ctaBox #clear {
	_height:24px;
	}
#content #ctaBox div.leftHead {
	float:left;
	width:457px;
	}
#content #ctaBox div.rightHead {
	float:right;
	width:457px;
	}

#content #ctaBox div.left {
	float:left;
	width:457px;
	}
#content #ctaBox div.right {
	float:right;
	width:457px;
	}

#content #ctaBox div.leftButton {
	float:left;
	width:457px;
	}
#content #ctaBox div.rightButton {
	float:right;
	width:457px;
	}

	
/* Styles for Product pages */

#productInfo {
	text-align:left;
	padding:24px;
	border-bottom:1px solid #B7E0FE;
	}
	
#productInfo div {
	float:left;
	width:284px;
	}
#productInfo div h3 {	
	font-size:160%;
	margin:0px;
	}

#productInfo #middle {
	width:270px;
	margin:0px 24px;
	text-align:center;
	}
#productInfo #last {
	width:270px;
	}
	

	
/* styles for the FAQ footer */
#brandFoot {
	width:960px;
	text-align:left;
	min-height:61px;
	margin:0px 0 0 0;
	}
#brandFoot .faq {
	background:url(../images/brandHub/faqDivider.gif) 0% 50% no-repeat;
	margin:6px 0 0 12px;
	padding:0 12px;
	height:110px;
	float:left;
	width:285px;
	height:120px;
	}
#brandFoot #last.faq {
	padding:0 0 0 12px;
	}
#brandFoot #first.faq {
	background:none;
	padding:0 12px 0 0;
	}
#brandFoot .faq h3 {
	padding:0 0 0 23px;
	font-size:110%;
	margin:12px 0 12px 0;
	}
#brandFoot .faq ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#brandFoot .faq ul li {
	margin:0 0 0 25px;
	}
#brandFoot div ul a:link, #brandFoot div ul a:visited {
	color:#444;
	}

#footerImage {
	height:62px;
	width:960px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:none;
	clear:both;
	}
	


