/********************
 *  Colours. 
 * 
 ********************/

/* white folio page*/	
body.white_bg{
	background: white;
	color:  #666666;
}

body.white_bg h2{
	color: black;
}

body.white_bg a:link, body.grey_bg a:link{
	color:  black;
	text-decoration: none;
}

body.white_bg a:active, body.grey_bg a:active{
	color:  black;
	text-decoration: none;
}

body.white_bg a:visited, body.grey_bg a:visited{
	color:  black;
	text-decoration: none;
}

body.white_bg a:hover, body.grey_bg a:hover{
	background: url(http://www.creativeinc.ie/images/dot.gif) bottom left repeat-x;
	padding-bottom: 1px;
}

/* black folio page*/	
body.black_bg{
	background: black;
	color:  #666666;
}

body.black_bg h2{
	color: white;
}

body.black_bg a:link{
	color:  white;
	text-decoration: none;
}

body.black_bg a:active{
	color:  white;
	text-decoration: none;
}

body.black_bg a:visited{
	color:  white;
	text-decoration: none;
}

body.black_bg a:hover{
	color:  white;
	text-decoration: none;
	background: url(http://www.creativeinc.ie/images/dot.gif) bottom left repeat-x;
	padding-bottom: 1px;
}	

/* info bg */
body.info_bg{
	background: #333333;
	color:  #f4f4f4;
}

body.info_bg h2{
	color: white;
}

body.info_bg a:link{
	color:  #00FF40;
	text-decoration: none;
}

body.info_bg a:active{
	color:  #00FF40;
	text-decoration: none;
}

body.info_bg a:visited{
	color:  #00FF40;
	text-decoration: none;
}

body.info_bg a:hover{
	color:  white;
	text-decoration: none;
	background: url(http://www.creativeinc.ie/images/dot.gif) bottom left repeat-x;
	padding-bottom: 1px;
}

li.current a:link, li.current a:active, li.current a:visited{
	color:  white;
	text-decoration: none;
	background: url(http://www.creativeinc.ie/images/dot.gif) bottom left repeat-x;
	padding-bottom: 1px;
}

li.current a:hover{
	color:  #00FF40;
	text-decoration: none;;
}

 /* folio list page*/	
 body.grey_bg{
	background: #d8d8d8;
	color: #666666;
}

/* profile page*/	
body.profile_bg{
	background: black url(http://www.creativeinc.ie/images/gallery_library.jpg) top left no-repeat;
	background-attachment: fixed;
	color:  #666666;
}

body.profile_bg h2{
	color: #333333;
}

body.profile_bg a:link{
	color:  white;
	text-decoration: none;
}

body.profile_bg a:active{
	color:  white;
	text-decoration: none;
}

body.profile_bg a:visited{
	color:  white;
	text-decoration: none;
}

body.profile_bg a:hover{
	color:  white;
	text-decoration: none;
	background: url(http://www.creativeinc.ie/images/dot.gif) bottom left repeat-x;
	padding-bottom: 1px;
}