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

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

body { 
	margin: 0;
	padding:0;
	text-align: center;
	background-image:url(background.jpg);
	background-repeat:repeat;
}

#container {
	width: 865px;
	background:#FFF;
	margin: 0 auto;
	margin-top:10px;
	text-align:left;
}
	
#tabset {
	width: 812px;
	background:#FFF;
	margin: 0 auto;
	text-align:left;
	}
		 
		 
/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:812px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	_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 {
	background: url(be_6_tabs.jpg) no-repeat;
	display:block;
	height: 31px;   
	width: 135px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:31px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -136px 0; }
#flowtabs #t3 			{ background-position: -270px 0; }
#flowtabs #t4 			{ background-position: -405px 0; }
#flowtabs #t5 			{ background-position: -540px 0; }
#flowtabs #t6 			{ background-position: -675px 0; width:137px;}
 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -31px; }
#flowtabs #t2:hover 	{ background-position: -136px -31px; }
#flowtabs #t3:hover 	{ background-position: -270px -31px; }
#flowtabs #t4:hover 	{ background-position: -405px -31px; }
#flowtabs #t5:hover 	{ background-position: -540px -31px; }
#flowtabs #t6:hover 	{ background-position: -675px -31px; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#000; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -60px; }
#flowtabs #t2.current { background-position: -136px -60px; }
#flowtabs #t3.current { background-position: -270px -60px; }
#flowtabs #t4.current { background-position: -405px -60px; }
#flowtabs #t5.current { background-position: -540px -60px; }
#flowtabs #t6.current { background-position: -675px -60px; }


/* panes */
#flowpanes {
	background: url(be_6_tabs.jpg) no-repeat 0 -100px;		
	width:812px;
	height:3700px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:20px 50px;
}

#paneOne {
	width:720px;
}

#paneTwo {
	width:720px;
}

#paneThree {
	width:720px;
}

#paneFour {
	width:720px;
}

#paneFive {
	width:720px;
}

#paneSix {
	width:720px;
}

#content {
	width:720px;
	vertical-align:top;
}

#news {
	vertical-align:top;
	width:230px;
	background-image:url(images/newsbackgrond.jpg);
	background-repeat:repeat;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	border:groove;
	border-width:2px;
	border-color:#CCCCCC;
}

#page {
	vertical-align:top;
	width:600px;
	padding-right:40px;
}

#profilepage {
	vertical-align:top;
	width:600px;
	padding-right:40px;
}

#resume {
	vertical-align:top;
	width:230px;
	background-image:url(images/newsbackgrond.jpg);
	background-repeat:repeat;
	padding-left:30px;
	padding-right:30px;
	vertical-align:top;
	border:groove;
	border-width:2px;
	border-color:#CCCCCC;
}

#pagefull {
	vertical-align:top;
	width:800px;
	padding-right:40px;
}


/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:lighter;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin:10px 0 0 0;
	font-size:18px;	
}

#flowpanes div h3 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#999999;
	margin:10px 0 0 0;
	font-size:18px;	
}

#flowpanes div h4 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	margin:10px 0 0 0;
	font-size:15px;
	line-height:17px;
}

#flowpanes div h5 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:16px;	
}

#flowpanes div h6 {
text-align:center;
font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	margin:2px 0 0 0;
	font-size:11px;	
}


#flowpanes div h7 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#999999;
	margin:10px 0 0 0;
	font-size:16px;	
}


#list {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;	
	font-size:10px;
	line-height:14px;
	list-style:none;	
}

#listappellate {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;	
	font-size:11px;
	line-height:13px;
	list-style:square;	
}

.flowpanes a {
	color:#000;		
	font-size:12px;
}

.flowpanes navlink {	
	font-size:9px;
}

#flowpanes p, #flowpanes samp {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;	
	font-size:13px;
	line-height:20px;
}

#flowpanes div.narrow {
	padding-right:160px;		
}

#flowpanes div.fltlft {
	float:right;
	margin-right: 17px;
	margin-bottom:5px;
}

#flowplanes div.fltrt {
	float:left;
	margin-right: 17px;
	margin-bottom:5px;
	clear:left;
}

#footer {
text-align:center;
}

#footertwo {
font-size:10px;
text-align:center;
}
