/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #3d4246;
}

td, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #d8dcdf;
}

div, a, td {	
	-moz-box-sizing: border-box;
}

.spacer_box {	
	position: absolute;
}


a {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff7ac;
}

a:hover {
    text-decoration: underline;
    color: #ffe31d;
}



#flash_box {
	background: url(../title/n1.jpg) no-repeat;
	background-position: right bottom;
	height: 650px;
}

#logo_box {
	position: absolute;
	left: 12px;
	top: 23px;
	width: 205px;
	height: 72px;
    z-index: 14;
}

#logo_box a {
	display: block;
	text-decoration: none;
	height: 72px;
}

#las_logo_box {
	float: right;
	margin-left: 10px;
	margin-top: -15px;
	top: 22px;
    z-index: 10;
}

#lang_box {
	position: absolute;
	/*right: 130px;*/
	top: 32px;
	width: 97%;
	min-width: 930px;
    text-align:right;
    z-index: 11;
}

#lang_box .lang_item a {
	font-size: 11px;
	display: block;
	float: right;
	width: 24px;
	height: 19px;
	background-color: #51565a;
	text-align: center;
	padding-top: 2px;
	margin-top: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

#lang_box .lang_item a:hover {
	background-color: #ffe31d;
	color: #000000;
}

#lang_box .lang_sep {
	float: right;
	width: 13px;
	height: 31px;
	background: url(../title/dot_sep.gif) no-repeat;
}



#footer, #footer td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 5px;
	
}

#footer a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}


