@charset "UTF-8";
h3 {
padding:0px;
margin:0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0 0 12px;
	margin-top:24px;
	text-align: left; 
	color: #CCCCCC;
}
.spacer {
	background-color:#FFF;
	height:12px;
	clear:both;
}
.twoColFixRtHdr #container { 
	width: 972px;  
	padding-top:0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px;
} 

#iespacer {
	display:none;
	}
	
.header {
	
	
}
#mainContent {
	float:left;
	width:613px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 346px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin:0px;
	padding-bottom: 14px;
	background-image:url(../images/brder.gif);
	
	}

.twoColFixRtHdr #mainContent { 
	margin: 0 357px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	padding-bottom: 14px;
	background-image:url(../images/brder.gif);
	background-repeat:no-repeat;
	
} 
.twoColFixRtHdr #sidebar2 {
	float: right; 
	width: 346px;
	background-color:#FFFFFF;
	padding: 0px 0x 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	}

.twoColFixRtHdr #mainContent2 { 
	padding: 0px; 
	margin: 0px 0px 0px 0px;
} 
.twoColFixRtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top:0px;
	background-color:#CCCCCC;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.form td {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
	/**************   biz-r credit     ********/

.credit {
width:500px;
float:left;
text-align:left;
padding:12px 0px 0px 0px;
margin:0px 0px 0px 0px;
height:8px;
font-size:9px;
color:#546169;
}
.credit a {
font-size:9px;
color:#546169;
text-decoration:none;
}
.made {
text-align:left;
margin:0px;
height:8px;
padding: 6px 0px 6px 0px;
font-size:9px;
color:#546169;
}
.made a{
text-decoration:none;
color:#546169;
}
.made a:hover{
text-decoration:none;
color:#546169;
}
div.heart {
	width: 11px; height: 8px;
	margin: 0;
	background-image:url("http://www.rebeccaroundhill.co.uk/images/heart.gif");
	background-repeat:no-repeat;
	background-position:left;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	}
div.heart span {
	display: none;
	margin:0; padding: 10;
	}