/*
** tab.css 
** CSS - handles the mass reset
** Source: 
** Author: Steve TANGUE
** Date: 26.03.09
*/



#tab_wrapper {
	width: 730px;
	margin: 10px auto;
	marign-top: 10px;
}
#tab_wrapper ul {
	width: 714px;
	float:left;
	padding:0 ;
	margin: 0 0 0 10px;
	/*margin: 0 0 0 17px;*/
}
* html #tab_wrapper ul {
	/*margin: 0 0 0 9px;*/
	margin: 0 0 0 5px;
}
#tab_wrapper li {
	width: auto;
	float:left;	
	list-style:none;
}
#tab_wrapper li a {
	height: 22px; 
	float:left;	
	list-style:none;
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:center;
	padding-top: 10px;
}
#tab_0 {
	width: 134px;
	background-image: url(../img/tab_0.jpg); 
	color:#2D78BD;
}
#tab_1 {
	width: 70px;
	background-image: url(../img/tab_1.jpg);
	color:#FF6F6F;
}
#tab_2 {
	width: 75px;
	background-image: url(../img/tab_2.jpg);
	color:#729AB6;
}
#tab_3 {
	width: 60px;
	background-image: url(../img/tab_3.jpg);
	color:#F1B783
}
#tab_4 {
	width: 60px;
	background-image: url(../img/tab_4.jpg);
	color:#8491A6;
}
#tab_5 {
	width: 60px;
	background-image: url(../img/tab_5.jpg);
	color:#9C8059;
}
#tab_6 {
	width: 130px; background-color:#579657;
	background-image: url(../img/tab_6.jpg);
	color:#579657;
}
#tab_7 {
	width: 120px; background-color:#579657;
	background-image: url(../img/tab_6.jpg);
	color:#579657;
}

a:hover#tab_0, a#tab_0.selected {
	background-image: url(../img/tab_0_selected.jpg);
	color: #fff;
}
a:hover#tab_1, a#tab_1.selected {
	background-image: url(../img/tab_1_selected.jpg);
	color: #fff;
}
a:hover#tab_2, a#tab_2.selected {
	background-image: url(../img/tab_2_selected.jpg);
	color: #fff;
}
a:hover#tab_3, a#tab_3.selected {
	background-image: url(../img/tab_3_selected.jpg);
	color: #fff;
}
a:hover#tab_4, a#tab_4.selected {
	background-image: url(../img/tab_4_selected.jpg);
	color: #fff;
}
a:hover#tab_5, a#tab_5.selected {
	background-image: url(../img/tab_5_selected.jpg);
	color: #fff;
}
a:hover#tab_6, a#tab_6.selected {
	background-image: url(../img/tab_6_selected.jpg);
	color: #fff;
}
a:hover#tab_7, a#tab_7.selected {
	background-image: url(../img/tab_6_selected.jpg);
	color: #fff;
}

.tab_content {
	width: 690px; height: auto; min-height: 400px;
	background-image: url(../img/tab_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	padding: 15px 20px 20px 20px;
	margin: 0 auto;
}
#tab_content_1 {
}
#tab_content_2, #tab_content_3, #tab_content_4, #tab_content_5,  #tab_content_6{

}

.reset {
clear: both;
line-height: 0;
height: 0;
padding: 0;
margin: 0;
}

/* end of file */