body {
	width: 100%;
	margin: 0px;
	background: #4d714e url(../img/tiw_bg.gif) repeat-x top left;
	font: normal 11px verdana, sans-serif;
}

a, a:link, a:visited, a:active {
	color: #354e36;
}

#wrap {
	width: 700px;
	margin: 0px auto;
}

#header {
	width: 700px;
	height: 177px;
	top: 0px;
	left: 0px;
	background-image: url(../img/tiw_header.jpg);
}

.headerlink {
	float: right;
	width: 80%;
	clear: right;
	display: block;
	height: 100px;
	margin-top: 13px;
	margin-right: 4px;
}

#topnav {
	float: right;
	margin-top: 45px;
	/*added below*/
	background-color: #eee5cf;
	border: 3px solid #fff;
	font-size: 11px;
	margin-right: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html #topnav { margin-right: 2px;}
/* End */

#topnav a {
	font: normal 11px verdana, sans-serif;
	color: #742b48; /* was fff*/
	margin-right: 10px; /* was 10px*/
	padding: 3px;
	text-decoration: none;
}

#topnav a:hover {
	background-color: #742b48; 
	/*border: 3px solid #fff;*/
	color: #fff; 
	
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#bottle {
	position:absolute;
	top: 177px;
	left: 50%;
	margin-left: -350px;
	z-index: 10;
	width: 158px;
	height: 430px;
	background-image: url(../img/tiw_bottle.jpg);
}

/* *********** primary nav bar ************ */

#nav {
	position: absolute;
	top: 175px;
	left: 50%;
	z-index: 20;
	margin-left: -217px;
	margin-top: 2px;
	list-style: none;
	width: 557px;
	padding: 0px;
	background-color: #eee5cf;
	border: 3px solid #fff;
	font-size: 11px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav a {
	text-decoration: none;
	color: #742b48;
	padding: 3px 7px;/*  was 3px 7px */
	display: block;
}

#nav a:hover {
	color: #fff;
	background-color: #742b48;
}


/* adding drop down menu styles */

#nav li { 
	margin:0;   
	position: relative; 
	float:left;
	display:block;
	height:auto;
		/*text-align: center;*/
	}

#nav ul { 
	display: none;
	padding: 0;
	margin:0;
	list-style: none;
	font-size: 0.95em; /* was 0.85em*/
	width: 15em; /* was 11em */
	z-index:99;
	position:relative;
	overflow:visible;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}

#nav ul li { 
	background-color:#eee5cf;
	border-bottom: 1px solid #000;
	width: 15em; /* was 11em */
	/*padding: 5px;*/
	}

#nav ul li a {
	display: block;
	color: #742b48; /**/
	}


#nav a:hover{
	background: #742b48; /* purple is 742b48 */
	color: #fff; 
	}
	
#nav li a:hover{
	background: #742b48; /* purple is 742b48 */
	color: #fff; 
	}	
	
#nav ul li:hover, #nav ul li a:hover{ background-color:#742b48; 
display:block; color: #fff;}

#nav li a.submenu {
	background:#6B1D0A url("gif/css_submenu.gif") no-repeat right; 
}

#nav li.divider {
	width: 1px;
}

#nav li.divider img {
	margin-top: 2px;
}

/*all see this */


#nav li:hover ul, #nav li.over ul { display: block; z-index:100;  background-color:#6B1D0A;} /* The magic */
#nav li:hover ul, #nav li.sfhover ul {	display:block; background-color:#6B1D0A;}

#nav li ul {
	position: absolute;
}

li>ul { 
	top: auto;
	left: auto;
	}

/* *********** END primary nav bar ************ */

#contentWrap {
	margin-top: 32px;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 557px;
	float: right;
	padding: 0px;
	margin-right: 4px;
	background: #eee5cf url(../img/tiw_content_bg.jpg) no-repeat top left;
	}

#content {
	padding: 15px 15px 15px 30px;
}

#footer {
	color: #fff;
	width: 560px;
	float: right;
	text-align: center;
	font-size: .87em;
	line-height: 2em;
}

#footer a {
	color: #fff;	
}


/*****************************
*** SHOPPING CART STYLES ***
*****************************/

td.category {
	font-size: 1.3em;
	border-bottom: 1px solid #742b48;
}


/******************************
*** EVENT CALENDAR STYLES ***
******************************/

#calendarTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 11px;
}

#calendarTable td {
	border: 1px solid #000;
	padding: 3px;
}

#calendarNav {
	width: 100%;
	font-size: 11px;
}

#calendarNav a {
	text-decoration: none;
}

.monthname {
	font-size: 2em;
}

.calcel {
	background-color: #e0cea6;
	min-height: 100px;
}

td.caldayweek {
	color: #fff;
	background-color: #742b48;
	padding: 4px;
	line-height: 2em;
}

.monthday {
	float: right;
	padding: 2px 4px;
	color: #fff;
	background-color: #742b48;
	font-size: .86em;
	clear: left;
}

/**********************
*** POPOVER STYLES ***
**********************/

#popoverContent {
	margin: 0px 10px 10px 10px;
	float: left;
	font-size: 11px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
	border-top: 3px solid #000;
	width: 440px;
	}

#popoverBanner {
	border: 1px solid #000;
	width: 460px;
	height: 80px;
	float: left;
	margin: 10px 10px 0px 10px;
}
	
.detail_hr {
	float: left;
	clear: both;
	width: 100%;
	border: none;
	background-color: #000;
	height: 1px;
	}

.popoverProductName {
	font-size: 1.4em;
	float: left;
	}
	
.popoverPrice {
	float: right;
	font-size: 1.5em;
	clear: right;
	}
	
.popoverDescription {
	float: left;
	display: block;
	clear: both;
	margin: 10px 0px;
	width: 100%;
	}
	
.residual {
	float: right;
	font-size: .9em;
	}
	
#product {
	clear: both;
	}
	
#product hr {
	clear: both;
	width: 100%;
	}
	
#addtocart_table {
	margin: 10px 0px;
	float: right;
	}
	
.category {
	font-size: 1.3em;
	}
	
.categoryDescription p {
	margin: 0px;
	font-size: .76em;
	}	
	
.closeWindow {
	width: 100%;
	text-align: center;
	float: left;
	}
