
@import url(./reset.css);

body
{
	background:#87dcff url(../images/bg-global.gif) repeat-y top center;
	margin:0;
	padding:0;
}

#global
{
	background:#fff;
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}

#header
{
	background:#ECFDFF url(../images/bg-header.jpg) no-repeat top left;
	height:435px;
	position:relative;
}

#default
{
	min-height:200px;
}

#language,p#languages a
{
	display:block;
	width:94px;
	height:35px;
	line-height:35px;
	font-size:12px;
	text-decoration:none;
	color:#000;
	font-weight:700;
	font:bold 12px/35px sans-serif;
	padding-left:40px;
	background:transparent url(../images/lang-item.png) no-repeat top left;
}

#language
{
	position:absolute;
	top:10px;
	right:10px;
	background:transparent url(../images/lang-current.png) no-repeat top left;
}

p#languages
{
	position:absolute;
	top:45px;
	right:10px;
	display:none;
}

#promo
{
	clear:both;
	position:absolute;
	top:200px;
	width:981px;
	overflow:hidden;
	padding:20px 0 20px 19px;
}

#promo div
{
	float:left;
	margin-right:22px;
	width:305px;
}

#promo div img
{
	float:left;
}

#promo div a
{
	float:left;
	display:block;
	font-size:18px;
	font-family:"trebuchet MS";
	color:#062d5d;
	text-decoration:none;
	line-height:20px;
	margin:10px 15px;
}

.itemLogo
{
	float:left;
	margin:50px 0 0 22px;
}

.itemChobots
{
	margin-left:59px;
	margin-top:-73px;
}

.itemMenu
{
	background:url(../images/bg-menu.gif) repeat-y top left;
	clear:both;
	height:40px;
	margin:0;
	padding:0;
}

.itemMenu ul
{
	float:left;
	list-style:none;
	display:inline;
	color:#fff;
	font-family:"trebuchet MS";
	font-size:13px;
	font-weight:700;
	margin:0;
	padding:5px 0 0 35px;
}

.itemMenu ul li
{
	display:inline;
	padding-right:6px;
}

.itemMenu ul li a
{
	font-size:18px;
	color:#FFF;
	font-weight:400;
	text-decoration:none;
	background:url(../images/bg-item-search.gif) no-repeat 0 .55em;
	padding-left:10px;
}

.itemMenu ul li a.first
{
	background:none;
	padding-left:15px;
}

.itemMenu input
{
	float:right;
	width:158px;
	border:none;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	background:url(../images/bg-search.gif) no-repeat top left;
	margin:9px 15px 0 0;
	padding:4px 5px;
}

.itemPosts
{
	background:#fff;
	clear:both;
	display:table;
	padding:20px;
}

.itemPosts div
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:30px;
	padding:20px;
}

.itemPosts div h1
{
	font-family:"trebuchet MS";
	font-size:30px;
	color:#062d5d;
}

.itemPosts div p
{
	margin:0;
	padding:5px 0 10px;
}

.itemPosts div p a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0197e5;
	font-weight:700;
}

.itemPosts div p span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-left:10px;
}

.itemPosts div p span a
{
	color:#133800;
	font-weight:400;
}

#footer
{
	background:url(../images/bg-footer.gif) repeat-x top left;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9b9b9b;
	clear:both;
	padding:17px 20px;
}