@charset "utf-8";

* { margin:0; padding:0;}

html { width:100%; height:100%;}

body { width:100%; height:100%; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; }

table, td { border-collapse:collapse; border:0; }
td { vertical-align:top;}

img { border:0; border-style:none;}

a { color:#fc0202; text-decoration:none;}

h1 { margin-bottom:15px; font-size:18px; font-weight:normal; color:#333; }
h2 { margin-bottom:5px; font-size:14px; font-weight:bold; color:#000; }
p { margin-bottom:15px; font-size:11px; line-height:16px; }

table#wrapper { height:100%; }
	#wrapper TD.left { background:#f4f4f4 url(../img/bg_col_left.gif) top repeat-x; width:50%; font-size:0px; }
	#wrapper TD.right { background:#fefefe url(../img/bg_col_right.gif) top repeat-x; width:50%; font-size:0px; }
	#wrapper TD.center { background:url(../img/bg_center.gif) left repeat-y; width:930px; height:100%;}
	#wrapper TD.center.vert { background:url(../img/bg_center_vert.gif) left repeat-y; width:930px; height:100%;}
	
	
#container { width:930px; /* border-left:1px solid #ccc; border-right:1px solid #ccc; */ 
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -130px; }

	
#header { background:url(../img/bg_header.jpg) top left no-repeat; width:930px; height:130px; }
	#logo { padding:33px 0 0 48px; float:left; width:170px;}
	#lang { padding:97px 0 0 0px; float:right; width:227px;}
		#lang UL { list-style:none;}
		#lang LI { float:left; width:auto; text-transform:uppercase; font-size:11px; padding-right:8px;}
		#lang LI  A { color:#333;}
		#lang LI  A:hover { color:#fc0202;}
		#lang LI.current  A { color:#fc0202;}


.dotted_bottom { background:url(../img/bg_border_dotted_hor.gif) bottom repeat-x; padding-bottom:1px;}
.contact  {
	padding-top: 15px;
	padding-bottom: 10px;
}
	.contact  P { margin-bottom:5px;}
	.contact  P.name { color:#333; font-size:12px; font-weight:bold; }
#content { width:930px; }
	#cont_grey { width:200px; padding:15px 20px 0 59px; float:left;}
	
	#cont_white{ width:592px; padding:0 59px 0 0px; float:left; }
		#white_block { width:592px; height:15px; background:#fff; clear:both;}
		
		#w_col_one { width:187px; padding:0 20px 0 10px; float:left; }
		
		.worker_box { width:186px; margin-bottom:15px;}
			.worker_box DIV.img { width:67px; margin-right:10px; display:inline; float:left; }
			.worker_box DIV.info { width:109px; line-height:16px; float:left; }
			.worker_box DIV.info SPAN.name { font-size:12px; color:#ff0000; }
			.worker_box DIV.info P { margin-bottom:0;}

		#w_col_two { width:167px; padding:0 20px 0 20px; float:left; }
			
		
		#w_col_three { width:148px; padding:0 20px 0 0px; float:left; }
		
		#w_col_two UL, #w_col_three UL { list-style:none; }
		#w_col_two LI, #w_col_three LI { padding-bottom:5px; font-size:11px; }
		
.footer, .push {
height: 130px;
}

.footer { padding:0 0 0 59px;}
	.footer P { margin-bottom:5px;}
	.footer P.name { color:#333; font-size:12px; font-weight:bold; }
		
.clear { clear:both; }


