@import "style-theme-typo.css";
@import "store.css";
body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, table, tbody, th, td, tr, form, fieldset, input, textarea, text {
margin:0;
padding:0;
}
body {
	margin: 0;
	}
* html body {
	font-size: x-small; /* for IE5Win*/
	f\ont-size: small; /* for other IE versions*/
	}
#outer {
	border:0;
	width:960px;  /* Width of Site */
	margin: auto;
	padding: 0px;
	}
#hdr {
	padding: 0px;
	margin: 0;
	width: 960px;
	height: 95px;
	border: 0px;
	}
/* Header Images */ 
.logoimg {
	float: left;
	margin-top: 20px;
	border: 0;
	}
.site-title{
	padding: 30px 0 0 20px;
	}
/* End Header Images */
h1, h2, h3, h4, h5 {
	font-weight: bold; /* Set to normal for bolder fonts if requred */
}
h1.page-title{
	display: none;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px 3px 3px 0px;
	}
h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px 3px 3px 0px;
	}

h2 {
	margin-top: 8px;
	margin-bottom: 6px;
	padding: 0px;
	}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	}
.no-border{
	border: 0;
}
a:link {
		}
a:active {
	}
a:visited {
		}
a:hover {
		}
#home-table{
	clear: both;
	margin-top: 10px;
	width: 960px;
	background: #e2e2e2;
	}
#home-table td{
	width: 25%;
	padding: 4px 20px 8px 20px;
	}
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:  url(images/quote-right.gif) bottom right no-repeat;
	padding: 0 27px;
	}
/*Navigation Bar */ 

#nav {
	font-size: 95%;
	border: 0;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:-100px 0px 0 0;
	padding: 0px;
	width: 710px;
	}
#nav ul{
	float: right;
	padding: 0;
	margin: 0;
	}
#nav li {
	text-transform: lowercase;
	float: left;
	margin: 0 ;
	padding: 0;
	text-align: center;
	}
#nav li.off a{
	display: block;
	margin: 0 1px 0 0;
	padding: 34px 2px 10px 2px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	width: 83px;
	}
#nav li.off a:hover{
	display: block;
	margin: 0 1px 0 0;
	padding: 34px 2px 10px 2px;
	width: 83px;
	color: #73BF45;
	}
#nav li.on a{
	display: block;
	margin: 0 1px 0 0;
	padding: 34px 2px 10px 0px;
	color: #73BF45;
	width: 80px;
	}
/*SubNavigation Bar */ 
 #cont.page #subnav{
	display: none;
	}
#subnav {
	float:left;
	margin: 8px 0 10px 20px;
	padding: 4px;
	background:#ffffff;
	border: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: center;
	}

#subnav li {
	display: inline-block;
	float: left;
	padding: 0;
	width: 110px;
	height: 42px;
	background-color: #9a9a9a;
	margin: 0 10px;
	text-align: center;
	padding: 10px 20px 10px 20px !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	
#subnav li a{
	color: #FFFFFF !important;
	font-size: 1.5em;
}

#subnav a:hover {
	text-decoration: none;
}
	
#subnav .off:hover{
	background-color: #73BF45 
	}
#subnav .on {
	background-color: #73BF45;
	}

#subnav a {
	outline: none;
}
	
#subnav.news {
	display: none;
}

/* Used for padding if there is no other navigation to display */
#sub-pad {
	display: none;
	}
/* min height hack for ie*/
* html #cont {
    height:400px;
	}

#cont img.border{
	float: right;
	margin: 0 8px 10px 10px;
	padding: 10px;
	border: 0;
	background: transparent;
	} 
#cont img.recent-item-border{
	margin: 0 8px 3px 10px;
	padding: 4px;
	border:0;
	background: transparent;
	}
#cont img.view-item-detail-border{
	float: right;
	margin: 0 8px 3px 10px;
	padding: 4px;
	border: 0;
	background: transparent;
	}
#left-cont {
	float: left;
	clear: left;
	width: 760px;
	text-align:left;
	margin-bottom: 25px;
	margin-left: 0px;
	}

#left-cont a:hover{
		text-decoration: underline;
	}
#left-cont ul{
	list-style:square;
	margin: 4px 4px 4px 35px;
	 }
#left-cont ol{
	margin: 4px 4px 4px 35px;
	 }
.item-description {
	font-size: 100%;
	margin: 0px 0px 20px 0px;
	padding: 10px 0 20px 0;
	vertical-align:top;
	text-align: left;
	border-bottom: 1px dotted #A09D9E;
	}
	 

/******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: left;
	width: 960px;
	}
#content-list.eventslist-timestamp {
    color: #999999; 
    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 #D9DDE3;
    margin: 0px;
	padding:8px 20px;
	text-align: left;
	font-size: 90%;
	}
#content-list table td.item-description {
	margin: 0px;
	padding: 10px 0 20px 0;
	}
#content-list table td.item-description img{
    float: right;
	}
/********
Image Gallery
******************/
#gallery-cont {
	width: 940px;
	margin: 12px 0 25px 0;
	}

#gallery-list {
	clear: both;
	width: 900px;
	padding: 0px;
	margin: 0px;
	}	

#gallery-list p{
	margin: 8px;
	}
#gallery-list h2 {
	}
#gallery-list td.item-description-left h2{
	background:#FEFFFF url(images/image.gif) top left no-repeat;
	border-bottom:1px solid #DDDDDD;
	padding: 3px 0 3px 25px;
	margin: 0 0 4px 0;
	}
#gallery-list td.item-description h2{
	background:#FEFFFF url(images/image.gif) top left no-repeat;
	border-bottom:1px solid #DDDDDD;
	padding: 3px 0 3px 25px;
	margin: 0 0 4px 0;
	}
#gallery-list table {
	margin-top: 4px;
	width:960px;
	border-collapse: separate;
	border-spacing: 5px; 
	}
#gallery-list table td{
	width: 50%;
    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;
	}
#gallery-list table td.item-description {
    margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #ffffff;
	}
#gallery-list table td.album-item-description {
    margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #ffffff;
	}
#gallery-list table td.album-item-description h2{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	color: #659FC2; 
	background: #FFFFFF url(images/albums.gif) top left no-repeat;
	padding: 3px 0 3px 28px;
	margin:0 0 5px;
	border-bottom: solid 1px #dddddd;
	}
#gallery-list table td.item-description-left {
    margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #ffffff;
	}
#gallery-list table td.album-item-description-left {
   	margin: 0px 18px 8px 0;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #C4C1BC;
	background: #ffffff;
	}
#gallery-list table td.album-item-description-left h2{
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
	color: #659FC2; 
	background: #FFFFFF url(images/albums.gif) top left no-repeat;
	padding: 3px 0 3px 28px;
	margin:0 0 5px;
	border-bottom: solid 1px #dddddd;
	}
#gallery-list  img.border{
	clear: both;
	float: right;
	margin: 8px 10px 8px 0px;
	padding: 5px;
	border:0;
	background: none;
	}
/****** left col *******/
#leftcol{
		}
	
/***** Right col *********/
#rightcol{
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	padding: 0px;
	background: transparent;
	}

.outer-page2 #store-cont {
	width: 720px;
}
/*******************************
subscribe box 
****************/
.subscribe-table {
	width: 180px;
	margin: auto;
	padding-top: 0;
	vertical-align: top;
	}
.subscribe-table input {
	width: 170px;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 5px; 
	border: 1px solid #4E7F2F;
	background: #ffffff;
	}
#subscribe-button{
	width: 90px;
	background-color:#73BF45;
	border:1px solid #4E7F2F;
	cursor:pointer;
	}
/****** right column teaser ********/

#teaser-video h3{
	background: #e2e2e2 url(images/teaser-top.png) top left no-repeat;
	border-top:0;
	border-bottom:1px solid #ffffff;
	padding: 5px 0 3px 10px;
	margin: 0 0 5px 0;
	}
#teaser-video{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background:#e2e2e2 url(images/teaser.jpg) bottom left no-repeat;
	border: 0;
	}

#teaser-news h3{
	background: #e2e2e2 url(images/tease-gray.png) top left no-repeat;
	border-top:0;
	border-bottom:1px solid #ffffff;
	padding: 5px 0 3px 10px;
	margin: 0 0 5px 0;
	}
#teaser-news{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background:transparent url(images/tease-gray.png) bottom left no-repeat;
	border: 0;
	}
#teaser-events h3{
	background: #e2e2e2 url(images/tease-gray.png) top left no-repeat;
	border-top:0;
	border-bottom:1px solid #ffffff;
	padding: 5px 0 3px 10px;
	margin: 0 0 5px 0;
	}
#teaser-events{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background:transparent url(images/tease-gray.png) bottom left no-repeat;
	border: 0;
	}
#teaser-product h3{
	background: #e2e2e2 url(images/tease-gray.png) top left no-repeat;
	border-top:0;
	border-bottom:1px solid #ffffff;
	padding: 5px 0 3px 10px;
	margin: 0 0 5px 0;
	}
#teaser-product{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background:#e6f0f5 url(images/tease-gray.jpg) bottom left no-repeat;
	border: 0;
	}
#teaser-subscribe h3{
	background: #e2e2e2 url(images/tease-gray.png) top left no-repeat;
	border-top:0;
	border-bottom:1px solid #ffffff;
	padding: 5px 0 3px 10px;
	margin: 0 0 5px 0;
	}
#teaser-subscribe{
	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	margin-bottom: 15px;
	background:#e2e2e2 url(images/tease-gray.png) bottom left no-repeat;
	border: 0;
	}
#rightcol a.teaser-link{
	}
#rightcol a:hover.teaser-link{
	}
#rightcol ul {
    list-style-type: none;
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	font-size: 90%;

	}
#rightcol li {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
	padding-right: 5px;
	}
#rightcol a{
	}
#rightcol img{
	margin-left: 8px;
	}
#rightcol p {
	margin-left: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
#rightcol table {
   	margin-top: 0px;
	margin-bottom: 0px;
	}
.articlelist-timestamp {
     }
#event-feed-icon {
	display: none;
	}
#news-feed-icon {
	display: none;
	}
/*********************************************
end right column teaser
***************************************************/
#ftr {
	clear: both;
	padding:0;
	margin: 0;
	background: transparent;
	}
#footer-address{
	padding: 0;
	margin: -15px 0 0 0;
	text-align: right;
	}

#ftr-nav {
 clear: both;
 text-align: left;
 padding:0px;
 margin:0;
 background:transparent;
 width: 350px;
 }
 #ftr-nav a{
	color: #999999;
  	}
.turboweb-sig{
	display: none;
	color: #999999;
	}
.turboweb-sig a
	{
	text-decoration:underline;
	}

	/* end of sig */
.mail-address-table {
	text-align: left; 
	width: 600px;
	border: 0px;
	margin-bottom: 8px;
	}
.mail-address-table td
	{
	vertical-align: top;
	}
/* Mailform */
#formtable {
	clear:left;
	width: 680px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #F1FFDF;
	}
#formtable table{
	width: 100%;
	}
#formtable h3{
		}
#formtable td{
	padding: 5px;
	}
#formtable td.left{
	width: 35%;
	padding: 5px;
	}

.inputbox {
	width: 95%;
	margin-bottom: 5px;
	background:#FFFFFF;
	border:1px solid #73BF45;
	padding: 4px;
}
.inputbox:focus, select:focus, textarea:focus {
	background:#F1FFDF;
}
.inputbox-textarea {
	width: 95%;
	height: 200px;
	padding: 2px;
	background:#FFFFFF;
	border:1px solid #516F29;
	}
.inputbox-textarea:focus, select:focus, textarea:focus {
background:#F1FFDF;
}
#formtable  small{
	font-size: 11px;
	}
#captcha-image{
	margin: 4px;
	}
#formbutton{
	width: 90px;
	color: #ffffff;
	padding: 4px;
	background-color: #73BF45;
	border:1px solid #4E7F2F;
	cursor:pointer;
	}
/*EOF Mailform*/
#icon-table img{
	border: none;
	}
.homepage-block {
	height: 150px;
	display: block;
	width: 960px;
}
.homepage-block .block {
	display: inline-block;
	width: 295px;
	height: 270px;
	float: left;
	margin: 37px 37px 0px 0px;
	background-color: #e6e7e9;
}
.homepage-block .block.last {
	margin-right: 0px;
	float: right;
}
.homepage-block .block p, .homepage-block .block h3{
	padding: 0px 10px 0px 10px;
}
.homepage-block .block p {
	font-weight: 900;
	font-size: 0.9em;
}
.homepage-block .block h3 {
	color: #52BBCF;
	font-size: 1.2em;
	font-weight: 900;
	padding-top: 3px;
}
.homepage-block .block h3 span.right {
	display: block;
	float: right;
	font-size: 0.7em;
}
.homepage-block .block p a.right {
	display: block;
	float: right;
}
.homepage-block .block .news-block,.homepage-block .block .testimonial-block  {
	position: relative;
	height: 190px;
	overflow: hidden;
}
.homepage-block .block .news-block img,.homepage-block .block .testimonial-block img  {
	border: 0px;
	width: 295px;
}
#product-container {
	width: 960px;
}
.rpros {
	width: 100%;
}

#teaser-cart {
	position: relative;
	top: -40px;
	right: 40px;
	padding: 0px 0px 4px 0px;
	background: #FFFFFF url(images/mini-teaser-top.png) bottom left no-repeat;
	width: 240px;
	height: 22px;
}
#teaser-cart a {
position: absolute;
	right: 8px;
}
#teaser-cart span {
	color: #ffffff;
}
.mini-cart-msg {
	padding: 5px 0 0px 12px;
	background: #FFFFFF url(images/mini-teaser-top.png) top left no-repeat;
	height: 10px;
}
.mini-cart-msg span, .mini-cart-msg a {
	display: inline-block;
	margin-top: -3px;
}

.button{
	padding: 3px 8px 3px 8px;
	background-color:#73BF45;
	border: none;
	border-radius: 12px;
	min-width: 95px;
	margin: 0 2px;
	height: 26px;
	font-weight: normal;
	cursor:pointer;
	color: white;
}

.cat-list-product-code {
	display: none;
}

