/* Welcome to the Aybrook style sheet! */

/* basic elements */

html { margin: 0px; padding: 0px; }
body {
	background-color:#e2e3e2;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x; 
	margin: 0px;
	padding: 0px;
}

body, tr, td, th, p, div, li,ul {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 9pt;
	color:#363636;
	line-height: 1.4;
}

A:link { color: #363636; text-decoration: none; }
A:visited { color: #363636; text-decoration: none; }
A:active { color: #363636; text-decoration: none; }
A:hover { color: #db7c05; text-decoration: none; }
.errormessages { font-weight: 700; color: #DB0500; }


			
.contact {	font-family: arial, helvetica, sans-serif;
			font-style: normal;
			font-weight: normal; 
			font-size: 8pt;
			color:#364e6c;
			line-height: 1.2;
			}
			
.footer {	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 8pt;
	color:#707070;
	line-height: 1.1;
			}
			
.disclaimer {	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 8pt;
	color:#707070;
	line-height: 1.1;
			}
			
.header {	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 12pt;
	color:#363636;
	line-height: 1.1;
			}
.menu {	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 10pt;
	color:#363636;
	line-height: 1.1;
			}
			
.submenu {	font-family: Georgia, Times New Roman, Times, serif;
	font-style: normal;
	font-weight: normal; 	 
	font-size: 8pt;
	color:#363636;
	line-height: 1.1;
			}

/* Specific divs */

/* Container and everything else below are within a centralised layout */

#container {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	left:50%;
	top: 60px;
	position: relative;
	margin:0px 0px 0px -400px;
	width: 813px;
	min-height:535px;
	height: inherent;
	overflow: visible;
	background-image: url(images/bg_global.gif);
	z-index: 1;
}

#container #aybrook {
	position: absolute;
	padding-left: 0px;
	margin-top: 0px;
	left:36px;
	top: 39px;
	width:auto;
	height:auto;
	float:left;
}

#container #menu {
	position: absolute;

	top: 44px;
	left: 313px;
	width:auto;
	height:auto;
	float:left;
}


#container #submenu {
	position: absolute;

	top: 65px;
	left: 313px;
	width:auto;
	height:auto;
	float:left;
}


#container #header {
	position: absolute;

	top: 150px;
	left: 313px;
	width:auto;
	height:auto;
	float:left;
}

#container #maincopy {
	position: absolute;
	top: 195px;
	left: 313px;
	width:420px;
	height:inherent;
	float:left;
	overflow: visible;
	z-index:2;
}

#container #slides {
	position: absolute;
	top: 200px;
	left:0px;
	width:279;
	height:153;
	float:left;
}


#container #pixel {
	position: absolute;
	top: 354px;
	left:1px;
	width:119;
	height:174;
	float:left;
}

#container #contact {
	position: absolute;
	top: 365px;
	left:133px;
	width:146;
	height:146;
	float:left;
}

#footer {

	margin:0px 0px 0px -395px;
	float: inherit;
	position:relative;
	top: 65px;
	left:50%;
	width: 808px;
	


}







}
