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

#tab_menu{
	width: 500px;
	position: relative;
}
#loading{
	width: 100px; height: 50px; color:#999999; font-size:10px; background-color:white; text-align:center; padding-top:20px; border:1px solid grey; margin: 15px auto; display: none;
}
#tab_menu #top_right_curve{
	position: absolute;
	right: 0;
	top: 19px;
	width: 24px;
	height: 15px;
	background-color: white;
	background-image: url(../images/main_page_tabs/tabs_top_right.jpg);
	background-repeat:no-repeat;
}

#tab_header a{
	text-decoration: none;
	color:#FDABA2;
	font-size:12px;
	font-weight:bold;
	
}
#tab_header a:hover{
	color:white;
}

#tab_menu #tab_header div{
	float: left;
	margin: 0px;
}

* html #tab_menu #tab_header div{
	width: 100px;
}

#tab_menu #tab_header div div{
	float: none;
	margin: 0;
}

#tab_menu #tab_header div.first{
	padding-left: 23px;
	background-image: url(../images/main_page_tabs/tabs_1_left.jpg);
	background-repeat: no-repeat;
}

#tab_menu #tab_header div.first:hover{
	/*background-image: url(main_page_tabs/tabs_1_left_selected.jpg);*/
}

#tab_menu #tab_header div:hover .divider{
	background-image: url(../images/main_page_tabs/tabs_1_right_selected.jpg);
}

#tab_menu #tab_header .divider{
	background-image: url(../images/main_page_tabs/tabs_2_right.jpg);
	background-position: right;
	padding-right: 23px;
	background-repeat: no-repeat;

}

#tab_menu #tab_header .divider div{
	background-image: url(../images/main_page_tabs/tabs_3_expand.jpg);
	background-repeat: repeat-x; 	
	font-size: 15px;
	line-height: 19px;
	height: 19px;
	width:100px;
text-align:center;	
}

#tab_menu #tab_header div:hover .divider div{
	background-image: url(../images/main_page_tabs/tabs_3_expand_selected.jpg);
}

#tab_menu #tab_header .last .divider{
	background-image: url(../images/main_page_tabs/tabs_3_right.jpg);
	background-repeat: no-repeat;
}




#tab_menu #tab_content{
	height: 300px;
	border: 1px solid #E7A9A9;
	clear: left;
	position: relative;
}

#tab_menu #tab_content #top_right_curve{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 24px;
	height: 15px;
	background-color: white;
	background-image: url(../images/main_page_tabs/tabs_top_right.jpg);
	background-repeat:no-repeat;
}

#tab_footer a{
color:white;
text-transform:uppercase;
font-size:10px;
}
#tab_menu #tab_footer div.left{
	background-image: url(../images/main_page_tabs/tabs_bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 24px;
	height: 24px;
	width: 100%;
}

#tab_menu #tab_footer div.right{
	background-image: url(../images/main_page_tabs/tabs_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 24px;
	height: 24px;
	width: 100%;
	position: relative;
}

#tab_menu #tab_footer div.middle{
    width: 100%;
	background-image: url(../images/main_page_tabs/tabs_bottom_expand.jpg);
	background-repeat: repeat-x;
}

#tab_menu #tab_footer div.right ul{
	padding: 0;
	margin: 0;
	color: white;
	list-style-type: none;
	position: absolute;
}

#tab_menu #tab_footer div.right ul li{
	float: left;
	margin-left: 15px;
	color: white;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}