body {
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif; /*  Main font face */
	color: #333333; /*****> COLOR <*****/
	background: #FFFFFF url(images/body-bg.gif) repeat-x;
	margin: 0px;
}
* html body {
	font-size: x-small; /* for IE5Win*/
	f\ont-size: small; /* for other IE versions*/
}
#outer {
	border: 0px solid #FFFFFF;
	width: 793px;  /* Width of Site */
	background: #ffffff ;
	margin: auto;
	padding: 0px;
}
#hdr {
	padding-top:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;
	height: 369px;
	width: 793px;
	border: 0px;
	margin: 0px;
}
/*Site Title Information*/
.site-title {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 250%;
	font-family: verdana, arial, tahoma, sans-serif; /*  n/a if logo in place */
	padding-left:25px;
	padding-top:45px;
}
/* Header Images */ 
.logoimg {
	float: left;
	margin: 0px;
 	padding: 0;
	border:0;
	background: transparent;
}
.logoimg-right {
	float: right;
	margin-top: 10px;
 	padding-right: 0;
	margin-right: 0px;
	border: 0;
	margin-bottom: 10px;
	background: transparent;
}
/* End Header Images */
h1, h2, h3, h4, h5 {
	font-family: verdana, arial, tahoma, sans-serif;  /* Set Header fonts site wide */
	font-weight: bold; /* Set to normal for bolder fonts if requred */
}
h1 {
	font-size: 125%;
	color: #483030;
	letter-spacing:1px;
	border-bottom: 1px solid #EAEAEA;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: transparent;
}
h2 {
	font-size: 110%;
	color: #907860;
	letter-spacing:1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 102%;
	color: #90A8A8;
	letter-spacing:1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 100%;
	color: #90A8C0;
	letter-spacing:1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link {
	font-size: 100%;
	color: #0094C6;
	font-style: normal;
	text-decoration: none;
}
a:active {
	font-size: 100%;
	color: #12C4FF;
	font-style: normal; 
	text-decoration:underline;
}
a:visited {
	font-size: 100%;
	color: #0094C6;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #12C4FF;
}
input {
	border: 1px solid #A09D9E;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #A09D9E;
	font-size: small;
	font-family: verdana, arial, tahoma, sans-serif;
}
#textarea-small {
	border: 1px solid #A09D9E;
	height: 70px;
	width: 320px;
	font-family: verdana;
	float: right;
	font-size: 80%;
}
blockquote {
	font-family: Garamond;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	color: #272727;
	margin: 0px;
	width: 450px;
	text-align: justify;
	background: url(images/quote-left.gif) top left no-repeat;
}
blockquote div {
	background: transparent url(images/quote-right.gif) bottom right no-repeat;
	padding: 0 27px;
}
/*Navigation Bar */
#nav {
	float: left;
	width: 783px;
	margin: 0;
	padding-left: 10px;
	padding-right: 0px;
	background: transparent;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 85%;
}
#nav li.off a {
	font-weight: bold;
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #3f3f3f;
	text-decoration: none;
	border-bottom: none;
}
#nav li.off a:hover {
	font-weight:bold;
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #3f3f3f;
	text-decoration:underline;
}
#nav li.on a {
	font-weight: bold;
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #3f3f3f;
	text-decoration: underline;	
	border-bottom: none;
}
/*SubNavigation Bar */ 
#subnav {
	float: left;
	line-height: 0.3em;
	height: 1.3em;
	width: 783px;
	margin: 0 0 0 0;
	padding: 0px 0 2px 10px;
	list-style: none;
	background: #ffffff;
}
#subnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 85%;
}
#subnav li.off a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 8px;
	color: #e3e3e3;
	text-decoration: none;
	/*background: #C8D2DE url(images/off_bg.gif) repeat-x top left; */
}
#subnav li.off a:hover {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 8px;
	color: #f3f3f3;
	text-decoration: underline;
	background: transparent;
}
#subnav li.on a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 8px;
	color: #ffffff;
	text-decoration: underline;	
	background: transparent;
}
/* Used for padding if there is no other navigation to display */
#sub-pad {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 0px;
	height: 1.5em;
	background: #ffffff;
}
/*Store Nav Bar */ 
#store-nav {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
#store-nav h3 {
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #ffffff;
	background: #90A8C0;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	border: 0px;
}
#store-nav ul {
	list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
}
#store-nav li {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 5px;
	font-size: 85%;
}
#store-nav li.on {
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	padding-left: 2px;
	margin-bottom: 5px;
	font-size: 85%;
	background: #e3e3e3;
}
#store-nav p.searchtitle {
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-left: 5px;
	font-size: 85%;
}
#store-nav input.searchbox {
	width: 120px;
	padding-left: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-left: 5px;
	font-size: 85%;
}
#store-nav input.searchboxbutton {
	width: 70px;
	font-size: 85%;
	margin-left: 5px;
	color: #333333;
}
/***********Content container***************/
#cont {
	clear: left;
	width: 100%;
	background: transparent;
	margin: 0px 15px;
	border:solid #A09D9E;	
	border-width:0 0 0 0px;
	text-align:left;
	line-height: 1.3em;
	padding: 0px 0px 15px 0px;
	min-height: 500px;
}
/* min height hack for ie*/
* html #cont {
	height:500px
}
#cont img.border {
	float: right;
	margin: 0 8px 10px 10px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: transparent;
}
#cont img.recent-item-border {
	float: auto;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:1px solid green;
	background: transparent;
}
#cont img.view-item-detail-border {
	float: right;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border: 0;
	background: transparent;
}
/*****  Store content list   */
#store-cont {
	float: left;
	width: 50%;
	text-align:left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	background: transparent;
}
#store-cont a {
	color: #0094C6; /****overrides all links in the store *******/
	text-decoration: none;
}
#store-cont a:hover {
	color: #12C4FF;
	text-decoration: underline;
}
#store-cont-empty {
	width: 65%;
	margin:auto;
	text-align:left;
	float: left;
}
#store-cont table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
#store-cont td.item-description {
	font-size: 85%;
	background: transparent;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
	text-align: left;
	border-top: 1px solid #EAEAEA;
}
#store-cont td.item-description-left {
	font-size: 85%;
	background: transparent;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
	text-align: left;
	border: 0;
}

/* store recent items - these show as latest products on store index. */
#recent-items {
	clear: both;
	background: transparent;
}
#recent-items table {
	background:transparent;
	border-collapse: collapse;
	width: 365px;
}
#recent-items td.item-title {
	width: 184px;
	padding: 6px 3px 3px 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: transparent;
}
#recent-items td.item-img {
	padding: 5px 0 5px 0;
	background: transparent;
}
.product-border {
	vertical-align: middle;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: transparent;
}
.item-desc {
	font-size: 85%;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	background: transparent;
	vertical-align: top;
}
.item-price {
	font-weight: bold;
	font-size: 95%;
	margin: 0;
	padding: 0px;
	background: transparent;
	vertical-align: bottom;
}
.item-more-info {
	font-weight: normal;
	font-size: 75%;
	margin: 0;
	padding-bottom: 5px;
	background: transparent;
	vertical-align: bottom;
}
/* end recent items*/
/* list items in a category*/

#item-list table {
	background:transparent;
	border-collapse: collapse;
	width: 365px;
	margin-bottom: 5px;
}
#item-list td.product-header-left {
	padding: 5px;
	background: transparent;
}
#item-list td.product-header-right {
	padding: 5px;
	background: transparent;
}
#item-list td.product-body {
	border:0;
	margin:0;
	background: transparent;
	padding: 5px;
}
#item-list td.product-bottom-left {
	background: transparent;
	padding: 2px 5px 2px 5px;
}
#item-list td.product-bottom-right {
	background: transparent;
	padding: 5px;
	text-align: right;
}
#item-list a.cat-list-item-title {
	font-weight: bold;
}
#item-list .cat-list-item-title {
	font-weight: bold;
}
.cat-list-product-code {
	float: right;
	font-weight: bold;
	font-size: 85%;
	color: #333333;
}
.product-border-float-right {
	float: right;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: transparent;
}
.cat-list-price {
	font-weight: bold;
	font-size: 105%;
}
#mag-glass {
	clear: right;
	float: right;
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 9px;
	margin-left: 9px;
}
.bold-hilight {
	text-decoration: underline;
	font-weight: bold;
}
.product-option-title {
	font-size: 85%;
	font-style: italic;
}
.product-option-price {
	font-size: 85%;
	font-weight: bold;

}

/**********shopping cart controls***************/
.store-cart-image {
	padding: 2px;
	border:0px solid #FFFFFF;
}
.store-cart-border {
	border-top:1px solid #A09D9E;
	padding-top: 9px;
}
#cart-continue-proceed {
	clear: left;
	padding: 0;
	margin-top: 5px;
}
/* *shopping cart buttons **/
#btnStep1 {
	color: #333333;
	cursor:pointer;
	font-size: 85%;
	padding: 2px;
}
#btnContinue {
	cursor:pointer;
	font-size: 85%;
	color: #333333;
	padding: 2px;
}
#btnUpdate {
	cursor:pointer;
	font-size: 85%;
	color: #333333;
	padding: 2px;
}
 #btnCheckout {
	cursor:pointer;
	font-size: 85%;
	color: #333333;
	padding: 2px;
}
#btnConfirm {
	cursor:pointer;
	font-size: 85%;
	color: #333333;
	padding: 2px;
}
select {
}
/*************************/
#left-cont {
	clear: left;
	width: 520px;
	text-align:left;
	float: left;
	margin-bottom: 25px;
	margin-left: 20px;
}
#left-cont ul {
	list-style:square;
	 }
#left-cont li {
	line-height:130%;
	margin: 0px;
	padding: 0px;
	 }

#left-cont a {
	text-decoration: underline;
}
#left-cont a:hover {
	color: #0094C6;
	text-decoration: underline;
}

.item-description {
	font-size: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 2px solid #A09D9E;
}
	 
#cont li {
	margin-bottom: 10px;
}

#cont img.border {
	
	float: right;
	margin: 0 8px 10px 10px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: transparent;
}
#cont img.recent-item-border {
	float: auto;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:1px solid green;
	background: transparent;
}
/******no teasers***/
#no-teaser {
	clear: both;
	font-size: 11px;
	line-height: 18px;
	width: 450px;
	text-align:left;
	padding-left:0px;
	margin-bottom: 25px;
	background: transparent;
}
/***********news and events pages listing etc ******************/
#content-list {
   clear: both;
}
#content-list.eventslist-timestamp {
	color: #333333;
	font-size: 90%;
}
#content-list table {
	background: transparent;
	width:100%;
}
#content-list table td {
	border-bottom: 0;
	margin: 0px;
	padding:0px;
	text-align: left;
}
#content-list table td.title-row {
	border-top: 1px solid #EAEAEA;
	margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
}
#content-list table td.item-description {
	font-size: 100%;
	margin: 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
}
#content-list table td.item-description img {
	float: right;
}
/********
Image Gallery
******************/
#gallery-cont {
	width: 720px;
	text-align:left;
	float: left;
	margin-bottom: 25px;
	margin-left: 15px;
}

#gallery-list {
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px;
}	
#gallery-list h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#gallery-list table {
	margin-top: 10px;
	width:100%;
}
#gallery-list table td {
	border-bottom: 0;
	margin: 0px;
	padding:0px;
	text-align: left;
}
#gallery-list table td.title-row {
	border-top: 1px solid #EAEAEA;
	margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
}
#gallery-list table td.item-description {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
}
#gallery-list table td.album-item-description {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	text-align: left;
	border: 1px solid #EAEAEA;
}
#gallery-list table td.item-description-left {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
#gallery-list table td.album-item-description-left {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	vertical-align:top;
	text-align: left;
	border: 1px solid #EAEAEA;
}
#gallery-list table td img {
	float: left;
	margin: 0 10px 3px 0px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
}
/********
Cafe Menu
*********/
#cafe-menu-cont {
	width: 95%;
	text-align:left;
	float: left;
	margin-bottom: 25px;
	margin-left: 15px;
}
#cafe-menu-list {
	clear: left;
	padding: 0px;
	margin: 0px;
}	
#cafe-menu-list h2 {
	margin-top: 2px;
	margin-bottom: 5px;
}
#cafe-menu-list h2  a {
	text-decoration: none;
}
#cafe-menu-list table {
	margin-top: 10px;
	width:100%;
}
#cafe-menu-list table td {
	border-bottom: 0;
	margin: 0px;
	padding:0px;
	text-align: left;
}
#cafe-menu-list table td.title-row {
	border-top: 1px solid #EAEAEA;
	margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
}
#cafe-menu-list table td.cafe-menu-item-description {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	vertical-align:top;
	text-align: left;
	border-bottom: 0px solid #EAEAEA;
}
#cafe-menu-list table td.cafe-menu-course-description {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	text-align: left;
	border: 1px solid #EAEAEA;
}
#cafe-menu-list table td.cafe-menu-item-description-left {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
#cafe-menu-list table td.cafe-menu-course-description-left {
	font-size: 85%;
	width: 50%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	vertical-align:top;
	text-align: left;
	vertical-align:top;
	text-align: left;
	border: 1px solid #EAEAEA;
}
#cafe-menu-list table td img {
	float: left;
	margin: 0 10px 3px 0px;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
}
.menu-item-description {
	width: 540px;
}
.cafe-menu-option-box-light {
	width: 540px;
	padding: 4px;
	border: 0px;
	background: transparent;
}
.cafe-menu-option-box-dark {
	width: 540px;
	padding: 4px;
	border: 0px;
	background: transparent;
}
.cafe-menu-option-title {
	font-style: italic;
	font-weight: bold;
	font-size: 105%;
	padding: 0 0 0 10px;
	clear: none;
}
.cafe-menu-option-price {
	padding: 0 10px 0 0;
	float: right;
	font-weight : bold;
	font-size: 105%;
}
.cafe-menu-option-desc {
	font-size: 95%;
	padding: 0 0 0 10px;
	clear: left;
}

/****** left col *******/
#leftcol {
	float: left;
	width: 150px;
	margin-right: 0px;
	margin-top: 5px;
	margin-left:5px;
	margin-right: 8px;
	padding: 0px;
	background: transparent;
	border-left:0px solid #EAEAEA;
}
/***** Right col *********/
#rightcol {
	float: right;
	width: 150px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 8px;
	padding: 0px;
	background: transparent;
	border-left:0px solid #EAEAEA;
}
/*******************************
subscribe box 
****************/
.subscribe-table {
	width: 140px;
	margin: 0;
	padding-top: 0;
	font-size: 85%;
	vertical-align: top;
}
.subscribe-table input {
	width: 130px;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 5px; 
	font-size: 85%;
}
#subscribe-button {
	cursor:pointer;
	width: 70px;
	font-size: 85%;
	padding: 1px;
	border: 1px solid #A09D9E;
	color: #333333;
}
/****** right column teaser ********/
/** mini cart ******/
#teaser-cart h3 {
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #ffffff;
	background: #90A8C0;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 8px;
	margin-bottom: 5px;
	border: 0px;
}
#teaser-cart {
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
.mini-cart-total {
	padding-right: 5px;
	text-align: right;
}
.mini-cart-link {
	text-align: center;
	margin-bottom: 4px;
}
#teaser-video h3 {
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #ffffff;
	background: #90A8C0;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 8px;
	margin-bottom: 5px;
	border: 0px;
}
#teaser-video {
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
#teaser-news h3 {
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #ffffff;
	background: #90A8C0;
	padding:3px 3px 3px 8px;
	margin-bottom: 5px;
	border: 0px;
}
#teaser-news {
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
#teaser-events h3 {
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #ffffff;
	background: #90A8C0;
	padding:3px 3px 3px 8px;
	margin-bottom: 5px;
	border: 0px;
}
#teaser-events {
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
#teaser-subscribe h3 {
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: verdana;
	color: #ffffff;
	background: #90A8C0;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 8px;
	margin-bottom: 5px;
	border: 0px;
}
#teaser-subscribe {
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
#rightcol a.teaser-link {
	color: #ffffff;
}
#rightcol ul {
	list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	font-size: 85%;
}
#rightcol li {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 5px;
	padding-right: 5px;
}

#rightcol img {
	vertical-align: center;
	margin-left: 8px;
}
#rightcol p {
   	font-size: 85%;
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#rightcol table {
   	margin-top: 0px;
	margin-bottom: 0px;
}
#news-feed-icon {
	float: right;
	border:0;
	background: transparent url(images/feed.png)  right no-repeat;
	text-decoration: none;
}
#event-feed-icon {
	float: right;
	border:0;
	background: transparent url(images/feed.png)  right no-repeat;
	text-decoration: none;
}
.articlelist-timestamp {
	color: #333333;
	font-size: 85%;
}
/*********************************************
end right column teaser
***************************************************/
#ftr {
 clear: both;
 font-size:75%;
 padding:10px;
 margin:0;
 border:solid #A09D9E;	
 border-top:solid #FFFFFF;
 border-width:1px 0 0 0;
 color: #3e3e3e;
 background: transparent;
 }
#footer-address {
	text-align:center;
	padding-top: 0px;
	padding-left: 0px;
}
#ftr-nav {
 clear: both;
 color: #ffffff;
 text-align: left;
 font-size:75%;
 padding:3px 25px 3px 25px;
 margin:0;
 border: 0px;	
 background:#336633;
 }
 #ftr-nav a {
  color: #ffffff;
}
.turboweb-sig {
 color: #333333;
 font-size:75%;
 padding:3px;
 margin-top:3px;
 margin-bottom: 3px;
 width: 746px;
 text-align: center;
}
.turboweb-sig a {
 color: #0094C6;
 }
/* end of sig */
.mail-address-table {
	color: #333333;
	font-size:85%;
	width: 500px;
	float: left;
	border: 0px;
	margin-bottom: 8px;
}
.mail-address-table td {
	vertical-align: top;
}
/* Mailform */
#formtable {
	clear:left;
	width: 100%;
	float: left;
	border: 1px solid #A09D9E;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #B6B6B6;
	color: #333333;
}
#formtable table {
	width: 98%;
	background: transparent;
}
#formtable td {
	padding: 5px;
}
#formtable td.left {
	width: 35%;
	padding: 5px;
}
.inputbox {
	width: 95%;
	margin-bottom: 5px;
}
.inputbox-textarea {
	width: 95%;
	height: 200px;
}
#formbutton {
	clear:both;
	width: 100px;
	margin: auto;
	color: #333333;
	cursor:pointer;
	font-size: 85%;
	padding: 1px;
}
/*EOF Mailform*/
#scm-price-table {
	width: 500px;
}
#scm-price-table tr.dark {
	background: #EEEEEE;
}
#scm-price-table td {
	padding: 4px;
}
#media-player {
	background: transparent;
}

	
/* To support subcategory styling in the store */

#sub-cat  {
	text-align: center;
	font-size: 85%;
	line-height: 1.0;
	width:100%;
	vertical-align: bottom;
	background-color: #eeeeee;
	padding: 8px;
}

#sub-cat table {
	background-color: #eeeeee;
}

#sub-cat td {
	text-align: center;
}

#subcat-label {
	font-size: 100%;
	font-weight: bold;
}

#sub-cat img {
	background:transparent none repeat scroll 0 0;
	border-color:#D9E0E6 #A09D9E #A09D9E #D9E0E6;
	border-style:solid;
	border-width:1px;
	margin: 0 8px 10px 10px;
	padding:4px;
}

.category-border-float-right {
	float: right;
	padding: 4px;
	border:1px solid #D9E0E6;
	border-bottom-color:#A09D9E;
	border-right-color: #A09D9E;
	background: transparent;
}

/* End of subcategory styling */	

