@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:8px;
	background-image:url(../_images/_header/bg-header.png);
	background-repeat:repeat-x;
}

blockquote {
margin-left:0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin:0 0 1em 0;
}

a img {
	border:1px solid transparent;
}

a:hover img {
	border:1px dotted #666;
}

a.more img {
	padding:4px 1px;
	vertical-align:-4px;
}

table.layout {
	border-collapse:collapse;
	border-spacing:none;
}

table.layout td {
	vertical-align:middle;
}

em.color {
	color:#ca006c;
	font-style:normal;
}

.column {
	vertical-align:top;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	position:relative;
	text-indent:-0.825em;
	margin-left:0.825em;
	padding-left:0;
}

li > * {
	margin-left:0.825em;
}

li .bullet {
	float:left;
	margin:0;
	width:0.825em;
}

ol li {
	text-indent:-1.5em;
	margin-left:1.5em;
}

ol li > * {
	margin-left:1.5em;
}

ol li .bullet {
	width:1.5em;
}

.tab h1, .tab h2 {
	font-size:14px;
}

#page {
}

#header {
	position:relative;
	text-align:center;
}

#header > .inner {
	width:950px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header {
	border:0 solid #ccc;
	border-bottom-width:1px;
	padding-bottom:10px;
}

#language {
	color:#666;
	text-transform:uppercase;
	text-align:right;
	font-size:11px;
}

#language a {
	color:#666;
	text-decoration:none;
}

#language a:hover {
	text-decoration:underline;
}

#content {
	clear:both;
	width:950px;
	margin:0 auto 10px auto;
	padding-top:20px;
	text-align:left;
	position:relative;
	color:#333;
}

#content a {
	color:#333;
}

#content .tab a {
	color:#ca006c;
}

#content h1, #content h2 {
	color:#ca006c;
}

#content h1 {
	font-size:14px;
	text-transform:uppercase;
}

#content h2 {
	font-size:12px;
}

#content ol {
	list-style:none;
	padding:0;
	margin-left:0;
	margin-bottom:1em;
}

#footer,
.footer {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#footnav,
.footnav {
	padding:50px 30px 0 0;
	height:281px;
	background:#290B05 url('../_images/_footer/bg.png') no-repeat;
	margin:0 0 10px 0;
	color: #fff;
	text-align:right;
	line-height:20px;
}

#footnav .column,
.footnav .column {
	text-align:left;
	padding:0;
	margin:0 0 0 20px;
	font-size:12px;
}

#footnav .column.first,
.footnav .column.first {
	margin:0;
}

#footnav .column h3,
.footnav .column h3 {
	margin:0 0 1em 0;
	font-size:18px;
}

.footnav * {
	color:#fff;
}

#footnav ul,
.footnav ul {
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
}

#footnav li,
.footnav li {
	padding:0;
	margin:0;
}

#footnav a,
.footnav a {
	color: #fff;
	text-decoration:none;
}

#footnav a:hover,
.footnav a:hover,
#footnav a.active,
.footnav a.active {
	text-decoration:underline;
}

#copyright,
.copyright {
	font-size:11px;
	line-height:20px;
	color:#666;
	position:relative;
	top:-4px;
}

#copyright a,
.copyright a {
	color:#666;
}

#content .no-margin-bottom {
margin-bottom:0;
}

#content .float-left {
float:left;
}

#content .clear {
clear:both;
}
