/*
	company: IDEA PORT RIGA
	author: Pavel Kovalevich
	css for IPR website
*/

body {
	margin: 0px; 
	padding: 0px; 
	text-align: center; /* This is a IE fix for centering DIVs */
} 
/* This is a IE fix for transparent PNG */
img, div { 
	behavior: url(iepngfix.htc) 
}

html {
	overflow-y: scroll;
}

.container{
	position: float;
	width: 1024px;
	margin: 0 auto ;
	text-align: left;
	border:0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.bground{
	position: absolute;
}

.logo{
	position: absolute;
	margin-left: 180px;
	margin-top: 60px;
}


.mainText{
	float: left;
	margin-left: 200px;
	margin-top: 174px;
	width: 500px;
	font-family: "Arial";
	font-size: 0.85em;
	text-align: left;
	position: absolute;
}

.mainText_paragraph{
	text-indent: 20px;
}

.mainText_heading{
	margin-top: 4px;
	margin-bottom: 25px;
	font-size: 4.00em;
	color: #F3C737;
	font-weight:bold;
	
}

.yellow_div{
	position: absolute;
	margin-top: 149px;
	background-color: #F3C737;
	width: 1024px;
	height: 35px;
}

.menu_container{
	position: absolute;
	width: 162px;
	height: 100%;
	margin: 0 725;
	background-color: #F9ED33;
	font-family:"Arial";
}

.menu_container_flash{
	position: absolute;
	margin: 215 0;
}

.menu_container_yellow_div{
	position: absolute;
	margin-top: 149px;
	background-color: #F3C737;
	width: 162px;
	height: 35px;
}

.menu_container_top{
	position: absolute;
	width: 162px;
	height: 149px;
	background-color: #F79434;
	font-family: "Arial";
	font-size: 0.75em;
}

.menu_container_text{
	margin: 5px;
}

#menu_link{
	color: white;
	cursor: pointer;
}

.menu_bottom{
	position: absolute;
	width: 162px;
	overflow: hidden;
	font-family: "Arial";
	font-size: 0.75em;
	background-color: #F9ED33;
	margin-left: 725px;
	text-align: left;
	bottom:0;
}



#menu_text{
	padding: 0.45em 0 0 0;
}

