html, body {
	height: 100%;
}

body { 
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #666666;
	
}
a:link {
	color: #7A8FBB;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
}

/*for all floated elements inside wrappers*/

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

	}



.clearfix {display: inline-table;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/* End Clearfix */

/* wrapper */

}



#menu_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #483D38;
	background-image: url(../images/table.jpg);
	background-repeat: no-repeat;

}
#home_wrapper {
	width: 900px;
	height:auto;
	height:100%;
	min-height:100%;
	margin:0 auto;
	background-color: #7A8FBB;
	background-image: url(../images/bkndhome.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
#about_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #7A8FBB;
	background-image: url(../images/bkndabout.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

#products_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #7A8FBB;
	background-image: url(../images/bkndblank.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
#enquiries_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #7A8FBB;
	background-image: url(../images/bkndproducts.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	

}
#contact_wrapper {
	width: 900px;
	height:auto ; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto;
	background-color: #7A8FBB;
	background-image: url(../images/bkndabout.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
/* header */
#header {
	width: 900px;
	background: #7a8fbb;
	padding-top: 40px;
	padding-bottom: 40px;
	
}



/* main nav */
#nav {
	background: #BDD3FD;
	font-weight: bold;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}
	
#nav li {
	display: inline;
	margin: 0 0 0 20px;
	font-size: 11px;
	color: #000000;
	

}

#nav li a {

	color: #6C80A6;

	text-decoration: none;

}

#nav li a:hover {color: #FFFFFF;}

/* content */

#content {
	width: 580px;
	min-height: 400px;
	background-color: #FFFFFF;
	
	
}

#content p {
	padding: 20px;	
	
}	

/* footer */
#footer {
	background: #7A8FBB;
	width: 900px;
	bottom: auto;
	
}

#footer p {
	font-color: #CEBAB9;
	text-decoration: none;
	font-size: 9px;
	padding: 20px;
	color: #FFFFFF;
	
	}

#footer a:link {color: #FFFFFF;
}		

#footer a:hover {color: #000000;
}	
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7A8FBB;
}

