/*
-----------------------------------------------
Galanthus styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 750px;     /* set width of site */
	background: #E2EDDE;
	margin:10px auto;
	text-align:left;
	padding: 10px 0;
}

/* Links
----------------------------------------------- */
a { color: #263920; text-decoration: none; font-weight:bold; }
a:link { color: #263920; text-decoration: none;}
a:hover { color: #FFFFFF; text-decoration: underline;}
a:active { color: #FFFFFF; text-decoration: none;}
a:visited { color: #263920; }

#content a:hover { color: #C8D392; text-decoration: underline;}
#content a:active { color: #263920; text-decoration: none;}

#more a { color: #263920; text-decoration: none; font-weight:bold; }
#more a:link { color: #263920; text-decoration: none;}
#more a:hover { color: #C8D392; text-decoration: underline;}
#more a:active { color: #263920; text-decoration: none;}
#more a:visited { color: #263920; }

p a { color: #263920; text-decoration: none; font-weight:bold; }
p a:link { color: #263920; text-decoration: none;}
p a:hover { color: #C8D392; text-decoration: underline;}
p a:active { color: #263920; text-decoration: none;}
p a:visited { color: #263920; }

/* Text
----------------------------------------------- */

p {
	margin: 0;
	padding: 5px 0;
	line-height: 130%;
}

p.images {
	text-align: center;
	margin: -5px 0 0 0;
}

#aboveheader p {
	padding: 0;
}

h1 {
	font-size: 24px;
	margin: 0;
	color: #8BB67C;
	font-family: wendy;
}
. thefont{
	font-family: wendy;
	}

h2 {
	font-size:16px;
	margin:0;
}

.caption1 {
	font-weight: bold;
	color: #446538;
	text-align: right;
}

hr {
	 color: #9EC292;
	 height: 1px;
	 border-top: 1px dashed #9EC292;
	 border-bottom: 0;
	 border-left: 0;
	 border-right: 0;
	 width: 90%;
	 text-align: center;
}

.form_hr {
	 color: #9EC292;
	 height: 1px;
	 border-top: 1px dashed #9EC292;
	 border-bottom: 0;
	 border-left: 0;
	 border-right: 0;
	 width: 90%;
	 text-align: center;
}


/* Menu
------------------------------------------------- */

#menu ul {
	list-style: none;
	display: inline;
}

#menu li {
	float: left;
	background: url(../img/menu-right.gif) no-repeat right top;
	margin: 0;
}

#menu li a {
	display: block;
	margin: 0;
	padding:5px 10px;
	background: url(../img/menu-left.gif) no-repeat left top;
	color: #263920;
}

#menu li.menuend {
	background: none;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#right a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#aboveheader a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/* Rest
------------------------------------------------- */

#aboveheader {
	width: 720px;
	height: 24px;
	background: #B9D3B0;
	margin: 0 auto 10px auto;
	text-align: right;
	padding: 5px 10px 0 0;
}

#container {
	width: 730px;
	margin: 0 auto;
	background: #FFFFFF url(../img/header-01.jpg) 0 0 no-repeat;
}

#menu {
	width: 500px;
	height: 30px;
	float: left;
	text-align: left;
	margin: 201px 0 0 0;
	padding: 0;
}

#content {
	width: 460px;
	float: left;
	padding: 20px;
}

#right {
	width: 184px;
	float: left;
	background: #C8D392;
	margin: -231px 0 10px 4px;
	padding: 10px;
}

#footer {
	height: 12x;
	background: #E2EDDE;
	margin-top: 10px;
	margin-left: 10px;
}
/* Right content
------------------------------------------------- */

#right ul {
	list-style: none;
	margin-left: 0;
	padding: 0 0 5px 2px;
	margin: 0;
}

#right li {
	list-style: none;
	margin:0;
	padding: 3px 0 4px 15px;
	background: url(../img/left-dot.gif) no-repeat 0 50%;
}

#right hr {
	color: #48693D;
	border-top: 1px dashed #48693D;
}

.prodbox {
	padding: 0;
	clear: both;
	margin: 5px 0;
	height: 40px;
}

.prodimg {
	float: left;
	padding-right: 4px;
}

.prodinfo {
	
}

.prodinfo p {
	margin: 0 0 0 5px;
	padding: 0px;
	text-align: left;
}
