@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: Arial, sans-serif;
}

html, body {
	background: #222222;
	height: 100%;
}

#container {
	width: 928px;
	margin: 0 auto;
	background: #000000;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
	height: 80px;
	width: 868px;
	padding: 30px 42px 10px 18px;
	position: relative;
}

#navigation {
	width: 705px;
	height: 60px;
	background: url(../img/header.png) no-repeat;
	position: relative;
}

#nav {
	list-style-type: none;
	letter-spacing: 0.1em;
	position: absolute;
	bottom:  10px;
	left:  45px;
}

#nav li {
	list-style-type: none;
	float: left;
	margin:  0 40px 0 0;
}

#nav a,
#nav a:link, 
#nav a:visited, 
#nav a:active {
	font-size: 0.7em;
	text-decoration: none;
	color: #CCCCCC;
}

#nav a:hover, 
#nav a.here {
	font-size: 0.7em;
	text-decoration: none;
	color: #FC980B;
}

.lang {
	font-size: 0.7em;
	font-style: italic;
	position: absolute;
	bottom:  10px;
	right:  20px;
}

a.lang,
a.lang:link, 
a.lang:visited, 
a.lang:active,
a.lang:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#logo {
	position: absolute;
	right: 42px;
	top: 30px;
}

#content {
	clear: both;
}

#watch {
	float: right;
	margin: 20px 42px 0 0;
}

/* @group content */

#content a,
#content a:link, 
#content a:visited, 
#content a:active,
#content a:hover {
	text-decoration: none;
	color: #FC980B;
}

#content ul, #content ol {
	margin: 10px 0 10px 30px;
}

#content li {
	color: #999999;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 3px 0 0 0;
}

#left {
	width: 400px;
	padding:  20px 20px 20px 42px;
	border-right: 1px dotted #666666;
}

#left h2 {
	color: #999999;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 2px;
}

#left h3 {
	color: #999999;
	font-size: 0.9em;
	line-height: 0.9em;
	padding: 12px 0 0 0;
}

#left p {
	color: #999999;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 5px 0 0 0;
}

#right {
	width: 400px;
	padding:  20px 42px 20px 20px;
	float: right;
}

#right h2 {
	color: #999999;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 2px;
	margin: 0 0 5px 0;
}

#right h3 {
	color: #999999;
	font-size: 0.9em;
	line-height: 0.9em;
	padding: 12px 0 0 0;
}

#right p {
	color: #999999;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 5px 0 0 0;
}

.icon {
	float: left;
	margin: 0 5px 10px 0;
}

/* @end */




#footer {
	clear:  both;
	width: 844px;
	margin:  40px 0 0 0;
	padding: 10px 42px 0 42px;
	color: #666666;
	font-size: 0.6em;
	line-height: 1.4em;
	border-top: 1px solid #333333;
}

#copy {
	width: 350px;
}

#ata {
	width: 350px;
	float: right;
	text-align: right;
}














