/*
  The contents of this style sheet are Copyright 2009 Delphi Solutions Ltd. All rights reserved.
  Copying this work without express consent is violation of international copyright laws, and 
  we will prosecute to the full extent of the law. (copyright@delphisol.co.uk)
	
	// Baby Collection Colours
*/

/* std corners */
div.c1 {background: url(bc_bl.gif) 0 100% no-repeat #F7F0F9; width: 90%; max-width:70em; margin:0.5em}
div.c2 {background: url(bc_br.gif) 100% 100% no-repeat}
div.c3 {background: url(bc_tl.gif) 0 0 no-repeat}
div.c4 {background: url(bc_tr.gif) 100% 0 no-repeat; padding:10px}
div.c5 {font-size: 1px; height: 1px}

/* dark box */
div.d1,div.d1_title {background: url(bc_dark_bl.gif) 0 100% no-repeat #A354BA; width: 50%; max-width:50em; margin:0.5em; color:white; }
div.d2 {background: url(bc_dark_br.gif) 100% 100% no-repeat}
div.d3 {background: url(bc_dark_tl.gif) 0 0 no-repeat}
div.d4 {background: url(bc_dark_tr.gif) 100% 0 no-repeat; padding:10px}
div.d5 {font-size: 1px; height: 1px}
div.d1_title {width:80%; margin:0.3em; align:center;}
div.d4 a:link, div.d4 a:visited  {text-decoration:underline; color:white}
div.d4 a:hover {color:yellow}

h1.d1_title {margin: 0; text-align:center}

