@charset "UTF-8";
/* CSS Document */

* {	margin: 0; padding: 0; }

img { border: none; }

body {
	background-color: #999;
	color: #666;
	font: normal 0.8em/1.5em Arial, Helvetica, sans-serif;
}

a {
	color: #666;
}

a:hover {
	color: #000;
	text-decoration: none;
}

b {
	color: #333;
	font-weight: bold;
}

h1 {
	font-size: 21px;
	line-height: 21px;
	color: #666;
}

h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	margin-bottom: 16px;
}

span.sep {
	margin: 0 4px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
}


/* __________________ HEADER __________________ */


#header {
	position: relative;
	height: 152px;
}

#header img {
	position: absolute;
	top: 49px;
	left: 32px;
}

#header div.greyline5 {
	position: absolute;
	bottom: 3px;
	width: 980px;
	height: 5px;
	background-color: #CCC;
}


/* __________________ MENU __________________ */


#menu, #language {
	position: absolute;
	height: 12px;
	right: 32px;
	bottom: 29px;
	text-align: right;
	font-size: 14px;
	line-height: 15px;
}

#language {
	bottom: 120px;
}

#menu a, #language a {
	color: #666;
	text-decoration: none;
	padding: 4px;
}

#menu a:hover, #language a:hover {
	color: #333;
	background-color: #ededed;
}

#menu a:active, #language a:active {
	background-color: #fff;
}


/* __________________ MAIN __________________ */


#main {
	position: relative;
	padding-bottom: 32px;
}


/* __________________ SUBMENU __________________ */



#submenu {
	position: absolute;
	top: 32px;
	right: 32px;
	width: 162px;
}

#submenu ul {
	list-style: none;
	width: 162px;
}

#submenu ul li {
	border-top: 1px dotted #ccc;
	width: 162px;
}

#submenu ul li:first-child {
	border-top-style: solid;
}

#submenu ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #666;
}

#submenu ul li a:hover {
	background-color: #ededed;
}

#submenu ul li a:active {
	background-color: #fff;
}

#submenu ul li a div.index {
	position: absolute;
	left: -16px;
	top: 0;
	width: 7px;
	height: 1.5em;
}

#submenu ul li a.current div.index, #submenu ul li a:hover div.index, #submenu ul:hover li a.current:hover div.index  {
	background: url(../arts/submenu_arrow.gif) left 50% no-repeat;
}

#submenu ul:hover li a.current div.index {
	background-image: none;
}



/* __________________ PICTURES __________________ */


#pictures {
        position: relative;
		width: 980px;
		height: 370px;
		overflow: hidden;
		font-size: 14px;
		line-height: 14px;
		background-color: #ded;
		color: #fff;
}

#pictures #leftmask{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}

#pictures #rightmask{
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
}


/* __________________ MAIN __________________ */


.content {
	position: relative;
	margin: 0 227px;
	padding: 32px 0 0 0;
}

.leftcolumn {
	position: absolute;
	top: 32px;
	left: -195px;
	width: 162px;
}


.content div.leftcolumn {
	text-align: center;
	font: normal 0.75em/0.75em Arial, Helvetica, sans-serif;
	color: #666;
}

.quota {
	position: absolute;
	padding: 4px;
	text-align: right;
	font: normal 9px/9px Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
}

/* __________________ CHAINS ONLY __________________ */


.chainsart {
	position: relative;
	margin: 32px 0 32px 227px;
	padding: 32px 32px 0 296px;
	border-top: 1px dotted #ccc;
}

.chainsart div.leftcolumn {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 232px;
}


/* __________________ FOOTER __________________ */


#footer {
	position: relative;
	width: 980px;
	margin: 0 auto;
	color: #ded;
	padding: 1em 0 3em 0;
}

#footer b {
	color: #fff;
}

#footer #mail {
	position: absolute;
	top: 1em;
	right: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
}

#footer a:active {
	color: #fff;
}
