/* CSS Document */


div#mainBlock {
	text-align: left ;
}

/* -------------------------------------------------------------------------------- */
/* div#greetings																	*/
/* -------------------------------------------------------------------------------- */

div#greetings {
	text-align: left ;
	margin-bottom: 40px ;
}

	div#greetings h3,
	div#greetings p,
	div#greetings ul {
		clear: both ;
		display: inline ;
		float: left ;
		width: 340px ;
		_width: 320px ;
	}
	
	div#greetings h3 {
		background: none ;
		border: none ;
		width: 320px ;
		_width: 300px ;
		margin-top: 20px ;
	}
	
	div#greetings p {
		margin: 5px 0px ;
	}
	
	div#greetings p.txt {
		clear: both ;
		width: 640px ;
	}

/* -------------------------------------------------------------------------------- */
/* div#vision																		*/
/* -------------------------------------------------------------------------------- */

div#vision {
	clear: both ; 
	text-align: left ;
	margin-bottom: 40px ;
}

/* -------------------------------------------------------------------------------- */
/* table																			*/
/* -------------------------------------------------------------------------------- */

div#companyData {
	margin: 0px auto ;
}

	div#companyData h3 {
		text-align: left ;
	}

table {
	width: 640px ;
	text-align: left ;
}

		table tr th {
			width: 120px ;
			font-weight: bold ;
			padding: 5px 30px ;
			background: url('../i/def_line.gif') repeat-x 0% 100% ;
		}
		
		table tr th#map {
			vertical-align: top ;
		}
		
		table tr td {
			padding: 5px ;
			background: url('../i/def_line.gif') repeat-x 0% 100% ;
		}
		
			table tr td ul {
				margin-left: 1.2em ;
			}
			
			table tr td ul#bank {
				list-style: none ;
				margin-left: 0em ;
			}





















