@charset "utf-8";
/* Cowie ABOUT US tab system */


#tab-container {
	background-color: #f5f5f5;
	width: 100%;
	background-image: url(IMAGES/about-us-tab-BG.gif);
	background-repeat: repeat-x;
}

#tab-container1 {
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	
	
}

.tabs {
	position: relative;
	min-height: 600px;
	clear: both;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.tab {
  float: left;
}

.tab label {
	position: relative;
	height: 183px;
	width: 196px;
	display: inline-block;
	z-index: 2;
	cursor: pointer; 
  	cursor: hand;
}

.tab [type=radio] {
  display: none;   
}

.tab-content {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
	margin-top: 165px;
}


[type=radio]:checked ~ label {
	background-position: 0 -184px;
   	z-index: 3;

}

[type=radio]:checked ~ label ~ .tab-2 {
  background-image: url(IMAGES/TAB-2.png);

}


[type=radio]:checked ~ label ~ .tab-content {
  z-index: 2;
}

.tab-1  {
	background-image: url(IMAGES/TAB-1.png);
}

.tab-2  {
	background-image: url(IMAGES/TAB-2.png);
}

.tab-3  {
	background-image: url(IMAGES/TAB-3.png);
}

.tab-4  {
	background-image: url(IMAGES/TAB-4.png);
}

.tab-5  {
	background-image: url(IMAGES/TAB-5.png);
}

.tab-6  {
	background-image: url(IMAGES/TAB-6.png);
}
