<!--
#tabs {
	padding-top:0px;
	float:left;
      	width:100%;
	background:#FFFFFF;
	font-size:97%;
	line-height:normal;
	border-bottom:1px solid #454545;
	font: bold 15px Arial;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 28px;
	list-style:none;
}
#tabs li {
      	display:inline;
      	margin:0;
      	padding:0;
}
#tabs a {
      	float:left;
      	background:url("menu/tableft.gif") no-repeat left top;
      	margin:0;
      	padding:0 0 0 4px;
      	text-decoration:none;
}
#tabs a span {
      	float:left;
      	display:block;
      	background:url("menu/tabright.gif") no-repeat right top;
      	padding:5px 15px 4px 6px;
      	color:#000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
      	color:#FFFFFF;
}
#tabs a:hover {
      	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#tabs #current a {
	background-position:0% -42px;
}
#tabs #current a span {
        background-position:100% -42px;
}

#header {
	padding-top: 5px;
	padding-left: 30px;	
	background: url("images/header_bg.gif") repeat-x;
	height: 109px;
	background-color: #FFFFFF;
}
#heading {
	position: absolute;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 20px;
	font-family: 'Arial Narrow'; 
	font-size: 24px;
	font-weight: bold; 
	font-style: normal;	
	color: #565656;
	display: inline-block;
}
#left-side {
	width: 365px;
	height: 98%;
	vertical-align: top;
	float: left;
}
#right-side {
	width: 365px;
	height: 95%;
	vertical-align: top;
	float: right;
}
#tt {
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
#tt h2 {
	font-family: 'Arial Narrow'; 
	font-size: 26px;
	font-weight: bold; 
	font-style: normal;	
	color: #111111;
	margin-bottom: 40px;
}
#tf {
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
#tf h2 {
	font-family: 'Arial Narrow'; 
	font-size: 26px;
	font-weight: bold; 
	font-style: normal;	
	color: #111111;
	margin-bottom: 20px;
}
#ts-text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: normal; 
	font-style: normal;	
	color: #343434;
	line-height: 24px;
}

#ts-text-small {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: normal; 
	font-style: normal;	
	color: #343434;
	line-height: 19px;
}

a.ts-text-ref:link {
	font-family: Arial, Helvetica, sans-serif; color:#0000FF; font-style: normal; 
	font-weight: bold; font-size:16px; line-height: 19px; 
	text-decoration: none;
}

a.ts-text-ref:visited {
	font-family: Arial, Helvetica, sans-serif; color:#0000FF; font-style: normal; 
	font-weight: bold; font-size:16px; line-height: 19px; 
	text-decoration: none;
}

a.ts-text-ref:hover {
	font-family: Arial, Helvetica, sans-serif; color:#0000FF; font-style: normal; 
	font-weight: bold; font-size:16px; line-height: 19px; 
	text-decoration: underline;
}

.heading-small {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: normal; 
	font-style: normal;	
	color: #111111;
	line-height: 17px;
}

.product {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: normal; 
	font-style: normal;	
	color: #111111;
	line-height: 16px;
}

.product h3 {
	text-align: left;
	vertical-align: top;
	font-family: 'Arial Narrow'; 
	font-size: 20px;
	font-weight: bold; 
	font-style: normal;	
	color: #111111;
	line-height: 20px;
}

h1 {    
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
	font-family: 'Arial Narrow'; 
	font-size: 28px;
	font-weight: bold; 
	font-style: normal;	
	color: #AA4400;
	line-height: 28px;
}
-->