@charset "utf-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000 url(../../images_markom/fondo_web.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#intro a {
	color: #FFFFCC;
	font-weight: bold;
}

#intro a:hover {
	color: #FFFFFF;
}

#container {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding-bottom: 30px;
}

#header {
	background: #FFFFFF url(../../images_markom/cabecera.jpg) no-repeat left top;
	height: 124px;
}

#header h1 {
	display: none;
}

#mainContent {
	background: #000D1A url(../../images_markom/fondo_welcome.png) no-repeat center top;
	padding: 15px 30px 20px;
	font-size: 14px;
}

#footer {
	background: url(../../images_markom/pie.png) center top;
	height: 48px;
	margin-top: 10px;
}

#footer p {
	display: none;
}

.clearing {
	clear: both;
	height: 1%;
}

#menu {
	background: url(../../images_markom/barra_menu.png) no-repeat center top;
	height: 44px;
	margin-top: 5px;
	margin-bottom: 4px;
}

#menu ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	padding: 5px 5px 5px;
	background: url(../../images_markom/sep_menu.gif) no-repeat right top;
}

#menu ul li a {
	font: 15px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

#menu ul li a:hover {
	color: #FFFF99;
}

#menu li.english span {
	background: url(../../images_markom/flag_uk.gif) no-repeat center top;
	display: block;
	height: 25px;
	width: 38px;
	text-indent: -5000px;
}

#menu li.russian span {
	background: url(../../images_markom/flag_ru.gif) no-repeat center top;
	display: block;
	height: 25px;
	width: 38px;
	text-indent: -5000px;
}

#menu li.russian {
	background-image: none;
}

#menu ul.english li {
	padding: 11px 20px 5px;
}

#welcome {
	margin: -15px -30px 0px;
	border-top: 1px solid #000000;
	border-bottom: 10px solid #000000;
	text-align: justify;
}

#welcome p {
	padding: 30px;
	margin: 0px;
}

#welcome img {
	float: left;
	margin-right: 30px;
}

#regions {
	background: #000000 url(../../images_markom/fondo_regions.png) no-repeat left top;
	padding-bottom: 20px;
	margin: 0px -30px -20px;
}

#regions h2 {
	display: none;
}

#regions ul {
	margin: 0px auto;
	padding: 60px 0px 10px;
	list-style: none;
	width: 740px;
	height: 161px;
}

#regions ul li {
	float: left;
}

#regions a {
	background: url(../../images_markom/regions_europe.png) no-repeat left top;
	display: block;
	height: 157px;
	margin-right: 40px;
	margin-left: 40px;
	text-indent: -5000px;
	border-bottom: 3px solid #001C37;
	outline: none;
}

#regions .europe a {
	background-image: url(../../images_markom/regions_europe.png);
	width: 131px;
}

#regions .usa a {
	background-image: url(../../images_markom/regions_usa.png);
	width: 181px;
}

#regions .world a {
	background-image: url(../../images_markom/regions_world.png);
	width: 181px;
}

#regions a:hover {
	border-bottom: 3px solid #FFFFFF;
}

#regions.russian {
	background-image: url(../../images_markom/fondo_regions_ru.png);
}

#regions.russian .europe a {
	background-image: url(../../images_markom/regions_europe_ru.png);
}

#regions.russian .usa a {
	background-image: url(../../images_markom/regions_usa_ru.png);
}

#regions.russian .world a {
	background-image: url(../../images_markom/regions_world_ru.png);
}

