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

	/*  */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;		/* Minimum width of layout - remove line if not required */				/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	fieldset
	{
		
		width:600px;
		margin-left:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:14px;
		border-color:#639;
		
	}
	form
	{
		color:#069;
		text-align:right;
	}
	
	#gallery {
		width:640px;
		height:480px;
		margin-bottom:30px;
		}
	#gallerycontent {
		height:300px;
		text-align:center;
		}
		
	#loginform
	{
		margin-top:90px;}
		
	
	#wrapper{
		
		}
	#header {
		clear:both;
		float:left;
		width:100%;
		background:url(../images/headerbg_01.gif);
		background-repeat:repeat-x;
		z-index:1;
	}
	#header .col1 {
		width:949px;			/* page width minus left and right padding */
		left:10%;
		height:194px;
		background:url(../images/aglogobar_02.gif);
	}
	#header {
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	#navi {
	position:absolute;
	right:50px;
	top:165px;
	overflow: visible;
		}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:visible; /* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:visible;
	}
	
	#content
	{
		padding-left: 100px;
		padding-top: 20px;
		
		
	}
	
	.contactcontainer
	{
		
		height:600px;
	}
	
	.quotecontainer
	{
		height:700px;
		}
	
	.aboutcontainer
	{
		height:600px;
	}
	
	.finduscontainer
	{
		height:600px;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 #inner
	{	width:949px;
		background:url(../images/bodytop_05.gif);
		background-repeat:no-repeat;
		padding:0px;
		
		}
	.fullpage .col1 {
		width:949px;			/* page width minus left and right padding */
		left:10%;			/* page left padding */
		background:url(../images/bodybg_07.gif);
		background-repeat:repeat-y;	
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background:url(../images/footerbg_09.gif);
	}
	#footer .col1
	{
		width:949px;			/* page width minus left and right padding */
		left:10%;
		height:37px;
		background:url(../images/footerbar_09.gif);
		background-repeat:no-repeat;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/*  */

	/*content settings*/
	
	#content h1 {
		color:#636;
		font-size:24px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		}
		
	#content h2 {
		color:#069;
		font-size:24px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		}
		
	#content h3 {
		color:#666;
		font-size:24px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		}
		
	#content p {
		color:#666;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		}