@charset "ISO-8859-1";
body {
	background-image: url(images/WAI_site/PageBG.png);
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 0px;
	color: #333333;
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#PageCenter {
	margin: auto;
	width: 760px;
	text-align: left;
}
#PageHeader {
	background-image: url(images/WAI_site/Header_top.gif);
	width: 757px;
	padding: 65px 0 0 0;
	background-repeat: no-repeat;
	clear: both;
	background-position: top;
	margin: 0;
}
#PageHeaderES {
	background-image: url(images/WAI_site/Header_topES.gif);
	width: 757px;
	padding: 65px 0 0 0;
	background-repeat: no-repeat;
	clear: both;
	background-position: top;
	margin: 0;
}
#PageContent {
	margin: auto;
	width: 757px;
	background-image: url(images/WAI_site/PageBG.gif);
	clear: both;
	padding: 0px;
}
#SideMenu {
	width: 166px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#ProdDesc {
	width: 520px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
}

#HeaderText {
	float: left;
	width: 350px;
	padding: 0 0px 0 20px;
}
#Footer {
	background-image: url(images/WAI_site/PageFooter.gif);
	margin: auto;
	height: 20px;
	width: 757px;
	background-color: #CCCCCC;
}

#FlashBrand {
	width: 360px;
	float: right;
	text-align: right;
	height: 37px;
}

#FlashTop {
	height: 52px;
	padding: 0;
	margin: 0 auto;
}

#TopBar {
	background-image: url(images/WAI_site/HeaderBG_orange.png);
	background-color: #FF9900;
	height: 27px;
	width: 750px;
	margin:0 0 0 6px;
	text-align: right;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #CCCCCC;	
}

body#P_ViewCart #TopBar, body#P_Checkout #TopBar {
	background-image: url(images/WAI_site/HeaderBG_blue.png);
	background-color: #66CCFF;
}


/* This is the top menu with background images */

#TopMenu {
	padding: 0px;
	height: 22px;
	width: 707px;
	margin: 0 5px 0 25px;
}

#TopMenu ul {
	list-style:none;
	height: 22px;
	width: 707px;
	margin:0;
	padding:0;
}

#TopMenu li {
    list-style: none;
	display: inline;
	text-align: center;
	margin:0;
	padding:0;
}

#TopMenu li a 
	{
	background-image:url(images/WAI_site/TopMenu.png);
	text-decoration: none;
	display:block;
	float:left;	
	text-indent:-9999px;
	width:101px;
	height:22px;
	}	
	
/* Set the position of the background images for each menu item */
	
li#M_Home a:link, li#M_Home a:visited {	
	background-position: -0px -62px;
	}	
li#M_Home a:hover, li#M_Home a:focus {	
	background-position: -0px -0px;
	}
	
li#M_AboutUs a:link, li#M_AboutUs a:visited {	
	background-position: -101px -93px;
	}	
li#M_AboutUs a:hover, li#M_AboutUs a:focus {	
	background-position: -101px -31px;
	}	
	
li#M_Privacy a:link, li#M_Privacy a:visited {	
	background-position: -202px -124px;
	}	
li#M_Privacy a:hover, li#M_Privacy a:focus {	
	background-position: -202px -62px;
	}	
	
li#M_Shipping a:link, li#M_Shipping a:visited {	
	background-position: -303px -155px;
	}	
li#M_Shipping a:hover, li#M_Shipping a:focus {	
	background-position: -303px -93px;
	}
	
li#M_Returns a:link, li#M_Returns a:visited {	
	background-position: -404px -186px;
	}	
li#M_Returns a:hover, li#M_Returns a:focus {	
	background-position: -404px -124px;
	}
	
li#M_ViewCart a:link, li#M_ViewCart a:visited {	
	background-position: -505px -31px;
	}	
li#M_ViewCart a:hover, li#M_ViewCart a:focus {	
	background-position: -505px -155px;
	}
	
li#M_Checkout a:link, li#M_Checkout a:visited {	
	background-position: -606px -31px;
	}	
li#M_Checkout a:hover, li#M_Checkout a:focus {	
	background-position: -606px -186px;
	}

/* Set the position of the background images for each menu item when the PAGE is theirs (default HOME) */
	
body#P_Home li#M_Home a:link, body#P_Home li#M_Home a:visited {	
	background-position: -0px -0px;
	}
	
body#P_AboutUs li#M_AboutUs a:link, body#P_AboutUs li#M_AboutUs a:visited {	
	background-position: -101px -31px;
	}	
	
body#P_Privacy li#M_Privacy a:link, body#P_Privacy li#M_Privacy a:visited {	
	background-position: -202px -62px;
	}	
	
body#P_Shipping li#M_Shipping a:link, body#P_Shipping li#M_Shipping a:visited {	
	background-position: -303px -93px;
	}
	
body#P_Returns li#M_Returns a:link, body#P_Returns li#M_Returns a:visited {	
	background-position: -404px -124px;
	}
	
body#P_ViewCart li#M_ViewCart a:link, body#P_ViewCart li#M_ViewCart a:visited {	
	background-position: -505px -155px;
	}
	
body#P_Checkout li#M_Checkout a:link, body#P_Checkout li#M_Checkout a:visited {	
	background-position: -606px -186px;
	}
