@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #B499A7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



.oneColElsCtr #container {
	background: #B499A7;
	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. */
}

.flashIntro #container {
	background: #B499A7;
	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. */
}
#container{
	width:800px;
	}
#header{
	width:800px;
	height:168px;
	background-color:#78496A;
	}
#header div.float {
  	float: left;
  	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	height:168px;
}
.frontFloat {
  	float: left;
  	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	
}
#front_LH{
	float:left;
	width:600px;
	}
	#front_RH{
	float:left;
	width:190px;
	}
	
#whatsHot{
margin-left:15px;	
}
#whatsHot img{
margin:3px 0px 3px 0px
}

#whatsHot h1{
margin:0px;
paddding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#78496A;
}
#whatsHot h2{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;

}
#whatsHot p{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
}

#whatsHot a{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#78496A;
text-decoration:none;
}
#whatsHot a:hover{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#78496A;
text-decoration:underline ;
}

#content{
	width:800px;
	height:500px;
	}
	
#rightImage{
	float:left;
	width:181px;
	}
#products{
	width:181px;
	
	background-color:#CAC286;
	
}


#products h1{
	padding:8px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#products td{
	margin:0px;
	}

#RHContent{
	width:619px;
	float:right;
	height:100%;
	background-color:#FFFFFF;
}
#fixMe{
	float:left;
	width:181px;
	height:22px;
	
}

#links{
	width:619px;
	height:22px;
	background-color:#CFD4D8;
	float:left;
	
}
#linkCorrect{
	
	float:left;
	margin-left:10px;
	
}

#textHeader{
	width:619px;
	height:77px;
	background-color:#FFFFFF;
}
#textContent{
	width:590px;
	float:left;
	height:100%;
	padding: 18px 10px 10px 18px;
}
#textContent .rightImage{	
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#textContent p,ul,table{
	color:#4F5052;
	font-size:12px;
}
#textContent h2{
	color:#4F5052;
	font-size:15px;
	font-weight:bold;
}


.bottom{
margin-top:16px;
}
#search{
float:right;
padding-top:50px;
height:50px;

}
div .border {
border-style:solid;
  border-width: thin;
  border-color: #666666;
  }
div .prodHead {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#78496A;
font-weight:bold;
}

.testimonial {
	width:550px;
	background-color:#78496A;
	padding:8px;
	
	
}
.colourText{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	

}

div .testimonialRight{
	width:225px;
	float:right;
	background-color:#78496A;
	padding:8px;
	margin-left:8px;
	}
div .testimonialRight a {
	color:white;
	}

#goldBox{
float:right;
width:225px;
padding:8px;
background-color:#cac286;
}
.rightImage{
float:right;
margin-left:5px;
margin-bottom:5px;
]
.leftImage{
float:left;
margin-right:5px;
margin-bottom:5px;
}





}

