/** ********************************
* file:       white-tab.css
* author:     Danny
* created:    01 Jun 2009
*
* edit history:
*
*
*/
/**** start contact tab **********/

#tabs1 {
	float:left;
	width:100%;
	/*background:#F4F7FB;
	font-size:93%;*/
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	line-height:normal;
	/*border-bottom:1px solid #BCD2E6;
	border-right:1px dotted #BCD2E6;*/
	border-bottom:1px dotted #BCD2E6;
	text-decoration:none;

}
#tabs1 a{
	
	text-decoration:none;
	color:#033669;
}
#tabs1 a:hover {
	float:left;
	width:100%;
	/*background:#F4F7FB;
	font-size:93%;*/
	line-height:normal;
	color:#F78F1E;
	cursor:pointer;
}
#tabs1 ul {
	margin:0;
	padding:0 10px 0 10px;
	list-style:none;
}

#tabs1 li {
	display:inline;
	margin:0;
	padding:0;
	
}

/*#tabs1 a {
	float:left;
	background:url("../gfx/tableft1.gif") no-repeat left top;
	margin:0;
	padding:0 2px 0 4px;
	text-decoration:none;
	color:#033669;
	font-family:Arial;
	font-weight:bold;
	font-size:12pt;
}*/

/*#tabs1 a span {
	float:left;
	display:block;
	background:url("../gfx/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#033669;
}

#tabs1 a:hover span {
	float:left;
	display:block;
	background:url("../gfx/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#F78F1E;
	cursor:pointer;
}*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
/* End IE5-Mac hack */

/*#tabs a:hover span {
	color:#627EB7;
}

#tabs1 a:hover {
	background-position:0% -42px;
}

#tabs1 a:hover span {
	background-position:100% -42px;
}*/

#tab_content
{
	width:100%;
	float:left;
	margin-top:10px;
}

#europe
{
	background-image:url('../gfx/europe-bg.png'); 
	padding-left:50px;
	background-repeat:no-repeat;
}
#americas
{
	background-image:url('../gfx/america-bg.png'); 
	padding-left:50px;
	background-repeat:no-repeat;
}
#asia
{
	background-image:url('../gfx/asia-bg.png'); 
	padding-left:50px;
	background-repeat:no-repeat;
}

/**** End contact tab **********/