/* -------------- Main Colours ---------------- */
/* light grey 	#efefef */
/* medium grey 	#c2c2c2 */
/* dark grey 	#aaa */
/* light blue 	#18a6e6 */
/* medium blue 	#005fa4 */
/* dark blue 	#000d50  */
/* pink 		#dd137b */


/* -------------- Main Styles ----------------*/
html {min-height:101%; background:none;}
h1 {color: #005fa4; }
h2 {color: #005fa4; }
h1.w280 {width:280px;}
h2.w280 {width:280px;}
h1.w400 {width:400px;}
h2.w400 {width:400px;}

p.posted_by {
width:200px;
}
.highlight_text_bold {color: #005fa4; font-weight: bold;}
.highlight_text_bold2 {color: #dd137b; font-weight: bold;}

/* --------- testimonials ----------------*/
.posted_by {color: #18a6e6;}

/* -------------- Errors and Notifications ----------------*/
.errors {
	color: #dd137b;
}

/* -------------- Scroll bars ----------------*/

html {
        scrollbar-face-color: #888;
        scrollbar-arrow-color: white;
        scrollbar-highlight-color: #fffbf0;
        scrollbar-3dlight-color: gray;
        scrollbar-shadow-color: #fffbf0;
        scrollbar-darkshadow-color: gray;
        scrollbar-track-color: #ddd;
	}


/* -------------- LINKS ---------------- */

a:link {color: #005fa4;}
a:visited {color: #005fa4;}
a:hover {color:#0C6799;}

/* ------- Top Navigation --------- */
/* Rollover Colour for Top Navigation */ 
#navigation_list a:hover, #navigation_list a:active {background: #005fa4;}



/* --------- Footer ----------------*/
/* Background Colour */
#footer {
	background-color: #182264;
}

/* Text and Link Colours */
#footer p{color: #FFF;}
#footer a:link { color: #aaa;}
#footer a:hover {color:#aaa;}
#footer a:visited { color: #aaa;}

/* -------------- Form and input box styles ---------------- */
label {color: #092467;}

.label_highlight label{color: #dd137b;}

/* ----------------  Home Page ----------------------------*/
#newsletter {
	background-color: #000d50;
}

#testimonials {
	background-color: #000d50;
}

#poster_prices a {
text-decoration:none;
color:#777;
}

#poster_prices a:hover {
color:#333;
}


/* --------------- Fix for rotating images ------------- */

#top_images { position:relative; }
#top_images img {position:absolute; top:0;}

.data th { border:none; }

/*Links*/
#linksam {
	height:0; overflow:hidden;
}