body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif; /*  Main font face */
	color: #333333; /*****> COLOR <*****/
    background: #FFF url(images/body-bg.gif) repeat-x;
	margin: 2px;
	}
 * html body {
	font-size: x-small; /* for IE5Win*/
	f\ont-size: small; /* for other IE versions*/
	}
:focus{ outline: none}
#outer {
	border: 0px solid #FFFFFF;
	width: 976px;  /* Width of Site */
	background: #ffffff;
	margin: auto;
	padding: 0px;
	}
#hdr {
	padding-top:0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #999 url(images/header.jpg) repeat-x;
	height: 128px;
	width: 976px;
	border: 0px;
	}
/*Site Title Information*/
.site-title{
	color: #f0f0f0;
	font-weight: bold;
	font-size: 250%;
	font-family: Arial, Helvetica, sans-serif; /*  n/a if logo in place */
	padding-left:25px;
	letter-spacing: -1px;
	padding-top:45px;
	}
.site-tagline {
	color: #f0f0f0;
	padding-left: 50px;
	font-size: 150%;
	font-style: italic;
}
/* 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: Arial, Helvetica, sans-serif;  /* Set Header fonts site wide */
	font-weight: bold; /* Set to normal for bolder fonts if requred */
	}
h1 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	color: #1f242a;
	padding:3px 3px 12px 3px;
	margin-bottom: 15px;
	border: 0px;
	border-bottom: 1px solid #eaeaea
	}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #13644D;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3 {
	font-size: 100%;
	color: #13644D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	letter-spacing:0px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
h4 {
	font-size: 100%;
	color: #AEACB9;
	letter-spacing:1px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
a:link {
	font-size: 100%;
	color: #13644D;
	font-style: normal;
	text-decoration: none;
	}
a:active {
	font-size: 100%;
	color: #454545;
	font-style: normal; 
	text-decoration:underline;
}
a:visited {
	font-size: 100%;
	color: #454545;
	font-style: normal;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #454545;
	}
input {
	border: 1px solid #A09D9E;
	margin-bottom: 5px;
	}
textarea {
	border: 1px solid #A09D9E;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}
#textarea-small {
	border: 1px solid #A09D9E;
	height: 70px;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	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: 970px;
	margin: 0 0 18px 0;
	padding-left: 10px;
	padding-right: 0px;
	list-style: none;
	background: url(images/nav-bg.gif) repeat-x;
	}
#nav > li {
	float: left;
	margin: 0;
	padding: 12px 5px 12px 0px;
	font-size: 75%;
	background: url(images/divider.jpg) no-repeat right top
	}
#nav li a {
	color: #696969; 
	font: bold 14px Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	background: url(images/link-bg.gif) no-repeat right top;
	margin: 0 1px 0 0;
	padding: 2px 32px 12px 8px;
}
#nav li a:hover {
	background: url(images/link-bg-active.gif) no-repeat right top;
}
#nav li.off a{
	display: block;
	color: #696969;
	text-decoration: none;
	border-bottom: none;
	/*background: #C8D2DE url(images/off_bg.gif) repeat-x top left; */
	}
#nav li.off a:hover{
	color: #454545;
	}
#nav li.on a{
	display: block;
	color: #13644D;
	text-decoration: none;	
	border-bottom: none;
	}

/*--- NESTED NAVIGATION ---------------------------------------------------------------------------------------------------*/

        #nav.nav-nested li ul {
            list-style:none outside none;
            position: absolute;
            left: -9999px;
			padding: 0;	
            z-index: 1000; /* lifts drop down above contact for input elements... and anything else hopefully */
        }
                .device-touch #nav.nav-nested li ul {display:none; left:auto;}  /* when touch devices are detected the '.device-touch' element will be added to the <html> tag.. */

        #nav.nav-nested li:hover ul,
        #nav li.sfhover ul {
            left: auto;
        }
                .device-touch #nav.nav-nested li:hover ul {display:block;}      /* See touch device note above */

        #nav.nav-nested li ul li {
            /* Second level LI's should not float - this makes them drop down vertically */
            float: none;
            border:0 none;
        }
        #nav.nav-nested li ul li a {
            width: 100%;
            min-width: 150px;
            padding: 5px 10px;
            background: #a3a3a4;
        }
        #nav.nav-nested li ul li.off a {
            color: #555;
        }
        #nav.nav-nested li ul li.off:hover a
        {
            background: #c3c3c4;
            color: #222;
        }
        #nav.nav-nested li ul {
            background: white;
            -webkit-box-shadow: 1px 1px 1em rgba( 0, 0, 0, 0.25 );
            box-shadow: 1px 1px 1em rgba( 0, 0, 0, 0.25 );
        }
        #nav.nav-nested li ul {
            /* Clearfix - stops the li>a elements overflowing their ul container */
            overflow: hidden;
            zoom: 1;
            background: #e2e2e2;
        }

/*SubNavigation Bar */ 
#subnav {
	float: left;
	line-height: 0.3em;
	height: 1.3em;
	width: 976px;
	margin: 0 0 20px 0;
	padding: 5px 0 22px 10px;
	list-style: none;
	background: url(images/submenu-bg.gif) no-repeat left top;
	}
#subnav li {
	float: left;
	margin: 0;
	padding: 5px 0;
	font-size: 85%;
	background:url(images/arrow.gif) no-repeat left 12px;
	}
#subnav li.off a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 8px;
	color: #666666;
	font-weight: bold;
	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: #333333;
	text-decoration: underline;
	background: transparent;
	}
#subnav li.on a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 8px 8px;
	color: #13644D;
	font-weight: bold;
	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: #ACB9AC;*/
	}
/*Store Nav Bar */ 
#store-nav {
	float: left;
	width: 200px;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 16px;
	}
#store-nav h3{
	padding: 0;
	margin: 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1f242a;
	padding:3px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-categories.gif) no-repeat left top;
	}
#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{
    padding: 4px 2px;
	margin-bottom: 5px;
	font-size: 85%;
	font-weight: bold;
	color: #13644d
	}
#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: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	margin-left: 5px;
	font-size: 85%;
	}
#store-nav input.searchboxbutton{
	cursor:pointer;
	width: auto;
	font-size: 75%;
	padding: 3px 4px;
	border: 1px solid #A09D9E;
	color: #333333;
	background: url(images/btn-bg.gif) repeat-x left top;
	border: 1px solid #c6c6c6;
	text-transform: uppercase;
	margin-left: 5px;
	}
/***********Content container***************/
#cont {
	clear: left;
	width: 100%;
	background: transparent;
	margin: 0px;
	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: 55%;
	text-align:left;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 25px;
	}
#store-cont a{
	color: #13644d; /****overrides all links in the store *******/
	text-decoration: none;
	}
#store-cont a:hover{
	color: #13644d;
	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: 510px;
	}
#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: 96%;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0
	}
#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{background:url("images/btn-bg.gif") repeat-x scroll left top transparent;
border:1px solid #C6C6C6;
color:#333333;
cursor:pointer;
font-size:75%;
margin-left:5px;
padding:3px 4px;
text-transform:uppercase;
width:auto;
	}
#btnContinue {
	cursor:pointer;
	width: auto;
	font-size: 75%;
	padding: 3px 4px;
	border: 1px solid #A09D9E;
	color: #333333;
	background: url(images/btn-bg.gif) repeat-x left top;
	border: 1px solid #c6c6c6;
	text-transform: uppercase;
	margin-left: 5px;
	}
#btnUpdate{
	cursor:pointer;
	width: auto;
	font-size: 75%;
	padding: 3px 4px;
	border: 1px solid #A09D9E;
	color: #333333;
	background: url(images/btn-bg.gif) repeat-x left top;
	border: 1px solid #c6c6c6;
	text-transform: uppercase;
	margin-left: 5px;
	}
 #btnCheckout{
	cursor:pointer;
	width: auto;
	font-size: 75%;
	padding: 3px 4px;
	border: 1px solid #A09D9E;
	color: #333333;
	background: url(images/btn-bg.gif) repeat-x left top;
	border: 1px solid #c6c6c6;
	text-transform: uppercase;
	margin-left: 5px;
	}
#btnConfirm{
	cursor:pointer;
	font-size: 85%;
	color: #333333;
	padding: 2px;
	}
select {
}
/*************************/
#left-cont {
	clear: left;
	width: 680px;
	text-align:left;
	float: left;
	margin-bottom: 25px;
	margin-left: 20px;
	padding-right: 10px
	}
#left-cont ul{
	list-style: none;
	padding-left: 10px;
	 }
#left-cont li{
	line-height:130%;
	margin: 0px;
	padding: 0px 0 0 12px !Important;
	background:url(images/bullet.gif) no-repeat left 5px;
	 }

#left-cont a{
	text-decoration: underline;
	}
#left-cont a:hover{
	color: #13644d;
	text-decoration: underline;
	}
#left-cont ol{ list-style: none; padding: 0px 0 0 10px; }
.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: 3px;
	padding: 4px 2px;
	list-style: none;
	padding: 0px 0 0 12px !Important;
	background:url(images/bullet.gif) no-repeat left 5px;
	}

#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;
	width: 95%;
	text-align:left;
	padding-left:0px;
	margin:auto;
	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: 950px;
	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 {
   
	width: 50%;
	margin: 0px;
	padding: 0px 0 0 10px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
	}
#gallery-list table td.album-item-description {
    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 {
    width: 50%;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	}
#gallery-list table td.album-item-description-left {
    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: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
		}
#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: 95%;
	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{
	width: 200px;
	margin-right: 0px;
	margin-top: 5px;
	margin-left:5px;
	margin-right: 8px;
	padding-right: 12px;
	background:url("images/vline.gif") repeat-y scroll right top transparent;
	border-left:0px solid #EAEAEA;
	height: auto;
	float: left;
}
/***** Right col *********/
#rightcol{
	float: right;
	width: 170px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 8px;
	padding: 0px 0 0 10px;
	background:url("images/vline.gif") repeat-y scroll left top 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: 3px;
	margin-top: 2px;
	margin-bottom: 5px; 
	font-size: 85%;
	}
#subscribe-button{
	cursor:pointer;
	width: auto;
	font-size: 95%;
	padding: 6px 8px;
	border: 1px solid #A09D9E;
	color: #333333;
	background: url(images/btn-bg.gif) repeat-x left top;
	border: 1px solid #c6c6c6;
	text-transform: uppercase;
	}
/****** right column teaser ********/
/** mini cart ******/
#teaser-cart h3{
	padding: 0;
	margin: 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1f242a;
	padding:3px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-cart.gif) no-repeat left top;
	}
#teaser-cart{
	width: 100%;
	margin-top: 2px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	}
.mini-cart-total{
	padding-right: 5px;
	text-align: right;
	}
.mini-cart-link{
	text-align: right;
	margin-bottom: 4px;
	font-weight: bold
	}
#teaser-video h3{
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #C2BDA3;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 8px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-video.gif) no-repeat left top;
	}
#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: 22px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1f242a;
	padding:3px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-news.gif) no-repeat left top;
	}
#teaser-news{
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background: transparent;
	}
#teaser-events h3{
	padding: 0;
	margin: 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1f242a;
	padding:3px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-events.gif) no-repeat left top;
	}
#teaser-events{
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	}
#teaser-subscribe h3{
	padding: 0;
	margin: 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1f242a;
	padding:3px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-subscribe.gif) no-repeat left top;
	}
#teaser-subscribe{
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	}
#teaser-follow h3{
	padding: 0;
	margin: 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1f242a;
	padding:3px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-follow.gif) no-repeat left top;
	}
#teaser-follow{
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	}
#rightcol a.teaser-link{
	color: #333333;
	}
#rightcol a.facebook{
	background: transparent url("images/facebookIcon.png") no-repeat left top;
	padding: 3px 0 2px 25px;
	}
#rightcol a.twitter{
	background: transparent url("images/twitterIcon.png") no-repeat left top;
	padding: 3px 0 2px 25px;
	}
#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;
	padding-bottom: 5px;
	}

#rightcol img{
	vertical-align: center;
	margin-left: 8px;
	}
#rightcol p {
   	font-size: 85%;
	margin-left: 0px;
	margin-right: 0px;
	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;
	text-indent: 0px;
	}
#event-feed-icon {
	float: right;
	border:0;
	background: transparent url(images/feed.png)  right no-repeat;
	text-decoration: none;
	text-indent: 0px;
	}
.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: #333333;
 background: transparent;
 }
#footer-address{
	text-align:center;
	padding-top: 0px;
	padding-left: 0px;
	}
#ftr-nav {
 clear: both;
 color: #454545;
 text-align: left;
 font-size:95%;
 padding:20px 25px 3px 25px;
 margin:0;
 border: 0px;	
 background:#FFF url(images/hline.gif) repeat-x top;
 }
 #ftr-nav a{
  color: #454545;
	}
.turboweb-sig{
 color: #333333;
 font-size:95%;
 padding:3px;
 margin-top:3px;
 margin-bottom: 3px;
 width: 746px;
 text-align: center;
	}
.turboweb-sig a{
 color: #13644D;
 	}
/* end of sig */
.mail-address-table {
	color: #333333;
	font-size:95%;
	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;
	cursor:pointer;
	width: auto;
	font-size: 95%;
	padding: 6px 8px;
	border: 1px solid #A09D9E;
	color: #333333;
	background: url(images/btn-bg.gif) repeat-x left top;
	border: 1px solid #c6c6c6;
	text-transform: uppercase;	}
/*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: #E3E3E3;
    padding: 8px;
}

#sub-cat table { background-color: #E3E3E3; }

#sub-cat td {
    text-align: center;
}

#subcat-label {
    font-size: 100%;
    font-weight: bold;
}

#sub-cat img
{
    background:#ffffff 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: #ffffff;
}


/* End of Sub Category Styling */ 
.addthis_toolbox{
	margin: 10px 0 10px 0;
}


#teaser-product h3{
	padding: 0;
	margin: 0;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #C2BDA3;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 8px;
	margin-bottom: 5px;
	border: 0px;
	text-indent: -99999px;
	background:url(images/h-products.gif) no-repeat left top;
}
