#facebox .b {
  background: url(../../images/b.png);
}

#facebox .tl {
  background:url(../../images/tl.png);
}

#facebox .tr {
  background:url(../../images/tr.png);
}

#facebox .bl {
  background:url(../../images/bl.png);
}

#facebox .br {
  background:url(../../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer_ {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* panes */
#flowpanes {

	width:1024px;
	height:638px;	
	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#000;	
	margin:0px;
	height:638px;
	overflow: auto;

}
#flowpanes div.boxes{
background: url(../../images/box.gif) repeat-y ;
width:320px;
height:250px;
overflow: hidden;
float: right;
margin:15px 5px 10px 10px;
text-align: center;
padding: 5px 0px 5px 15px;

}
#flowpanes div.box1{

width:290px;
height: 90px;
overflow: auto;
text-align: left;
margin-bottom:45px;

}

#flowpanes div.box2{

width:290px;
height: 90px;
overflow: auto;
text-align: left;
}


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



	
	/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:515px;
	height:26px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {

	display:block;
	height: 26px;   
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	font-size:14px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	line-height:27px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ width: 63px; margin-right:15px;  }
#flowtabs #t2 			{ width: 66px; margin-right:15px;  }
#flowtabs #t3 			{ width: 80px; margin-right:15px;  }
#flowtabs #t4 			{  width: 89px; margin-right:15px;  }
#flowtabs #t5 			{  width: 86px; margin-right:15px;  }
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ width: 63px; background: url(../../images/tab_home.gif) no-repeat; }
#flowtabs #t2:hover 	{  width: 66px; background: url(../../images/tab_about.gif) no-repeat; }
#flowtabs #t3:hover 	{  width: 80px; background: url(../../images/tab_services.gif) no-repeat; }
#flowtabs #t4:hover 	{width: 89px;  background: url(../../images/tab_location.gif) no-repeat;}
#flowtabs #t5:hover 	{ width: 86px;  background: url(../../images/tab_contact.gif) no-repeat;}
/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:27px; }

#flowtabs #t1.current 	{ width: 63px; background: url(../../images/tab_home.gif) no-repeat; }
#flowtabs #t2.current  	{  width: 66px; background: url(../../images/tab_about.gif) no-repeat; }
#flowtabs #t3.current  	{  width: 80px; background: url(../../images/tab_services.gif) no-repeat; }
#flowtabs #t4.current 	{width: 89px;  background: url(../../images/tab_location.gif) no-repeat;}
#flowtabs #t5.current 	{ width: 86px;  background: url(../../images/tab_contact.gif) no-repeat;}