@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	background-color: #eee;
	text-align: center;
}
div {
	padding: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	background-color: #d9d9d9;
	width: 210px;
	position: absolute;
	top: 12px;
	left: 20px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #d9d9d9;
	margin: 0;
}
a, a:link, a:active, a:visited {
	font-size: 11px;
	color: #f89500;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px 1px #ededed, 1px 1px 1px #717171;
	background-color: #d9d9d9;
	/*text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.6), 1px 1px 1px rgba(0, 0, 0, 0.4);*/
}
a:hover {
	color: #fda828;/**/
	text-shadow: 0px 1px 1px #a4a4a4;
	background-color: #d9d9d9;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*//*, 0px 1px 1px rgba(255, 255, 255, 0.9)*/
}
a.back {
	color: #f89500;
	background-color: #c1c1c1;
	padding: 8px 16px;
}
#content {
	width: 980px;
	margin: 0 auto 0 auto;
}
#infos {
	width: 240px;
	height: 580px;
	text-align: left;
	vertical-align: top;
	color: #000;
	background-color: #d9d9d9;
	float: left;
	overflow: visible;
	position: relative;
}
#imagenav {
	width: 540px;
	height: 580px;
	float: left;
	margin: 0 20px 0 20px;
}
#image {
	width: 540px;
	height: 540px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#nav {
	width: 540px;
	height: 30px;
	color: #f89500;
	background-color: #d9d9d9;
	margin: 10px 0 0 0;
	clear: both;
}
#menu {
	width: 160px;
	height: 580px;
	color: #000;
	background-color: #d9d9d9;
	float: left;
	overflow: auto;
	text-align: center;
}
#menuicos {
	width: 130px;
	height: auto;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
	text-align: center;
}
img {
	border: none;
}
img.icoactive {
	border-left: 5px solid #f90;
	border-right: 5px solid #f90;
}
#image img {
	margin: auto 0 auto 0;
}
#menu img {
	margin: 10px 0 0 0;
}
