html>body {
	/*background-color: #ff4a1e;*/
	background-color: #ff6c1e;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#body {
	color: #000;
	margin-top: 50px;
	font-weight: bold;
}

#lang {
	color:#fff;
	float:left;
	font-size:15px;
	font-weight:bold;
	margin-left:900px;
	margin-top:-67px;
}

#lang a:link {
	color:#fff;
	text-decoration:none;
}

#lang a:visited {
	color:#fff;
	text-decoration:none;
}

#lang a:hover {
	color:#fff;
	text-decoration:none;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: underline;
	color: #000;
}

#container {
	margin: 0 0 0 315px;
	padding: 0;
	width: 800px;
}

#pic {
	font-weight: normal;
	top: 0;
	left: 0;
	margin: 50px 0 0;
	padding: 0;
	z-index: 1;
}

#content {
	color: #fff;
	height: 320px;
}

#contact {
	margin-top: 20px;
	color: #fff;
	font-size: 10px;
}

#contact a {
	color: #fff;
}

#contact a:hover {
	color: #fff;
}

#contact a:visited {
	text-decoration: underline;
	color: #fff;
}

.subnav {
	margin-top: 67px;
	padding: 7px 50px 7px 0;
	/*background: #ff4a1e;*/
	background: #ff6c1e;
	color: #fff;
	font-weight: bold;
}
.subnav ul li a, .menu ul li a:visited {
	margin: 0;
	text-decoration : none;
	color: #fff;
	width : 120px;
	text-align : center;	
	padding: 2px 0px 2px 0px;
	/*background : #ff4a1e;*/
	background: #ff6c1e;
	line-height : 20px;
	overflow : hidden;
}
.subnav ul {
	padding : 4px 0 0 0;
	margin : 0;
	list-style : none;
}
.subnav ul li {
	float : left;
	margin-right: 32px;
	margin-top: 4px;
	font-size: 15px;
	position : relative;
}
.subnav ul li ul {
	display : none;
}
.subnav ul li:hover a {
	color : #000;
	/*background : #ff4a1e;*/
	background: #ff6c1e;
}
.subnav ul li:hover ul {
	display : block;
	position : absolute;
	top : 21px;
	left : 0;
	width : 105px;
}

.subnav ul li:hover ul li ul {
	display : none;
}

.subnav ul li:hover ul li a {
	display : block;
	float:none;
	/*background : #ff4a1e;*/
	background: #ff6c1e;
	color : #fff;
	font-size: 11px;
}

.subnav ul li:hover ul li a:hover {
	/*background : #ff4a1e;*/
	background: #ff6c1e;
	color : #fff;
}

.subnav ul li:hover ul li:hover ul {
	display : block;
	position : absolute;
	left : 105px;
	top : 0;
}

.subnav ul li:hover ul li:hover ul.left {
	left : -105px;
}