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

* {margin: 0; padding: 0;}

img {border: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: url(../graph.jpg) repeat;
	text-align: center;
}


#wrapper {
	position: relative;
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background: url(images/wrapper-bg.png) repeat-y;
}


#banner {
	height: 50px;
	width: 790px;
	background: #ed7b48;	
}

#header {
	width: 790px;
	height: 200px;
	margin-right: 160px;
	background: grey;	
}


#content {
	position: relative;
	background: url(images/cfin-bg.jpg) no-repeat bottom right white;
	float: left;
	padding: 20px 50px;
	width: 550px;
	min-height: 400px;
	height:auto !important;
  	height: 400px;

}



h1 {
	position: relative;
	background: url(images/cfin-horizontal.png) no-repeat bottom;
	text-indent: -9999px;
	width: 167px;
	height: 30px;
	padding: 20px 0 0 10px;
}

h2 {
	color: #666;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

h3 {
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
	border-bottom: 1px #666 solid;
}

h4 {
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
}


p {
	color: #666;
	margin-bottom: 10px;
	text-align: justify;
}

a {
	color: #ed7b48;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}




/*-------------------------------------------------------*/
/*-------------------Navigation--------------------------*/


#nav {
	position: relative;
	float: left;
	width: 140px;
}

#nav ul {list-style: none; margin: 0; padding: 0;}


#nav li a{
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-color: #FFF;
	color: #999;
	border-bottom: 1px solid #ed7b48;
	line-height: 2.2em;
	text-indent: 5px;
}

#nav li a:hover {
	background-color: #CCC;
	color: white;
}


#body_hom li#nav_hom a, 
#body_abo li#nav_abo a, 
#body_tea li#nav_tea a,
#body_par li#nav_par a,
#body_pro li#nav_pro a,
#body_lin li#nav_lin a,
#body_con li#nav_con a
 {background-color: #ed7b48; color: white;}
 
 
#nav li#nav_cuk a, #nav li#nav_caf a, #nav li#nav_lan a {
 	line-height: 1.8em;
	font-size: 90%;
}

#nav li#nav_cuk a {color: #698FFE;} 
#nav li#nav_cuk a:hover {color: white; background-color: #698FFE;}

#nav li#nav_caf a {color: #096;} 
#nav li#nav_caf a:hover {color: white; background-color: #096;}

#nav li#nav_lan a:hover {color: white; background-color: #666;}

*html #nav li a {width: 100%;}



/*-------------------------------------------------------*/
/*-------------------End of Navigation-------------------*/



ul.list {list-style: outside disc; margin-left: 30px; margin-bottom: 10px;}
ul.list ul {margin: 10px;}
ul.list ul li {list-style-type: circle; list-style-position:inside; margin-left: 20px; margin-bottom: 2px;}
ul.list li {margin-bottom: 10px;}

/*-------------------------------------------------------*/
/*-------------------Page Layouts------------------------*/



#levelbg {
	clear: both;
}



/*-------------------Team------------------------*/

table.contacts {
	border-collapse: collapse;
}

table.contacts td {
	padding: 10px 0 10px 60px;
	border-bottom: 1px #CCC solid;
}

table.contacts td.logo {
	padding-left: 0;
	text-align: center;
	vertical-align: middle;
	width: 125px;
}

img.email {vertical-align: middle; margin-right: 2px;}



img.float_r {float: right; margin: 10px 0 10px 20px;}
img.float_l {float: left; margin: 10px 20px 10px 0;}
