
/*----------main tab styles start ----------------*/
#glowingtabs{
	display: block;
	float:left;
	width: 330px;
	height: 40px;
	padding: 0 0 0 0; 
	margin: 4 0 0 145;
	

/*border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin: 8 0 0 0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}


#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
outline: none;
font-family: arial;
font-size: 11px;
font-style: bold;
text-transform: capitalize;
color: #333333;
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 5px;
text-decoration:none;
}

#glowingtabs a span{
outline: none;
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 12px 18px 5px 8px;
font-size: 11px;
font-weight:normal;
color:#333333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #18526F;
}

#glowingtabs #current a{ /*Selected Tab style*/
outline: none;
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
outline: none;
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #18526F;
}

#glowingtabs a:hover{ /*onMouseover style*/
outline: none;
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
outline: none;
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
/*---------RIGHT MENU styles------------------*/

#navlist li
{
display: inline;
list-style-type: none;
padding: 0 12 0 0;
margin: 0 0 0 0
}



/************ top left horizontal nav ****************/
.navtopwrap {
    display: block;
  	float: left;	
	text-align: center;
  	width: 600px;
  	padding: 25 0 0 0;
	margin: 0 0 0 0;

	
   }

.navtoplist {
	margin: 0 0 0 0;
	overflow: hidden;
	width: 600px;
   }

.navtoplist ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
   }

.navtoplist li {
   	background-image: url(../images/nav-spacer.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: middle;
   float: left;
   line-height: 1.2em;
   margin: 0 30px 0 -30px;
   padding: 0 30px 0 30px;    
   white-space: nowrap;
   } 
.navtoplist a:link {
	
	font-family: arial;
	color: #A1B3BD;
	
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	}

.navtoplist a:visited {
	font-family: arial;
	color: #A1B3BD;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	}

.navtoplist a:active {
	font-family: arial;
	color: #A1B3BD;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	}

.navtoplist a:hover {
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
	} 
 

.navtoplist li a {
	font-family: arial;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	}

.navtoplist li a:hover {
	font-family: arial;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	}
	
	
/* =====================  right nav  product detail page ============== */

#rightMenu {
	width: 150px;
	padding: 0 0 0 0;
	margin-bottom: 0em;
	font-family: arial;
	font-size: 12px;
	color: #545A63;
	overflow: hidden;
	}

#rightMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
	}
		
#rightMenu li {
	border-bottom: 1px solid #577279;
	margin: 0;
	
	}
		
#rightMenu li a {
	display: block;
	padding: 4 1 4 20;
	margin: 0 0 0 0;
	color: #AAC2CE;
	text-decoration: none;
	width: 150px;

	}

html>body rightMenu li a {
	width: auto;
	}

#rightMenu li a:hover {
	background-color: #E2FAFF;
	color: #18526F;
	padding: 4 1 4 20;
	margin: 0 0 0 0;

	overflow: hidden;
	}



/* =====================  left nav  ============== */

#leftNav { 
	display: block;
	float: left;
	width: 260px;
	padding: 0 0 0 35;
	margin: 0 0 0 0;
	overflow: hidden;

    }
#sideMenu2 {
	width: 260px;
	padding: 20 0 0 0;
	margin-bottom: 0em;
	font-family: arial;
	font-size: 14px;
	color: #545A63;
	overflow: hidden;
	}
		
#sideMenu {
	width: 260px;
	padding: 20 0 0 0;
	margin-bottom: 0em;
	font-family: arial;
	font-size: 14px;
	color: #545A63;
	overflow: hidden;
	}


#sideMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
	}
		
#sideMenu li {
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	
	}
		
#sideMenu li a {
	display: block;
	padding: 8 1 8 80;
	margin: 0 0 0 0;
	color: #666666;
	text-decoration: none;
	width: 260px;
	background-image: url(../images/iconDot.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

html>body sideMenu li a {
	width: auto;
	}

#sideMenu li a:hover {
	background-color: #E2FAFF;
	color: #18526F;
	padding: 8 1 8 80;
	margin: 0 0 0 0;
	background-image: url(../images/iconDotHover.gif);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
	}
#sideMenuBottom {
	width: 260px;
	padding: 12 0 15 40;
	line-height: 17px;
	border-bottom: solid 1px #C0C0C0;
	
}
#sideMenuBottom a:link{
	font-face: arial;
	text-decoration: none;
	color: #666666;
	padding: 0 0 0 15;
	margin: 0 0 0 0;
   	background-image: url(../images/icon_bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	 
}
#sideMenuBottom a:visited{
	font-face: arial;
	text-decoration: none;
	color: #666666;
	padding: 0 0 0 15;
   	background-image: url(../images/icon_bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
#sideMenuBottom a:active{
	font-face: arial;
	text-decoration: none;
	color: #666666;
	}
#sideMenuBottom a:hover{
	font-family: arial;
	text-decoration: none;
	color: #288AB2;
	}
	
/*-- about ------------*/
#leftNav2 { 
	display: block;
	float: left;
	width: 160px;
	padding: 0 0 30 0;
	margin: 0 0 0 0;


    }

#LnavSection {
	padding: 25 0 25 0;
	margin: 20 0 0 0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	font-family: arial;
	font-size: 12px;
}
#LnavSection a{
	color: #656565;
	text-decoration: none;
}
#LnavSection a:hover{
	color: #656565;
	text-decoration: underline;
}


#LnavPadding {
	padding: 0 15 0 10;
}
#LnavPadding p{
	padding: 15 0 10 15;
	margin: 0 0 0 0;
	background-image: url(../images/icon_bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left ;
}

	#sideMenu2 {
	width: 230px;
	padding: 0 0 0 0;
	margin: 0 0 0 40;
	margin-bottom: 0em;
	font-family: arial;
	font-size: 14px;
	color: #545A63;
	

	}

#footerLinks{
	padding: 20 0 0 0;
	margin: 0 0 0 0;
	}

#footerLinks a:link{
	font-face: arial;
	font-size: 5px;
	text-decoration: none;
	color: #DEF0F4;


	 
}
#footerLinks a:visited{
	font-face: arial;
	font-size: 5px;
	text-decoration: none;
	color: #DEF0F4;


	}
#footerLinks a:active{
	font-face: arial;
	font-size: 5px;
	text-decoration: none;
	color: #DEF0F4;
	}
#footerLinks a:hover{
	font-family: arial;
	font-size: 5px;
	text-decoration: none;
	color: #DEF0F4;
	}