
@import url("nav.css");


/*-----------------------
Colours - Bransgrove Estate

Light Blue = #b2c0c9
Warm Yellow = #e3bd71

----------------------*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	background: #000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}


/*-----------------------
Wrap
----------------------*/

#wrap {
	width: 991px;
	height: auto;
	margin: 0 auto;
}


/*-----------------------
Container
----------------------*/
div#container{
	width: 991px;
	margin: 0 auto;
	background: url('../images/core/bg-header.jpg') no-repeat center top;
}


/*-----------------------
Header
----------------------*/
div.header {
	width: 741px;
	height: 170px;
	padding: 0 125px;
}

/* ---- Logo ----*/
div.header-logo {
	width: 307px;
	height: 25px;
	margin: 0;
	padding: 101px 221px 0 213px;
}

div.header-logo img {
	border: 0;
}


/* ---- Nav ----*/
div.nav {
	width: 621px;
	padding: 10px 60px 0 60px;
}


/*-----------------------
Banner
----------------------*/
div.banner {
	width: 991px;
	height: 345px;
	background: url('../images/core/bg-banner.gif') top center no-repeat;
}

div#flash {
	width: 740px;
	padding: 0 125px 0 126px;
}


/*-----------------------
Banner - Inner
----------------------*/
div.banner-inner {
	width: 740px;
	height: 207px;
	background: url('../images/core/bg-banner-inner.gif') top center no-repeat;
	padding: 0 125px 0 126px;
}


/*-----------------------
Standard
----------------------*/
div.standard {
	font-size: 1.2em;
	color: #b2c0c9;
}

div.standard img.left {
	float: left;
	margin: 0 20px 20px 0;
	border: 0;
}

div.standard img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
}

div.standard img.rightx1col {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
	display: block;
}

div.standard ul {
	padding-left: 30px;
	margin-bottom: 45px;
}

div.standard ul.left {
	width: 320px; 
	float: left; 
}

div.standard ul.right {
	padding-left: 30px;
	float: left; 
}

div.standard ul li {
	list-style: disc;
	padding-left: 5px;
	line-height: 2em;
}

div.standard ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

div.standard ol li {
	margin-left: 20px;
}

div.standard h1 {
	font: bold 3.5em Arial;
	color: #b2c0c9;
	margin-bottom: 18px;
}

div.standard h2 {
	font: bold 1.2em Georgia;
	color: #e4572b;
	margin-bottom: 18px;
}

div.standard h3 {
	font: bold 1em Georgia;
	color: #e3bd71;
	margin-bottom: 18px;
}

div.standard h4 {
	font: bold 0.9em Tahoma;
	color: #58656d;
	margin-bottom: 18px;
}

div.standard h5 {
	font: bold 0.8em Tahoma;
	color: #4e4c41;
	margin-bottom: 18px;
}

div.standard p { 
	margin-bottom: 18px;
	line-height: 2em;
}

div.standard a {
	color: #e3bd71;
	text-decoration: none;
}

div.standard a:hover {
	color: #e3bd71;
	text-decoration: underline;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #a6b3bb;
	margin-bottom: 25px;
}

/*-----------------------
Content
----------------------*/
div.content {
	width: 740px;
	height: auto;
	padding: 25px 125px 0 126px;
	background: url('../images/core/bg-content.gif') top center repeat-y;
}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

div.content-left {
	width: 177px;
	padding-right: 35px;
	float: left;
}

div.content-right {
	width: 528px;
	height: auto;
	padding-top: 15px;
	float: left;
}

div.content-wide {
	width: 740px;
	height: auto;
	padding-top: 60px;
	float: left;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}


/*-----------------------
Content - Inner
----------------------*/
div.content-inner-bg {
	width: 991px;
	background: url('../images/core/bg-content.gif') top center repeat-y;
	height: auto;
}

div.content-inner {
	background: url('../images/core/content-bg-fix.jpg') no-repeat center top;
	width: 740px;
	padding: 0 125px 0 126px;
}

div.content-inner-left {
	width: 177px;
	padding-right: 35px;
	float: left;
}

div.content-inner-right {
	width: 528px;
	height: auto;
	padding-top: 15px;
	float: left;
}


/*-----------------------
Page titles
----------------------*/
h1.pagetitle.home {
	text-indent: -9999px;
	width: 177px;
	height: 49px;
	background: url('../images/titles/pagetitle-home.jpg') no-repeat;	
	padding-bottom: 4px;
}

h1.pagetitle.about {
	text-indent: -9999px;
	width: 177px;
	height: 55px;
	background: url('../images/titles/pagetitle-about.jpg') no-repeat;
	padding-bottom: 4px;
}

h1.pagetitle.bransgrove {
	text-indent: -9999px;
	width: 177px;
	height: 141px;
	background: url('../images/titles/pagetitle-bransgrove.jpg') no-repeat;
	padding-bottom: 4px;
}

h1.pagetitle.cape {
	text-indent: -9999px;
	width: 177px;
	height: 225px;
	background: url('../images/titles/pagetitle-cape.jpg') no-repeat;
	padding-bottom: 4px;
}

h1.pagetitle.contact {
	text-indent: -9999px;
	width: 177px;
	height: 55px;
	background: url('../images/titles/pagetitle-contact.jpg') no-repeat;
	padding-bottom: 4px;
}


/*-----------------------
Bransgrove Estate
----------------------*/
div.item {}


/*-----------------------
Cape to Cape
----------------------*/
div.item { 	
	padding-bottom: 25px;
}

div.item table.cattable { 
	width: 400px;
}

div.item td.package { 
	font: bold 1em Georgia;
	color: #e3bd71;
	padding-bottom: 8px;
}

div.item td.info {
	font-style: italic;
}

div.item td.price { 
	font: bold 1em Georgia;
	color: #c5d1d8;
	text-align: right;
}


/*-----------------------
Contact
----------------------*/
form.form fieldset,
form.form ol, 
form.form li, 
form.form legend {
	margin: 0;
	padding: 0;
}

form.form fieldset { border: 0; }

form.form fieldset p { 
	margin-bottom: 10px;
}

form.form ol { 	
	margin-left: -20px;
	list-style: none; 
}

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 150px;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 13px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
}

form.form textarea { height: 200px; }

form.form select {
	padding: 0;
	width: auto;
}

form.form li.button { margin-top: 15px; }

form.form li.button input {
	width: auto;
	border: 0;
	background: #2f4552;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding-bottom: 15px;
	font: bold 1.2em Georgia;
	color: #e4572b;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}


/*-----------------------
Footer
----------------------*/
div.footer {
	width: 991px;
	height: 70px;
	background: url('../images/core/bg-footer.gif') top center no-repeat;
}

div.footer-box {
	width: 740px;
	height: auto;
	padding: 60px 125px 60px 126px;
	text-align: center;
	color: #595f64;
}

div.footer a {
	color: #595f64;
	text-decoration: none;
	margin-right: 16px;
}

div.footer a:hover {
	color: #e3bd71;
	text-decoration: underline;
}

div.footer-box p {
	padding-bottom: 15px;
}

div.wflogo {
	width: 153px;
	height: 24px;
}






