/* CSS Document */

body{ margin:0px; padding:0px; background:#000000;}
p{ margin:0px; padding:0px;}
#xEditingArea { background:#000000;}
/*-------------Pane Styling----------------*/
.toppane{ padding:0px;}
.menupane{ padding:0px 0px 0px 0px;}
.leftpane{ padding:0px 0px 0px 0px;}
.contentpane{padding:0px;}/*a separate class for each pane TD*/
.rightpane{ padding:0px;}
.linkpane{ padding:0px;}
.bottompane{ padding:0px;}

/* different fonts*/
.Head{ font-size:18px; font-weight:bold; color:#393939;  }
.SubHead{  font-size:13px; font-weight:bold; color:#525252;   }
.SubSubHead{ font-size:8pt; font-weight:bold; color:#525252;   }
.Normal{font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#918b8b;}
.NormalTextBox
{
	
	
}
/*command buttons*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family:Tahoma; color:#55410A; font-size:8pt; text-decoration:none;font-weight:normal; }
A.CommandButton:hover{ text-decoration:underline;font-weight:normal;}

/*general TD*/
TH,TD,DIV
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; color:#918b8b;
}

/*general links style*/
A,A:link,A:visited,A:active
{ 
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; vertical-align:middle;
	color: #b0b1b2;
}
A:hover{ text-decoration: none; color: #fff; }

/* class for user links LOGIN and USER Tokens*/
.userhead
{
		font-weight: normal;
	color:#827d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;

}
.user,a.user:link,a.user:active,a.user:visited
{
	font-weight: normal;
	color:#827d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}
a.user:hover
{
	text-decoration: none;
	color:#fff;
}

/* general footer style used to style, PRIVACY, COPYRIGHT, HOSTNAME, DOTNETNUKE*/
.footer,.footer TD
{
	font-weight: normal;
	color:#918b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;

}
a.footer:link,a.footer:active,a.footer:visited
{ 
	font-weight: normal;
	color:#918b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;

}
a.footer:hover 
{  
	text-decoration:none; color:#FFFFFF;
}
a.links:link,a.links:active,a.links:visited{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #55410A;
	text-decoration:none;
}
a.links:hover{
	color: #55410A;
	text-decoration:underline;
}
/* footer links class*/
.links,.linksicon
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #55410A;
}
/*breadcrumb styles*/
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited
{	
	font-weight: normal;
    font-size: 10px;
    color:#6579A2;
	font-family: Tahoma;
    text-decoration: none;
}
a.breadcrumb:hover
{ 
	text-decoration: underline;
    font-size: 10px;
    color:#334466;
	font-family: Tahoma;
}
/*___________________________________________________________________________________________*/
/*styles for the TD containing teh menu*/
.MainMenu_MenuContainer{
	width:0px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:35px;
	width:0px;
	background:transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
/*for styling the menu icon, does not work on roo tmenu items*/
.MainMenu_MenuIcon{display: none; }
/* for controlling teh display of  dnn menu arrows*/
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
/* styles an individual menu item*/
.MainMenu_MenuItem{
	color:#2A2822;
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	
	padding:2px 5px 2px 5px;
	border:1px #D8D4C7 solid;
	border-width:1px 0px;
	background:url(Images/SubMenuBG.png) top left repeat-x;
	
		/*width:100px;*/
	height:22px;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#55410A;
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	border:1px #E6DDC8 solid;
	border-width:1px 0px;
	background:url(Images/SubMenuBG.png) top left repeat-x;	
	
		/*width:100px;*/
	height:22px;

}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#2A2822;
	font-family:Tahoma;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;

	padding:2px 5px 2px 5px;
	border:1px #E6DDC8 solid;
	border-width:1px 0px;
	background:url(Images/SubMenuBG_Hover.png) top left repeat-x;	
	
/*		width:100px;*/
	height:22px;
	
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:1px solid #D8D4C7;
	border-width:1px;
	
	padding:0px;
	background-color: #F4F7FC;
	
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:0px;
	
		
	
}

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#ffffff; 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:8pt;
	text-decoration:none;
	text-align:center;
	
	vertical-align:middle;
	

	margin: 0px;
	height:33px;
	padding:0px 20px 0px 20px;
	background-image:url(Images/MenuItemBG.png);
	background-position:top left;
	background-repeat:repeat-x;
		

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#FFFFFF; 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:8pt;
	text-decoration:none;
	text-align:center;	
	text-decoration:underline;
	vertical-align:middle;
	
	margin: 0px;
	height:33px;
	padding:0px 20px 0px 20px;
	background-image:url(Images/MenuItemBG.png);
	background-position:top left;
	background-repeat:repeat-x;
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#F1EAD9; 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:8pt;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;

	border-width:0px;	
	margin: 0px;
	height:33px;
	padding:0px 20px 0px 20px;
	background-image:url(Images/MenuItemBG.png);
	background-position:top left;
	background-repeat:repeat-x;
}

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px;
	border:0px;
	margin:0px;

}
/*----------------LogoStylingClass------------------*/
#dnn_dnnLOGO_imgLogo
{
	vertical-align:middle;
	text-align:center; width;191px; height:206px;	
	/*text-align:center; width:135px; height:129px;*/
}
/*----------------Search Input Css Class------------------*/
#dnn_dnnSEARCH_txtSearch
{
	height:21px;
	border:1px solid #C3B699;
	color:#55400A;
	vertical-align:bottom;
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:8pt;
	font-weight:normal;
	padding-top:2px;
	width:170px;
}

/*-------------------------------------------------------------------------*/
/*---------------------Gernal Styling-------------------------------------*/
/*-------------------------------------------------------------------------*/





.footer_bg{ width:900px; height:40px; background:url(images/footer_bg.jpg) left top repeat-x;}
/*-------------------------TAB------------------------------------------------*/

.home_tab{ background:url(images/home.jpg) left top no-repeat; height:39px;}
.service_tab{ background: url(images/service.jpg) left top no-repeat; height:39px;}
.advice{ background:url(images/advice.jpg)  left top no-repeat; height:39px;}
.contact{ background: url(images/contact.jpg)  left top no-repeat; height:39px;}
.product{ background: url(images/product.jpg)  left top no-repeat; height:39px;}






