#header {
	font-size: 12px;
	font-family: verdana;
}

#logo {
	width: 100%;
	text-align: left;
	height: 120px;
}

#img_logo {
	position: relative;
	top: 42px;
}

#menu {
	font-weight: bold;
	width: 100%;
	height: 27px;
}

#tab_menu td {
	height: 27px;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#header_index,#header_user,#header_command,#header_company,#header_service
	{
	width: 100%;
}

#nav_index {
	width: 100px;
	padding-left: 0px;
}

#nav_user {
	width: 151px;
}

#nav_command {
	width: 171px;
}

#nav_company {
	width: 151px;
}

#nav_service {
	width: 170px;
}

#r1_1, #r1_2, #r1_3, #r1_4, #r1_5{
	margin: 0px 5px;
	height: 1px;	
}

#r2_1, #r2_2, #r2_3, #r2_4, #r2_5{
	margin: 0px 3px;
	height: 1px;	
}

#r3_1, #r3_2, #r3_3, #r3_4, #r3_5{
	margin: 0px 2px;
	height:1px;	
}

#r4_1, #r4_2, #r4_3, #r4_4, #r4_5{
	margin: 0px 1px;
	height: 2px;	
}

#cube_1, #cube_2, #cube_3, #cube_4, #cube_5{
	height: 22px;	
}

#nav_index div, 
#nav_user div, 
#nav_command div, 
#nav_company div, 
#nav_service div {
	background-color: #c0e446;
}

#header_index #nav_index div,
#header_user #nav_user div,
#header_command #nav_command div,
#header_company #nav_company div,
#header_service #nav_service div {
	background-color: #cbba9c;
}

#submenu {
	background-color: #cbba9c;
	height: 30px;
	width: 100%;
	color: white;
}

#submenu div {
	position: relative;
	top: 8px;
	display: none;
	width: 400px;
}

#submenu a {
	color: white;
}

#sub_user {
	left: 105px;
}

#sub_command {
	left: 260px;
}

#sub_company {
	left: 435px;
}

#sub_service {
	left: 585px;
}

#logged {
	background-color: #e6e6e6;
	height: 20px;
	width: 100%;
}

#tab_logged td {
	width: 100%;
	height: 20px;
	vertical-align: middle;
}

#login {
	text-align: left;
	padding-left: 10px;
}

#logout {
	text-align: right;
	padding-right: 10px;
}

#logout a {
	text-decoration: underline;
}

#copyright {
	float: left;
	font-size: 10px;
}

#legals {
	text-decoration: underline;
	float: right;
	font-size: 10px;
}

.page {
	height: auto !important;
	min-height: 110%;
	height: 110%;
}

#footer {
	position: fixed;
	bottom: 0;
	background-color: white;
	width: 95%;
	height: 20px;
}

.space {
	height: 30px;
	position: relative;
	bottom: 20px;
}

.tlh{
	height: 40px;
}