body {
	width: 100%;
	margin: 0px;
	font: normal 13px/1.5em Georgia, times new roman, serif;
	background: transparent url(../img/sen_grasstile.gif) top left;
	}
	
#outerwrap {
	float: left;
	width: 100%;
	background: transparent url(../img/sen_skygrass.jpg) repeat-x top left;
	}
	
#wrap {
	float: left;
	width: 100%;
	background: #a4c8e0 url(../img/sen_skytile.gif) repeat-x top left;
	}

#center {
	width: 760px;
	margin: 0px auto;
	}
	
#castle {
	float: left;
	width: 760px;
	background: transparent url(../img/sen_stone.gif) repeat-y top left;
	}	
	
#nav {
	float: left;
	width: 170px;
	list-style: none;
	margin: 0px;
	padding: 120px 0px 300px 0px;
	background: transparent url(../img/sen_navbg.jpg) no-repeat top left;
	text-align:left;
	}
	
#nav li {
	margin-left: 20px;
	}
	
#nav a {
	display: block;
	width: 130px;
	color: white;
	text-decoration: none;
	font: normal 12px/14px Georgia, times new roman, serif;
	padding: 3px;
	}
	
#nav a:hover {
	color: black;
	background-color: white;
	}
	

#top {
	width: 590px;
	height: 220px;
	margin: 0px;
	float: right;
	background: transparent url(../img/sen_top.jpg) no-repeat top left;
	}
	
#content {
	float: right;
	margin: 0px;
	width: 555px;
	padding: 10px 20px 10px 15px;
	font: normal 13px/1.5em Georgia, times new roman, serif;
	color: black;
	background: transparent url(../img/sen_content.gif) repeat-y top left;
	}

h1 {
	font-size: 1.8em;
	padding-left: 30px;
	line-height: 30px;
	background: transparent url(../img/sen_titlebullet.gif) no-repeat top left;
	}
	
#bottom {
	width: 100%;
	height: 37px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url(../img/sen_skygrass.gif) repeat-x top left;
	}
	
#skygrass {
	float: left;
	width: 100%;
	height: 37px;
	margin: 0px;
	}
	
#footer {
	width: 760px;
	height: 37px;
	padding-top: 10px;
	margin: 0px auto;
	text-align: right;
	background: transparent url(../img/sen_bottom.gif) no-repeat top left;
	}
	
#footertext{
	font-size: 11px;
	margin-right: 30px;
	}
	
	/*********************
** shopping cart styles **
*********************/

.oddrow
{
	background-color: #e0d5c9;
}


/*********************
****  popover styles  ****
*********************/

#popoverContent {
	float: left;
	font-size: 11px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
	border-top: 0px;
	width: 435px;
	}

#popoverBanner 
{
	width: 460px;
}
	
.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;
	}

/* ******** END popover styles ********* */

/*****************
** calendar styles  **
*****************/

.monthday {
	float: right;
	padding: 3px;
	background-color: #e3e3e3;
	color: #235872;
	line-height: 1em;
	clear: left;
	margin-right: -4px;
	margin-top: -4px;
	} 
	
.caldayweek {
	background-color: #3A7AA8;
	color: #fff;
	}
	
.caldayweek b {
	font-weight: normal;
}
	
.calcel {
	background-color: #f5f6ee;
	line-height: 1.3em;
	text-align: left;
	font-size: .76em;
	width: 14%;
	}

.calcel hr {
	display: none;
	}
	
.calcel a {
	border: none;
	}	

.calcelno {
	background-color: #e3e3e3;
}
	
.monthname {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	}
	
.monthlinks {
	border: none;
	text-decoration: none;
	background-color: #f5f6ee;
	color: #235872;
	padding: 5px;
	font-size: 0.70em;
	border: 1px solid #e3e3e3;
	width: 120px;
	}

.monthlinks:hover {
	background-color: #e3e3e3;
	color: #121c19;
	border: 1px solid #e3e3e3;
	}
	
.calevent {
	margin: 3px 0px;
	padding: 3px 0px 3px 2px;
	}
	
.calevent a {
	border: none;
	}
	
#calendarTable {
	margin: 0px;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
	}
	
#calendarNavTable {
	width: 100%;
	}
	
/*****************
** event  styles      **
*****************/

.date {
	font-size: 1.6em;
	line-height: 2em;
	font-weight: bold;
}