/* Color CSS */

/* color of the links and the mouse over effect */
a{
	text-decoration: none;
	color: #0000FF;

}
a:hover{
	text-decoration: underline;
	color: #FF0000;

}
.backbgcolor {
	background-color: #FEE6B8;

}
/************************************************************************/

/* Styles for HEAD section of the page */
.h_primaryBgcolor {
	background-color: #FFFFFF;

}
.h_secondaryBgcolor {
	background-color: #804040;

}
.companyName {
	color: #333333;

}
.h_title {
	font-weight: bold;
	color: #003399;

}
.h_text {
	color: #003399;

}.h_menuText {
        color: #003399;
}
.h_menuBar {
	background-color: #804040;

}
.h_menuContent {
	color: #FFFFFF;

}
.h_menuContent:hover {
	text-decoration: underline;
	color: #FFCC00;

}
.h_menuContent:visited {

}
.h_locationBar {
	background-color: #750000;
	border-top-width: 1px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: inset;
	border-top-color: #804040;
	border-bottom-color: #6C0000;


}
.h_locationcontent {
	text-decoration: none;
	color: #FFFFFF;

}
.h_locationcontent:hover {
	color: #FFCC00;

}
.h_nameofpage{
	font-weight: bold;
	color: #FFFFFF;
}
.h_formField { }
.h_formButton { }
.h_contrast {
	color: #750000;

}
.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: #750000;

}
.bm_secondaryBgcolor {
	background-color: #FFFFFF;

}
.bm_text {
	color: #FFFFFF;

}
.bm_empText {
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.bm_menuBox {
}
.bm_menuTitle {
	font-weight: bold;
	color: #FFFFFF;

}
.bm_menuContent {
	color: #FFFFFF;

}
.bm_menuContent:hover {
	color: #FFCC00;


}
.bm_menuContent:visited {
}
.bm_formField { }
.bm_formButton { }

/* Search section*/
.bm_searchBox { }
.bm_searchTitle {
	font-weight: bold;
	color: #FFFFFF;

}

/* END OF Browse Menu section */
/*************************************************************************/

/* Styles for BODY section of the page */

/****** NORMAL BODY page */
.b_primaryBgcolor {
	background-color: #FFFFFF;


}
.b_bgimage { }
.b_secondaryBgcolor {
}
.b_title {
	font-weight: bold;
	color: #003399;

}
.b_text {
	color: #003399;

}
.b_empText {
	font-weight: bold;
	color: #003399;

}
.b_formfield { }
.b_formButton { }
.b_highlight {
	font-weight: bold;
	font-style: italic;

}
.b_nameofpage{
	font-weight: bold;
}

/****** PRODUCT LINE Page */
.b_detailLink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 804040;

}
.b_prodBorder { }

/****** PRODUCT DETAIL page */
.b_prodName {
	font-weight: bold;
}
.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: #003399;

}
.f_text {
	color: #003399;

}
.poweredBy {
	line-height: normal;
	text-decoration: none;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC00;
}
/* 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 #640A00;

}
th#border1 { border: 1px solid #640A00; }
td#border1 { border: 1px solid #640A00; }

/* custom defined HTML end */
td {
	color: #003399;
}
