/*globals*/

body{
	text-align:center;
	background-image:url('../images/background.png');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#f2f2f2;
	font-family: verdana;
	font-size: 10px;
	line-height:140%;
}

p{
	color:#484747;
}

a{
	color:silver;
}

h1{
	color:#8fc925;
	font-size:24px;
	font-family: garamond;
	font-weight:bold;
}

/*header*/
#header{
	text-align:left;
	margin-top: 20px;
	height:107px;
	background-image:url('../images/header_bar.png');
	background-repeat:repeat-x;
	/*shadows*/
  /*-moz-box-shadow: 0px 0px 4px #a5a5a5;
  -webkit-box-shadow: 0px 3px 4px #a5a5a5;
  box-shadow:0px 0px 4px #a5a5a5;*/
}

#logo{
	width:960px;
	margin:auto;
	height:105px;
}

/*content*/
#content{
	margin:auto;
	width:960px;
	height:580px;
}

.left {
	float:left;
}

#main_text{
	text-align:left;
	margin-left:40px;
}

#main{
	margin-top:100px;
	width:760px;
}

#main_back{
	float:left;
	background-color:white;
	
}

.frontpage{
	height:580px;
	background-image:url('../images/eija.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.defaultHeight {
	height:580px;
}

.defaultWidth {
	width:350px;
}

#curriculum{
	border-top:silver 1px solid;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
}

#curriculum a{
	color:#484747;
	font-size:16px;
	font-style:italic;
	font-family:garamond;
}

/*navigation*/
#navigation{
	background-image:url('../images/nav_bar.png');
	background-repeat:repeat-y;
	background-position:right;
}

#who{
	padding-top:8px;
	display:block;
	width:187px;
	height:45px;
	background-image:url('../images/nav_element_who.png');
	background-repeat:no-repeat;
}

#work{
	padding-top:8px;
	display:block;
	width:187px;
	height:45px;
	background-image:url('../images/nav_element_work.png');
	background-repeat:no-repeat;
}

#price{
	padding-top:8px;
	display:block;
	width:187px;
	height:45px;
	background-image:url('../images/nav_element_price.png');
	background-repeat:no-repeat;
}

#contact{
	padding-top:8px;
	display:block;
	width:187px;
	height:45px;
	background-image:url('../images/nav_element_contact.png');
	background-repeat:no-repeat;
}

#navigation li a.current{
	color:black;
	display:block;
	width:187px;
	height:45px;
	background-position:0 -53px;
}

#navigation li a:hover{
	color:black;
	display:block;
	background-position:0 -53px;
}

#navigation ul{
	margin-top:100px;
}

#social{
	text-align:right;
	/*height:50px;*/
	padding-left:70px;
}

#social a{
	float:left;
	padding-top: 20px;
	margin-left:10px;
}

/*hidden from ie*/
html>body #social a {float:right; margin-left:0px;}

#facebook{
	display:block;
	width:44px;
	height:44px;
	background-image:url('../images/facebook_link.png');
	background-repeat:no-repeat;
}

#mail{
	padding-right:10px;
	display:block;
	width:44px;
	height:44px;
	background-image:url('../images/mail_link.png');
	background-repeat:no-repeat;
}

/*footer*/
#footer{
	height:40px;
	background:url('../images/footer_bar.png');
	background-repeat:repeat-x;
}

#footer_extension{
	height:0px;
	background: #060606;
}

#footer_links{
	width:348px;
	margin:auto;
}

#footer_links a{
	display:block;
	width:116px;
	height:40px;
	float:left;
}



/*portfolio*/
#portfolio{
	
	width:680px;
}

#portfolio img{
	cursor:pointer;
	border:1px solid silver;
	width:150px;
	height:100px;
	margin:20px 6px 20px 6px;

}

#portfolio img:hover{
	border-color:#8fc925;
}

#portfolio h4{
	color:#484747;
	font-family:garamond;
	font-size:14px;
	padding: 5px 0px 5px 0px;
	border-bottom: solid silver 1px;
}

/*price*/

table{
	padding:5px;
}

td{
	padding:3px;
}

.price{
	width: 600px;
}

#hintaTable{
	border: 1px;
	cellpadding: 3px;
}

/*contact*/
#viesti{
		width:300px;
		height:150px;
}

#kontakti_table{
		margin-top:20px;
		width:500px;
}

#additional{
		padding:40px;
		margin: 30px;
		border-top:solid silver 1px;
		width:580px;
}

#additional h4{
		font-family:garamond;
		font-size:30px;
		color:silver;
		font-style:italic;
		font-weight:bold;
		line-height:40px;
		
}

#insta {
		margin-top:10px;
		font-size: 18px;
		
}