/******************************************************************************
 * Content CSS
******************************************************************************/	
div#home-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#services-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#sales-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#serviceEnquiries-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#jobs-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#commercial-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#residential-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#contact-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#accessibility-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#sitemap-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

div#members-productPush { background: url(../_images/productPush-bg.jpg) no-repeat; }

/******************************************************************************
 * Shared Elements
******************************************************************************/
div.productPush {
	float: right;
	width: 197px;
	height: 384px;
	margin: 0px; }
	
html>body div.productPush {
	min-height: 384px;
	height: auto; }

span.bullet {
	display: inline-block;
	margin-left: 4px;
	padding-left: 12px; }

div#outerWrap {
	float: left;
	margin: 0;
	padding: 0;
	width: 800px; }
	
div#contentWrap {
	float: left;
	height: 360px; 
	padding: 10px 0 20px 26px;
	width: 510px; }
	
html>body div#contentWrap {
	min-height: 360px;
	height: auto; }

/******************************************************************************
 * Commercial Customers
******************************************************************************/
div#contentWrap a.dropDown {
	background: 4px center no-repeat;
	color: #555;
	float: left;
	height: 12px;
	padding: 8px 5px 8px 16px;
	text-decoration: none;
	width: 500px; }
	
div#contentWrap a.dropDown:hover { color: #000; text-decoration: none; }
	
div#contentWrap a.closed {
	background-color: #efefef;
	background-image: url(../_images/sm-arrow-right.gif);
	margin-bottom: 25px; }
	
div#contentWrap a.open {
	background-color: #ddd;
	background-image: url(../_images/sm-arrow-down.gif); }

div#contentWrap div.subContent { float: left; margin-bottom: 0px; padding: 0 16px; }

/******************************************************************************
 * User Change Details
******************************************************************************/
td strong.details {
	float: right;
	text-align: right;
	width: 160px; }
	
td span.details {
	float: left;
	margin: 2px 0 4px 0;
	padding: 0 0 0 14px;
	width: 300px; }

/******************************************************************************
 * callBackForm
******************************************************************************/
form#callBackForm {
	width: 143px;
	height: 190px;
	margin: 10px 9px 8px 11px; }
 
form#callBackForm input.text {
	float: left;
	width: 130px;
	padding: 0px;
	margin: 2px 0 4px 0;
	border: 1px solid #ccc; }
 
form#callBackForm button.submit {
	float: right;
	border: none;
	width: 42px;
	height: 18px;
	margin-right: 5px;
	padding: 0px;
	background-image: url(../_images/submitButton.jpg); }

html>body form#callBackForm input.submit { margin-right: 10px; }

form#callBackForm p {
	float: left;
	width: 140px;
	font-size: 9px;
	margin: 2px 0 4px 0;
	line-height: 13px;
	color: #555; }
	
html>body form#callBackForm p { margin: 0; }

form#callBackForm label {
	float: left;
	width: 140px;
	font-size: 9px;
	color: #555; }

/******************************************************************************
* Generic Form Formating
******************************************************************************/
table {
	float: left;
	margin: 0 30px 40px 0; }
	
table span {
	float: left;	
	padding: 2px; }
	
table label {
	float: right;
	font-weight: bold;
	padding: 0 14px 0 0;
	text-align: right; 
	width: 160px; }
	
table label strong { color: #f00; }

input.text, select.select, textarea {
	background: #fff;
	border: 1px solid #888888;
	float: left;
	margin: 3px 0;
	padding: 2px;
	width: 300px; }
	
input.text:hover, select.select:hover, textarea:hover { border: 1px solid #399d28; }

input.text:active, select.select:active, textarea:active { border: 1px solid #399d28; }

input.text:focus, select.select:focus, textarea:focus { border: 1px solid #399d28; }

input.submit { 
	background: #a4dcaf;
	border: 1px solid #399d28;
	display: block;
	float: left;
	margin: 4px 16px 0 0; }
	
div.radio {
	float: left;
	height: 24px;
	width: 50px; }
	
div.radio input { padding: 0; margin: 4px 0; display: inline-block; }

div.radio span { float: none; padding: 0; margin: 2px 4px 0px 4px; display: inline-block; }

form#servicesForm, form#salesForm {
	clear: both;
	float: left;
	margin: 0 30px 25px 0;
	position: relative; }

/******************************************************************************
* Contact us page
******************************************************************************/
div#map {
	background: url(../_images/Map.jpg) no-repeat top center;
	float: left;
	width: 510px;
	height: 271px;
	margin: 0 0 25px 0; }

p.contact { float: left; width: 140px; }

p.contact#left { padding: 0 5px 0 0; }

p.contact#middle { padding: 0 5px 0 5px; width: 160px; }

p.contact#right { padding: 0 0 0 30px; }