/*	---------------------------------------------------------------------------------------------------------------------------
	Basic Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

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: 0pt;
	padding: 0pt;
	}

body {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #424242;
	background-color: #000000;
	}
	
 * html body {
	font-size: x-small; /* for IE5Win*/
	f\ont-size: small; /* for other IE versions*/
	}
	
#outer {
	width: 1000px;  /* Width of Site */
	margin: auto;
	padding-top: 10px;
	background: #949494 url('/theme/theme/greyback.png') center top no-repeat;
	}
	
/* ------------ Header Styles ------------  */
	
h1, h2, h3, h4, h5
	{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin: 5px 0;
	}
	
h1 {
	font-size: 125%;
	font-family: Verdana, Arial, Sans-Serif;
	margin-bottom: 15px;
	color: #013A5C;
	}
	
h2 {
	font-size: 100%;
	color: #01515C;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 100%;
	color: #01515C;
	}
	
h4 {
	font-size: 100%;
	color: #01515C;
	}
	
a:link, a:visited, a:active {
	font-size: 100%;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	}
	
a:hover {
	color: #66CCFF;
	text-decoration: underline;
	}
	
input {	
	width: 120px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	}
	
textarea {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
	
#textarea-small {
	border: 1px solid #A09D9E;
	height: 70px;
	width: 320px;
	font-family: verdana;
	float: right;
	font-size: 80%;
	}
	
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 110%;
	color: #272727;
	text-align: justify;
	}
	
blockquote div{
	padding: 0 27px;
	}
	
#media-player{
	background: transparent;
	}

/*	---------------------------------------------------------------------------------------------------------------------------
	Header Container Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#hdr {
	margin: auto;
	background: transparent;
	height: 165px;
	width: 800px;
	color: transparent;
	background: url('/theme/theme/header.png') center top no-repeat;

	}
	
.site-title {
	display: none;
	}
	
.logoimg {
	float: left;
	background: transparent;
	border:none;
	}
	
.logoimg-right{
	float: right;
	margin: 10px 0;
	background: transparent;
	}
	
/*	---------------------------------------------------------------------------------------------------------------------------
	Navigation Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#nav {
	width: 780px;
	margin: auto;
	height: 40px;
	padding: 0 10px;
	list-style: none;
	background: #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 85%;
	text-transform: uppercase;
	}
	
#nav ul {	
	list-style: none;
	text-decoration: none;
	}

#nav li {
	float: left;
	display: block;
	border-right: 1px solid #cccccc;
	margin-top: 13px;
	padding: 0 8px;
	}
	
#nav li.off a{
	color: #02245C;
	text-decoration: none;
	}
	
#nav li.off a:hover{
	color: #044BBF;
	}
	
#nav li.on a{
	color: #044BBF;
	}

 /* ------------ SubNavigation Bar ------------  */

#subnav {
	float: left;
	width: 780px;
	padding: 0 10px;
	padding: 6px 10px 2px 10px;
	background: #EAEAEA;
	}
	
#subnav li {
	float: left;
	font-size: 85%;
	margin-top: 2px;
	padding: 0 10px;
	}
	
#subnav li.off a {
	color: #666666;
	text-decoration: none;
	}
	
#subnav li.off a:hover{
	color: #222222;
	text-decoration: underline;
	}
	
#subnav li.on a{
	color: #333333;
	text-decoration: underline;	
	background: transparent;
	}
	
/* Used for padding if there is no other navigation to display */

#sub-pad {	
	display: none;
	}
	

	
/*	---------------------------------------------------------------------------------------------------------------------------
	Content Container Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#cont {
	margin: auto;	
	clear: left;
	width: 800px;
	overflow: auto;
	background: #C9C9C9;
	text-align:left;
	line-height: 1.3em;
	min-height: 300px;
	}
	
/* min height hack for ie*/

* html #cont {
    height: 300px;
	overflow : visible;
	}
	
#cont p {
	padding-bottom: 10px;
	}

#cont li{
	margin-left: 30px;
	margin-bottom: 10px;	
	line-height:105%;
	 }
	
#cont a:hover{
	text-decoration: underline;
	color: #2E7BFA;
	}
	
#cont a img {
	margin: 0 0 5px 10px;
	float: right;
	border: 5px solid #EAEAEA;
	}
	
#cont img.border {
	float: right;
	margin: 0 0 5px 10px;
	border: 5px solid #EAEAEA;
	}
		
#cont table img {
	margin: 0 0 5px 0;
	float: none;
	}
		
/*	---------------------------------------------------------------------------------------------------------------------------
	Left Content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#left-cont {
	clear: left;
	width: 570px;
	margin: 15px;
	margin-right: 0px;
	text-align:left;
	float: left;
	background: #FFFFFF;
	padding: 15px;
	}

.item-description {
	vertical-align:top;
	text-align: left;
	}
	
/*	---------------------------------------------------------------------------------------------------------------------------
	No teasers Content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#no-teaser{
	clear: both;
	width: 720px;
	padding: 15px;	
	overflow: auto;
	text-align:left;
	background: #FFFFFF;
	}

/*	---------------------------------------------------------------------------------------------------------------------------
	Store Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Hide the subcategories from the categories block */
#store-nav li { display: none; }
.store-cat-depth-1 { display: block !important; }

#store-cont {
	float: left;
	width: 410px;
	border: 15px solid #ffffff;
	text-align:left;
	background: #FFFFFF;
	}
	
#store-cont-empty {
	width: 65%;
	margin:auto;
	text-align:left;
	float: left;
	}

.store-search-results img { width: 125px; }
	
#store-cont table	{
	width: 100%;
	background: transparent;
	}
	
#store-cont td.item-description	{
    font-size: 85%;
	vertical-align:top;
	text-align: left;
	}
	
#store-cont td.item-description-left	{
	font-size: 85%;
	vertical-align:top;
	text-align: left;
	}
	
#store-cont img.recent-item-border{
	float: right;
	border: 5px solid #EAEAEA;
	}
	
#store-cont img.view-item-detail-border{
	float: right;
	border: 5px solid #EAEAEA;
	}
	
/* ------------ store recent items ------------  */

#recent-items {
	clear: both;
	background: transparent;
	}
	
#recent-items table {
	width: 100%;
	}
	
#recent-items td.item-title a {
	color: #005C39;
	font-weight: bold;
	}
	
.item-desc{
	font-size: 85%;
	vertical-align: top;
	}
	
.item-price{
	}
	
.item-more-info{
	font-weight: normal;
	font-size: 75%;
	}
	

/* ------------ item list table ------------  */

#item-list table{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#item-list td.product-header-left{
	}
	
#item-list td.product-header-right{
	}
	
#item-list td.product-body{
	}
	
#item-list .product-bottom-left{
	display: none;
}
	
#item-list .product-bottom-right{
	display: none;
}
	
#item-list a.cat-list-item-title{
	font-weight: bold;
	color: #005C39;;
	}
	
#item-list .cat-list-item-title{
	font-weight: bold;	
	color: #005C39;
	}
	
#item-list .product-border-float-right{
	float: right;
	width: 125px;
	margin-left: 10px;	
}

img.product-border {
	height: 75px;
	border: 5px #ccc solid !important;
}
	
.cat-list-product-code{
	float: right;
	font-weight: bold;
	font-size: 85%;
	color: #333333;
	}
	
.cat-list-price{
	font-weight: bold;
	font-size: 105%;
	}
	
#option-choice {
	display: none;
}
	
.bold-hilight{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}
	
.product-option-title{
	font-size: 85%;
	font-style: italic;
	}
	
.product-option-price{
	font-size: 85%;
	font-weight: bold;
	}
	

/*	---------------------------------------------------------------------------------------------------------------------------
	Content-List Styles - 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;
	}
	
#content-list table td.title-row{
    border-top: 1px solid #EAEAEA;
	padding: 8px 20px;
	font-size: 90%;
	}
	
#content-list table td.item-description {
	padding: 10px 0 20px 0;
	vertical-align:top;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#content-list table td.item-description img{
    float: right;
	}

/*	---------------------------------------------------------------------------------------------------------------------------
	Image Gallery
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#gallery-cont {
	width: 720px;
	padding: 15px;
	text-align:left;
	float: left;
	background: #FFFFFF;
	}

#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;
	}

/*	---------------------------------------------------------------------------------------------------------------------------
	Left Column Gallery
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#leftcol {
	float: left;
	width: 180px;
	height: 1%;
	background: transparent;
}
	
#leftcol ul {
    list-style-type: none;
	margin-top: -7px;
	padding: 10px;
	font-size: 85%;
	}
	
#leftcol li {
	margin-left: 0px;
    margin-bottom: 5px;
	}
	
#leftcol a {
	line-height: 110%;
	color: #2E7BFA;
	}

/* ------------ Store Navigation ------------  */

#store-nav {
	width: 150px;
	overflow: hidden;
	margin: 15px 15px;
	text-align: left;
	background: #ffffff;
	float: left;
	}
	
#store-nav h3{
	width: 150px;
	height: 30px;
	margin: 0px;
	padding-top: 7px;
	text-align: center;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #044BBF;
	background: url(images/teaserBG.jpg) no-repeat;
	text-transform: uppercase;
	}
	
#store-nav li.on {
	color: #2E7BFA;
	text-decoration: underline;
	}
	
#store-nav form {	
	font-size: 85%;
	padding: 10px;
	vertical-align: top;
	color: #333333;
	background: #f1f1f1;
	}
	
#store-nav p.searchtitle{
	font-size: 90%;
	padding-bottom: 5px;
	}
	
#store-nav input.searchbox{
	width: 125px;
	}
	
#store-nav input.searchboxbutton{
	cursor: pointer;
	width: 100px;
	height: 25px;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	background: url(images/subscribeBtn.jpg);
	border: none;
	}


/*	---------------------------------------------------------------------------------------------------------------------------
	Right Column Gallery
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#rightcol{
	float: right;
	width: 180px;
	background: transparent;
}

#rightcol a.teaser-link{
	padding-left: 19px;
	font-family: arial, tahoma, sans-serif;
	text-transform: uppercase;
	color: #044BBF;
	}
	
#rightcol a {
	line-height: 105%;
	color: #2E7BFA;
	}
	
#rightcol ul {
    list-style-type: none;
	margin-top: -7px;
	padding: 10px;
	font-size: 85%;
	}
#rightcol li {
	margin-left: 0px;
    margin-bottom: 5px;
	}

#rightcol img{
	vertical-align: middle;
	margin-left: 8px;
	}
	
#rightcol p {
   	font-size: 85%;
	padding: 10px;
	}
	
#rightcol div {
	width: 150px;
	margin: 15px 15px;
	text-align: left;
	background: #ffffff;
	}
	
#rightcol h3 {
	width: 150px;
	height: 30px;
	margin: 0px;
	padding-top: 7px;
	text-align: center;
	font-size: 85%;
	font-family: arial, tahoma, sans-serif;
	color: #044BBF;
	text-transform: uppercase;
	background: url(images/teaserBG.jpg) top left no-repeat;
	}
	
#news-feed-icon {
	float: right;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: transparent url(images/feed.png)  right no-repeat;
	text-decoration: none;
	}
	
#event-feed-icon {
	float: right;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: transparent url(images/feed.png)  right no-repeat;
	text-decoration: none;
	}
	
.articlelist-timestamp {
    color: #333333;
    font-size: 85%;
	}

/* ------------ Subscribe Box ------------  */

#teaser-subscribe form {
	width: 150px;
	font-size: 85%;
	color: #333333;
	background: #f1f1f1;
	}
	
#teaser-subscribe table {
	margin: 10px;
	}
	
#teaser-subscribe p {
	margin-top: -10px;
	}
	
#subscribe-button{
	cursor: pointer;
	width: 100px;
	height: 25px;
	margin: 5px 0 5px 12px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	background: url(images/subscribeBtn.jpg);
	border: none;
	}
	
/* ------------ Mini Cart ------------  */
	
#teaser-cart { display: none; }
	
#teaser-cart div {
	width: 130px;
	margin: 0px;
	padding: 0 10px;
	text-align: right;
	}
	
#teaser-cart .mini-cart-total{
	border-top: 1px dotted #CCCCCC;
	padding: 5px 10px;
	}
#teaser-cart .mini-cart-link{
	padding-bottom: 10px;
	text-align: right;
	}
	
/* ------------ Video Box ------------  */
	
#teaser-video h3 a.teaser-link {
	padding-left: 0px;
	}

/* ------------ News Box ------------  */


	
/* ------------ Events Box ------------  */




/*	---------------------------------------------------------------------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* ------------ Footer Navigation ------------  */

#ftr-nav {
	clear: both;
	padding-top: 5px;
	width: 1000px;
	height: 16px;
	text-align: center;
	font-size: 75%;
  	color: #000;
	text-transform: uppercase;
	}
	 
 #ftr-nav a{
 	color: #000;
	padding: 0 10px;
	}
	
/* ------------ Footer Container ------------  */
	
#ftr {
	clear: both;
	height: 160px;
	font-size: 85%;
	color: #3399FF;
	background: url(/theme/theme/footer.png) top center no-repeat;
	}
	 
#footer-address{
	display: none;
	color: #044BBF;
	text-align:center;
	padding-top: 20px;
	}
	
.turboweb-sig{
	color: #000;
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 1000px;
	text-align: center;
	background-color: #727272;
	}

.turboweb-sig a{
	color: #CCC;
 	}
	
/* ------------ Mail Form ------------  */

.mail-address-table {
	width: 100%;
	float: left;
	font-size: 90%;
	}
	
.mail-address-table td	{
	vertical-align: top;
	}
	
#formtable {
	margin-top: 10px;
	width: 100%;
	clear:left;
	float: left;
	background: #F1F1F1;
	border: 1px solid #CCCCCC;
	}
#formtable table{
	width: 100%;
	margin: 10px;
	}
	
#formtable table h3 {
	font-size: 110%;
	margin-bottom: 10px;
	}
	
#formtable td{
	width: 60%;
	}
	
#formtable td.left{
	width: 40%;
	}
	
.inputbox {
	width: 90%;
	}
	
.inputbox-textarea {
	width: 90%;
	height: 200px;
	}	
	
#formbutton{
	clear:both;
	cursor: pointer;
	width: 100px;
	height: 25px;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: url(images/subscribeBtn.jpg);
	border: none;
	}
	
/* To support subcategory styling in the store */

#sub-cat  {
    text-align: center;
    font-size: 85%;
    line-height: 1.0;
    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;
    width: 200px;
    border:1px solid #D9E0E6;
    border-bottom-color:#A09D9E;
    border-right-color: #A09D9E;
    background: transparent;
}

/* End of subcategory styling */	

