/* Color CSS */

/* color of the links and the mouse over effect */
a{
	color: #0000CC;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.backbgcolor {
	background-color: #ffffff;
}
/************************************************************************/

/* Styles for HEAD section of the page */
.h_primaryBgcolor {
	background-color: #ffffff;
}
.h_secondaryBgcolor {
	background-color:#ffffff;

}
.companyName {
	color: #201839 ;
}
.h_title {
	font-weight: bold;
	color: #000000;
}
.h_text {
	color: #000000;
}
.h_menuText {
        color: #201839;
}
.h_menuBar {
	background-color: #ffffff;
}
.h_menuContent {
	color: #0000CC;
}
.h_menuContent:hover {
	color: #FF0000;
}
.h_menuContent:visited {
	color: #0066FF;
}
.h_locationBar {
	background-color: #ffffff;
}
.h_locationcontent {
	color: #1712DA;
	text-decoration: none;
}
.h_locationcontent:hover {
	color: #FF0000;
}
.h_nameofpage{
	font-weight: bold;
	color: #1712DA;
}
.h_formField {
}
.h_formButton {
}
.h_contrast {
	color: #707463;
}
.h_blackBgcolor {
	background-color: #ffffff;
}
.h_whiteTxtcolor {
	color: #FFFFFF;
}

/* LINKS */

/* END OF HEAD section */
/*************************************************************************/

/* Styles for Browse Menu section of the page */
.bm_primaryBgcolor {
	background-color: #ffffff;
}
.bm_secondaryBgcolor {
	background-color: #ffffff;
}
.bm_text {
	color: #333333;
}
.bm_empText {
	color: #000000;
}
.bm_menuBox { }
.bm_menuTitle {
	font-weight: bold;
	color: #333333;

}
.bm_menuContent { }
.bm_menuContent:hover {
	color: #FF0000;
}
.bm_menuContent:visited { }
.bm_formfield {
}
.bm_formButton {
}

/* Search section*/
.bm_searchBox { }
.bm_searchTitle {
	font-weight: bold;
	color: #333333;

}

/* END OF LEFT PANEL section */
/*************************************************************************/

/* Styles for BODY section of the page */

/****** NORMAL BODY page */
.b_primaryBgcolor {
	background-color: #ffffff;
}
.b_bgimage { }
.b_secondaryBgcolor {
	background-color: #ffffff;
}
.b_title {
	font-weight: bold;
	color: #333333;

}
.b_text {
	color: #333333;
}
.b_empText {
	font-weight: lighter;
	color: #333333;
}
.b_formfield {
}
.b_formButton { }
.b_highlight { }
.b_nameofpage{
	font-weight: bolder;
	color: #000000;
}

/****** PRODUCT LINE Page */
.b_detailLink {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
.b_prodBorder { }

/****** 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 {
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999966;

}
.f_navMenu {
	padding-top: 5px;
}
.f_text {
	color: #333333;
}
.poweredBy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	padding-bottom: 5px;

}
/* 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 #707463; }
th#border1 { border: 1px solid #707463; }
td#border1 { border: 1px solid #707463; }

td { color: #333333; }		/* For text inside the table to be same color as text */			
							/*	oustside the table */
/* custom defined HTML end */
