/* CSS Document */
@charset "utf-8";
@font-face {
	font-family: "MyriadPro";
	src: url(MyriadPro-Bold.OTF);
}

* {
	margin: 0; padding: 0;
	border: 1;
	font-size: 100%;
	outline: none;
    
}

body {
	line-height: 14px;
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
    background: #0E0D12 url(../images/bg1.jpg) repeat-x top;
    

	}

ol, ul {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;
}

.first {
	margin-top: 0 !important;
}

.space_1 {
	width: 100%; height: 5px;
	background: url(../images/bg_space1.jpg) repeat-x;
	margin-top: 20px;
}

.space_2 {
	margin-bottom: 20px;
}

/***** WRAPPER *****/
#wrapper {
	width: 1000px;
	margin: auto;
}

/***** HEADER *****/
#header {
	width: 100%px; height: 112px;
	margin: auto;
	position: relative;
margin-top:-14px;
}

#header h1#logo {
	position: absolute;
	width: 246px; height: 112px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;
	top: 0px; left: 0px;
}

#header h1#slogan {
	position: absolute;
	width: 697px; height: 63px;
	background: url(../images/slogan.png) no-repeat;
	text-indent: -99999px;
	top: 25px; left: 330px;
}

/*#lang {
	position: absolute;
	top: 25px; right: 25px;
}

#lang a {
	color: #00425c;
	padding-right: 10px;
	margin-left: 10px;
	border-right: 1px dotted #00425c;
}*/

/*#search {
	position: absolute;
	top: 49px; right: 0px;
	width: 339px; height: 77px;
	background: url(../images/search_bg.png) no-repeat;
}

#search img {
	position: absolute;
	width: 28px; height: 28px;
	top: 48px; right: 0px;
}

#search input {
	position: absolute;
	top: 48px; right: 36px;
	height: 27px; width:285px;
	padding-left: 15px;
	color: #bbb;
	border: 1px solid #ccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}*/

/***** FOOTER *****/
#footer {
	background: #eceff4 url(../images/bg_footer.jpg) repeat-x top;
	line-height: 10px;
	width: 100%;
	margin-top: 259px;
	padding: 10px 0px 30px 0px;
    
    
}

#copyright {
	width: 400px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	color: #666;
}