@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../images/sunrise-background.jpg);
	background-color: #F15B28;
	background-repeat: no-repeat;
}
img
{  border-style: none;
}
.darkgrey{
	text-align: center;
	background-color: #999;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.lightgrey{
	text-align: center;
	background-color: #CCC;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.red-prices{
	color: #F00;
	font-size: 10px;
}
.smallprint{
	background-color: #FFF;
	text-align: center;
	font-size: 10px;
	color: #999;
}
.specials-title{
	background-image: url(/images/specials-gradient.gif);
	background-repeat: repeat-x;
	background-color: #F15F28;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p.body{
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-color: #CCC;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	margin: 0;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	border-bottom-color: #CCC;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom-color: #CCC;
	color: #F15B28;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	border-bottom-color: #CCC;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-color: #CCC;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
}
h6 {
	font-size: 16px;
	font-weight: normal;
	color: #D8A971;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 10px;
}
li {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #812323;
	font-weight: bold;
	list-style-type: circle;
	list-style-image: url(../images/bullet-10px.gif);
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-position: outside;
}
p.thanks-title{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
p.thanks-details{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 14px;
}
p.menu-item {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F2622;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.formcaption{
	color: #000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.formspacing{
	padding-bottom: 10px;
}
.margin-right{
	margin-right: 10px;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #F15B28;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a.black:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.black:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a.black:hover {
	text-decoration: none;
	color: #F15B28;
	font-weight: bold;
}
a.black:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#container{
	width: 995px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-y;
}
#header{
	height: 208px;
	background-image: url(/images/banners2u-logo.png);
	background-repeat: no-repeat;
	background-position: 80px 90px;
	float: left;
}
.phone-flash{
	height: 150px;
	width: 670px;
}
.navbox{
	width: 480px;
	background-color: #00F;
	margin-left: 190px;
	margin-top: 20px;

}
.footerbox{
	height: 40px;



}
.navleftedge{
	background-image: url(/images/bg-left-menu.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 13px;
	float: left;
}
.navbutton{
	float: left;
	height: 22px;
	padding: 4px 10px 0px 10px;
	background-image: url(/images/bg-menu-gradient.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.navdivider{
	float: left;
	height: 26px;
	width: 6px;
	background-image: url(/images/bg-menu-division.png);
	background-repeat: no-repeat;
}
.navrightedge{
	background-image: url(/images/bg-right-menu.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 13px;
	float: left;
}
#content{
	padding-left: 171px;
	float: left;
	width: 824px;


}
.content-box-top {
	background-image: url(/images/bg-panel-top.png);
	height: 23px;
}
.content-box-middle {
	background-image: url(/images/bg-panel-mid.png);
	background-repeat: repeat-y;
	padding: 0px 350px 0px 20px;
}
.content-box-bottom {
	background-image: url(/images/bg-panel-bottom.png);
	height: 38px;
	background-repeat: no-repeat;
}
#footer{
	height: 52px;
	clear: both;
	background-image: url(../images/footer.jpg);
	text-align: right;
	font-size: 9px;
	padding-right: 35px;
	color: #999;
}
#credits{
	height: 52px;
	clear: both;
	width: 995px;
	margin: 0 auto;
}
#main-box{
	width: 755px;
	float: left;
	background-color: #FFF;
	display: inline;
	margin-top: 195px;
	margin-left: 200px;
}
#enquiry-box-homepage {
	height: 441px;
	background-image: url(../images/form-background.jpg);
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
}
#enquiry-box {
	width: 300px;
	height: 440px;
	float: right;
	margin-top: 5px;
	margin-left: 20px;
}
#enquiry-title{
	text-align: center;
	color: #172315;
	padding-top: 10px;
}
#form-box{
}
#enquiry-details{
	text-align: center;
	margin-top: 5px;
	color: #172315;
	padding-left: 10px;
	padding-right: 10px;
}
#buttons-box{
	margin-top: 20px;
	width: 600px;
	height: 40px;
}
#button-login{
	width: 210px;
	height: 30px;
	text-align: center;
	float: left;
	background-image: url(../images/button-gradient.gif);
}
#clearance-left {
	width: 100%;
	clear: left;
}
.clearing-element{
	clear: both;
}
#right-panel{
	width: 285px;
	float: right;
	margin-right: 35px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#right-panel-pictures{
	width: 285px;
	float: right;
	margin-right: 35px;
	text-align: center;
	margin-top: 30px;
}
