/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #7f4c38;
}

td, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #666666;
}

div {	
	-moz-box-sizing: border-box;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #4c0b90;
}

a:hover {
    text-decoration: underline;
    color: #4c0b90;
}

#header {
	position: relative;
	width: 973px;
	height: 155px;
	background: url(../title/n1.gif) no-repeat;
}

#header #main_title {
	position: absolute;
	left: 442px;
	top: 80px;
	width: 282px;
	height: 37px;
}

#header .title_lt {
	background: url(../title/title_lt.gif) no-repeat;
}

#header .title_en {
	background: url(../title/title_en.gif) no-repeat;
}


#header #main_title h1 {
	visibility: hidden;
	color: #FFFFFF;
}

#row_2_box {
	position: relative;
	height: 177px;
	background: url(../title/n3.gif) no-repeat;
}

#row_2_box #contacts_box {
	position: absolute;
	font-size: 11px;
	left: 350px;
	top: 157px;
	width: 277px;
	color: #dbcdc7;
}

#row_2_box #contacts_box a {
	font-size: 11px;
	color: #dbcdc7;
}

#row_2_box #contacts_box a:hover {
	text-decoration: underline;
	color: #dbcdc7;
}


#footer {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 11px;
    color: #dbcdc7;
}

#lang_box {
	position: absolute;
	left: 23px;
	top: 122px;
}

#lang_box div {
	float: left;
	margin-right: 7px;
}

#lang_box a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #7f4c38;
	color: #dbcdc7;
}

#lang_box a:hover {
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	background: #c0a69c;
	border: 1px solid #FFFFFF;
	color: #4b403b;
}
