/**
 * Common
 */
body {
	background: #0b0c0c;
	color: #fff;
}

#layout {
	background: url(../i/sub_back_top2.jpg) no-repeat 95% 22px;
	margin-left: 0;
}

#header {
	background: url(../i/sub_back_top1.gif) no-repeat 21% 5px;
	height: 202px;
}

#content {
	margin: -115px 0 0;
}

a {
	color: #41c6d2;
}

h1 a {
	border-bottom: 1px solid #00e4ff;
	color: #fff;
	text-decoration: none;
}

h2 {
	color: #e0001a;
	font-size: 2em;
	margin-bottom: .5em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.538em;
}

.columns {
	margin-bottom: 2em;
}

.extra_margin {
	overflow: hidden;
}

/**
 * Languages
 */
.languages a {
	color: #fff;
}


/**
 * Main Navigation
 */
.main_navigation {
	color: #077784;
}

.main_navigation li {
	color: #898989;
	padding-bottom: 1px;
}

.main_navigation a {
	border-bottom: 1px solid;
	color: #fff;
}


/**
 * Copyright
 */
#copyright a {
	color: #41c6d2;
}

#copyright a:hover {
	color: #fff !important;
}


/**
 * Introduce
 */
#main_content .introduce {
	font-size: 1.538em;
	line-height: normal;
	margin: .5em 0 1.5em;
}


/**
 * Animate Pictures
 */
#main_content .animate_pictures {
	font-style: italic;
	margin: 0 auto 2.5em;
	overflow: hidden;
	position: relative;
	width: 650px;
	zoom: 1;
}

#main_content .animate_pictures .content {
	float: left;
	font-size: .923em;
	height: 480px;
	overflow: hidden;
	position: relative;
	width: 480px;
}

#main_content .animate_pictures .content .container {
	left: 0;
	position: relative;
	top: 0;
}

#main_content .animate_pictures .picture {
	background-position: center center;
	background-repeat: no-repeat;
	height: 480px;
	width: 480px;
}

#main_content .animate_pictures .shape {
	left: 0;
	position: absolute;
	top: 0;
}

#main_content .animate_pictures .descriptions {
	font-size: .923em;
	margin: 100px 0 0 515px;
	width: 10em;
}

#main_content .animate_pictures .descriptions li {
	margin: 0 0 2.7em;
	position: relative;
}

#main_content .animate_pictures .pseudo_link {
	color: #41c6d2;
	position: relative;
	z-index: 1;
}
#main_content .animate_pictures .pseudo_link:hover {
	color: #fff;
}

#main_content .animate_pictures .selected .pseudo_link,
#main_content .animate_pictures .selected .pseudo_link:hover {
	border-bottom: 0;
	color: #fff;
	cursor: auto;
}

#main_content .animate_pictures .descriptions li .animate_selected {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

#main_content .animate_pictures .descriptions li .animate_selected .pseudo_link {
	border-bottom: 0;
	color: #fff;
	cursor: auto;
}

#main_content .animate_pictures .descriptions li .animate {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

#main_content .animate_pictures .descriptions li .animate .pseudo_link {
	border-bottom: 1px dashed;
	color: #41c6d2;
	color: #fff;
	cursor: auto;
}