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

/*---[ Details ]---------------------------------------
Site:
Author: Jack Barham
Contact: jack@airboxmedia.com
Date Created:
Date Modified:
-------------------------------------------------------*/

/*-----------------------------------------------------
Core Elements:
[01] YAHOO CSS RESET
[02] BODY STRUCTURE
[03] POSITIONING
[04] TEXT STYLING
[05] LINK STYLING
[06] IMAGES
[07] REUSEABLE ELEMENT
-------------------------------------------------------*/

/* [01] Import CSS
-------------------------------------------------------*/


/*-----------------------------------------------------
Core Elements
-------------------------------------------------------*/

/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre,form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
	} 
table {
	border-collapse: collapse;
    border-spacing: 0;
	}
fieldset,img {
	border:0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
    font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* --------------------------------- BODY STRUCTURE --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #FFF url(../images/bg_main.jpg) repeat-x;
	font-family: Verdana, Arial, Tahoma, Helvetica, Georgia;
}


/* --------------------------------- POSITIONING --------------------------------- */

#wrapper {
	min-height: 100%;
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 200px;
	background-image: url(../images/header.jpg);
}

#nav {
	position: absolute;
	margin-top: 150px;
}

#contentMain {
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}

#contentImage {
	padding-bottom: 30px;
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 30px;
}

#contentText {
	width: 800px;
	margin-bottom: 40px;
	overflow: auto;
}

#leftBox {
	float: left;
	width: 500px;
	padding-right: 20px;
	border-right: #CCC 1px dotted;
	margin-right: 20px;
}

#rightBox { 
	width: 250px;
	float: right;
}

.box1 {
	margin-bottom: 40px;
}

.box2 {
	margin-bottom: 30px;
}

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	border-top: #abab84 3px solid;
	margin-top: 70px;
	padding-bottom: 60px;
}

/* --------------------------------- MAIN NAVIGATION --------------------------------- */


#nav li {float: left;}

.home a  {
	display: block;
	width: 133px;
	height: 48px;
	background: url(../images/menu_home.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.booking a   {
	display: block;
	width: 133px;
	height: 48px;
	background: url(../images/menu_booking.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.process a   {
	display: block;
	width: 134px;
	height: 48px;
	background: url(../images/menu_process.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.recycle a   {
	display: block;
	width: 133px;
	height: 48px;
	background: url(../images/menu_recycle.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.data a   {
	display: block;
	width: 133px;
	height: 48px;
	background: url(../images/menu_data.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.contact a   {
	display: block;
	width: 134px;
	height: 48px;
	background: url(../images/menu_contact.jpg) 0 0 no-repeat;
	text-indent: -3000px;
}

.home a:hover { background-position: -133px 0; }
.booking a:hover { background-position: -133px 0; }
.process a:hover { background-position: -134px 0; }
.recycle a:hover { background-position: -133px 0; }
.data a:hover { background-position: -133px 0; }
.contact a:hover { background-position: -134px 0; }


/* --------------------------------- TEXT STYLING --------------------------------- */

p {
	font-size: 13px;
	line-height: 1.8em;
	color: #575757;
}

h2 {
	color: #4e7a32;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footerTextLeft {
	margin-top: 10px;
	float: left;
	color: #7F7F7F;
	font-size: 11px;
}

.footerTextRight {
	margin-top: 10px;
	float: right;
	color: #7F7F7F;
	font-size: 11px;
}

.list {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 11px;
}
	
	
/* --------------------------------- LINK STYLING --------------------------------- */

a, a:visited {
	outline: none; /* For Firefox to stop showing that box */
	text-decoration: none;
	color: #246888;
}

a:hover { text-decoration: underline; }


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


#register label {
	display: block;
	float: left;
	padding-right: 10px;
	width: 12em;
}

#register input {
	width: 200px;
	background-color: #FFF;
	border: 1px solid #246888;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#register select {
	margin-left: 20px;
	height: 26px;
	margin-bottom: 5px;
	border: 1px solid #246888;
}

#register textarea {
	width: 250px;
	background-color: #FFF;
	border: 1px solid #246888;
	margin-left: 20px;
}

#register .submit_reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height: 30px;
	width: 100px;
	margin-left: 185px;
	background-color: #DCEDF5;
}

.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.7em;
	border: 1px solid #000000;
	padding: 0.2em;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF5555;
	size: 16px;
}




