@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#758ebc;
	color:758ebc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

#wrap {
	width: 940px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:auto;
}
#header {
	background-image:url(img/1_01.png);
	background-repeat:no-repeat;
	width: 940px;
	height:180px;
}
#menu_line {
	background-image:url(img/1_02.png);
	background-repeat:no-repeat;
	width: 901px;
	height:54px;
	padding-left:39px;
}	
#lang_selector {
	width: 200px;
	height:24px;
	padding-top:18px;
	float:right;
	padding-right:45px;
	text-align:right;
}



/*menu ul*/
ul#nav {
    padding :0;
	margin: 0;
	display:inline;
	font-size : 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	list-style:none;
	width:110px;
	line-height:54px;
}	
ul#nav li {
    background-image:url(img/pre.png);
    background-repeat : no-repeat;
    font-size : 10px;
	font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#151515;
    float:left;
    width:110px;
    line-height:54px;

}
ul#nav li a {
    background-image:url(img/pre.png);
    font-size : 10px;
	text-transform:uppercase;
	display : block;
	text-align :center;
	text-decoration : none;
	color:9d8888;
	width:110px;
	line-height:54px;
}
ul#nav li a:hover {
	background-image:url(img/roll.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-transform:uppercase;
	color : 000000;
	text-decoration : none;
	width:110px;
	line-height:54px;
}
/*menu ul*/



/*contents css*/


#content {
	background-image:url(img/1_03.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:000000;
	width: 940px;
	height:auto;
	overflow:auto;
}
#vasak_sisu{
	width: 620px;
	height:auto;
	padding-top:26px;
	overflow:auto;
	padding-left:35px;
	float:left;
}
#title_vasak{
	width: 620px;
	height:34px;
}
#vasak_text{
	width: 610px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:auto;
	margin-top:15px;
}
#parem_sisu{
	width: 235px;
	height:auto;
	padding-top:26px;

	padding-right:35px;
	float:right;
}
#title_parem{
	width:235px;
	height:34px;

}
#parem_text{
	width: 225px;
	margin-left:auto;
	margin-right:auto;
	height:auto;

	margin-top:15px;
}
#portfolio_text{
	width: 225px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow: hidden;
}
#pakume{
	width: 230px;
	height:auto;
	overflow:auto;
	margin-top:15px;
	float:left;
}
#miks{
	width: 340px;
	height:auto;
	overflow:auto;
	margin-top:15px;
	float:right;
}
/*contents css*/

#footer {
	background-image:url(img/1_04.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 900px;
	height:46px;
	margin-bottom:20px;
	text-align:right;
	padding-right:40px;
	padding-top:34px;
}



/*styles*/

.style1 {
	color: #8f8f8f;
	font-weight: bold;
	letter-spacing:1px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636464;
	word-spacing:1px;
}
.ident1 {
	font-size: 18px;
	color: #ff7b00;
	word-spacing:4px;

}
.ident2 {
	font-size: 18px;
	color: #89c336;
	word-spacing:4px;

}
.class1 a:link {
	color: #ffffff;
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.class1 a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.class1 a:active {
	text-decoration: none;
	color: #CCCCCC;
}




.class2 a:link {
	color: #abaaaa;
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: #abaaaa;
}
.class2 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.class2 a:active {
	text-decoration: none;
	color: #abaaaa;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
