@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
img { border: none; }
a:focus {
-moz-outline-style: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(bg.jpg) 0 0 repeat-x;
	}

.clear { clear: both; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.float-left { float: left; margin: 0 10px 5px 0; }
.float-right { float: right; margin: 0 0 5px 10px; }

#left {
	float: left;
	width: 430px; /* was 455 */
	margin-top: 242px;
	text-align: center;
	}
	#left h1 {
		width: 284px;
		height: 84px;
		background: url(logo.jpg) 0 0 no-repeat;
		margin: 0 auto;
		padding: 0;
		}
		
		#left h1 a { display: block; width: 284px; height: 84px; }
		#left h1 a span { display: none; }		
		
		
	
#right {
	float: right;
/*	margin-left: 465px;*/
	width: 456px;
	background: url(rt-bg.jpg) 0 0 no-repeat;
	margin-top: 139px;
	min-height: 200px;
	}
	
#container {
	width: 940px; /* 912 */
	margin: 0 auto;
	}	
	
	
/* this is the tab craziness */

#tab-thingy {
	margin-top: 0px;
	width: 456px;
	}




#btns {
	list-style-type: none;
	margin: 0 0 0 16px;
	padding: 0;
	height: 49px;
	display: block;
	overflow: hidden;
	width: 456px;
	}
	
#btns li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	float: left;
	}

#btns a {
	display: block;
	margin-right: 2px;
	color: #BA5B0F;
	text-decoration: none;
	text-align: center;
	height:49px;
	line-height: 48px;
	}

#btns a span { display: none; }
	
#btns a:hover { background-position: 0 -49px; height: 48px; }
#btns a:active, #btns a.selected, #btns a.active { background-position: 0 -98px; height: 48px; border-bottom: 1px solid #2D2D0E; }

	#btn-products a { width: 156px; background: url(btn-products.png) 0 0 no-repeat; }
	#btn-aboutus a { width: 113px; background: url(btn-aboutus.png) 0 0 no-repeat; }
	#btn-findus a { width: 113px; background: url(btn-findus.png) 0 0 no-repeat; }
	
.tabinner {
	}
	
	#tab1, #tab2, #tab3 { padding: 10px 22px 0 22px; }
	
	#tab2, #tab3 { display: none; }

#tabs {
/*	background: #F3E093;*/
	margin: 0;
	padding: 15px;
	}
	
	#tabs a { color: #cc9; }
	
	#tabs h2, #tabs h3 { 
		color: #CCCC99;
		font-size: 18px;
		font-weight: normal;
		font-family: Trebuchet, 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
		padding-bottom: 8px;
		}	
	#tabs h3 { color: #949431; }
	
	#tab1 h2, #tab3 h2 { color: #2E2E0F; }	
		
	#tabs p {
		color: #fff;
		}
	
	#products-bg {
		background: url(products-bg.jpg) 0 0 no-repeat;
		height: 168px;
		width: 390px;
		padding: 5px 0 0 5px;
		display: block;
		}
	#products-bg img a {
		border: none;
		}	
		
/* Content Slider thing */
.contentslide{
width: 395px;
height: 173px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
margin-top: 3px;
width: 375px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
	}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #949431;
font-size: 11px;
background-color: #676722;
}

.pagination a:hover, .pagination a.selected{
color: #313110;
background-color: #949431;
}

/* footer */
.footer {
margin-top: 75px;
margin-right: 14px; 
text-align: right; 
font-size: 11px; 
color: #888;
}
.footer a {
color: #888;
font-weight: bold;
}


