/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 10px;
 background: #ececec;
 background-position: center center;
 background-image: url(../img/bg.png); 
 background-repeat: repeat-y;
 background-attachment: fixed;
 
}
#wrapper { 
min-height: 100%;
background-color: #fff;
width: 950px;
margin: 0 auto



}
#header {
 width: 930px;
 color: #333;
 padding: 10px;
 height: 180px;
 margin: 0px 0px 0px 0px;
 background-color: #172534


}
#navigation {
 width: 930px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 border-bottom: 1px solid #fff;
 padding-bottom: 0px;
 background-color: #172534

}

#navigation ul {
	list-style: none;
	margin: 0 auto;
	width: 900px;
	height: 40px;
}
#navigation li a {
	float: left;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
	font-size: 10px;	
}
#navigation li span {
	color: #54bdec;
	font-weight: bold;

}
#navigation li span:hover {
	color: #fff;

}

#content { 
 width: 950px;
 color: #333;
 border-bottom: 1px solid #fff;
 height: 230px;
 background-color: #fff

}
#content2 { 
 width: 950px;
 color: #333;
 border-bottom: 1px solid #fff;
 float: left;
 background-color: #fff;
 height: 100%;
  
 

}
ul li {
list-style: none;
}
a{
font-family: Helvetica, Arial ; 
text-transform: uppercase!important;
font-weight: bold;
font-size: 11px;
color: #54bdec;
border: none!important; 
text-decoration: none!important;
}
a:visited{
}
a:active{
}
a:hover{
color: #172534;
}
img{
border: none!important; 
text-decoration: none!important;
}
a.logo{
margin-right: 25px;
}
p.galleri2{
margin-top: 25px;
}
p.galleri3{
margin-top: 25px;
}
p.galleri4{
margin-top: 25px;
}
p.galleri5{
margin-top: 25px;
}
#fancy_content {
bottom:1px!important;
display:block!important;
height:auto!important;
left:1px!important;
right:1px!important;
top:1px!important;
width:auto!important;
}
.mengde {
	font-family: Helvetica, Arial ; 
	font-size: 11px;
	color: #949494;
	font-weight: 100;

}
.client {
	font-family: Helvetica, Arial ; 
	font-size: 10px;
	color: #acacac;
	font-weight: 100;
	float: left;
	width: 200px;
	margin-left: 30px;
	float: left;

}
.client span {
	color: #7a7a7a;
	font-weight: bold;
}
.client p {
	margin-top: 8px;
	margin-bottom: 25px;
}
.case {
	margin-left: auto;
	margin-right: auto;

}
#aboutme p {
	padding-left: 9px;
	padding-right: 180px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
 #contact {
	margin-left: 28px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #949494;
}
h2 { 
color: #52bdec; 
font-size: 12px; 
font-weight: bold;
padding-left: 9px;
margin-left: 20px;

}

