/* (C) Mirgo.lv 2009 */

body
{
	background-color: #EBF1F1;
	font-style: Myriad Pro;
	font-size: 13px;
}

a
{
	color: white;
}
a:hover
{
 	text-decoration: none;
}

#block
{
	margin: 0 auto;
	width:  800px;
	height: auto;
	background: url(../img/bgc.png);
}

#header
{
	width: 800px;
	height:171px;
	float: left;
	background: url(../img/header.png);
}

#center
{
	width: 798px;
	height: auto;
	border: 1px solid #2763A5;
	float: left;
}

#left
{
	width: 164px;
	height: auto;
	float: left;
	padding: 3px;
}

#right
{
	width: 622px;
	height: auto;
	float: left;
	padding: 3px 3px 0 3px;
}
#center2
{
	width: 800px;
	height: 3px;
	float: left;
	background-color: #EBF1F1;
}
#logo
{
	width: 200px;
	height: 80px;
	float: left;
}
#languages
{
	width: 585px;
	height: 65px;
	float: left;
	text-align: right;
	padding: 5px 15px 0 0;
}
#languages a
{
	margin: 0 2px 0 0;
}
#languages a img
{
	border: 1px solid white;
}
.head
{
	width: 162px;
	text-align: center;
	color: white;
	font-size: 25px;
	font-weight: bold;
}
#menu
{
	color: white;
}
#menu a
{
	color: white;
	text-decoration: none;
	font-size: 14px;
}
#menu a:hover
{
	text-decoration: underline;
}

/* Menu */

#tabs {
	position: absolute;
	width:800px;
	font-size:14px;
	line-height:normal;
	top: 146px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 180px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../img/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../img/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


/* Intro */
#intro
{
	width: 600px;
	height: auto;
	margin: 100px auto;
}
#skip_intro
{
	width: 600px;
	height: auto;
	margin: -100px auto;
	text-align: center;
}
