body {
    	background-color: #D4E3ED;

}
.pagemaster {
	width: 100%;
	height: 100%;	
	background: #D4E3ED url(images/background.gif) repeat-x;
}
.skinmaster {
	height: 100%;   
	background-color: #fff;
	border-right: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-left: #666666 1px solid; 
	border-bottom: #666666 1px solid; 
	width: 975px;
}
.skinheader 
{
    background-image: url(images/headerbg.jpg);
    background-repeat: repeat-x;
	height: 225px;
    padding-left: 15px;
	padding-bottom: 10px;
}
.searchbar {
    height:50px;
    padding-top:10px;
    background: #ffffff;
}
.SearchBox {
    width: 300px;
    height: 100px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 16px;
    filter:alpha(opacity=100);
    }
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: 175px;
	background-color: transparent;
}
.contentpane {
	width: 100%;
	background-color: transparent;
}
.rightpane {
	width: 175px;
	background-color: transparent;
}
.threecolleftpane {
	width: 33%;
	background-color: transparent;
}
.threecolmiddlepane {
	width: 34%;
	background-color: transparent;
}
.threecolrightpane {
	width: 33%;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}



/*========================================================*/
/* Main Menu and Module Menus                         */
/*========================================================*/

#NavBar								{ height:40px; margin: 0; overflow: hidden; clear: both; }
#NavBarBgL							{ width: 30px; background: url('images/navbar.bgL.gif') no-repeat; }
#NavBarBgL img						{ width: 30px; height: 40px; }
#NavBarBgR							{ width: 30px; background: url('images/navbar.bgR.gif') no-repeat; }
#NavBarBgR img						{ width: 30px; height: 40px; }

.MainMenu_MenuContainer				{ z-index: 999999; background: transparent; vertical-align: top; background: url('images/navbar.bg.gif') repeat-x; }
.MainMenu_MenuBar					{ z-index: 999999; background: transparent; vertical-align: top; }
/*-- submenu --*/
.ModuleTitle_SubMenu,
.MainMenu_SubMenu					{ z-index: 999999; margin: 0px ; background: #fff url('images/navbarsub.bg.gif') repeat-x bottom; border-right: 1px #093A72 solid; border: 1px #e4e4e4 solid; border-bottom: 2px #e4e4e4 solid; padding: 0 5px 10px 5px; }

/*-- submenu items idle       --*/
.ModuleTitle_MenuItem,
.MainMenu_MenuItem					{ color: #093A72; font-size: 14px; font-weight: normal; width: 100%; height: 23px; padding: 4px 50px 4px 30px; border: 0; border-bottom: 1px #f5f5f5 solid; white-space: nowrap; }
/*-- submenu items hover      --*/
.ModuleTitle_MenuItemSel,
.MainMenu_MenuItemSel				{ color: #FFFFFF; font-size: 14px; font-weight: normal; width: 100%; height: 23px; padding: 4px 50px 4px 30px; border: 0; border-bottom: 1px #f5f5f5 solid; white-space: nowrap; background-color: #093A72; }

/*-- menuitems idle           --*/
.MainMenu_Idle						{ z-index: 999999; color: #093A72; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #e4e4e4 solid; text-transform: lowercase; text-decoration: none; }
.MainMenu_Idle td					{ z-index: 999999; color: #093A72; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #e4e4e4 solid; text-transform: lowercase; }
/*-- menuitems over           --*/
.MainMenu_Selected					{ z-index: 999999; color: #ffffff; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #69D2E7 solid; text-transform: lowercase; text-decoration: none; }
.MainMenu_Selected td				{ z-index: 999999; color: #ffffff; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #69D2E7 solid; text-transform: lowercase; background: transparent url('images/navbar.on.jpg') no-repeat left; }
/*-- menuitems active         --*/
.MainMenu_BreadcrumbActive			{ z-index: 999999; color: #ffffff; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #e4e4e4 solid; text-transform: lowercase; text-decoration: none; background: url('images/nav.sep.png') no-repeat right; }
.MainMenu_Active					{ z-index: 999999; color: #ffffff; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #e4e4e4 solid; text-transform: lowercase; text-decoration: none; background: url('images/nav.sep.png') no-repeat right; }
.MainMenu_BreadcrumbActive td		{ z-index: 999999; color: #ffffff; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #e4e4e4 solid; text-transform: lowercase; background: transparent url('images/navbar.on.jpg') no-repeat left; }
.MainMenu_Active td					{ z-index: 999999; color: #ffffff; font-size: 16px; font-weight: 500; height: 40px; padding: 9px 10px; margin: 0; border-right: 1px #e4e4e4 solid; text-transform: lowercase; background: transparent url('images/navbar.on.jpg') no-repeat left; }


/*-- not needed - main menu   --*/	.MainMenu_MenuIcon  		{ display: none; }
									.MainMenu_RootMenuArrow  	{ display: none; }
									.MainMenu_MenuArrow  		{ display: none; }
/*-- module menu continer     --*/	.ModuleTitle_MenuContainer	{ color: #2c2c2c; }
/*-- module menu bar          --*/	.ModuleTitle_MenuBar		{ cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/	.ModuleTitle_MenuItemSel	{ padding: 0px 5px 0px 0px; }
									.ModuleTitle_MenuItem		{ padding: 0px 5px 0px 0px; }
/*-- not needed - module menu --*/	.ModuleTitle_MenuIcon 		{ display: none; }
									.ModuleTitle_RootMenuArrow	{ display: none; }
									.ModuleTitle_MenuArrow		{ display: none; }
									.MainMenu_MenuBreak			{ display: none; }
									.MainMenuSeperator			{ display: none; }
									.ModuleTitle_MenuBreak		{ display: none; }


/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 16px; 
	font-family: Tahoma, Verdana, Arial;
	background-color:transparent;
    background: url('images/navbar.bg.gif') 
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #43494D;
	font-size: 16px; 
	font-family: Tahoma, Verdana, Arial;
	text-align:center; 
	line-height:40px;
	padding:12px 12px 12px 12px;
	text-transform:lowercase; 
	margin-right:1px;
	background: url('images/navbar.bg.gif')
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-size: 16px; 
	font-family: Tahoma, Verdana, Arial;
	text-align:center;
	line-height:40px;
	padding:12px 12px 12px 12px;
	background: transparent url('images/navbar.on.jpg') no-repeat left;
	text-transform:lowercase; margin-right:1px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-size: 16px; 
	font-family: Tahoma, Verdana, Arial;
	text-align:center;
	font-size: 16px;
	line-height:40px;
	padding:12px 12px 12px 12px;
	background: transparent url('images/navbar.on.jpg') no-repeat left;
	text-transform:lowercase; margin-right:1px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
	background: #fff url('images/navbarsub.bg.gif') repeat-x bottom;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 16px; 
	font-family: Tahoma, Verdana, Arial;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color:#ffffff;
	font-size: 16px; 
	font-family: Tahoma, Verdana, Arial;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/menu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

/* --- controls --- */

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight: normal;
   color: #206AB6;
}
.HeadLarge {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight: 600;
   color: #555454;
}
.HeadExpandable {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight: 600;
   color: #555454;
}
.normal {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: normal;
   color: #000;    
}
	
.QuoteBubble {
  	background-image: url(images/QuoteBubble.jpg); 
  	background-repeat: no-repeat; 
  	width:100%;
  	padding:20px;
  	font-family:Tahoma, Verdana, Arial;
  	font-size: 12px;
  	color: #000;
}
.QuoteBubbleComments{
    height: 80px;
    }
.QuoteBubbleCredits{
    height: 60px;
    }
 .InventoryContactSection {
	width: 100%;
	background-color: #dfe5f2;
    background-image: url(images/YellowContainerBackground.jpg);
	border-right: #F7EC64 1px solid; 
	border-top: #F7EC64 1px solid; 
	border-left: #F7EC64 1px solid; 
	border-bottom: #F7EC64 1px solid; 
	padding: 10px;
	margin-top: 10px;
}
UL {
  /* list-style-image: url(http://www.netmechanic.com/news/vol3/redball.gif); */    
}
LI A
{
    white-space: nowrap;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: silver 1px dotted;
    width: 100%;
    color: Blue;    
    cursor: hand;
}

.Grid
{
font-family: Verdana, Tahoma, Arial;
font-size: 16px;
padding-right: 15px;
padding-left: 15px;
padding-bottom:15px;
padding-top: 15px;
text-align: center;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
background-color: Transparent;
}
.Grid.Gridlines {
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
.Grid.TR {
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
background-color: Transparent;
}
.GridHeader A
{
font-family: Verdana, Tahoma, Arial;
font-size: 14px;
font-weight: bold;
  color: black;
}
.GridHeader A:hover {
   color: black;
}
.GridPager
{
font-family: Verdana, Tahoma, Arial;
font-size: 12px;
}
.GridRow
{
font-family: Verdana, Tahoma, Arial;
font-size: 14px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
font-color: black;

border-bottom: #F7EC64 1px dotted
}
.GridRow.TR:hover
{
	background-color: #FFFBCE;
    	background-image: url(images/YellowContainerBackground.jpg);
	border-right: #F7EC64 1px solid; 
	border-top: #F7EC64 1px solid; 
	border-left: #F7EC64 1px solid; 
	border-bottom: #F7EC64 1px solid; 
}
.GridAlternatingRow
{
background-color: transparent;
font-color: black;
font-family: Verdana, Tahoma, Arial;
font-size: 14px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: #F7EC64 1px dotted
}
.GridFooter
{
}
.TopGroup
{
z-index:99;
position:relative;
}
.DefaultTab 
{
color:#888888; 
background-color: #FFFFFF;
/*background-image: url(images/tab_bg.gif);*/
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 14px; 
cursor:pointer;
padding: 10px;
}
.DefaultTabHover 
{
color:#888888; 
background-color: #E8E8E7;
background-image: url(images/tab_bg.gif);
border: 1px solid #ADADAD;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.SelectedTab 
{
color:#888888; 
background-color: #FFFFFF;
background-image: url(images/selected_tab_bg.gif);
border: 1px solid #ADADAD;
border-bottom-color: #FFFFFF;
font-family: Verdana; 
font-size: 11px; 
cursor:pointer;
}
.MultiPage
{
background-color:White;
border: 1px solid #919B9C;
width:487px;
height:250px;
position:relative;
top:-2px;
left:1px;
z-index:98;
}
.label
{
font-family: Verdana, Tahoma, Arial;
font-size: 14px;
font-weight: bold;
color: #666666;
}
img
{
border-width:0px;
}


.SubHead2
{

font-weight: bold;

font-size: 12px;
font-family: Verdana;
}

.frmPadding

{    

padding:10px 5px 10px 5px;

}
.webspecials {
height: 300px;
width: 275px;
background-color: #FFFFFF;
border: 1px solid #E3E3E3;
background:url(images/featuredbackground.gif) repeat-x;
font-family: Verdana, Tahoma, Arial;
font-size: 14px;
align: center;
padding:20px;
}

.webspecials img {
border: 5px solid #FFFFFF;
}

.webspecialshome {
height: 220px;
width: 170px;
background-color: #FFFFFF;
border: 1px solid #E3E3E3;
background:url(images/featuredbackground.gif) repeat-x;
font-family: Verdana, Tahoma, Arial;
font-size: 12px;
align: center;
padding:10px;
}

.webspecialshome img {
border: 5px solid #FFFFFF;
}
