@charset "utf-8";
/* CSS Document */

/*

OCEAN BLUE

---------------- TABLE OF CONTENTS ----------------

		- general, resets and headings
		- Layout
		- Content
		- Form Styles
		- Menus - sitemap, main, footer
			
		
--------------------- COLOURS ---------------------

		background colour - #ece5d9
		body text - #
		headings  - #
		
/*
		
/* ------- GENERAL ------- */

body{
	background-image:url(../images/background-home.gif);
	}

/* -------- LAYOUT ------- */

#left{
	background-image:url(../images/background-left.gif);
	}
#newsletter{
	height:27px;
	padding-left:225px;
	padding-top:6px;
	background-image:url(../images/background-newsletter.gif);
	}
#home{
	height:432px;
	}
#flash{
	z-index:0;
	position:absolute;
	float:none;
	background-image: url(/images/home.jpg);
	height: 432px;
	width: 940px;
	}
#content{
	width:550px;
	padding:80px 0 0 280px;
	position:relative;
	z-index:5;
	float:none;
	background:none;
	font-size:12px;
	color:#fff;
	}

/* ------- CONTENT ------- */

#newsletter img{
	float:right;
	margin-right:56px;
	}

/* ----- FORM STYLES ----- */

input, textarea, select{
	color:#fff;
	}
#newsletter input{
	width:228px;
	margin-right:5px;
	padding:1px 6px;
	background-color:#8f8657;
	border:1px solid #8f8657;
	}
#newsletter input.txtbtn{
	width:auto;
	margin-left:5px;
	padding:0;
	background-color:#a09666;
	border-color:#a09666;
	}
#newsletter input.txtbtn:hover{
	cursor:pointer;
	color:#e7decf;
	}