
/*************************
  Bloom Media Ltd.
  'Generic' CSS Stylesheet
  Author: Ben Davies
  Date: 01/08/06
**************************/

/*************************
  Section Header
**************************/
DIV#sectionHeader {
	display:block; 
	float:none; 
	clear:both; 
	width:800px;
	margin-top:10px; 
	margin-bottom:10px;
	/* background-image:url('/images/marketingheader.gif'); */
	background-repeat:no-repeat;
}

/*************************
  Page Content
**************************/
#midback {


	padding:0;
	margin:0;
	background-image:url(../images/bluefern.gif);
	background-position:640px 100%;
	background-repeat:no-repeat;
}

/*************************
  Call to Action / Services
**************************/
TABLE#callsToAction {
	border:none;
	border-collapse:collapse;
}
TABLE#callsToAction TD {
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
TABLE#callsToAction TD H2 {
	display:block; 
	margin:0; 
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-family:Impact;
	word-spacing:2px;
	font-size:0.9em;
	font-weight:normal;
	text-transform:uppercase;
}
TABLE#callsToAction TD#action-one {
	width:596px;
	background-color:#666666;
}
TABLE#callsToAction TD#action-four {
	width:203px;
	border-right:none;
	background-color:#999999;
}

