/*--TAGS----------------------------------------------------------------------*/
html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, sans-serif;
	font-size:14px;
	background:#D8E1ED url(http://pmhconsult.no/images/background_gradient.png) repeat-x top left fixed;
}

hr {
	margin:25px 0px 30px 0px;
	padding:0px;
	border:0px;
	color:#1D3B85;
	background-color:#1D3B85;
	height:2px;
}

h1 {
	display:inline;
	margin:0px;
	padding:0px;
	font-family:"Frutiger Bold", Verdana, sans-serif;
	font-weight:normal;
	font-size:45px;
	line-height:45px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#1D3B85;
}

h2 {
	display:inline;
	margin:0px;
	padding:0px;
	font-family:"Frutiger Light", Verdana, sans-serif;
	font-weight:normal;
	font-size:45px;
	line-height:45px;
	text-transform:capitalize;
	letter-spacing:2px;
	color:#1D3B85;
}

h3 {
	margin:0px 0px 0px 1px;
	padding:0px;
	font-family:"Frutiger Light", Verdana, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	letter-spacing:8px;
	color:#1D3B85;
}

h4 {
	margin:10px 0px 20px 0px;
	padding:0px;
	font-size:28px;
	color:#1D3B85;
}

h5 {
	margin:0px 0px 2px 0px;
	padding:0px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#1D3B85;
}

a {
	color:#1D3B85;
	text-decoration:none;
}

a:hover {
	color:#002277;
}

a:active {
	color:#003399;
}

p {
	margin:0px 2px 20px 2px;
	padding:0px;
	text-align:justify;
	line-height:22px;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

ul, ol {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 20px;
	list-style-type:square;
}

/*--CONTAINERS----------------------------------------------------------------*/
#main {
	width:900px;
	min-height:1200px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	border-left:2px solid #222222;
	border-right:2px solid #222222;
	background-color:#FFFFFF;
	padding:0px 20px 50px 20px;
	z-index:1;
}

.header {
	clear:both;
	margin:0px 0px 20px 0px;
	padding:15px 0px 0px 0px;
}

#menu {
	clear:both;
	height:30px;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	text-transform:lowercase;
	line-height:30px;
	letter-spacing:2px;
	background-color:#1D3B85;
	list-style-type:none;
}

#footer {
	clear:both;
	width:900px;
	margin:60px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	border-top:2px solid #1D3B85;
}

/*--FONTS---------------------------------------------------------------------*/
@font-face {
	font-family:"Frutiger Light";
	src:url(http://pmhconsult.no/misc/frutiger_l.ttf) format("truetype");
}

@font-face {
	font-family:"Frutiger Bold";
	src:url(http://pmhconsult.no/misc/frutiger_b.ttf) format("truetype");
}

/*--MENU----------------------------------------------------------------------*/
.menu_item {
	margin:0px 10px 0px 20px;
	padding:0px;
	height:30px;
	float:left;
}

.menu_item a {
	display:block;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
}

.menu_item a:hover {
	height:30px;
	line-height:30px;
	color:#CCCCCC;
}

/*--HEADERS-------------------------------------------------------------------*/
#home {
	margin:0px;
	padding:310px 0px 0px 0px;
	background:url(http://pmhconsult.no/images/illustration_home.png) no-repeat left top;
}

#partners {
	margin:0px;
	padding:310px 0px 0px 0px;
	background:url(http://pmhconsult.no/images/illustration_partners.png) no-repeat left top;
}

#contact {
	margin:0px;
	padding:310px 0px 0px 0px;
	background:url(http://pmhconsult.no/images/illustration_contact.png) no-repeat left top;
}

/*--MICS----------------------------------------------------------------------*/
#map {
	border:2px solid #1D3B85;
	margin:0px 50px 60px 0px;
	padding:0px;
	display:block;
	clear:left;
}

#logo {
	margin:0px 5px 0px 0px;
	padding:0px;
}

#padlock {
	width:300px;
	height:255px;
	background-image:url(http://pmhconsult.no/images/illustration_padlock.png);
	position:fixed;
	bottom:5px;
	left:-90px;
	z-index:-1;
}

.left {
	float:left;
}

.right {
	float:right;
}

