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


/*

SUGA SUGA

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

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

		body text - #cab099 (light brown)
		headings  - #c3d192 (light green)
		
/*
		
/* ------- GENERAL ------- */

body{
	margin-top:50px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cab099;
	line-height:18px;
	}

a:link, a:active, a:visited{
	color:#cbcbca;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

form, h1, h2, h3{
	margin:0;
	padding:0;
	}
h1{
	margin-bottom:25px;
	font-size:18px;
	font-weight:normal;
	color:#cbcbca;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:20px;
	}
h2{}

img{
	border:0;
	}

.clear{
	clear:left;
	}
	
/* -------- LAYOUT ------- */

#container{
	width:850px;
	margin:auto;
	}
#header{
	height:106px;
	background-image:url(../images/bg-header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}
#content{
	height:425px;
	background-image:url(../images/bg-content.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#comingsoon{
	height:125px;
	background-image:url(../images/bg-content.gif);
	background-position:top;
	background-repeat:repeat-x;
	line-height:125px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	}


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

#header img{
	float:right;
	padding:22px 23px 0 0;
	}
	
#coln{
	width:218px;
	padding:40px 30px 20px 35px;
	float:left;
	}
#colw{
	width:567px;
	height:425px;
	float:left;
	}
.cta{
	text-align:center;
	padding:15px 0;
	}
blockquote{
	margin:0;
	padding:5px 0 0 10px;
	background-image:url(../images/quote-open.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
blockquote div{
	padding-bottom:5px;
	background-image:url(../images/quote-close.gif);
	background-position:bottom right;
	background-repeat:no-repeat
	}

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

input, textarea, select{
	width:130px;}
input.btn{}
.form{}
.form th{}
.form td{}
.form td.required{}
.error{}
.notification{}
input.btn{
	width:auto;
	}


/* -------- MENUS -------- */

/* Main menu */

#mainmenu{
	padding:0 36px;
	background-image:url(../images/bg-menu.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:45px;
	letter-spacing:1px;
	}
#mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
	padding:0 32px;
	color:#fff;
	}
#mainmenu a:hover{
	color:#93816d;
	text-decoration:none;
	}

/* Footer */

#footer{
	padding:0 15px;
	background-image:url(../images/bg-footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#e6d7c9;
	text-align:right;
	line-height:24px;
	}
#footer a:link, #footer a:active, #footer a:visited{
	color:#f4ede7;
	margin-right:23px;
	}
#footer a:hover{
	color:#fff;
	text-decoration:none;
	}
#footer em{
	padding-left:10px;
	font-style:normal;
	}