/* CSS style */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a img {
	border:none;
}

html {
	height:100% !important;
}

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#909090;
}

.clear {
	clear:both;
}

a {
	color: #424242;
	text-decoration: underline;
}

a:hover {
	color: #FF9300;
	text-decoration: none;
}

#wrapper {
	width:800px;
	margin:0px auto;
}

#header {
	clear: both;
	width:800px;
	height:56px;
	text-align:center;
}

#logo{
	margin:3px 0 0 300px;
	text-align:center;
	width:200px;
	float:left;
}

#languages {
	float:right;
	font-size:11px;
	margin:22px 181px 0 0;
}

#languages a {
	text-decoration:none;
}

#topmenu {
	width: 800px;
	height: 18px;
	clear: both;
	text-align:center;
	letter-spacing:0.07em;
}

#topmenu a {
	color:#424242;
	font-size:11px;
	padding:2px 10px 2px 10px;
	text-decoration:none;
}

#topmenu a:hover {
	text-decoration: none;
	color: #FF9300;
}

#topmenu a.active {
	text-decoration: none;
	color: #FF9300;
}

#content {
	clear: both;
	text-align:center;
	width:800px;
	background-color:#FFFFFF;
	padding:3px 0 15px 0;
	letter-spacing:0.04em;
	min-height:450px;
}

#content h2 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#content p {
	margin: 0 0 0 0;
}

.left-sticker {
	width:794px;
	height:460px;
	padding:0px;
	margin:0 auto;
	text-align:center;
	background:transparent url(images/left-sticker.jpg) no-repeat scroll 0 0;
	color:#424242;
}

.center-sticker {
	width:794px;
	height:460px;
	padding:0px;
	margin:0 auto;
	text-align:center;
	background:transparent url(images/center-sticker.jpg) no-repeat scroll 0 0;
	color:#424242;
}

.right-sticker {
	width:794px;
	height:460px;
	padding:0px;
	margin:0 auto;
	text-align:center;
	background:transparent url(images/right-sticker.jpg) no-repeat scroll 0 0;
	color:#424242;
}

/*.left-sticker {
	width:398px;
	height:137px;
	padding:136px 382px 187px 14px;
	margin:0 auto;
	text-align:center;
	background:transparent url(images/left-sticker.jpg) no-repeat scroll 0 0;
	color:#424242;
}

.center-sticker {
	width:363px;
	height:267px;
	padding:72px 214px 121px 217px;
	margin:0 auto;
	text-align:center;
	background:transparent url(images/center-sticker.jpg) no-repeat scroll 0 0;
	color:#424242;
}

.right-sticker {
	width:334px;
	height:197px;
	padding:203px 17px 60px 443px;
	margin:0 auto;
	text-align:center;
	background:transparent url(images/right-sticker.jpg) no-repeat scroll 0 0;
	color:#424242;
}*/

#bottommenu {
	width: 800px;
	height: 26px;
	padding: 10px 0 0 0;
	clear: both;
	text-align:center;
	letter-spacing:0.08em;
}

#bottommenu a {
	color:#424242;
	font-size:11px;
	padding:2px 14px 2px 14px;
	text-decoration:none;
	background:transparent url(images/star.jpg) no-repeat scroll 0 3px;
}

#bottommenu a:hover {
	text-decoration: none;
	color: #FF9300;
	background-image: url(images/star-active.jpg);
}

#bottommenu a.selected {
	text-decoration: none;
	color: #FF9300;
	background-image: url(images/star-active.jpg);
}

#footer {
	width:800px;
	clear:both;
	height:15px;
}

.copyright {
	text-align:center;
	color:#A9A9A9;
	margin:0px auto;
	font-size:10px;
	width:380px;
	border-top:1px dotted #A9A9A9;
	padding: 2px 0 0 0;
}
