*, body {
	font-family: Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 62.5%;
}

div#banner1{
  width: 160px;
  height: 560px;
 float: left;
}

div#banner2{
  width: 160px;
  height: 560px;
  float: right;
}

div#banner1 img,
div#banner2 img
{
  border: none;
}



div#wrapper1 {
	margin-top: 24px;
	text-align: center;

	overflow: hidden;
}


div#wrapper2 {
	width: 960px;
	margin: 0 auto;

	position: relative;

	overflow: hidden;
}


div#wrapper3 {
	width: 600px;
	margin: 0 auto;
	padding: 0;

	border-style: solid;
	border-width: 0px;
	border-top-color: #A0376E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #A0376E;
	border-right-width: 1px;
	border-right-color: #EFEFEF;

	position: relative;
}


div#wrapper4 {
	text-align:left;

	position: relative;

	background-color: #FCFCFC;
	background-image: url('/images/rightsideextras_background.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}




div#leftSide {
	width: 450px;
	/*min-height: 400px; /* Target is 500px but we substract the bottom padding. */
	margin: 0;
	padding: 0;
	/*padding-bottom: 100px;*/

	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;

	border-style: solid;
	border-width: 0px;
	border-right-color: #D5D5D5;
	border-right-width: 1px;
	border-left-color: #DFE8ED;
	border-left-width: 1px;

	position: relative;

	text-align: left;
}


div#main {
	padding: 0;
	margin: 0;

	position: relative;

	text-align: left;
	min-height: 250px;


	/*border: 1px dotted #FF6633;*/
}





div#rightSide {
	position: absolute;
	top: 0;
	left: -10px;
	width: 620px;

	text-align: left;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}



#freephone {
	color: #A0376E;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: left;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;

	border-style: solid;
	border-color: #D5D5D5;
	border-width: 0px;

	margin-left: 460px;
	margin-right: 10px;
	padding-left: 12px;

	background-image: url('/images/freephone_background.gif');
	background-repeat: repeat-x;
	background-color: #F7F0F4;
}



div#menuContainer {
	border-color: #A0376E;
	border-width: 0px;
	border-style: solid;
 	border-right-width: 10px;
	border-left-width: 460px;

	border-bottom-color: #D5D5D5;
	border-bottom-width: 1px;
}




div#contentBox {
	overflow: hidden;
	position: relative;

	text-align: left;

	margin-left: 460px;
	margin-right: 10px;

	padding: 12px;

	/*border: 1px dotted #FF6633;*/
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
