@charset "utf-8";
/* CSS Document */
img {
	border:0;
}
a {
	text-decoration:none;
}
h1 {
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
body {
	margin:0;
	padding:0;
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
	font: 13px Verdana, Trebuchet MS;
	color:#636363;
	background-color:#E0F2FE;
}
#fullwrapper {
	margin-left:auto;
	margin-right:auto;
	width:1030px;
	background-image: url(../images/backlayer.jpg);
	background-repeat: repeat-y;
}
#floatingleft {
	float:left;
	width:40px;
	background-image:url(../images/leftgr.jpg);
	background-repeat:no-repeat;
}
#floatingright {
	float:left;
	width:40px;
	background-image:url(../images/rightgr.jpg);
	background-repeat:no-repeat;
}
#floatingbody {
	float:left;
	width:950px;
}
#headerrow {
	float:left;
	height:123px;
}
#infobar {
	width:950px;
	height:96px;
	float:left;
}
#backgroundsun {
	background-image:url(../images/backgroundsun.jpg);
	background-repeat:no-repeat;
	width:950px;
	float:left;
}
#rightcolumn {
	width:300px;
	float:right;
}
#imagenews {
	width:645px;
	float:left;
}
#bodycontent {
	float:left;
	width: 930px;
	padding: 10px;
}
.aerobuttonmenu { /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width:849px;
	background: #045c97; /*menu strip background*/
	border: 1px solid gray;
	border-width: 1px 0;
	float: left;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 100px;
}
/*html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width
width: 100%;}*/

.aerobuttonmenu a { /*aero button CSS*/
	display: block;
	float: left;
	font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 31px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 5px; /*spacing between buttons*/
}
.aerobuttonmenu a:link, .aerobuttonmenu a:visited, .aerobuttonmenu a:active {
	color: white; /*button text color*/
}
.aerobuttonmenu a span {
	display: block;
	padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.aerobuttonmenu a:hover { /* Hover state CSS */
	background-image: url(../images/leftbt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.aerobuttonmenu a:hover span { /* Hover state CSS (for text) */
	color: yellow;
	background-image: url(../images/rightbt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.aerobuttonmenu ul {
	padding:0;
	margin:0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
}
.aerobuttonmenu li {
	padding:0;
	margin:0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
}
.tarifftop {
	width:276px;
	height:4px;
	background-image:url(http://www.braddicksholidaycentre.co.uk/cms/images/stories/box_01.gif);
	background-repeat:no-repeat;
	float:left;
}
.tariff {
	width:256px;
	background-image:url(http://www.braddicksholidaycentre.co.uk/cms/images/stories/box_02.gif);
	background-repeat:repeat;
	float:left;
	padding:10px;
	font: 15px Verdana, Trebuchet MS;
	color:#636363;
}
.tariffbottom {
	width:276px;
	height:5px;
	background-image:url(http://www.braddicksholidaycentre.co.uk/cms/images/stories/box_03.gif);
	background-repeat:no-repeat;
	float:left;
}