/* Color CSS */

/* color of the links and the mouse over effect */
a{
	text-decoration: underline;
	color: #954A4A;

}
a:hover{
	text-decoration: none;
	color: #FF0000;

}
.backbgcolor {
	background-color: #FFFFFF;

}
/************************************************************************/

/* Styles for HEAD section of the page */
.h_primaryBgcolor {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFDCB9;
	border-left-color: #FFDCB9;


}
.h_secondaryBgcolor {
	background-color: #D3A680;

}
.companyName {
	font-weight: bold;
	color: #603000;

}
.h_title {
	color: #603000;
	font-weight: bold;

}
.h_text {
	color: #666666;

}
.h_menuText {
        color: #603000;
}
.h_menuBar {
	background-color: #D3A680;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFDCB9;
	border-left-color: #FFDCB9;


}
.h_menuContent {
	color: #FFF5EC;
	text-decoration: none;


}
.h_menuContent:hover {
	color: #B97542;
	text-decoration: underline;

}
.h_menuContent:visited {
}
.h_locationBar {
	background-color: #B97542;

}
.h_locationcontent {
	color: #FFFFFF;
	text-decoration: none;


}
.h_locationcontent:hover {
	color: #333333;
	text-decoration: underline;

}
.h_nameofpage{
	font-weight: bold;
	color: #FFFFFF;

}
.h_formField {
	background-color: #FFF5EC;
	border: 1px inset #E8D6C8;

}
.h_formButton {
	background-color: #FFDCB9;
	border: 1px outset #CC9063;

}
.h_contrast {
	color: #603000;

}
.h_blackBgcolor {
	background-color: #000000;
}
.h_whiteTxtcolor {
	color: #ffffff;
}

/* LINKS */

/* END OF HEAD section */
/*************************************************************************/

/* Styles for Browse Menu section of the page */
.bm_primaryBgcolor {
	background-color: #D3A680;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DBB599;
	border-left-color: #DBB599;


}
.bm_secondaryBgcolor {
	background-color: #D3A680;

}
.bm_text {
	color: #603000;

}
.bm_empText {
}
.bm_menuBox {
	background-color: #FFDCB9;
	border: 1px inset #E8D6C8;
}
.bm_menuTitle {
	font-weight: bold;
	color: #603000;
	background-color: #FFCC99;


}
.bm_menuContent {
	color: #B97542;
	text-decoration: none;


}
.bm_menuContent:hover {
	color: #660000;
	text-decoration: underline;

}
.bm_menuContent:visited {
}
.bm_formField {
	background-color: #FFF5EC;
	border: 1px inset #E8D6C8;

}
.bm_formButton {
	background-color: #FFF5EC;
	border: 2px outset #E8D6C8;

}

/* Search section*/
.bm_searchBox { }
.bm_searchTitle {
}

/* END OF Browse Menu section */
/*************************************************************************/

/* Styles for BODY section of the page */

/****** NORMAL BODY page */
.b_primaryBgcolor {
	background-color: #FFF0DF;

}
.b_bgimage { }
.b_secondaryBgcolor {
	background-color: #FFF5EC;

}
.b_title {
	font-weight: bold;
	color: #603000;

}
.b_text {
	color: #000000;

}
.b_empText {
	font-style: oblique;

}
.b_formfield {
	background-color: #FFF5EC;
	border: 1px inset #E8D6C8;

}
.b_formButton {
	background-color: #FFF5EC;
	border: 1px outset #E8D6C8;

}
.b_highlight {
	color: #CC6600;
}
.b_nameofpage{
	font-weight: bold;
	color: #CC6600;

}

/****** PRODUCT LINE Page */
.b_detailLink {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C28658;
	border-bottom-color: #C28658;

}
.b_prodBorder {
	border: 1px solid #660000;
}

/****** PRODUCT DETAIL page */
.b_prodName {
}
.b_prodDescription {
}
.b_prodSpecs {
}
.b_prodPrice {
}
.b_priceChartBox {
}

/* END OF BODY section */
/*************************************************************************/

/* Styles for Footer section of the page */

.f_bgcolor {
}
.f_navMenu {
	padding-top: 5px;
	color: #AC590F;
	text-decoration: none;


}
.f_text {
	color: #660000;

}
.poweredBy {
	line-height: normal;
	text-decoration: none;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #603000;

}
/* END OF FOOTER section */
/*************************************************************************/


/* custom defined HTML tag for price chart table can also be used for any table by giving it id 'border1' */
table#border1 {	border: 1px solid #C28658; }
th#border1 {
	border: 1px solid #C28658;
}
td#border1 { border: 1px solid #C28658; }

/* custom defined HTML end */
