/* LAYOUT */

body {
	padding: 0px;
	margin: 0px;
	background-color: #666666;
	font: small Verdana, Arial, sans-serif;
	text-align: center;
}
#containerHome {
	width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(Images/bg-container.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#container {
	width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#topTrim {
	height: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #A2C02F;
	background: url(Images/bg-trim-bar.jpg);
	background-repeat: no-repeat;
}
#masthead {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#navBar {
	height: 24px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 72px;
	color: #FFFFFF;
	background-color: #A2C02F;
	background: url(Images/bg-nav-bar.gif);
	background-repeat: repeat-x;
}
#whiteSeparator {
	height: 4px;
	background-color: #FFFFFF;
}
#bodyText {
	width: 418px;
	margin: 0px;
	padding: 10px 14px 10px 84px;
	float: left;
	text-align: left;
	color: #333333;
}
#bodyImages {
	width: 464px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	text-align: center;
	color: #333333;
}
#bodyTextRight {
	width: 464px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	text-align: left;
	color: #333333;
}
#bottomTrim {
	height: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #A2C02F;
	background: url(Images/bg-trim-bar.jpg);
	background-repeat: no-repeat;
}
#separator {
	clear: both;
	height: 0px;
}

/* LAYOUT FOR PRODUCT PAGES */

#productList {
	width: 170px;
	margin: 0px;
	padding: 10px 4px 10px 76px;
	float: left;
	text-align: left;
	color: #333333;
}
#productDetail {
	width: 345px;
	margin: 0px;
	padding: 40px 10px 10px 20px;
	float: left;
	text-align: left;
	color: #333333;
	background-image: url(Images/bg-product-detail.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#productImages {
	width: 375px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	float: right;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
}
/* ------------------------------------------------------- */
/* TEXT FORMATTING */

p {
	font-size: 90%;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
#productList p {
	font-size: 85%;
	line-height: 1.2em;
}
.text-blue {
	color: #559CBE;
}
.text-blue-bold {
	color: #559CBE;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #A2C02F;
	text-decoration: underline;
}
a:active {
	color: #A2C02F;
	text-decoration: underline;
}

/* ------------------------------------------------------- */
/* FOOTER BAR*/

#footer {
	height: 20px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 540px; /* top right bottom left */
	color: #A2C02F;
}
#footer p {
	font-size: 75%;
    line-height: normal;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
#footer a:active {
	color: #990000;
}
