@import url("text.css");
@import url("forms.css");
@import url("nav.css");
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../pix/waves-bg.gif);
	background-attachment: fixed;
	background-position: 100% 100%;
	background-repeat: repeat-x;
	background-color: #6dccd9;
	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;
} 
#page {
	background-image: url(../pix/background-top-bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#wrapper {
	width: 800px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto 0 auto;
}
#header {
	width:800px;
	height: 160px;
	background-image: url(../pix/content-top-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 0 auto;
} 
#headermain {
	width:575px;
	height:135px;
	float: left;
	margin:15px 0 0 15px;
}
#headerlogo {
	width:130px;
	margin: 0;
	float: left;
}
#flashcontent {
	width: 435px;
	float: right;
	margin: 0;
}
#searchbox {
	background: #84B842 url(../pix/search/BRH_search.gif) no-repeat center top;
	height: 125px;
	width: 175px;
	float: right;
	font-size: 11px;
	overflow: hidden;
	margin:15px 15px 0 0;
	padding:5px;
}

#topnav {
	width:800px;
	height: 36px;
	margin: 0;
} 
#nav {
	background: url(../pix/nav-bg.gif) repeat-x;
	height: 26px;
	width: 770px;
	margin: 0 auto 0 auto;
}
/* content */
#content {
	width:800px;
	height: 450px;
	background-color: #333333;
	margin: 0px;
} 

#sidebarleft {
	float: left;
	width: 115px;
	margin-right: 10px;
	\width: 140px;
	w\idth: 130px;
	padding-left: 15px;
	overflow: hidden;
}
#sidebarright {
	float: right;
	width: 185px;
	padding-right: 15px;
	margin-left: 10px;
	\width: 210px;
	w\idth: 185px;
}
#mainContent {
	float: left;
	width: 435px;
}
#specialOfferbox {
	background: #D0DBE2;
	/*height: 180px;
	overflow: auto;*/
	padding: 5px;
	font-size: 11px;
	margin-bottom:10px;
}
#fullmainContent {
	float: left;
	width: 630px;
} 

/* footer */
#footer {
	width:770px;
	margin: 0px;
	padding:5px 15px 5px 15px;
	text-align:center;
} 
#copyright {
	width: 800px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top:10px;
}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
