/*========================================================*/
/*        	Created by DNNSEOConsultants.com              */
/*		     Mike Niel (DNN SEO Consultant)			      */
/*========================================================*/
/*	        Email: info@dnnseoconsultants.com			  */
/*		   Gtalk: dnnseoconsultants@gmail.com			  */
/*			  Skype: dnnseoconsultants				      */
/*========================================================*/


/*========================================================*/
/*  Content Panes  CSS                                    */
/*========================================================*/


/*-- Main Left Side pane   	      	   --*/ .LeftSidePane { padding: 0 0 0 0; }

/*-- top Image Banner pane      	   --*/ .BannerPane { width: 100%; padding: 0 0 0 0;}

/*-- content2 pane          	       --*/ .ContentPane2 { padding: 0 0 0 0; }

/*-- left2 content pane          	   --*/ .ThirtyLeftPane { padding: 0 7px 0 0; width: 30%; }
/*-- right2 content pane        	   --*/ .SeventyRightPane { padding: 0 0 0 7px; width: 70%; }

/*-- left content pane          	   --*/ .FiftyLeftPane { padding: 0 7px 0 0; width: 50%; }
/*-- right content pane       	       --*/ .FiftyRightPane { padding: 0 0 0 7px; width: 50%; }

/*-- Extended inside pane   	       --*/ .ExtendedPane { width: 100%; padding: 0 0 0 0; }

/*-- left2 content pane          	   --*/ .SeventyLeftPane { padding: 0 7px 0 0; width: 70%; }
/*-- right2 content pane        	   --*/ .ThirtyRightPane { padding: 0 0 0 7px; width: 30%; }

/*-- Extended inside pane 2  	       --*/ .ExtendedPane2 { width: 100%; padding: 0 0 0 0; }

/*-- Footer inside pane          	   --*/ .FooterPane { width: 100%; padding: 10px 0 0 0 ; }




/*========================================================*/
/*========================================================*/
/*  Main Menu                     				          */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { border:0; margin:0; padding:0; background:transparent;  }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { border:0; margin:0; padding:0; cursor: pointer; cursor: hand; background:transparent; }

/*-- submenu container          --*/ .MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 2px 10px 1px 0; padding: 10px 0 10px 0; background-color:#D7E2F4; font-weight:normal; filter:none; text-transform:none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { border:0; margin:0; font-family: arial, helvetica, sans-serif;  color: #393939; font-size: 14px; padding: 0px 35px 0px 16px; height: 20px; font-weight:normal; text-transform:none;  }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { border:0; margin:0; font-family: arial, helvetica, sans-serif; color: #E7002A; font-size: 14px; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; height: 20px; background:#336699; font-weight:normal; text-transform:none; }
/*-- menuitems idle             --*/ .MainMenu_Idle { border:0; margin:0; color: #E7002A; background: transparent; font-size: 14px; font-weight:normal; text-transform:none; }
/*-- sub menu items selected    --*/ .MainMenu_Selected { border:0; margin:0; color: #2795d0; font-weight:normal; background: #4f9cef; text-transform:none; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { border:0; margin:0; color: #2795d0; font-weight:normal; font-size: 14px; text-transform:none;  }

/*-- root menu items            --*/ .MainMenu_RootMenuItem { background:transparent; text-align:center; border:0; margin:0; padding:0; font-weight:bold; color: #ffffff; font-size: 14px; height: 39px;  }
/*-- root menu items over       --*/ .MainMenu_RootSelected { font-size: 13px; border:0; margin:0; padding:0; color: #E7002A; height: 39px; background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:bold; text-align:center; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive { font-size: 14px; border:0; margin:0; padding:0; color: #ffffff; height: 39px; background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:bold; text-align:center;  }
/*-- root menu items active     --*/ .MainMenu_RootActive { font-size: 13px; border:0; margin:0; padding:0; color:#FFFF66; height: 39px; background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:bold; text-align:center; }

/*-- root menu items            --*/ .MainMenu_RootMenuItem TD {font-weight:bold; color: #ffffff; font-size: 14px; padding:0 9px 0 9px; white-space:pre }
/*-- root menu items over       --*/ .MainMenu_RootSelected TD { padding:0 9px 0 9px; white-space:pre; color:#E7002A; font-size:14px }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive TD { padding:0 9px 0 9px; }
/*-- root menu items active     --*/ .MainMenu_RootActive TD { padding:0 9px 0 9px; }

/*-- not needed                 --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; padding:0; background:transparent; }






