/* ------ NOTES -----------------------------------------

Blueberry global CSS

--------- UPDATE INFO -----------------------------------
	
Revision number: 978
Last updated: 30 Oct 2005
Last update made by: graham bancroft (gbancroft@gmail.com)

--------- CONTENTS --------------------------------------
	=1: Universal reset
		=Reset margin and padding for all elements
---------------------------------------------------------
	=2: html and body
---------------------------------------------------------
	=3: General typography
		=Set default padding and margins
		=p
		=hx
		=dl
		=dt
		=dd
		=ul
		=ol
		=li
		=a
		
---------------------------------------------------------
	=3a: General params
		=img
		=blockquote
		=span 
---------------------------------------------------------
	=4: Layout Divs
		=Branding
		=Hidden accessibility elements
		=Site container
		=Main navigation
		=Side navigation
		=Nav on the foot
		=Supplementary navigation
		=Main content
		=Sub content
		=Page foot
---------------------------------------------------------
	=5: Forms
		=Live search
		
--------------------------------------------------------- 

	=6: Product specific

--------------------------------------------------------*/
/* =1: Universal reset */

* {
	font-size:100%;
	margin:0;
	padding:0;
}

/* =Reset margin and padding for all elements */


/* =2: html and body */

body {
	font: 76% "Lucida Grande", "Lucida sans unicode", arial, Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center; /* align ie5+ center screen */
	line-height: 1.5em;
}

/* =3: General typography */

/* =Set default padding and margins */

/* =p */

p { margin:1.2em 20px; }

p.posted{color:#CCC;font-size:80%;font-weight:bolder;}

/* =hx */

h1,h2,h3,h4,h5 {
	padding: 5px 20px;
}

h2,h3 {text-transform: capitalize;}

#content-main h2 {clear: both; }

h2,h3 { font-size: 1em; }

h4 { font-size: 1.1em; }

/* =dl */

#content-main dl { margin: 15px 20px; }

/* =dt */

#content-main dt { font-weight: bold; }

/* =dd */

#content-main dd { padding-bottom: 10px; }

/* =ul */

ul { list-style-type: none; }

#content-main ul {
	margin: 1em 0 1.3em 30px;
	list-style: disc inside;
}

/* =ol */

ol {
	margin: 1em 0 1.3em 30px;
	list-style-position: inside;
}

/* =li */

#site-info li { display: inline; }

/* =a */

a {}

a:hover, 
#site-info a:hover { text-decoration: none;}

/* =Side navigation */

#content-sub li a {
	display: block;
	padding: 2px 20px .19em 20px;
	text-decoration:none;
	height: auto!important;
	height: 1px;
}

#content-sub l1 a { \*/ width: 250px;  /* for IE 5.5 ?? */ }

/* =Nav on the foot */

#site-info li a {
	display: inline;
	text-decoration: underline;
	border-right: 1px solid;
	padding: 0 5px;
}

#site-info li.listitem-last a{ border: 0; }

/* =3a: General params */

/* =img */

img {
	float: right; 
	padding: 10px 10px 0 10px;
	position: relative;
	margin: 10px;
}

.feature img,
.new-product img{ 
	float: left; 
	margin-right: 20px;
}

#content-sub img { 
	padding: 0;
	margin: 0;
	border-width: 1px;
	border-style: solid;
}

/* =blockquote */

blockquote {
	margin: 5px 1.5em;
	font-style: italic;
}
#content-sub img {float: none;}

/* =span */

p.morelink {
	padding: 0 0 20px 20px;
	text-indent: 18px;
	margin-top: 0;
}

/* =4: Layout Divs */

/* = Branding */

#branding {
	height: 150px;
	width: 100%;
	border-width:1px 0;
	border-style:solid;
	margin-bottom:5px;
}

/* =Hidden accessibility elements */

#branding h2, 
#branding ul,
#navigation-main h2,
#site-info h2 { 
	position: absolute;
	left: -2000px;
}

/* =Site container */

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-width:10px 0 0 0;
	border-style:solid;
	padding-top:5px;
}

/* =Main navigation */

#navigation-main {				
	border-width: 1px 0;
	width: 100%;
	float: left;
}

#navigation-main  {
	margin-bottom: 5px;
	width: 100%;
}


#navigation-main ul li { display: inline; }

#navigation-main ul {padding:8px 5px;}

#navigation-main li a { padding: 8px 4px; font-weight: bold; text-decoration:none;}

/* =Side navigation */

/* =Supplementary navigation */

/* =Main content */

#content-main {
	width: 500px;
	float: right;
}

.more-range { text-transform: lowercase;}
.more-range li:first-letter {text-transform: capitalize;}

.copy-main,
.feature,
.static-bottom,
.static-fosters,
.static-foodfinders,
.static-chambers,
.front-page,
.more-range,
.new-product,
.products { 
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	width: 499px;
	float: left;
}


/* =Sub content */

#content-sub {
	width: 250px;
	margin-bottom:5px;
	float: left;
}

#random_image p {padding: 2px 20px 5px 20px; margin: 0; color: #444;}

#top-tips li a,
#top-tips li a:hover { background-image: none; }
#top-tips li a{ text-transform: none!important;}

#seasonal,
#product-nav,
.news-nav,
#new-products,
#top-tips {
	border-width: 1px 1px 0 1px;
	margin-bottom: 5px;
}


/* =Page foot */

#site-info {
	clear: both;
	width:100%;
	font-size:0.9em;
	text-align: center;
	padding: 20px 0 20px 0;
	}

#site-info li a { 
	padding: 0 5px; 
	font-weight:bold; 	
	text-transform: capitalize;
}

#site-info { border-width: 1px 0; margin-bottom:10px; }

/* =5: Forms */

.alert-mail {color: #006699;}

#search_fosters fieldset {border: none; padding: 1px;}
form#searchform label {padding: 0 0 10px 20px; } 

fieldset#form-contact{ border: none; margin-top: 10px;}

#form-contact dt label {
	float: left;
	font-weight: normal;
	width: 110px;
}

fieldset {
	margin: 10px 0;
	border: none;
}

fieldset#form-interested  {padding: 0 20px;}
#form-interested input { margin: .1em 0; border: none;}
#form-interested  label {font-weight: normal; 	width: 190px;
 }
legend { margin-bottom: 5px;}
dt#submit  {margin: 10px 0;}

#submit input,
#livesearchsubmit{
	padding: .2em .4em;
	margin: 0 .4em;
	cursor: pointer;
	border-color:  #d2d2d2 #999 #999 #d2d2d2;
	border-width: 1px;
	border-style: solid;
	background: #F6F2E0;
	color: #333;
}
textarea {width: 280px;}
input,textarea { background: #fff; border: 1px solid #d2d2d2; padding: .1em 0 ;color: #666;}
select { background: #fff; border: 1px solid #d2d2d2; }
checkbox {text-align: right;}

fieldset#form-contact li {color: red;}

/* =Live search */


#LSResult { 
	width: 100%; 
	padding: 0;
	float: left;
}

#LSShadow {  }

.LSRow { width: 100%; padding: 0;}

.LSRow  a { 
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 10px;
}

#LSRow a:hover {text-decoration: none;}

#LSHeader { }

#LSHeader { padding: 5px 10px; margin-top: 10px; }
.lsDate { display: block; }

.search-alert {padding: 20px 0;}

