/* CSS Document */

.header
{
	height:200px;
	margin:0;
	padding:0;
}

#logoPrint
{
	display:none;
}
.header .logo
{
	padding:40px 0 0 20px;
	/*background:url('/i/header/let_medical_logo_shadow.jpg') no-repeat left top;*/
}
.header .logo .logoPic
{
	background:url('/i/header/let_medical_logo_shadow.jpg') no-repeat left top;
}
.header .logo .logoText
{
	font-size:11px;
	color:#333;
	
	width:260px;
	padding-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.header .logo div
{
	float:left;
}

.header .iconsAndLang
{
	padding-top:40px;
	padding-right:2.5em;
	width:37%;
	
	text-align:right;
}
.header .iconsAndLang div
{
	float:right;
}
.header .iconsAndLang span
{
	padding-left:20px;
}
.header .iconsAndLang .lang
{
	padding-left:30px;
	padding-bottom:10px;
	
	font-size:12px;
	color:#333;
}
.header .iconsAndLang .icons
{
	/*padding-left:30px;
	padding-bottom:20px;*/
	width:100px;
}

.header .buttons
{
	height:50px;
	padding-left:2.5em;
	padding-right:2.5em;
	padding-bottom:4em;
}
.header .buttons hr
{
	background : #DDD;
	/*margin-top: 10px;*/
	border : 0px solid #DDD;
	color : #DDD;
	height : 1px;
	vertical-align:top;
}

.header .buttons .line
{
	height:1px;
	background-color:#DDD;
	width:93%;
}
.header .buttons .btTable
{
	/*width:80%;
	margin: 15px;*/
	text-align:left;
	1vertical-align:bottom;
	margin-bottom: 1em; /* main bootom space */
}
.header .buttons .button,
.header .buttons .a_button
{
	padding:0 30px 0 0px;
	font-size:1.1em;
}

.header .buttons .button:link,
.header .buttons .a_button:link,
.header .buttons .button:active,
.header .buttons .a_button:active,
.header .buttons .button a:visited,
.header .buttons .a_button a:visited

{
	/*margin-right:10px;
	height:auto;*/
	color:#0066CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*float:left;*/
}
.header .buttons .button a:visited,
.header .buttons .a_button a:visited
{
	color:#0066CC;
}
.header .buttons .button a:hover,
.header .buttons .a_button a:hover
{
	/*color:#66CC00;*/
	color:#CC3300;
}

.header .buttons .button
{
	padding-top: 15px;
}
.header .buttons .a_button
{
	padding-top: 8px;
	/*font-weight:bold;*/
	color:#0066CC;
	
	font-size:2.2em;;
	font-family:Georgia, "Times New Roman", Times, serif;
}

