/*-----------------------------------------------------------------------------
Main Style Sheet created for Bensons Brand Builders

Version:        1.0
Created:        2nd November 2009
Last Edited:    Not Applicable
Edits Made:     Not Applicable
Edited by:    	Not Applicable
Coded by:       Richard Dale
Company:        Qwerty Design
Email:          richard@qwerty-design.co.uk
Website:        http://www.qwerty-design.co.uk/
-----------------------------------------------------------------------------*/
div#reactaWrap {
	width: 952px;
	height: auto;
	border: 4px solid #d6dadd;
}

div#reactaInner {
	width: 912px;
	height: 1670px;
	background: url(images/brandbuilder/reactaformGradBottom.jpg) left bottom repeat-x;
	margin: 20px;
	position: relative;
}

div#reactaInner h1, div#reactaInner h2 a:link, div#reactaInner h2 a:visited, div#reactaInner h2,
div#reactaInner h3, div#reactaInner h4 {
	font-family: Helvetica, Arial, sans-serif;	
	font-weight: bold;
	color: #333;
}

div#reactaInner h1.strapLine {
	margin: 5px 0 0 20px;
	font-size: 21px;
}

div#reactaInner p.introPara {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	width: 495px;
	margin: 5px 0 0 20px;
}

/*Unordered list controlling the Reactaform Products*/
div#reactaInner ul#reactaProducts {
	width: 507px;
	height: 960px;
	background: url(images/brandbuilder/genericDottedLineHoriz.gif) left center repeat-x;
	margin: 5px 0 0 20px;
	padding: 0;
}

div#reactaInner ul#reactaProducts li {
	width: 243px;
	float: left;
	list-style-type: none;
}

div#reactaInner ul#reactaProducts li img {
	border: 5px solid #cfd0d4;
}

/*Controls right column of products*/
div#reactaInner ul#reactaProducts li.prod2, div#reactaInner ul#reactaProducts li.prod4 {
	margin-left: 21px;
}

/*Controls top row of products*/
div#reactaInner ul#reactaProducts li.prod1, div#reactaInner ul#reactaProducts li.prod2 {
	height: 470px;
}

/*Controls bottom row of products*/
div#reactaInner ul#reactaProducts li.prod3, div#reactaInner ul#reactaProducts li.prod4 {
	margin-top: 20px;
	height: 470px;
}

div#reactaInner ul#reactaProducts li h2 {
	font-size: 18px;
}

div#reactaInner ul#reactaProducts li h2 a:hover {
	text-decoration: none;
}

div#reactaInner ul#reactaProducts li p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	width: 235px;
}

div#reactaInner ul#reactaProducts li h3, div#reactaInner ul#reactaProducts li h4 {
	font-size: 14px;
}

div#reactaInner ul#reactaProducts li h4 {
	padding-top: 3px;
}

/*Unordered list controlling the Reactaform Facts*/
div#reactaInner ul#reactaFacts {
	width: 345px;
	height: auto;
	float: right;
	margin: 5px 20px 0 0;
}

*html div#reactaInner ul#reactaFacts {
	width: 325px;
	margin: 5px 10px 0 0;
}

div#reactaInner ul#reactaFacts li {
	width: 343px;
	height: 150px;
	border: 1px solid #aeb0b1;
	background: url(images/brandbuilder/genericFactsGrad.jpg) repeat-x;
	margin-bottom: 20px;
	list-style-type: none;
}

div#reactaInner ul#reactaFacts li h2 {
	margin: 14px 0 0 16px;
}

div#reactaInner ul#reactaFacts li img {
	border: 3px solid #cfd0d4;	
	margin: 10px 12px 0 16px;
	float: left;
	display: inline;
}

div#reactaInner ul#reactaFacts li p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	margin: 10px 20px 0 0;
	padding: 0;
}

/*Two Header H5's for the bottom two logos*/
div#reactaInner h5.relyon, div#reactaInner h5.bensons {
	text-indent: -99999px;
	position: absolute;
	bottom: 20px;
}

div#reactaInner h5.relyon {
	width: 128px;
	height: 53px;
	left: 20px;
	background: url(images/brandbuilder/reactaformRelyonLogo.jpg) no-repeat;
}

div#reactaInner h5.bensons {
	width: 131px;
	height: 75px;
	right: 20px;
	background: url(images/brandbuilder/reactaformBensosLogo.jpg) no-repeat;
}