body{
	background: #f0f0f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 0;
	margin: 0;
	}
	
a:link, a:visited{
	color: #00a92e;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}

a img{
	border: 0 none;
	}
	
#prodColL ul, #colOne ul{
	margin: 0;
	padding: 0 0 0 15px;
}
	
h1{
	display: block;
	background: #404041;
	color: #ccc;
	border-bottom: 2px solid #f0f0f1;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	padding: 13px 0 0 20px;
	height: 25px;
	font-weight: normal;
	clear: left;
	}
	
h2, h3{
	color: #00a92e;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h2{
	font-size: 14px;
	font-weight: normal;
	}

h3{
	font-size: 12px;
	font-weight: normal;
	}
	

#container{
	margin: 0 auto;
	width: 950px;
	}

#siteMain{
	
	}
  
#header{
	height: 205px;
	/*background: url(../images/headBG.jpg) no-repeat;*/
	display: block;
	width: 950px;
	}
   	  
	#logo{
		float: left;
		background: url(../images/tm_logo.png) no-repeat;
		margin: 60px 0 12px 20px;
		width: 250px;
		}
		
	#shopLogo{
		float: left;
		background: url(../images/shop_logo.png) no-repeat;
		margin: 60px 0 12px 20px;
		}
		
		#logo a, #shopLogo a{
			width: 213px;
			height: 56px;
			display: block;
			text-decoration: none;
			}
			
	#tagline{
		color: #00a92e;
		float: left;
		font-family: Georgia, Times, serif;
		font-size: 22px;
		margin: 80px 0 20px 0;
		text-align: right;
		width: 650px;
	}
      
	#navigation{
		clear: left;
		width: 950px;
		background: #00a92e;
		height: 37px;
		color: #fff;
		}
	
		#menu{
			float: left;
			width: 680px;
			margin: 13px 0 0 20px;
			font-size: 10px;
			}
			
			#mainNav{
				margin: 0;
				padding: 0;
				text-transform: uppercase;
				}
				
				#mainNav li{
					list-style: none;
					display: inline;
					padding: 0 10px;
					position: relative;
					background: url(../images/menuDiv.gif) top right no-repeat;
					width: auto;
					}
					
					#mainNav .firstItem{
						padding: 0 10px 0 0;
						border: 0px none;
						}
					
					#mainNav a:link, #mainNav a:visited{
						color: #fff;
						text-decoration: none;
						padding-bottom: 11px;
						outline: none;
						}
						
					.mainNav a:hover, .mainNav a.active{
						
						}
						
		#mainNav li .subSingle{
				background: #fff;
				color: #999;
				position: absolute;
				left: 0px;
				top: 24px;
				list-style-type: none;
				margin: 0;
				padding: 15px;
				width: 150px;
				line-height: auto;
				-moz-border-radius-bottomleft: 10px;
				-moz-border-radius-bottomright: 10px;
				-webkit-border-bottom-left-radius: 10px;
				-webkit-border-bottom-right-radius: 10px;
				border-right: 1px solid #999;
				border-left: 1px solid #999;
				border-bottom: 1px solid #999;
				display: none;
				}
				
		#mainNav li:hover ul, #mainNav li.over ul{
				display: block;
				}
				
			#mainNav li .subSingle li{
				display: block;
				border-bottom: 1px dashed #ccc;
				padding: 3px 0;
				}
				
			#mainNav li .subSingle li a:link, #mainNav li .subSingle li a:visited{
				color: #999;
				width: 150px;
				padding: 2px 0;
				text-indent: 5px;
				margin: 3px 0;
				}
				
			#mainNav li .subSingle li a:hover{
				color: #333;
				}
				
		#search{
			float: left;
			width: 235px;
			margin: 6px 15px 0 0;
			}
				
		.searchBox{
			float: left;
			background: #fff;
			border-left: 1px solid #ccc;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-right: 0 none;
			height: 14px;
			padding: 5px;
			width: 173px;
			color: #666;
			}
			
		.searchBtn{
			float: left;
			background: url(../images/icoSearch.gif) bottom right no-repeat #fff;
			border-right: 1px solid #ccc;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-left: 0 none;
			cursor: pointer;
			width: 50px;
			height: 26px;
			outline: none;
			}

      
#mainContent{
	float: left;
	width: 950px;
	border-top: 2px solid #f0f0f1;
	background: #fff;	
	}

#columnOne{
	width: 660px;
	float: left;
	padding: 0 0 20px 0;
	}
	
	#columnOneContent{
		min-height: 350px;
		}
	
	#columnOneContent p, #columnOneContent h3, iframe, .photogalleryTable{
		padding: 0 20px;
		}
		
	#columnOneContent h1{
		margin-bottom: 20px;
		}

	#flash{
		width: 660px;
		height: 250px;
		background: #ccc;
		border-bottom: 2px solid #f0f0f1;
		margin-bottom: 20px;
		padding: 0;
		}
	
	.bodyCol{
		float: left;
		width: 300px;
		padding: 0 15px;
		}
		
	.bodyColImg{
		border: 1px solid #ccc;
		padding: 5px;
		margin-bottom: 10px;
		}
		
	.svsImgLink{
		float: left;
		margin: 0 10px 30px 0;
		}	
		
	.svsLogo{
		margin: 0 0 20px 0;
		}
	
	#colOne{
		background: url(../images/colOneBG.gif) repeat-y top right;
		}
	#colTwo{}
	#colThree{}
	
	.svsImg{
		margin: 0 0 20px 20px;
		}
	
	.svsCol{
		float: left;
		width: 300px;
		}
	
	#svsColL p, #svsColR p{
		padding: 0;
		}
	
	#svsColL{
		margin: 0 0 0 20px;
		padding: 0 5px 0 0;
		}
		
	#svsColR{
		margin: 0 20px 0 0;
		padding: 0 0 0 5px;
		}
		
	#svsColR img{
		margin-bottom: 10px;
	}
		
	#prodColL{
		width: 400px;
		float: left;
		margin: 0 0 20px 20px;
		padding: 0 5px 0 0;
	}
	
	#prodColL p{
		padding-left: 0;
	}	
	
	#prodColR{
		margin: 0 20px 0 0;
		padding: 0 0 0 5px;
		width: 200px;
		float: left;
		text-align: right;
	}
		
	.profileImg{
		margin: 0 0 15px 0;
		}
	
	.catalogues{
		list-style: none;
		margin: 0;
		padding: 0;
		}
	
		
	#columnTwo .catalogues{
		padding: 0 14px;
		}
		
		.catalogues li, .catalogues p{
			background: url(../images/catBG.gif) repeat-x bottom left;
			display: block;
			width: 100%;
			height: 25px;
			padding: 0; 	
			}
		
		.catalogues a:link, .catalogues a:visited{
			background: url(../images/catArrowUp.gif) 2px 8px no-repeat;		
			display: block;
			height: 19px;
			padding: 5px 0 0 20px;
			color: #666;
			}	
			
		.catalogues a:hover{
			background: url(../images/catArrowOver.gif) 2px 8px #f3f3f3 no-repeat;
			text-decoration: none;
			display: block;
			padding: 5px 0 0 20px;
			}
			
		#contacts iframe{
			margin: 20px 0 0 0;
		}

#columnTwo{
	float: left;
	width: 288px;
	border-left: 2px solid #f0f0f1;
	padding-bottom: 20px;
	}
	
#storeColumnOne{
	float: left;
	width: 250px;
	}
	
#storeColumnTwo{
	float: left;
	width: 698px;
	padding: 0;
	border-left: 2px solid #f0f0f1;
	}
	
	#storeContent{
		margin: 20px 0 0 0;
		padding: 0 20px 20px 20px;
		}
		
.bigText{
	font-size: 20px;
	color: #00A92E;
	margin-bottom: 10px;
	font-weight: bold;
}

#contacts p{
	margin: 7px 0;
}

.captchaimg{
	margin: 10px 0;
}

.form{
	margin: 0 0 0 14px;
}
	
		
/* STORE NAVIGATION */

#nav_471592{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	#nav_471592 li{

		}
		
	#nav_471592 a:link, #nav_471592 a:visited{
		color: #404041;
		display: block;
		width: 230px;
		padding: 10px;
		background: #ccc;
		border-bottom: 2px solid #f0f0f1;
		}
		
	#nav_471592 a:hover{
		text-decoration: none;
		background: #404041;
		color: #ccc;
		}

#footer{
	clear: both;
	font-size: 10px;
	margin-bottom: 20px;
	min-height: 70px;
	}
	
	#footer p{
		margin: 0 0 10px 0;
		padding: 0;
		}
  	
	.footCol{
		float: left;
		margin-top: 20px;
		color: #999;
		}
	
	#footColOne{
		width: 400px;
		float: left;
		}
		
	#footColTwo{
		width: 550px;
		float: left;
		text-align: right;
		text-transform: uppercase;
		}
		
		#footNav{
				margin: 0;
				padding: 0;
				}
				
				#footNav li{
					list-style: none;
					display: inline;
					padding: 0 5px;
					border-left: 1px solid #999;
					}
					
					#footNav .firstItem{
						padding: 0 3px 0 0;
						border: 0px none;
						}
					
					.footNav a:link, .footNav a:visited{
						color: #666;
						text-decoration: none;
						}
						
					.footNav a:hover{	
						text-decoration: underline;
						}
						
/* **** FORM ELEMENTS *** */

/* side column forms */

.sideForm .item, .sideForm .btnItem, #columnTwo p{
	width: 260px;
	padding: 0 14px;
	margin-top: 5px; 
	}
	
.sideForm .btnItem{
	text-align: right;
	}
	
	
.side_textbox, .side_listbox, .side_dropdown, #CaptchaV2{
	margin-top: 5px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 0 none;
	border-bottom: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.side_textbox, #CaptchaV2{
	background: url(../images/formFieldBG.gif) repeat-x;
	height: 20px;
	padding: 5px;
	width: 250px;
	}
	
.side_dropdown{
	background: url(../images/formFieldBG.gif) repeat-x;
	height: 30px;
	padding: 5px;
	width: 260px;
	}
	
.side_listbox{
	background: url(../images/formTextboxBG.gif) repeat-x;
	height: 83px;
	padding: 5px;
	width: 250px;
	}

.cat_button_custom{
	color: #303030;
	text-align: center;
	width: 121px;
	height: 22px;
	padding: 0;
	margin: 10px 0;
	background: url(../images/btnSubmit.gif) no-repeat;
	border: 0 none;
	cursor: pointer;
	}
	
/* *** Product Form ** */

.productForm .item{
	width: 300px;
	padding: 0 14px;
	margin-top: 5px;
	float: left;
}

.productForm .longItem{
	width: 634px;
	padding: 0 0 0 14px;
	margin-top: 5px;	
	float: left;
	text-align: right;
}

.product_textbox, .product_listbox{
	margin-top: 5px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 0 none;
	border-bottom: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.product_textbox{
	background: url(../images/formFieldBG.gif) repeat-x;
	height: 20px;
	padding: 5px;
	width: 290px;
	}
	
.product_listbox{
	background: url(../images/formTextboxBG.gif) repeat-x;
	height: 83px;
	padding: 5px;
	width: 620px;
	}
	
#productDL, #orderDL{
	padding: 0 0 0 14px;
}
	
#productDL li, #orderDL li{
	list-style-image: url(../images/product-list-img.gif);
	text-transform: uppercase;
}

#productDL a:link, #productDL a:visited, #orderDL a:link, #orderDL a:visited{
	color: #666;
}

.specs{
	border-bottom: 4px solid #e2e3e2;
	float: left;
	margin: 0 20px 20px 20px;
	padding: 0 0 5px 0;	
	width: 620px;
}

.specImg{
	float: left;
	margin: 0 15px 0 0;
	width: 180px;
}

.specDetails{
	float: left;
	width: 425px;
}

#columnOneContent .specs h3{
	font-weight: bold;
	margin-left: 5px;
	padding: 0;
}

#columnOneContent .specs p{
	margin-left: 5px;
	padding: 0;
}

.specBtn, .specPhone, .specPrice{
	color: #00a92e;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 120px;
}

.specPrice{
	color: #f00;
	margin: 0 0 10px 5px;
	text-transform: uppercase;
	width: 420px;
}

.specPhone{
	padding-top: 10px;
}

.specPhone{
	
}
						
/* *** SLIDER STYLES *** */

#slider{
	position: absolute;
	margin-left: 674px;
	}

#vertical_slide, #horizontal_slide {
	padding: 10px;
	width: 250px;
	background: #00a92e;
	color: #fff;
	font-weight: bold;
	-moz-border-radius-bottomleft: 5px;
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
	/*border-bottom: 3px solid #f0f0f0;*/
	}

#slider a:link, #slider a:visited{
	color: #fff;
	}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin: 0 0 0 231px;
	padding: 5px 7px;
	background: #00a92e;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 25px;
	height: 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
	}
	
div.marginbottom a:link, div.marginbottom a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}