/* ----------------------------------- Generic styles ----------------------------------- */
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #581e00;
	line-height: 15px;
	text-align: left;	
}

.page_header {
	background-image: url(../images/page_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.email_textfield {
	font-family: Verdana;
	font-size: 11px;
	color: #581e00;
	text-align: left;
	line-height: normal;
	width: 125px;
	border: 1px solid #FFFFFF;
}

.index_intro {
	position: relative;
	width: 530px;
	height: 72px;
	left: 240px;
}
/* -------------------------------------------------------------------------------------- */






/* ---------------------------------- Sub Pages styles ---------------------------------- */
.content_text {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #581e00;
	line-height: 15px;
	text-align: justify;
}

.content_text a:link, .content_text a:visited, .content_text a:active {
	color: #581e00;
	text-decoration: underline;
}

.content_text a:hover {
	color: #f99a21;
	text-decoration: underline;
}

.sub_navi_tier1 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #581e00;
	font-weight: bold;
	text-align: left;
	background-image: url('../images/bullet1.gif');
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 14px;
	margin: 5px;
	line-height:26px;
}

.sub_navi_tier1 a:link, .sub_navi_tier1 a:visited, .sub_navi_tier1 a:active {
	color: #581e00;
	text-decoration: none;
}

.sub_navi_tier1 a:hover {
	color: #f8981c;
	text-decoration: none;
}

.sub_navi_tier2 {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 10px;
	color: #581e00;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sub_navi_tier2 a:link, .sub_navi_tier2 a:visited, .sub_navi_tier2 a:active {
	color: #581e00;
	text-decoration: none;
}

.sub_navi_tier2 a:hover {
	color: #f8981c;
	text-decoration: none;
}

.bread_crumb {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 10px;
	color: #f8981c;
	font-weight: bold;
	text-align: right;	
}

.bread_crumb a:link, .bread_crumb a:visited, .bread_crumb a:active {
	color: #f8981c;
	text-decoration: none;	
}

.bread_crumb a:hover {
	color: #f8981c;
	text-decoration: underline;
}

.product_items {
	width: 200px;
	height: 200px;
	background-image: url(../images/product_item_bg.gif);
	background-repeat: no-repeat;
}

.product_items_title {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #581e00;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.product_items_title a:link, .product_items_title a:visited, .product_items_title a:active {
	color: #581e00;
	text-decoration: underline;	
}

.product_items_title a:hover {
	color: #f8981c;
	text-decoration: underline;	
}

.product_details_title {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #581e00;
	text-align: left;
}
/* -------------------------------------------------------------------------------------- */





/* ----------------------------------- Footer Section ----------------------------------- */
.footer_bg {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

.footer_text1 {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 10px;
	color: #581e00;
	line-height: normal;
	font-weight: bold;
	text-align: left
}

.footer_text1 a:link, .footer_text1 a:visited, .footer_text1 a:active {
	color: #581e00;
	text-decoration: none;
}

.footer_text1 a:hover {
	color: #581e00;
	text-decoration: underline;
}

.footer_text2 {
	font-family: Verdana, Arial, "Trebuchet MS";
	font-size: 10px;
	color: #ab8a77;
	line-height: normal;
	text-align: left
}

.footer_text2 a:link, .footer_text2 a:visited, .footer_text2 a:active {
	color: #ab8a77;
	text-decoration: none
}

.footer_text2 a:hover {
	color: #ab8a77;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------- */