/* ks_stage5.css - use instead of home6.css
version 1.0
Sep 2008
*/

#logo{
position:relative;
width:252px;
height:27px;
top:61px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
background-color:#FFFFFF;
float: left;	}
/* FOR ALL PAGES EXCEPT HOME PAGE (or any other without a title graphic)  --- */
body{color:#666;}
	p.starter {margin-top:35px;}
	#header {margin-top:30px; margin-bottom:100px;}
	#logo {margin-top:-30px;margin-left:-10px;}
	#main {margin-top:0px; border-top: solid 1px #c088a8; } /*sets the colour of the rule*/
	#mainimageordesc {margin-top:-18px;}
	#maintext {margin-top:20px;}
	#footer {font-size:0.8em;color:#666;}


	#titleimg {margin-top:100px;} /* check whether this actually makes a difference */
	
/* FOR COLL PAGES     */
	
	#thumbgrid {margin-top:-20px; margin-left: 49px; margin-right: -49px;}
	.thumbnail
	{
	float: left;
	width: 83px; /* 77+(padding*2) */
	/*border: 1px solid #999;
	margin: 0 15px 15px 0;*/
	padding: 0px 0px 5px 6px;
	}
	
	/* FOR bottom navigation on COLL PAGES     */
	#bodynav { text-transform: uppercase; font-size: 0.8em;}
	.productdescription {color: #c088a8;} /*wcoll*/
	p.productdescription_bcoll {color: #BAB051;} /*bcoll*/
	p.productdescription_hcoll {color: #87635A;} /*hcoll*/
	.backnav {float: left;}
	.nextnav {float: right; margin-right: 23px;}
	a {text-decoration: none;color: #999;}



