/* GENREAL TEXT STYLES - COLOURS */
a, 
a:link, 
a:visited {
	COLOR: #000000;
	text-decoration: underline;
}
a:focus, 
a:hover, 
a:active {
	color: #000000!important; 
	text-decoration: underline;
}
h1 {
	color: #000000; 
}
h3, h4, h6 {
	color: #000000; 
	background-color: inherit;
}
h5 {
	color: #000000; 
	background-color: inherit;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* HEADER - COLOURS */
#container-top {
	border-bottom: #0199CC;
}
#links-imgs {
	background-color: #0199CC;
	background-image: url(http://www.aberdeenquest.com/web/multimediafiles/bkgrnd_header_image8.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#links-main {
	background-color: #0199CC;
	background-image: url(http://www.aberdeenquest.com/web/multimediafiles/bkgrnd_main_menu8.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#links-main a, 
#links-main a:link, 
#links-main a:visited {
	color: #004C66; 
}
#links-main a:focus, 
#links-main a:hover, 
#links-main a:active {
	background-color: #34ADD6;
}

#container-main {
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #CCEBF5;
}
#container-menu {
	/*background: #CCEBF5;*/
}

#container-content {
	background: #FFFFFF url(http://stagwww.aberdeenquest.com/web/multimediafiles/style-8.jpg) no-repeat right bottom;
}

/* PUT MENU BACK HERE */
/*	5a - Awesome CSS menu version 1
The posibilities of ul CSS based menu's are endless! This is a simple implementation of one
**********************************************/
#ae_menu {
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.7em;
	padding: 5px 0px 5px 0px;
}

#ae_menu a, 
#ae_menu a:link, 
#ae_menu a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
#ae_menu a:focus, 
#ae_menu a:hover, 
#ae_menu a:active {
	color: #FFFFFF; 
	text-decoration: underline;
}

/* Disable bullets on all menu items */
#ae_menu li {
	margin: 0px;
	list-style: none;
	list-style-type: none;
	padding: 2px 0px 2px 0px;
	text-indent:5px;
	}

/* Set orange background for LEVEL 1 */
#ae_menu {
	margin:0;
	padding: 2px 0px 2px 0px;
	background-color: #0199CC;
	}

/* Set green background for LEVEL 2 */
#ae_menu li ul {
	margin:0;
	padding: 2px 0px 2px 0px;
	background-color: #34ADD6;
	}

/* Set pink background for LEVEL 3 */
#ae_menu li ul li ul {
	margin:0;
	padding: 2px 0px 2px 0px;
	background-color: #67C2E0;
	}

/* Set blue background for LEVEL 4 */
#ae_menu li ul li ul li ul {
	margin:0;
	padding: 2px 0px 2px 0px;
	background-color: #99D6EB;
	}


/* Indent LEVEL 2 and set white font for all non-menu links from LEVEL 2 downwards */
#ae_menu li ul li {
	margin:0;
	padding: 2px 0px 2px 0px;
	text-indent:10px;
	}

/* Indent LEVEL 3 */
#ae_menu li ul li ul li {
	margin:0;
	padding: 2px 0px 2px 0px;
	text-indent:15px;
	}

/* Indent LEVEL 4 */
#ae_menu li ul li ul li ul li {
	margin:0;
	padding: 2px 0px 2px 0px;
	text-indent:20px;
	}



#ae_menu li.ae_open {
	font-weight: bold;
}

#ae_menu li a:hover {
	
}

#ae_menu li ul li.ae_open {
}

/* LEFT CONTENT AREA - COLOURS */


/* RIGHT CONTENT AREA - COLOURS */
#page-title {
	background-image: url(http://www.aberdeenquest.com/web/multimediafiles/bkgrnd_page_title8.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCEBF5;
}
#panorama {
	background-color: #CCEBF5;
}
#feature-content, #video, #introduction {
	background-color: #CCEBF5;
}
#description {
	background-color: #CCEBF5;
	background-image: url(http://www.aberdeenquest.com/web/multimediafiles/bkgrnd_page_curve8.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#lower-curve {
	background-image: url(http://www.aberdeenquest.com/web/multimediafiles/bkgrnd_page_footer8.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ADDITIONAL CONTENT STYLING - COLOURS */
#box h2 {
	background-color: #0199CC;
}
