/* elements stylesheet for grwe.com created by Moonshine Internet 30/04/08 */

/* --- header elements --- */

#header form {
	position: absolute;
	top: 127px;
	left: 597px;
}

#header form .searchBox {
	width: 115px;
	border: 1px solid #7F9DBE;
	padding: 1px 4px 2px 4px;
	}
	
#header form .submitBtn {
	width:59px;
	height: 21px;
	background: url(../images/submitBtn.gif);
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 80%;
}



/* --- styles for "Main Body" --- */

#mainBody h1 {
	font-size: 15px;
	border-bottom: 1px solid #7F9DBE;
	font-weight: normal;
	color: #003C7D;
	margin-bottom: 14px;
}

#mainBody p {
	margin-bottom: 10px;
	line-height: 1.6em;
	color: #333;
	font-size: 100%;
}

#mainBody h2 {
	font-size: 15px;
	font-weight: normal;
	color: #003C7D;
	margin-top: 5px;
	margin-bottom: 3px;
}

#mainBody h3 {
	font-size: 12px;
	font-weight: normal;
	color: #003C7D;
	margin: 0px;
}

#mainBody a {
	font-weight: normal;
	color: #003C7D;
	text-decoration: none;
	border-bottom: dotted 1px #7F9DBE;
}

#mainBody a:hover {
	color: Orange;
}


#mainBody ul {
	margin:0;padding:0;
	margin-left: 40px;
	list-style-type: disc;
 }
 
#mainBody ul li {
	margin:0;padding:0;
	margin-bottom:7px;
}



/* --- Breadscrumb --- */

#breadcrumb {
	font-style: italic;
	margin-bottom: 14px;
	color: #444;
}

#breadcrumb a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumb a:hover {
	color: Orange;
}
/* --- image column --- */

#imageColumn {
margin-top:40px;
width: 170px;
float: right;
text-align: right;
}

#imageColumn img, #imageColumn a {
	border: none;
}

#imageColumn .imgBox {
	margin-bottom: 15px;
}

/*------ News page -------*/

#mainBody a.newsImage {
	border-bottom:0px;
	}
	
#mainBody .newsImage img {
	border:none;
	}


/* --- misc --- */
.clear {
	clear: both;
}

.enquire {
	margin:5px 0px;
	padding:3px 10px;
	border:1px dotted #7F9DBE;
	background-color:#DCEAF1;
	}


/* thermometer */

#thermometer {
	width: 35px;
	height: 250px;
	background: url(../images/thermoRod.gif) center repeat-y;
	margin-top: 10px;
}

#appeal {
	margin: 10px 10px 20px 0; 
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #CCC;
}

#appeal h1, #leftFeatured h1, #doggyBasket h1 {
	font-size: 14px;
	font-weight: normal;
	color: #003C7D;
	margin-bottom: 4px;
}

#appeal .thermomarker {
	position: absolute;
	width: 100px;
	border-bottom: 1px dashed #360;
	text-align: right;
	color: #369;
	font-weight: bold;
}

#appeal .thermomarker2 {
	position: absolute;
	width: 80px;
	border-bottom: 1px dashed #444;
	text-align: right;
	color: #444;
}

/* ----- doggy basket ----------*/

#doggyBasket {
	/*margin: 20px 20px 0 0;
	background:url(../images/dogBasketBG.gif) left 140px no-repeat;
	padding-bottom:10px;*/
	}
	
#doggyBasket h2 {
	font-size: 12px;
	margin:10px 0px 0px 0px;
}
	
#doggyBasket p {
	line-height:1.4em;
	margin-bottom:8px;
	}
	
#dogBasketArea {
	height:130px;
	overflow:auto;
	padding:10px;
	margin:15px 10px 10px 5px;
	}
	
#doggyBasket .dogInput {
	width:170px;
	margin-bottom:10px;
	}

#doggyBasket .inputWarning {
	border:1px solid red;
	background-color:#FEE9E2;
	}
	
#doggyBasket #emailWarning {
	visibility:hidden;
	}

/* ----- emergency appeal ----- */

#emergencyAppeal {
	text-align: center;
	margin: 20px 20px 0 0;
	border-bottom: 1px solid #CCC;
	padding-bottom:10px;
}

#emergencyAppeal h1 {
	font-size: 16px;
	font-weight: normal;
	color: red;
}

#emergencyAppeal img {
	padding: 7px 0;
}

/* ----- left column featured dog ----- */

#leftFeatured {
	margin:0 10px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#leftFeatured h2 {
	font-size: 12px;
	margin-bottom: 3px;
}





/*--     Guestbook   --------*/

/* Form styles for contact page */
#formGuestbook {
	width:415px;
}

#formGuestbook label{
	float:left;
	width:140px;
	}
	
#formGuestbook input, #formGuestbook textarea {
	width:260px;
	margin-bottom: 10px;
}

#formGuestbook input.submitBtn {
	float:right;
	margin-right:12px;
	width:59px;
	height: 21px;
	background: url(../images/submitBtn.gif);
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 80%;
}