﻿			#container { }
			.contentWrap {
				float:left
			}
			ul.tabs {
				margin: 0;
				padding: 0;
				list-style: none;
				height:52px;
				background: #644200;
			}
			ul.tabs li {
				float: left;
				margin: 0;
				height: 52px;
				line-height: 52px;
				background: #644200;
				color:#fff;
				overflow: hidden;
				position: relative;
				
			}
			
			ul.tabsCenter li {
				margin: 0;
				height: 52px;
				line-height: 52px;
				background: #aa7000;
				color:#fff;
				overflow: hidden;
				position: relative;
				width:100%;
				text-align:center;
			}
			
			ul.tabs li a {
				text-decoration: none;
				color: #fff;
				display: block;
				font-size: 1.2em;
				text-align:center;
				outline: none;
				padding:0 15px;
			}
			ul.tabs li.active a {
				color:#fff
			}
			ul.tabs li a:hover {
				background: #aa7000;
				color:#fff;
			}	
			html ul.tabs li.active, html ul.tabs li.active a:hover  {
				background: #aa7000;
				color:#fff;
			}
			.thumbnails {
				width:100%;
				height:34px;
				background:#3B3B3B;
			}
			.tabarea {
				height:34px;
				text-align:center;
				float:left;
				font-size:1.1em;
				line-height:34px;
				background:#3B3B3B;
			}
			.tabarea {
				padding:0 15px;
			}
			.tabarea a:link, .tabarea a:visited {
				color:#fff;
				font-size:1em
			}
			
			
			
			
