/* Framework and Table Styling ____________________________________ */

.contentBG
{

}

TD.contentBG
{
	background-color: #fd9a00;
}

.browserBG
{

}

TD.browserBG
{
	background-color: #fe0000;
}

.browserInside
{

}

TD.browserInside
{
	background-color: #990100;
}

/* Menu Rollover Styling _______________________________________________ */

a.navHome
{
	display: 		block;
	width: 			94px;
	height: 		160px;
	background:		url(images/nav/home.jpg) 0 0 no-repeat;
}
a:hover.navHome
{
	background-position:	-94px 0;
}

a.navProducts
{
	display: 		block;
	width: 			94px;
	height: 		160px;
	background:		url(images/nav/products.jpg) 0 0 no-repeat;
}
a:hover.navProducts
{
	background-position:	-94px 0;
}

a.navWhatsHot
{
	display: 		block;
	width: 			94px;
	height: 		160px;
	background:		url(images/nav/news.jpg) 0 0 no-repeat;
}
a:hover.navWhatsHot
{
	background-position:	-94px 0;
}

a.navContact
{
	display: 		block;
	width: 			94px;
	height: 		160px;
	background:		url(images/nav/contact.jpg) 0 0 no-repeat;
}
a:hover.navContact
{
	background-position:	-94px 0;
}

a.navOffers
{
	display: 		block;
	width: 			248px;
	height: 		160px;
	background:		url(images/nav/offers2.jpg) 0 0 no-repeat;
}
a:hover.navOffers
{
	background-position:	-248px 0;
}

/*
a:hover.navHome
{
	background:		url(/images/nav_bar/home_over.jpg) no-repeat;
	width:			94px;
	height:			160px;
	border:			0;
}*/

/* General Links Styling _______________________________________________*/

a:link
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #9A0000;
	font-weight: bold;
}

a:visited 
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #9A0000;
	font-weight: bold;
}

a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #9A0000;
	font-weight: bold;
}

a:hover 
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
}

/* Powered by Burnbank __________________________________________________*/

a:link.burnbank_link {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #FFCC00;
	font-weight: bold;
}

a:visited.burnbank_link {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #FFCC00;
	font-weight: bold;
}

a:active.burnbank_link {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #FFCC00;
	font-weight: bold;
}

a:hover.burnbank_link {
	color: #FF9900;
    text-decoration:underline;
    font-weight: bold;
}

/* Menu Styling _______________________________________________ */

.MainMenu_MenuBar
 {
    cursor: 			pointer;
}

.MainMenu_MenuItem {
	cursor: 			pointer;
    color: 				#9A0000;
    font-family: 		Arial, Helvetica, sans-serif;
    font-size: 			12px;
    font-weight: 		bold;
    font-style: 		normal;
	border-bottom: 		#ffc262 1px solid;
    border-left: 		#ffc262 1px solid;
    border-top: 		#ffc262 1px solid;
    border-right: 		#ffc262 1px solid;
}

.MainMenu_SubMenu {
    cursor: 			pointer;
    background-color: 	#ffae00;
	border-bottom: 		#c56100 1px solid;
    border-left: 		#c56100 1px solid;
    border-top: 		#c56100 1px solid;
    border-right: 		#c56100 1px solid;
}

.MainMenu_RootMenuItemSelected
{
    cursor: 			pointer;
	color: 				#FF0000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight: 		bold;
	font-style: 		normal;
	background-color: 	transparent;
}

.MainMenu_SubMenuItemSelected
{
	cursor: 			pointer;
    color: 				#FF0000;
    font-family: 		Arial, Helvetica, sans-serif;
    font-size: 			12px;
    font-weight: 		bold;	
    font-style: 		normal;
    background-color: 	#ffdc7e;
	height:				20;
}

.MainMenu_MenuItemSel
{
    
}

.MainMenu_MenuArrow
{
	cursor: 			pointer;
    color: 				#9A0000;
    font-family: 		Arial, Helvetica, sans-serif;
    font-size: 			12px;
    font-weight: 		bold;
    font-style: 		normal;
	border-bottom: 		#ffc262 1px solid;
    border-left: 		#ffc262 1px solid;
    border-top: 		#ffc262 1px solid;
    border-right: 		#ffc262 1px solid;
    width: 				20px;
}

.MainMenu_MenuIcon
{

	cursor: 			pointer;
    background-color: 	#ffdc7e;
	text-align: 		center;
	border-bottom: 		#ffc262 1px solid;
    border-left: 		#ffc262 1px solid;
    border-top: 		#ffc262 1px solid;
    border-right: 		#ffc262 1px solid;
    width: 				20px;
}
