html    { 
font-family: Verdana, Arial, Helvetica; 

}

body { 
background-color: #032335; 
background-image: url(images/PgBkgnd.jpg) ;
margin: 0;
font: 71% Arial, Helvetica, sans-serif;   
}

#background{
background-image: url(images/NavbarAndHolesBkgnd.jpg); 
background-repeat: repeat-x; 
}


#leftcolumn { padding-top: 10px; width: 252px; }
#rightcolumn { padding-top: 10px; width: 404px}
p { font-size: 12px; }

td  { font-size: 12px; }

.smtext  { font-size: 9px; }
.subhead  { color: #032335; font-size: 14px; font-weight: bold; font-style: italic; }
.prodname  { color: #032335; font-size: 18px; font-weight: bold; font-style: italic; }
a  { 
	font-weight: bold; 
	text-decoration: none;
	color: #911d22;
}

a:hover { 
	text-decoration: underline;
	color: #911d22;
}


.footer  { color: white; font-size: 10px;  }
.footer a  { color: #911d22;  }
.footer a:link  { color: #911d22;  }
.footer a:active { color: #911d22;  }
.footer a:hover { color: #911d22;  }


.breadcrumbs { color: white; font-size: 10px; margin-top: 10px; margin-bottom: 10px; }
.breadcrumbs a  { color: white;  }
.breadcrumbs a:link  { color: white;  }
.breadcrumbs a:active { color: white;  }
.breadcrumbs a:hover { color: white;  }

.tablehead  { color: white; font-size: 11px; font-weight: bold; background-color: #677380; border-width: 1px; border-color: white }
.tabletext   { font-size: 12px;  background-color: #dcdcdc }
.tabletextdark   { font-size: 12px;  background-color: #cacaca }

.contentbox { 
	margin: 0; 
	width: 743px; 
	padding-bottom: 24px;
}

.contentboxhead{
	background: url(images/ContentBoxHeadBkgnd.gif) no-repeat top ;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 32px;
	width: 743px;
}

.contentboxhead h2 {
	margin: 0;
	padding: 3px 24px 0px 24px;
	color: white; 
	font-weight: bold; 
	font-style: italic;
	font-size: 18px; 
	line-height: 1em;
}

.contentboxbody {
	margin: 0;
	background: #e9e9ea;
	padding: 1px 24px 1px 24px;
	font-style: normal;
}

.contentboxbottom {
	margin: 0;
	background: url(images/ContentBoxBottom.gif) no-repeat top;
	height: 9px;
	width: 743px;
}
.narrowBox {
	margin: 0;
	width: 252px;
	padding-bottom: 24px;
}
	
.narrowboxhead {
	background: url(images/NarrowBoxHeadBkgnd.gif) no-repeat top ;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 28px;
	width: 252px;
}
.narrowboxhead h2 {
	margin: 0;
	padding: 3px 9px 0px 9px;
	color: white; 
	font-weight: bold; 
	font-style: italic;
	font-size: 12px; 
	line-height: 1em;
}
.narrowboxbody {
	margin: 0;
	background: #e9e9ea;
	padding: 0px 9px 0px 9px;
	font-style: normal;

}
.narrowboxbottom {
	margin: 0;
	background: url(images/NarrowBoxBottom.gif) no-repeat top;
	height: 9px;
	width: 252px;
}

.widebox {
	margin: 0;
	width: 443px;
	padding-bottom: 24px;
}
	
.wideboxhead {
	background: url(images/WideBoxHeadBkgnd.gif) no-repeat top ;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 28px;
	width: 443px;
}
.wideboxhead h2 {
	margin: 0;
	padding: 3px 9px 0px 9px;
	color: white; 
	font-weight: bold; 
	font-style: italic;
	font-size: 12px; 
	line-height: 1em;
}
.wideboxbody {
	margin: 0;
	background: #e9e9ea;
	padding: 0px 9px 0px 9px;
	font-style: normal;

}
.wideboxbottom {
	margin: 0;
	background: url(images/WideBoxBottom.gif) no-repeat top;
	height: 9px;
	width: 443px;
}


.tabhead{
background: url(images/WirelessHomeTab.gif);
margin: 0;
padding: 0;
text-align: left;
width: 252px; 
height: 20px; 
}

.tabhead h2 { margin: 0; 
	padding: 3px 10px 0; 
	color: white; 
	font-weight: bold; 
	font-style: italic;
	font-size: 12px; 
	font-style: italic; 
	line-height: 1em; }

.glossymenu{
margin: 0;
width: 252px; /*width of menu*/
border-bottom-width: 0;

}

.glossymenu a.menuitem{
background: #677380;
font: italic 10px Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
padding-right: 20px;
text-decoration: none;
border-bottom: 1px solid #052335;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 4px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #384d5e;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #677380;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #052335;
}

.glossymenu div.submenu ul li a{
display: block;
font: italic 10px Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
padding: 4px 10px 4px 30px;
}

.glossymenu div.submenu ul li a:hover{
background: #384d5e;
color: white;
text-decoration: underline
}

.prodmenu{ 
background: #677380;
}

.prodmenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.prodmenu ul li{
border-bottom: 1px solid #052335;
}

.prodmenu ul li a{
display: block;
font: italic 10px Arial, Helvetica, sans-serif;
color: white;
text-decoration: none;
padding: 4px 10px;
}

.prodmenu ul li a:hover{
background: #384d5e;
color: white;
text-decoration: underline
}
.whitebox { background-color: white; margin-bottom: 12px; padding: 6px 12px; }
.productcell { padding-right: 3px; padding-bottom: 10px; }
.photophoto { padding-left: 10px; }

