/* Basic Styling
=======================*/

body {
	font: 75%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background: #666666 url(images/bg2.jpg) repeat-y center;
}

img {
	border: none;
}


h1 {
	font-size: 1.4em;
	color: #2D6A05;
	text-transform: none;
	font-weight: bolder;
}

h2 {
	font-size: 1.0em;
}

#intro {
	font-weight: bold;
	font-size: 1.0em;
}

a:link, a:visited {
	color:#003399;
	font-weight: bold;
}

a:hover {
	color:#0066CC;
}

/* Layout
=======================*/

body {
	text-align: center;
	min-width: 760px;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	margin: 0;
	padding: 10px 0;
	background: #fff;
}

#subNav {
	width: 170px;
	float: left;
}

#content {
	width: 650px;
	float: right;
	background: #fff;
}

#mainContent {
	width: 615px;
	margin: 0;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#secondaryContent {
	width: 20px;
	float: right;
	text-align:left;
	padding-right: 10px;
	padding-top: 15px;
}

#footer {
	clear: both;
	line-height: 1;
}

/* hide this style from IE5 Mac \*/
#footer {
	text-align: center;
	margin-left: 0px;
	padding-top: 40px;
}
/* Stop hiding */

#footerNav, #footerNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footerNav a {
	padding: 0px 5px;
	border-left: 1px solid #000;	
}

#footerNav .first a {
	border-left: none;
}

#copyright {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}

/* General Styles
=======================*/

h2 {
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

/* mainNav */

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #fff;
}

#mainNav a:hover {
	color: #333;
}

#mainNav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #ffffff url(images/mainNavBg.gif) repeat-x;
	list-style: none;
	text-transform: uppercase;
}

#mainNav li {
	float: left;
}

/* Hide from IE5 mac \*/

#mainNav li a {
	display: block;
}
/* end hack */

#mainNav li a {

	margin: 0;
	padding: 0 2em;
	line-height: 2.1em;
	background: url(images/mainNavBorder.gif) repeat-y left top;
}

#mainNav .first a {
	background: none;
}

/* subNav */

#subNav {
	color: #333;
	text-transform: uppercase;
}

#subNav a:link, #subNav a:visited {
	text-decoration: none;
	color: #333;
}

#subNav a:hover {
	color: #369;
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subNav li {
	display: block;
	line-height: 30px;
	background: #E4E4E4 url(images/subNavBg.gif) repeat-x left top;
}

#subNav li a {
	margin: 0;
	padding: 0 10px 0 20px;
	font-size: 10px;
	background: url(images/arrow.gif) no-repeat 10px center;
}

#subNav h2 {
	margin: 0;
	padding: 0 10px;
	font-size: 1em;
	line-height: 30px;
	background: #E4E4E4 url(images/subNavBg.gif) repeat-x left top;
}


/* Faux column */

#wrapper {
}

.borderimg {
	border: 4px double #999999;
}
.top {
	font-size: 9px;
	text-transform: none;
	text-decoration: none;
	margin-left: 10px;
	color: #2D6A05;
}

.top a {
	text-decoration: none;
	color: #2D6A05;
}

.top a:visited {
	text-decoration: none;
	color: #2D6A05;
}
.producttitle {
	font-size: 12px;
	font-weight: bold;
	color: #2D6A05;
	letter-spacing: 1px;
}
