@CHARSET "UTF-8";

body {
	font-family: arial, tahoma, verdana;
	background-color: #dfdfeb;
	font-size: 12px;
	color: #2e3092;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
br.clear {
	clear: both;
}
a:link, a:visited {
	color: #2e3092;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#page {
	width: 740px;
	background: transparent url('../images/layout/bg_page.gif') repeat-y;
	margin: 0px auto;
	text-align: left;
}

div#top {
	height: 170px;
	background: transparent url('../images/layout/bg_top.gif') no-repeat;
	padding: 21px 20px 0px 21px;
}
div#languages {
	margin: 6px 0px 0 4px;
	float: left;
	width: 18px;
}
#top_nav {
	background: transparent url('../images/layout/bg_top_nav.gif') no-repeat;
	height: 46px;
	width: 536px;
	margin-left: 161px;	
}
#top_nav ul ul {
	display: none;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
}
#top_nav li {
	display: block;
	float: left;
}
#top_nav li a:link, #top_nav li a:visited{
	background: transparent url('../images/layout/bg_top_li.gif') no-repeat;
	padding-top: 10px;
	text-align: center;
	display: block;
	float: left;
	height: 24px;
	width: 131px;
}
#top_nav li a:hover {
	text-decoration: underline;
}

div#content {
	padding: 0px 0px 0px 21px;
}
div#content h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
div#content_content {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 500px;
}
div#nav {
	float: left;
	width: 161px;
	color: white;
}
div#nav ul {
	padding-left: 0px;
	margin-left: 25px;
}
div#nav a:link, div#nav a:visited, div#foot a:link, div#foot a:visited {
	color: white;
}
div#btn_oferta {
	background: transparent url('../images/layout/btn_oferta.gif') no-repeat;
	text-align: center;
	padding: 10px 0px;
	margin-left: 12px;
	width: 131px;
}
div#site_path {
	display: none;
}

div#foot {
	height: 38px;
	font-size: 11px;
	padding: 6px 30px;
	margin-top: 20px;
	color: white;
	background: transparent url('../images/layout/bg_foot.gif') no-repeat bottom left;	
}
div#foot div {
	float: left;
}
div#foot div#contact {
	margin-left: 433px;
} 
