/**********************************************************************************************

	CSS on Sails
	Title: Site Name
	Author: XHTMLized
	Date: September 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Accessibility navigation
			1.3 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

/* 1.2	Accessibility navigation
-----------------------------------------------------------------------------------------------*/	

	#accessibility-nav {
		position: absolute;
		left: -1000em;
		text-align: left;
	}


/* 1.3	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #fff url(../images/bg/body.jpg) no-repeat center top;
		font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: center;
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	a {
		color: #0000ff;
		text-decoration: underline;
	}
	
	a:hover, 
	a:active {
		color: #ff0000;
		text-decoration: none;
	}
	

/* 1.4	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	.container {
		width: 987px;
		position: relative;
		margin: 0 auto;
		text-align: left;
		font-size: 1.2em;
	}
		body#page_order .container {
			padding-bottom: 25px;
		}
		
	/* Default layout (two columns) */
	#header {
		height: 262px;
		position: relative;
		
	}
	
	#content {
		width: 760px; 
		float: right;
	
	}
		#page_order #content {
			float: left;
			width: 500px;
		}
	#sidebar {
		width: 200px;
		float: left; 
		
		
	}
		#page_order #sidebar {
			width: 482px;
			float: right;
			padding-bottom: 25px;
		}
	
	#footer {
		clear: both;
		background: #fff url(../images/bg/footer.png) no-repeat left bottom;
		border: 1px solid #cbcbcb;
	}
	
	/* FLUID Default layout (two columns) */
	body.fluid .container {
		width: 100%;
	}
	
	body.fluid #content {
		width: 75%;
	}
	
	body.fluid #sidebar {
		width: 25%;
	}
	
	/* One column layout */
	
	body.one-column #content {
		width: 980px;
		float: none;
	}
	
	/* FLUID One column layout */
	body.fluid-one-column .container {
		width: 100%; 
	}
	
	body.fluid-one-column #content {
		width: 100%;
		float: none;
	}
		
	/* Three column layout */
	
	body.three-column #column-container {
		width: 580px;
		float: left;
		padding: 0 200px 0 180px; 
	}
	
	body.three-column #content {
		width: 580px;
		float: left;
		margin-right: -580px;
	}
	
	body.three-column #secondary-content {
		float: right;
		width: 220px;
		margin-right: -220px;
		position: relative;
		background: #eee;
		height: 25em;
	}
	
	body.three-column #sidebar {
		width: 180px;
		float: left;
		margin-left: -180px;
		position: relative;
	}
	
	/* FLUID Three column layout */
	body.fluid-three-column .container {
		width: 100%;
	}
	
	body.fluid-three-column #content-container {
		width: 100%;
		float: left;
	}
	
	body.fluid-three-column #content {
		margin: 0 25%;
	}
	
	body.fluid-three-column #secondary-content {
		float:left;width:25%;margin-left:-100%;background: #eee;
		height: 25em;
	}
	
	body.fluid-three-column #sidebar {
		float:left;width:25%;margin-left:-25%;
	} 
	
	
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	#header h1, 
	#header h1 span,
	#header a.logo,
	#header a.logo span {
		display: block;
		width: 137px;
		height: 30px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header h1,
	#header a.logo {
		position: relative;
	}
		
	#header h1 span,
	#header a.logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../images/logo.png) no-repeat;
	}

	#header a.logo span {	
		cursor: pointer;
	}
	
	#page_order h1{
		left: 55px;
		top: 87px;
	}
	p.make-enquiry{
		top: 116px;
		left: 55px;
	}
	p.make-enquiry, p.make-enquiry span{
		display: block;
		width: 266px;
		height: 39px;
		overflow: hidden;
		position: absolute;
	}
	p.make-enquiry span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../images/slogan/make-inquiry.png) no-repeat;
	}
	span#flashized-hero{
		display: block;
		width: 573px;
		height: 323px;
		overflow: hidden;
		position: absolute; 
		top: 0;
		right: 5px;
		z-index: 10;
		background: url(../images/logo-hero.png) no-repeat;
	}
	p#intro-message{
		position: absolute;
		z-index: 100;
		top: 192px;
		left: 55px;
		color: #fff;
		font-size: 1.3em;
		padding: 15px 0 0;
		overflow: hidden;
	}
	p#intro-message strong{
		display: block;
	}
/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
#page_order #content {
	padding-top: 40px;
}
	#page_order #content h2{
		font-weight: normal;
		font-size: 1.3em;
		margin-left: 55px;
	}
	#page_order #content dl{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.083em;
		width: 460px;
		padding-bottom: 10px;
	}
	#page_order #content dt{
		background: url(../images/bg/question.png) no-repeat 0 2px;
		margin: 17px 0 0 38px;
		padding-left: 17px;
		font-weight: bold;
	}
	#page_order #content dd{
		border-bottom: 1px solid #d8d3d0;
		padding: 3px 0 18px 55px;
	}
	#page_order #content dd.last{
		border-bottom: 0;
	}
/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	
#enquiry{
	margin-top: 14px;
	background: url(../images/bg/form.png) no-repeat 0 0;
	border: 1px solid #ccc;
	border-width: 1px 1px 2px 2px;
	z-index: 1;
	width: 480px;
}
	#enquiry h2{
		font-weight: normal;
		font-size: 1.3em;
		border-bottom: 1px solid #d8d3d0;
		padding: 28px 0 10px 20px;
	}	
	#enquiry fieldset{
		padding: 0 0 10px 20px;
		border-bottom: 1px solid #d8d3d0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.083em;
	}
	#enquiry fieldset legend{
		font-weight: bold;
		display: block;
		padding: 10px 0;
	}
	#enquiry fieldset label{
		float: left;
		padding-top: 3px;
		width: 100px;
	}
		#enquiry fieldset label span{
			display: block;
			font-size: 0.83em;
			font-style: italic;
			margin: 8px 8px 8px 0;
		}
	#enquiry fieldset li{
		width: 450px;
		margin-bottom: 8px;
		overflow: hidden;
	}
	#enquiry fieldset li a{
		color: #d00;
		text-decoration: none;
	}
	.note{
		display: block;
		margin: 5px 0 5px 100px;
		font-size: 0.83em;
		color: #999;
		font-style: italic;
	}
	.text{
		border: 1px solid #ccc;
		height: 17px;
		padding: 2px;
		width: 283px;
		font-size: 0.9em;
	}
	.textarea{
		border: 1px solid #ccc;
		height: 180px;
		padding: 2px;
		width: 310px;
		font-size: 0.9em;
	}
	select{
		border: 1px solid #ccc;
		height: 21px;
		width: 287px;
		font-size: 0.9em;
	}

	div.form-controls.response{
		opacity: .8;
		-moz-opacity: 0.8;
	}

	div.form-controls{
		height: 46px;
		overflow: hidden;
		background: url(../images/bg/control.png) no-repeat 0 0;
		padding: 12px 0 0 20px;
		clear: both;
		position: relative;
	}

	div.form-controls button {
		border: none;
		padding: 0;
			position: relative;
			float: left;
			width: 131px;
			height: 35px;
			overflow: hidden;
			margin-right: 5px;
		}

	div.form-controls button span {
			position: absolute;
		left: -9999px;
	}

	div.form-controls button.submit {
			background: url(../images/btn/submit.png) no-repeat 0 0;
		}

	div.form-controls button.cancel {
			background: url(../images/btn/cancel.png) no-repeat 0 0;
		}
		div.form-controls a.back,
		div.form-controls a.back span {
			width: 200px;
			float:left;
			height:35px;
			margin-right:5px;
			overflow:hidden;
			position:relative;
		}
		div.form-controls a.back span{
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
			background: url(../images/btn/back.png) no-repeat 0 0;
		}
	div.validation-errors{
		background: #ffad9b;
		margin: 13px 20px 0 20px;
		padding: 15px;
		width: 407px;
		color: #ef001e;
		opacity: 0.81;
		-moz-opacity: 0.81;
	}
	div.validation-errors ul{
		margin-left: 22px;
	}
		div.validation-errors ul li{
			padding-left: 8px;
			background: url(../images/bg/error-bullet.png) no-repeat 0 50%;
		}
	p.error-message{
		background: url(../images/bg/error.png) no-repeat 0 0;
		font-weight: bold;
		padding: 0 0 3px 22px;
	}	
	
	div.order-response{
		margin: 7px 20px 0 7px;
		padding: 15px;
		width: 407px;
	}
		div.order-response.failure h3{
			color: #ef001e;
		}
		div.order-response h3{
			margin-bottom: 15px;
		}
/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	
#footer{
	padding: 20px 0 16px;
	font-family: Arial, Helvetica, sans-serif;
} 
	#footer p{
		margin-left: 52px;
		padding-left: 12px;
		background: url(../images/bg/footer-arrow.png) no-repeat 0 2px;
		color: #8f8f8f;
	}
	#footer a{
		color: #8f8f8f;
	}
