body {
	color: black;
	background-color: white;
	font: normal 11px/1.4em Helvetica, Arial, Verdana, sans-serif;
	}

input {
	font: normal 11px/1.4em Futura, Arial, Helvetica, Verdana, sans-serif;
	}
	
#wrap {
	/*position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -395px;*/
	margin-top: 10px;
	width: 790px;
	height: 460px;
	}
	
#sidebar {
	float: left;
	width: 40px;
	text-align: center;
	}
	
#header {
	height: 65px; /* was 55px */
	width: 750px;
	float: left;
	}

#logo {
	float: left;
	margin-top:8px;
	}	

#search {
	float: right;
	margin-right: 30px;
	margin-top:12px;
	text-align: right;
	}

#nav {
	float: right;
	text-align: center;
	width: 746px;
	height: 19px;
	padding: 1px 0px;
	margin: 2px 0px 6px 0px;
	border: 2px solid #09c;
	}
	
#contentWrap {
	float: left;
	width: 750px;
	 /* height: 460px;originally  260px - then 460 */
	}

#photoWrap {
	float: left;
	height: 460px; /* was 260px*/
	width: 325px;
	border-right: 1px solid black;
	}

#photo {
	float: left;
	width: 325px;
	}

#caption {
	border-top: 1px solid black;
	width: 325px;
	text-align: center;
	float: left;
	}

#content {
	/*overflow: auto;*/
	/*float: left;
	width: 415px;
	margin-left: 8px;*/
	width: 740px;
	text-align: left;
	/* height: 460px; was 260px*/
	}
	
#bottom {
	margin-top: 2px;
	/*float: right;*/
	height: 46px;
	width: 750px;

	}

#tally {
	float:left;
	margin-top: 3px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	}
	
	#tallytop {
	float:right;
	margin-top: 3px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	}

#cartNavButtons {
	/*float: right; */
	margin-top: 8px; 
	margin-right: 10px;
	}
.bluebar{
	border-top: 2px solid #09c;
	margin-bottom: 4px;
	margin-top: 5px;
}			
	
a {
	color: #09c;
	}
	
#discount_chart {
	width: 50%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

#discount_chart td {
	border: 1px solid black;
}

.disc_title {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	color: #0099cc;
}

.disc_header {
	font-weight: bold;
}

.disc_header, .disc_item {
	width: 50%;
	text-align: center;
}



/**********************
** CATEGORY NAV STYLES **
**********************/

#cat_nav_root  {
	text-align: center;
	font-size: 14px; /* was larger */
	list-style: none;
	margin: 10px 10px 0px 10px;
	padding: 5px;
	border: 1px solid #0099CC;
}

#cat_nav_root ul  {
	list-style: none;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	display: none;
	z-index: 100;
	position: absolute; /*  */
	top: auto;
	left: auto; /* was 34 and 83px */
	margin-left: 34px;
	/*background-color: #ffffff;
	border: 1px solid #0099CC;  
	*/
	width: 211px;
	border: none;
	padding: 0px;
	}

#cat_nav_root ul li {
	margin: 0px;
	padding: 0px;
	float: left;
		/*border: 1px solid #0099CC;*/
}
	
/* Styles for Menu Items */
#cat_nav_root li a {
	display: block;
	/*width: 205px;*/
	text-decoration: none;
	background: transparent; /* IE6 Bug */
	background-color: #fff;
	padding: 3px;
	margin: 0px;
}

/* drop down menu  */
#cat_nav_root ul li a {
	float: left;
	text-align: left;
	font-weight: normal;
	/* width: 200px; was 151px */	
	display: block;
	border: 1px solid #0099CC;
	width: 205px;
	padding: 3px;
	margin: 0px;
}

#cat_nav_root ul ul {
	position: relative;
	left: auto;
	top: auto;
	margin-top: -2em;
	margin-left: 213px;
	padding: 0px;
}
	
#cat_nav_root ul ul li {
	float: left;
}
	
/* Fix IE. Hide from IE Mac \*/
* html #cat_nav_root  ul li { height: 1%; }
* html #cat_nav_root  ul li a { height: 1%; }
/* End */

 /* Hover Styles for "select product category" label/button for drop down menu 
#cat_nav_root li a:hover { 
	background: transparent url(../img/nra4_nav_hover.gif) repeat-x top left; 
	}
	*/
	
 /* Hover Styles for product categories in drop down menu */
#cat_nav_root ul li a:hover { 
	background-color: #114387; /* was  9fc36e */
	color: #fff; 
	}

/* Sub Menu Styles */

/* The magic */
#cat_nav_root li:hover  ul, #cat_nav_root  li.sfhover ul { display: block; } 
#cat_nav_root li:hover  ul ul, #cat_nav_root  li.sfhover ul ul { display: none; }
#cat_nav_root ul li:hover ul, #cat_nav_root ul li.sfhover ul { display: block; }


.parent { 
	background-image: url(../img/parent_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	}


	
/***************************
** END CATEGORY  NAV STYLES **
***************************/
	
/*** AVI-SPECIFIC CART STYLES ***/

/*
#cat_nav_root {
	text-align: left;
	position: relative;
	top: 10px; /* was 20px 
}*/

/*
#cat_nav_root:hover {
	display: block;
}
*/

.categoryDescription {
	font-size: 100%;
}

#parent_cat_desc {
	font-size: 1.25em;
}

.category_name {
	font-weight: bold;
}

#productTable {
	/*width: 391px;*/
}

.profile select {
	font-size: 11px;
}

/*** END AVI-SPECIFIC CART STYLES ***/

h1 {padding-top: 2px;
font: bold 17px/17px Helvetica, Arial, Verdana, sans-serif;
}

/* added the below to enable wrapping of form labels as requested - 20090408nln */
.profile_form_label {
	white-space: normal;
}



