* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% "Trebuchet MS";
	background-color: #321806;
	padding: 10px;
}


/*=================================
	Container
===================================*/

div#container {
	height: auto;
	margin: 0 auto;
}	

div#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*=================================
Header
===================================*/

div#header {
	width: 482px;
	height: 187px;
	background: url('../images/core/logo-sorrento2.jpg') 0 0 no-repeat;
}

/*=================================
Content
===================================*/

div#content-top {
	width: 482px;
	height: 74px;
	background: url('../images/core/bg-content-top.jpg') top center no-repeat;
}

div#enquiry {
	width: 362px;
	background: url('../images/core/bg-content.jpg') 0 0 repeat-y;
	padding: 0 60px 0 60px;
}

div#enquiry h2 {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

div#enquiry p {
	color: #e8d9af;
	font-size: 1.1em;
	margin: 0;
}

div#content-bottom {
	width: 482px;
	height: 57px;
	background: url('../images/core/bg-content-bottom.jpg') bottom center no-repeat;
}




/*---------------------------------------------   
    forms
----------------------------------------------*/
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 {
	color: #e8d9af;
	font-size: 1.1em;
	padding: 5px 0;
}

form.form ol { list-style: none; }

form.form li { margin-bottom: 5px; }

form.form label {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	color: #ffffff;
	font-size: 1.1em;
}

form.form input, form.form select, form.form textarea {
	width: 250px;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

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: #5a2e11;
	color: #fff;
	cursor: pointer;
}

form.form fieldset legend {
	padding: 20px 0;
	font-weight: bold;
	font-size: 18px;
	color: #444;
	_margin: 0 -7px; /* IE Win fix */
}

/* IE Mac legend fix */
form.form legend {
  display: inline-block;
}


