/*
	main.css
	Primay site CSS for on-screen display
	
	see main_ie6.css contains css for MSIE 6 and later browsers
	see main_ie7.css contains css for MSIE 7 and later browsers
*/

body {
	margin:0;
	margin-top: 0px;
	padding:0;
	background-color: #DEC38B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0;}

form {
	margin: 0;
	padding: 0;
}

td {
	text-align:left;
}

a:link,  a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #DE6800;
}
a:active {
	color: #000000;
}

/* Whole page except footer*/
#container {
	width:800px;

	left:50%;
	margin-left:-400px;

	/*margin:auto auto;*/
	background:#000000;
	clear:both;
    margin-top:160px;
}

#content
{
	width:610px;
	/*height:500;*/
	/* min-height doesn't work in IE*/
	min-height:300px;
	float:right;
	background:#C6DF8B;
	/*border: 1px solid red;*/
}
#nav
{
	width:190px;
    /*margin-top:160px;*/
	float:left;
	min-height:300px;
	background:#000000;
	/*border: 1px solid red;*/
}

#header
{
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	top:0px;
	height:160px;
	clear:both;
	background:#000000;
	/*overflow:hidden;*/	/* So IE doesn't live a little bit of header background showing below header image */
}

#header_text
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color: #ffffff;
	text-decoration:none;
	position:absolute;
	width:780px;
	left:50%;
	margin-left:-400px;
	clear:none;
	top:85px;
	text-align:right;
	height:30px;
	font-size: 1.8em;
	z-index:2;
}

#header_nav
{
	position:absolute;
	width:780px;
	left:50%;
	margin-left:-400px;
	clear:none;
	top:130px;
	text-align:right;
	/*
	width:250px;
	margin-left:550px;
	*/
	height:20px;
	font-size: 1.0em;
	z-index:2;

}
#header_nav a:link, #header_nav a:visited, #footer_nav a:link, #footer_nav a:visited {
	color: #dec38b;
	text-decoration:none;
	padding-left:20px;
}
#header_nav a:hover, #footer_nav a:hover {
	color: #ffffff;
	padding-left:20px;
}
#header_nav a:active, #footer_nav a:active {
	color: #dec38b;
	padding-left:20px;
}

#header_bnn
{
	position:absolute;
	width:800px;
	top:145px;
	height:15px;
	/*clear:both;*/
	z-index:1;
	left:50%;
	margin-left:-400px;
	clear:none;
}
#header_nav_bottom {
	position:relative;
	width:800px;
	height:15px;
	/*
	clear:both;
	float:none;
	*/
	left:50%;
	margin-left:-400px;
	clear:none;
	background: url('/images/footer_nav_band.gif') no-repeat;
}

#footer {
	position:relative;
	width:800px;
	height:20px;
	left:50%;
	margin-left:-400px;
	margin-top: 20px;
	clear:none;
	background: url('/images/footer_band.gif') no-repeat;
}

#footer_nav
{
	position:relative;
	text-align:right;
	width:400px;
	top:3px;
	margin-left:380px;
	height:20px;
	clear:none;
	font-size: 1.0em;
}

#left_nav_image{
	position:absolute;
	width:260px;
	height:282px;
	top: 10px;
	left: 45px;
/*	clear:none;
	float:both;
	*/
	background: url('/images/horse_flowers.png') no-repeat;
	overflow:hidden;
}

#nav_text {
	font-size:1.2em;
	font-weight:bold;
	color:#c6df8b;
	margin-left: 16px;
	margin-right: 16px;
	padding-top:30px;
	line-height:1.5em;
	text-align:justify;
	}

#home_text {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
	color:#5A6641;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.6em;
	text-align:left;
	}

#about_products_text {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
	color:#5A6641;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.6em;
	text-align:left;
	}

#custom_page_text {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.1em;
	color:#5A6641;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.6em;
	text-align:left;
	min-height:380px;
	}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	border: solid 2px #A4BA72;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	border: solid 2px #A4BA72;
}

#homePhotoMaskTop {
	float:left;
	width:0px;
	height:60px;
	display:block;
	border: solid 1px red;
}

#homePhotoMask {
	float:left;
	clear:left;
	height: 282px;
	width: 118px;
    margin: 4px 4px 4px -50px;
	border: solid 1px purple;
}

.productText {
	background-color: #c6df8b;
	color: #83945d;
	font-weight: normal;
	font-size:1.0em;
}

.productStrongText {
	background-color: #c6df8b;
	color: #83945d;
	font-weight: bold;
	font-size:1.4em;
}

table.product {
	background-color: #c6df8b;
	text-align:left;
	/*border: solid 1px purple;*/
}

td.product {
	background-color: #c6df8b;
	text-align:left;
}

.productPhotoBox {
	background-color:#A4BA72;
	padding:4px; 
	min-height:200px; 
	border-color: #B8A273; 
	border-width: 2px; 
	border-style: solid;
}

* .ca {
	clear:both;
	float:none;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

.std {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	float:none;
	clear:both;
	margin:0 0 0.2em;
	}
#content h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:2.0em;
	color:#5A6641;
	}
#content h2 {
	font-size:1.4em;
	color:#93815D;
	}
#content h3 {
	font-size:1.2em;
	color:#5A6641;
	}
#content h4 {
	font-size:1.1em;
	color:#000000;
	}
#content p {
	margin:0 0 1em;
	}
#content ul,#content ol {
	margin:0 0 1em 1.3em;
	padding:0;
	}
#content ul {
	list-style-image:url('/images/text_li_bullet.gif'); 
	}
	
/*
.grey {
	background-color: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
}
*/
.productMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #858585;
}
.multiProductMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#ffffff;
}

.productCategoryDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color:#5A6641;
	padding:12px;
}
/*
.smallLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 1px;
}
.medLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 1px;
}

.largeLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 1px;
}
*/
.smallDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;;
	color: #93815d;
	padding: 1px;
}
.medDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #93815d;
	padding: 1px;
}
.largeDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #93815d;
	padding: 1px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.copyright {
	font-size: 0.9em;
	color: #000000;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}
.footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footerNav a:link,  .footerNav a:visited,  .footerNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.footerNav a:hover {
	color: #DE6800;
	text-decoration: none;
}
.menu {
	font-size: 11px;
	color: #000000;
}
.menu a:link,  .menu a:visited,  .menu a:active {
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #00D138;
}
.menu_ur {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-image: url(images/hdr_rt_jp_t.jpg);
	padding: 2px 2px 2px 2px;
}
.menu_ur a:link,  .menu_ur a:visited,  .menu_ur a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #658EA8;
	background-image: url(images/hdr_rt_jp_t.jpg);
	padding: 2px 2px 2px 2px;
}
.menu_ur a:hover {
	color: #A7A7A7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #658EA8;
	color: #FF0000;
	background-image: url(images/hdr_rt_jp_t.jpg);
	padding: 2px 2px 2px 2px;
}

.hTab {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.hTab a:link,  .hTab a:visited,  .hTab a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.hTab a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.hTabDisabled {
	font-size: 11px;
	color: #DADADA;
	font-style: italic;
}
.tabFormText {
	font-size: 11px;
	color: #FFFFFF;
}
.tabFormText a:link,  .tabFormText a:visited,  .tabFormText a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.tabFormText a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tabFormTextDisabled {
	font-size: 11px;
	color: #DADADA;
	font-style: italic;
}
.tabFormErrText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #658EA8;
}
.tabFormStd {
	background-color: #658EA8;
	color: #EFD622;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tabFormTitle {
	background-color: #658EA8;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.linedivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #658EA8;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #658EA8;
}
table.hError {
	border-width: 3px 3px 3px 3px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
/*------------- FORMS ---------------*/

.formSection {
	color: #404040;
	background-color: #FAFAFA;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	line-height: 22px;
	border-top: 1px solid #658EA8;
	border-bottom: 1px solid #658EA8;
	border-left: 1px solid #658EA8;
	border-right: 1px solid #658EA8;
	text-indent: 1px;
	padding: 0px 4px 0px 4px;
}
.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #F0F1FF;
}
.formSubTitle {
	color: #404040;
	background-color: #ffffff;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	line-height: 22px;
	text-indent: 1px;
	padding: 0px 4px 0px 4px;
}
.formCust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-color: #658EA8;
	background-color:#F0F1FF;
}
.fieldLbl {
	color: #858780;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	background: #FAFAFA;
	line-height: 18px;
	text-indent: 1px;
	vertical-align: top;
	padding: 2px 6px 2px 6px;
}
.fieldLblReq {
	color: #FF0000;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	background: #FAFAFA;
	line-height: 22px;
	text-indent: 1px;
	vertical-align: top;
	padding: 2px 6px 2px 6px;
}
.fieldVal {
	color: #000000;
	border: #658EA8;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	background-color: #ffffff;
	line-height: 18px;
	text-indent: 0px;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}
/* buttons */

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #858780;
	font-weight: bold;
	background-color: #FAFAFA;
	border: #658EA8;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px 6px 2px 6px;
}
.btn_std {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #93815d;
	font-weight: bold;
}
.btn_std_disabled {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #DBDBDB;
	background-color: #93815d;
	font-style: italic;
}
.btn_tabForm {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #658EA8;
	background-color: #EFD622;
	font-weight: bold;
}
.btn_sign_on_off {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ff9900;
	font-weight: bold;
}
.whereAmI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #93815d;
}
.pageControls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93815d;
}
.pageControls a:link,  .pageControls a:visited,  .pageControls a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93815d;
	text-decoration: none;
}
.pageControls a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.boxHighlight td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding:2px;
}
.boxHighlight td a:active {
	display:block;
	color: #C6DF8B;
	text-decoration: none;
	padding:2px;
}
.boxHighlight td a:link {
	display:block;
	color: #C6DF8B;
	text-decoration: none;
	padding:2px;
}
/* even though a:visited style is the same as the a:link and a:active above, it is defined separately
	   because for some reason when combined with the above, the padding style ends up applying to ALL
	   previously visited links
*/

.boxHighlight td a:visited {
	display:block;
	color: #5A6641;
	text-decoration: none;
	padding:2px;
}
.boxHighlight td a:hover {
	display:block;
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	padding:0px;
}
.horizNav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #858585;
	text-align: center;
	height: 15px;
}
.horizNav td a:link, a:active {
	color: #858585;
	text-decoration: none;
	padding:0px;
}
.horizNav td a:visited {
	color: #858585;
	text-decoration: none;
}
.horizNav td a:hover {
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	color:#FFFFFF;
	background-color: #658EA8;
	text-decoration: none;
}
.horizNavSel {
	background-color: #DBDBDB;
	text-decoration: none;
}
.breakbar {
	border-right: solid #808080;
	border-right-width:2px;
}
/*td.selected1 {background-color: #DBDBDB; }*/

  td.selected1 {
	font-weight:bold;
	/*background: url('/images/sm_link_bullet.gif') no-repeat;*/
	background-position: 0px 6px;
}
/* td.selected2 {font-weight:bold; background: url('/images/sm_link_bullet.gif') no-repeat;background-position: -1px 3px;} */

  td.selected2 {
	font-weight:bold;
	/*background: url('/images/sm_link_arrows.gif') no-repeat;*/
	background-position: 16px 4px;
}
td.selected3 {
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	background-color: #DBDBDB;
}
td.selected4 {
	font-weight:bold;
	/*background: url('/images/sm_link_arrows.gif') no-repeat;*/
	background-position: 32px 3px;
}
td.selectedGo {
	font-weight:bold;
	/*background: url('/images/sm_link_forward.gif') no-repeat;*/
	background-position: 8px 5px;
}
td.selectedBack {
	/*
	font-weight:bold;
	background: url('/images/sm_link_back.gif') no-repeat;
	background-position: 8px 4px;
	*/
	font-style:italic;
}
/*td.selected4 {font-weight:bold; color:#000000; display:block; background-color: #ff99cc;}*/

td.tier1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a4ba72; /*#83945d;*/
	font-weight:bold;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom: 2px;
}
td.tier1 a:link, td.tier1 a:visited, td.tier1 a:active {
	color: #a4ba72;
	text-decoration: none;
}
td.tier1 a:hover {
	display:block;
	color: #a4ba72;
	/*background-color: #dec38b;*/
	text-decoration: none;
}
td.tier2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 32px;
	/*background: url('/images/brown_right_arrow.gif') no-repeat;
	background-position: -1px 3px;*/

  }
td.tier2 a:link, td.tier2 a:visited, td.tier2 a:active {
	color: #dec38b;
	text-decoration: none;
}
td.tier2 a:hover {
	/*display:block;*/
	color: #ffffff;
	/*background-color: #dec38b;*/
	text-decoration: none;
}
td.tier3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 36px;
}
td.tier3 a:link, td.tier3 a:visited, td.tier3 a:active {
	color: #dec38b;
	text-decoration: none;
}
td.tier3 a:hover {
	display:block;
	color: #ffffff;
	/*background-color: #dec38b;*/
	text-decoration: none;
}
td.tier4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 48px;
}
td.tier4 a:link, td.tier4 a:visited, td.tier4 a:active {
	color: #dec38b;
	text-decoration: none;
}
td.tier4 a:hover {
	display:block;
	color: #ffffff;
	/*background-color: #dec38b;*/
	text-decoration: none;
}
td.overImageLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DBCA42;
	font-weight:bold;
	padding-left: 10px;
	padding-top:2px;
	padding-bottom: 2px;
}
td.overImageLight a:link, td.overImageLight a:visited, td.overImageLight a:active {
	color: #DBCA42;
	text-decoration: none;
}
td.overImageLight a:hover {
	display:block;
	color: #ffffff;
	text-decoration: none;
}

.productDetailDescription {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
}

.frmLabel {
	text-align:right;
	font-size:1.1em;
	/*color:#a4ba72;*/
	color:#5A6641;
}

.frmInput {
	text-align:left;
	font-size:1.1em;
	color:#000000;
}

.frmDesc {
	text-align:left;
	font-size:1.0em;
	color:#000000;
	font-style:italic;
	padding-bottom:1.2em;
}
	
.frmShow {
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
	color:#000000;
}

.frmErr {
	text-align:right;
	font-size:1.1em;
	color:#ff0000;
}
