﻿#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:hand;
}
#button{
border: none;
cursor:hand;
}
#tabs{
	padding-right:20px;	/* The right most tab will be padded 20px from its right */
	margin:0px;
	float:left;		/* For right aligned tabs */
}
#tabs a{
	background:#000 url(images/left_tab.gif) top left no-repeat;	/* Background image is positioned top, left */
	color:#FFF;
/*	padding-left:5px;	 Change this padding according to the size of image slices used to create tab */
	text-decoration:none;
}
#tabs a:hover{
	background:#edcb27 url(images/selected_left_tab.gif) top left no-repeat;
	color:#000;
	text-decoration:none;
}
#tabs a span{
	background:#000 url(images/right_tab.gif) top right no-repeat;	/* Note the position of background image */
	color:#FFF;
	/*padding-left:0px;*/
}
#tabs a:hover span{
	background:#edcb27 url(images/selected_right_tab.gif) top right no-repeat;
	color:#000;
}
#tabs li{
	list-style:none;
	float:left;
	padding-left:2px;
}
#tabs b{
	background:#edcb27 url(images/selected_left_tab.gif) top left no-repeat;
	color:#FFF;
/*	padding-left:5px;*/	
	font-weight:normal;
}
#tabs b span{
	background:#edcb27 url(images/selected_right_tab.gif) top right no-repeat;
	color:#000;
/*	padding-left:15px;	*/
}
#tabs span{
	font-family:Arial Black, Helvetica, sans-serif;
	font-size:11px;
	padding:6px;
	cursor:pointer;
}
#tabs a,#tabs a span,#tabs b,#tabs b span{
	display:block;		/* Set display to block, otherwise background images will not work*/
	float:left;
}
