/* 
	about.css - 21 July 2005 - mpattersonATvodafone.ie 
	Stylesheet used for the About Us section.
	
	#F0037F	Magenta
	#F1B5CC Magenta Tint
	#ABDA4D	Green
	#D7E7B3	Green Tint
	#00A0C6	Blue
	#6FCBF1 Blue Tint
	#F0AD00	Orange
	#F6D596 Orange Tint
	#FFFFFF	White
	#000000 Black
*/

/* import the main styles: */
@import "/css/main.css";
/* highlight the About Us td: */
#aboutnav {
	border-bottom: 1px solid #F0037F; }
	
/* highlight the About Us link: */
#aboutnav a, #aboutnav a:link, #aboutnav a:visited, #aboutnav:active {
	color: #FFFFFF; }

/* tds for column1, column2, singlecol: */				
#col1, #col2, #singlecol {
	border-color: #F0037F; }
	
/* tds for sub navigation spacer image and footer: */
#subnav, #spacer, #footer {
	background-color: #F0037F; }
	
/* sub navigation links: */	
#subnav a, #subnav a:link, #subnav a:active, #subnav a:visited {
	color : #F1B5CC; }
#subnav a:hover{
	color: #FFFFFF; }
	
/* first paragraph on each page: */	
p.first {
	color: #F0037F; }
	
/* colored bullets for uls: */	
ul {
	list-style-image: url(/images/arrow_magenta.gif); }
	
/* photo gallery table: */
#gallery td {
	padding: 5px;
	text-align: center;
	vertical-align: top; }
