/* CSS Document */
a {
	text-decoration:none;
	color: #2B503F;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #2B503F;
}

a.topcontent {
	text-decoration: none;
	color: #000000;
}

a.topcontent:hover {
	text-decoration: underline;
	color: #000000;
}

a.footerlink {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

a.footerlink:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

body {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

#pagetop {
	background-color: #CFE2E7;
	padding-top: 30px;
}

#headercontainer {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 882px;
}

#headercontent {
	height: 180px;
}

.headertopborder {
	border-top: solid #92ACA9 1px;
}

#pagebar {
	background-image: url(../images/welcomepage/pagebarbg.jpg);
	height: 30px;
	text-align: center;
}

#footerbar {
	height: 52px;
	text-align: center;
	background-image: url(../images/bg/grassbottom.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	float: left;
	clear: both;
	width: 100%;
}

#pagecontainer {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 882px;
}

#pagecontent {
	font-family: Verdana;
	font-size: 12px;
	line-height: 160%;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	float: left;
	width: 882px;
	background-image: url(../images/bg/pagecontent.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#pagecontentbody {
	padding: 0px 3px 3px 3px;
	width: 876px;
}

#photofader {
	background-image: url(../images/bg/pagecontentcurve.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 204px;
	text-align: center;
	position: relative;
}

#photofadertransparent {
	background-image: url(../images/bg/pagecontentcurve.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 204px;
	text-align: center;
}

#pagetext {
	padding: 12px;
}

#pagefooter {
	font-family: Verdana;
	font-size: 10px;
	line-height: 160%;
	text-align: right;
	float: left;
	clear: both;
	width: 870px;
	padding-right: 12px;
	padding-top: 6px;
}

#productpage {
	width: auto;
}

#productpagecontent {
	float: left;
	width: 560px;
}

#productpagenavigation {
	float: right;
	width: 260px;
}

#productpageclear {
	clear: both;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #CFE2E8;
color: #1D372C;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #1D372C;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 160%;
}

img.right {
  float: right;
  margin-left: 15px;
  padding: 1px;
}

img.left {
  float: left;
  margin: 5px;
  padding: 1px;
}