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

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:744px;
	height:101px !important;
	margin:0 auto !important; 
	margin-bottom:60px;
	padding:0;	
	text-align:center;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0 2px; 
	text-indent:0; 
	list-style-type:none;
	background: url(../images/btn_bg.jpg) no-repeat top left;
	width:182px;
	height:119px;
	color:#d49f30;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	padding:0px;
	margin:0px;
	height:129px;
	
	/* font decoration */
	color:#d49f30;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

#flowtabs li.empty, #flowtabs li.empty a:hover, #flowtabs li.empty a.current {background:none;}

/* adjust the background image position on each tab */

 
/* mouseover state */
#flowtabs a:hover 		{ background: url(../images/btn_bg_over.png) no-repeat;}

/* currently selected tabs */
#flowtabs a.current		{ background: url(../images/btn_bg_curr.png) no-repeat;}


/* panes */
#flowpanes {
	width:961px;
	height:350px;
	margin:0 auto;
	vertical-align:top;
	margin-bottom:0px;
}

#flowpanes .items {
	width:20000em;
	height:350px;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}


/* single pane */
#flowpanes div {
	display:none;	
	width:961px;
	min-width:961px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	letter-spacing:1px;
	font-size:35px;	
}

#flowpanes a {
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
}

#flowpanes td {padding:30px 40px}



div.overlay {
	padding:40px;	
	width:980px;  
	display:none;
	background-image:url(../images/white.png);
}

#overlay2 {
	padding:40px;	
	width:600px;  
	display:none;
	background-image:url(../images/white2.png);
}

div.overlay div.close, div.overlay2 div.close  {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:-5px;
	left:-5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}


div.contentWrap {
	overflow-y:auto;
}

/* container for external content. uses vertical scrollbar, if needed */





