/*========================================================

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*==============================================
color scheme:

background green:			#4F7636
footer green:				#2d610c
lighter green:				#5e8b41
summary brown:				#9F5518

==============================================*/

/*==============================================
main layout components
==============================================*/

body {
	background: #4F7636 url(../cssimages/bg_main_header.gif) repeat-x;
	color: #EFEFEF;

}

#header {
	width: 760px;
	background: url(../cssimages/bg_header.gif)  no-repeat ;
	height: 280px;
	margin: 0 auto;
}

#content {
	width: 760px;
	margin: 0 auto;
	font-size: 1.1em;
	margin-top: 20px;
}

#main_content {
	width: 490px;
}

#sub_content {
	width: 250px;
	float: right;
	margin-top: 6px;
}

#homepage #sub_content {
	margin-top: 60px;
}

address {
	font-style: normal;
	background: #2d610c;
	padding: 12px 6px;
	text-align: center;
	border: 3px solid #5B883E;
	line-height: 1.6em;
	margin-top: 20px;
	font-size: 0.9em;
}


/*==============================================
headings
==============================================*/

h1 {
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
	margin-top: 1.8em;
}

/*==============================================
links
==============================================*/

a, a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	color: #FFF;
}

a.email {
	text-decoration: none;
}

/*==============================================
navigation
==============================================*/

#nav {
	list-style: none;

}

#nav li a {
	display: block;
	background: #5e8b41;
	padding: 12px;
	margin-bottom: 8px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #426d27;
	font-size: 1.1em;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li.current a {
	color: #2d610c;
	cursor: default;
}

#nav li.current a:hover {
	text-decoration: none;
}

/*==============================================
summary
==============================================*/

#summary{
	background: #9F5518 url(../cssimages/bg_introtext_top.gif) repeat-x top;
	padding-top: 60px;
}

#summary_wrapper  {
	background: #9F5518 url(../cssimages/bg_introtext_bottom.gif) repeat-x bottom;
	padding-bottom:60px;

}

#summary p {
	width: 430px;
	margin: 0 auto;
	font-size: 1.4em;
	position: relative;
	padding-right: 330px;
	color: #FFF;
}

#summary strong {
	font-size: 1.2em;
}

#summary_pic {
	position: absolute;
	right: 0;
	top: -25px;
	background: url(../cssimages/bg_summarypic.png) no-repeat;
	width: 340px;
}

/*==============================================
content
==============================================*/	

.price_list {
	margin-left: 30px;
}

#bunny {
	margin-top: 60px;
}

/*==============================================
links section
==============================================*/

#links {
	background: #5e8b41;
	clear:both;
	padding: 6px 0 10px 0;
	margin-top: 20px;
}

#links p {
	width: 680px;
	margin: 10px auto 2px auto;
	line-height: 30px;
}

#links strong {
	display: block;
	float: left;
	width: 350px;
	height: 29px;
	background:url(../cssimages/text_links.gif) no-repeat ;
}

#links a {
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

/*==============================================
footer
==============================================*/

#footer {
	background: #2d610c;
	text-align: center;
	padding: 6px 0 10px 0;
	
	color: #5e8b41;
}

#footer a  {
	color: #5e8b41;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}