body {
	padding: 0;
	margin: 0;
	
	font-family: Arial;
	background-color: #fff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: 0 66px;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}

fieldset {
	padding: 0;
	margin: 0;
	
	border-width: 0;
}

legend {
	display: none;
}

#search label span {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.visible {
	display: block !important;
}

#container {
	float: left;
	padding: 0 50%;
	position: relative;
	width: auto;
}

#content {
	float: left;
	width: 1000px;
	margin: 0 -500px;
	position: relative;
	display: inline;
}

#header {
	float: left;
	clear: both;
	width: 100%;
	
	margin-bottom: 10px;
	margin-top: 20px;
}

#logo {
	padding: 0;
	margin: 0;
	
	margin-left: 5px;
}

#logo a {
	display: block;
	width: 178px;
	height: 36px;
	
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#logo a span {
	display: none;
}

#search input {
	width: 182px;
	height: 16px;
	
	padding: 0;
	margin: 0;
	border-width: 0;
	text-transform: uppercase;
	font-family: Arial;
	color: #888;
	font-size: 10px;
	
	background-image: url(../images/input.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	
	float: left;
	
	padding-top: 4px;
	padding-left: 10px;
}

#search button {
	width: 68px;
	height: 20px;
	
	background-color: #fff;
	
	padding: 0;
	margin: 0;
	border-width: 0;
	text-transform: uppercase;
	font-family: Arial;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	
	float: left;
	
	cursor: pointer;
}

#search, #languages {
	float: left;
	margin-top: 10px;
}

#languages {
	margin-left: 10px;
}

#languages ul li {
	float: left;
}

#languages ul li.current {
	display: none;
}

#languages ul li a {
	color: #828282;
	text-transform: uppercase;
	font-size: 13px;
}

#main {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	height: 428px;
}

#navigation a {
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	display: block;
	padding: 5px;
	padding-right: 10px;
	
	/*background-image: url(../images/arrow.gif);*/
	background-repeat: no-repeat;
	background-position: top right;
	
	/*margin-right: 10px;
	padding-left: 10px;*/
	
	/* z-index: 123; */
	position: relative;
	
	text-align: right;
}

#navigation span {
	/*z-index: 1; */
	position: absolute;
	
	margin-top: 6px;
	margin-left: 11px;
	
	display: block;
	
	text-transform: uppercase;
	font-size: 11px;
	
	color: #000;
}

#navigation a:hover {
	color: #fff;
}

#navigation ul {
	width: 145px;
	height: 423px;
	
	position: absolute;
	top: 0;
	
	z-index: 99;
	
	background-color: #1E1E1E;
	
	padding-top: 5px;
}

#navigation ul li ul {
	display: none;
	margin-left: 145px;
	background-color: #262626;
}

#navigation ul li ul li ul {
	background-color: #303030;
}

#navigation ul li:hover ul.level2 {
	display: block;
	z-index: 123123123;
}

#navigation ul li ul.level2 li:hover ul.level3 {
	display: block;
}

#navigation a.current {
	color: #fff !important;
}

#slideshow {
	position: relative;
	clear: both;
	height: 100%;
	z-index: 1;
}

#stop {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 123123;
}

#stop a {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	display: block;
	
	width: 127px;
	height: 30px;
	
	background-image: url(../images/stop.png);
	background-repeat: no-repeat;
}

#stop a span {
	display: none;
}

#footer {
	float: left;
	width: 100%;
	clear: both;
	padding-top: 10px;
}

#footer ul li {
	float: left;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

#footer ul li.first {
	background-image: none !important;
}

#footer a {
	text-transform: uppercase;
	color: #888;
	font-size: 10px;
	
	margin-left: 5px;
	margin-right: 5px;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #888;
	text-transform: uppercase;
	font-size: 10px;
	
	margin-right: 5px;
	margin-top: 4px;
}

#level1 {
	/*background-color: #262626;*/
	width: 835px;
	
	margin-left: 145px;
}

#level2 {
	/*background-color: #303030;*/
	width: 690px;
	
	margin-left: 290px;
}

#level3 {
	/*background-color: #383838;*/
	width: 545px;
	
	margin-left: 435px;
}

#level1,
#level2,
#level3 {
	height: 408px;
	padding: 10px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	float: left;
	background-color: #383838;
}

#thumbnails {
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	width: 115px;
	height: 115px;
}

#thumbnails h3 {
	font-size: 10px;
	color: #fff;
	padding: 0;
	margin: 0;
	
	margin-left: 2px;
}

#thumbnails li {
	float: left;
}

#thumbnails a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #aaa;
	margin: 3px;
	
	background-repeat: no-repeat;
}

#thumbnails a.current {
	border: 1px solid #fff;
}

#thumbnails a:hover {
	border: 1px solid #fff;
}

#thumbnails a:hover span {
	display: block;
}

#thumbnails img {
	border-width: 0;
}

#thumbnails span {
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	
	background-color: #000;
	display: none;
	width: 80px;
	text-align: center;
	padding: 5px;
	
	margin-top: 25px;
	margin-left: 25px;

	opacity: .8;
}

#info {
	position: absolute;
	right: 10px;
	bottom: 15px;
	
	padding: 0;
	margin: 0;
	
	width: 115px;
}

#info h3 {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
}

#info {
	color: #aaa;
	font-size: 10px;
}

#preview {
	display: block;
	width: 418px;
	height: 363px;
	
	overflow: hidden;
}

#profile img {
	padding: 0;
	margin: 0;
	border-width: 0;
}

#profile {
	width: 418px;
	margin-top: 3px;
	
	background-color: #232323;
	float: left;
}

#profile ul {
	text-align: center;
	width: 100%;
	height: 30px;
	float: left;
	clear: both;
	
	margin-top: 5px;
}

#profile ul li {
	display: inline;
	
	padding: 3px;
}

#profile ul li.current a {
	color: #fff !important;
}

#profile ul li a {
	color: #aaa;
	font-size: 14px;
}

#profile ul li a:hover {
	color: #fff;
}

#prev {
	float: left;
	margin-left: 5px;
	margin-top: -2px;
}

#prev a {
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
	display: block;
	
	width: 13px;
	height: 19px;
}

#prev a:hover {
	background-image: url(../images/prev_hover.gif);
}

#next {
	float: right;
	margin-right: 5px;
	margin-top: -2px;
}

#next a {
	display: block;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	
	width: 13px;
	height: 19px;
}

#next a:hover {
	background-image: url(../images/next_hover.gif);
}

#prev span,
#next span {
	display: none;
}

#team_title {
	position: absolute;
	top: 13px;
	left: 10px;
}

#team_title a {
	border-width: 0;
	display: block;
}

#team_title h3 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	margin-top: 3px;
	
	text-align: left;
}

#team_title h4 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#team_title img {
	border-width: 0;
}

#team_body {
	position: absolute;
	width: 390px;
	height: 402px;
	top: 13px;
	bottom: 13px;
	right: 10px;
}

#up {
	position: absolute;
	top: 0;
	right: 0;
}

#up a {
	display: block;
	width: 19px;
	height: 13px;
	
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
}

#up a:hover {
	background-image: url(../images/up_hover.gif);
}

#up a span,
#down a span {
	display: none;
}

#down {
	position: absolute;
	bottom: 0;
	right: 0;
}

#down a {
	display: block;
	width: 19px;
	height: 13px;
	
	background-image: url(../images/down.gif);
	background-repeat: no-repeat;
}

#down a:hover {
	background-image: url(../images/down_hover.gif);
}


#team_text,
#article_text {
	text-align: justify;
	margin-right: 5px;
	
	color: #fff;
	font-size: 12px;
	
	height: 402px;
	
	overflow: hidden;
}

.contacts {
	color: #fff;
	font-size: 12px;
	width: 210px;
	float: left;
	
	margin-top: 60px;
	margin-left: 20px;
}

.contacts img {
	border-width: 0;
}

.contacts a {
	color: #fff;
}

.contacts li {
	float: left;
	padding-bottom: 13px;
}

.contacts strong  {
	display: block;
	float: left;
	width: 60px;
}

.form {
	color: #fff;
	font-size: 12px;
	width: 580px;
	
	margin-top: 60px;
	margin-right: 20px;
}

.form label {
	display: block;
	margin-bottom: 13px;
}

.form label span {
	margin-bottom: 5px;
	display: block;
}

.form input {
	width: 200px;
	border-width: 0;
	background-color: #9F9F9F;
	
	font-size: 12px;
	font-family: Arial;
	
	padding: 5px;
	margin: 0;
}

.form textarea {
	width: 310px;
	height: 189px;
	
	border-width: 0;
	background-color: #9F9F9F;
	
	font-size: 12px;
	font-family: Arial;
	
	padding: 5px;
	margin: 0;
}

.form button {
	border-width: 0;
	background-color: transparent;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	
	background-image: url(../images/send.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 5px;
}

.bottom {
	width: 100%;
	clear: both;
	float: left;
}

.bottom em {
	float: left;
	color: #888;
}

.bottom button {
	float: right;
}

#list {
	height: 100%;
	width: 100%;
	float: left;
}

#list li {
	float: left;
	display: block;
	width: 150px;
	height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	border-bottom: 1px dotted #555;
	
	color: #ccc;
	text-transform: uppercase;
	font-size: 11px;
}

#list li a {
	color: #ccc;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 11px;
}

#list li a:hover {
	color: #fff;
}

#level1 h2,
#level2 h2,
#level3 h2 {
	padding: 0;
	margin: 0;
	
	color: #fff;
}

#article_gallery {
	width: 140px;
	margin-right: 10px;
	width: auto !important;
}

#article_gallery li {
	margin-bottom: 10px;
}

#article_gallery img {
	border-width: 0;
}

#article_text ul,
#team_text ul {
	list-style-type: disc !important;
	padding-left: 20px;
}

#article_text a,
#team_text a {
	color: #fff;
	text-decoration: underline;
}

br {
	clear: both;
}

#results {
	color: #aaa;
	font-size: 12px;
	height: 100%;
}

#results h2 {
	font-size: 16px;
	font-weight: normal;
}

#results {
	padding: 0;
	margin: 0;
}

#results dt {
	padding: 0;
	margin-top: 10px;
	
	color: #fff;
}

#results dd {
	padding: 0;
	margin: 0;
}

#results dd a {
	text-decoration: none;
	color: #aaa;
}

.error {
	text-align: center;
	margin-top: 130px;
}

.error h2 {
	font-weight: normal;
	font-size: 16px;
	color: #ddd !important;
	text-transform: lowercase;
	margin-top: 10px !important;
}

#article_text ul,
#team_text ul {
	list-style-image: url(../images/bullet.gif);
}