body {
	background:url(../images/bg.jpg) top center no-repeat #f8b242; 
	margin:0;
	font:10pt "Trebuchet MS", verdana, sans-serif;
}

html{
	overflow-y:scroll;
} 

#container {
	width:960px; 
	margin:0px auto;
}

a {
  -moz-outline: none 0;
  outline: none 0;
}

/* HEADER***********************************/

#header {
	float:left;
	width:960px; 
	height:256px;
	background:url(../images/header-bg.jpg) no-repeat;
	margin-bottom:10px;
	position:relative;
}

#header .logo {
	position:absolute;
	top:15px;
	left:30px;
}

#header .description {
	position:absolute;
	width:240px;
	top:62px;
	right:12px;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
}

#header .language {
	position:absolute;
	width:167px;
	top:163px;
	right:0;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	list-style:none;
}

#header .language li {
	float:left;
	margin:0 3px 0 0;
	padding:0;
}

#header .language li a {
	display:block;
	width:80px;
	height:18px;
	text-align:center;
	padding-top:2px;
	background:url(../images/lang-link.png) no-repeat;
	text-decoration:none;
	color:#000;
}

#header .language li a:hover {
	color:#666;
}

#header .language li span {
	display:block;
	width:80px;
	height:18px;
	text-align:center;
	padding-top:2px;
	background:url(../images/lang-press.png) no-repeat;
	text-decoration:none;
	color:#ff9d00;
}

#header .top-navi {
	position:absolute;
	top:208px;
}

#header .links {
	float:left;
	width:962px;
	margin:0;
	padding:0;
   	list-style:none;
	height:38px;
	font-weight:bold;
	font-size:15px;
}

#header .links li.headlink {
	padding:10px 17px 0 17px;
	margin-bottom:10px;
	position:relative;
	float:left;
}

#header .links li.headlink a {
	text-decoration:none;
	color:#fff;
	float:left;
	padding-bottom:10px;
}

#header .links li.headlink a:hover {
	color:#ff9d00;
}

#header .links li.headlink ul {
	position:absolute;
	left:0px;
   	top:37px;
   	display:none;
   	list-style:none;
	background:#000;
	padding:0;
	margin:0;
	float:left;
	width:220px;
}

#header .links li.headlink ul li {
	margin:0;
	padding:0 0 5px 0;
	font-weight:normal;
	font-size:13px;
	float:left;
	width:220px;
}

#header .links li.headlink ul li a {
	padding:5px 10px;
	color:#ff9d00;
	float:left;
	background:none;
}

#header .links li.headlink ul li a:hover {
	color:#fff;
}

#header .links li.headlink:hover ul {
   	display:block;
}


/* BODY************************************/

#main {
	float:left;
	width:960px;
	background:url(../images/content-top.jpg) no-repeat top #fff;
	padding-top:20px;
}

#main .bottom {
	float:left;
	width:920px;
	background:url(../images/content-bottom.jpg) no-repeat left bottom;
	padding:0 20px 20px 20px;
}

#main .left-sidebar {
	float:left;
	width:245px;
}

#main .left-sidebar .box-date {
	float:left;
	width:230px;
	height:128px;
	background:url(../images/box-date.gif) no-repeat;
	margin-bottom:15px;
	color:#fff;
	font-size:15px;
	line-height:16px;
	font-weight:bold;
	padding:0 0 0 15px;
}

#main .left-sidebar .box-date span {
	display:block;
	font-size:22px;
	line-height:23px;
	margin:12px 0 5px 0;
}

#main .left-sidebar .news-box {
	float:left;
	width:230px;
	height:282px;
	background:url(../images/box-newsletter.gif) no-repeat;
	margin-bottom:15px;
	padding:15px 0 0 15px;
}

#main .left-sidebar .news-box span {
	display:block;
	font-weight:bold;
	color:#ffa30f;
	font-size:18px;
	margin:0 0 10px 0;
}

#main .left-sidebar .news-box .field {
	border:solid 1px #dddddd;
	width:200px;
	margin-bottom:8px;
	padding:5px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

#main .left-sidebar .news-box .button {
	width:99px;
	margin:10px auto;
	text-align:center;
	padding-right:15px;
}

#main .left-sidebar .contact-buttons {
	float:left;
	width:245px;
}

#main .left-sidebar .contact-buttons a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding:12px 0 0 16px;
	height:34px;
}

#main .left-sidebar .contact-buttons a:hover {
	color:#000;
}


#main .left-sidebar .contact-buttons .call {
	background:url(../images/btn-call.jpg);
}

#main .left-sidebar .contact-buttons .chat {
	background:url(../images/btn-chat.jpg);
}

#main .mainbody {
	float:right;
	width:656px;
}

#main h1 {
	background:url(../images/title-bg.gif) no-repeat;
	height:34px;
	padding:7px 0 0 17px;
	font-size:22px;
	font-weight:bold;
	margin:0 0 15px 0;
}

#main h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px 0;
	color:#ffa30f;
}

#main .mainbody p {
	margin:0 0 10px 0;
	line-height:18px;
}

#main .mainbody p a {
	color:#ffa30f;
}


#main .mainbody ul {
	margin:0 0 10px 0;
	margin:0;
	padding:0;
	list-style:none;
}

#main .mainbody ul li {
	margin:0 0 10px 0;
	padding:0 0 0 13px;
	background:url(../images/bullet-point.gif) no-repeat;
	background-position:0 5px;
}

#main .mainbody .picture {
	float:right;
	margin:0 0 15px 15px;
}

#main .mainbody .featured-text {
	font-size:15px;
	font-weight:bold;
}

#main .mainbody .themes {
	float:left;
	width:656px;
	background:url(../images/box-themes.jpg) no-repeat;
	height:220px;
	margin:25px 0;
}

#main .mainbody .themes h2 {
	color:#000;
	margin:9px 0 25px 35px;
}

#main .mainbody .themes ul {
	margin-left:40px;
	font-size:15px;
	font-weight:bold;
}

#main .mainbody .btn-orange {
	display:block;
	width:226px;
	height:26px;
	background:url(../images/btn-orange.gif) no-repeat;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding-top:5px;
}

/* FOOTER************************************/

#footer {
	clear:both;
	text-align:center;
	font-size:11px;
	padding:15px 0;
}

#footer a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}


