*
{
	margin:0;
	padding:0;
}

body
{
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
}

.PageContainer
{
	/*width:1006px;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.ContentContainer
{
	width:100%;
}

.HeaderContent
{
	/*background-image:url(images/header_bg.png);*/
	background-repeat:no-repeat;
	width:990px;
	height:90px;
	/*margin-left:2px;*/
}

.LogoBNRG
{
	margin:7px 0 0 80px;
	border:none;
}

.HeaderCart
{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	margin:31px 40px 0 0;
}

.HeaderCart tr td span
{
	text-decoration:underline;
	margin-right:5px;
}

.LoginClass
{
	color:#FFFFFF !important;
	text-decoration:underline !important;
}

.MenuContainer
{
	background:url(images/topnav_bg2.png) repeat;
	/*width:990px;*/
	width:100%;
	height:37px;
	/*margin-left:2px;*/
}

.Main_DNNMenu_NodeRoot
{
	cursor: pointer;
	cursor: hand;
	color: #464646;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
	background-color: Transparent;
	white-space: nowrap;
	padding: 9px 15px;
	height:1px;
	width:110px;
}

.Main_DNNMenu_ContainerSub
{
	background-color:#f5b83a;
	/*border-right: solid 1px #444444;
	border-bottom: solid 1px #444444;
	border-top: solid 1px white;
	border-left: solid 1px white;*/
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	/*background:url(images/sub-menu-bg-transparent.png);*/
	padding: 1px 1px 1px 1px;
}

.Main_DNNMenu_Node td
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
	background-color: Transparent;
	white-space: nowrap;
	padding: 3px 10px 3px 1px;
}

.Main_DNNMenu_NodeHover
{
	/*background:url(images/topnav_hover_bg.png) repeat-x;*/
	background-color:#272727;
	color:white;
}

.Main_DNNMenu_NodeHover td
{
	/*background:url(images/topnav_hover_bg.png) repeat-x;*/
	background-color:#272727;
	color:white;
}

.Main_DNNMenu_NodeSelectedRoot
{
	/*background:url(images/topnav_hover_bg.png) repeat-x;*/
	/*color:#464646;*/
}

.Main_DNNMenu_NodeSelectedSub
{
	background-color:#f5b83a;
	/*color:#464646 !important;*/
}

.Main_DNNMenu_NodeSelectedSub td
{
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
	background-color: #f5b83a;
	white-space: nowrap;
	padding: 3px 10px 3px 1px;
}

.Main_DNNMenu_NodeHoverRoot
{
	background:url(images/topnav_hover_bg.png) repeat-x !important;
	color:#464646;	
}

.MenuContainer .bc
{
	/*background:url(images/topnav_hover_bg.png) repeat-x !important;*/
	color:#464646;	
}

.InnerContentContainer
{
	width:994px;
	table-layout:fixed;
}

.InnerLeftBorder
{
	background:#FFFFFF url(images/left_shadow.png) repeat-y;
	width:16px;
}

.InnerCenterContent
{
	background-color:#FFFFFF;
}

.InnerRightBorder
{
	background:#FFFFFF url(images/right_shadow.png) repeat-y right;
	width:16px;
}

.ContentPaneTableClass
{
	width:100%;	
}

.UpperMiddleDetailTable
{
	width:100%;
}

.MiddleDetailTable
{
	width:100%;
}

.InnerBottomLeftBorder
{
	background:url(images/botleftcorner.png) no-repeat 0px 0px;
	width:16px;
	height:16px;
}

.InnerBottomCenterBorder
{
	background:#FFFFFF url(images/bottom_shadow.png) repeat-x bottom;
	height:18px;
}

.InnerBottomRightBorder
{
	background:transparent url(images/botright_corner.png) no-repeat -1px 0px;
	width:16px;
	height:16px;
}

.FooterContainer
{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	margin-top:15px;
}

#dnn_LeftPane
{
  padding-left: 15px;
	width:25%;
}














