/* CSS Document */

body {
	margin:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:24px;
	font-weight:300;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#116AA2;
	font-weight:300;
}

h3 {
	color:#116AA2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:300;
	
}


p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:22px;
}


a {
	font-family:Arial, Helvetica, sans-serif;

}

li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;

}


/*----general classes---*/

.left {
	float:left;
}

.right {
	float:right;
}

.bold {
	font-weight:bold;

}

.boldblue {
	font-weight:bold;
	color:#116AA2;
	font-size:16px;
	margin-bottom:-18px;
}


/*--------header---*/

#header {
	width:100%;
	height:93px;
	background-color:#003049;
}

/*--------mennu---*/

#menu {
	background-color:#003049;
	width:917px;
	margin:auto;
}

#menu ul {
	float:right;
	margin-top:70px;

}

#menu li {
	list-style:none;
	display:inline;

}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:15px;
	font-size:18px;

}

#menu a:hover {
	color:#116AA2;
}

#menu h1 {
	float:left;
	margin-top:60px;
	font-size:18px;
}


/*-----------home feature---*/


#homefeature {
	width:100%;
	height:233px;
	background-color:#EFECEC;
	clear:both;
	background-image:url(../images/home_feature.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:30px 0 20px 0;
}


/*-----------feature---*/


#feature {
	width:100%;
	height:157px;
	background-color:#EFECEC;
	clear:both;
	background-image:url(../images/small_feature.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:30px 0 20px 0;
}


/*-------content---*/

#content {
	width:917px;
	margin:auto;
	
}

#left {
	width:191px;
	padding-top:25px;
}

#left img {
	margin-bottom:5px;
}

#right {
	width:700px;
	float:right;
	margin-top:5px;
}


/*-------footer---*/

#footer {
	clear:both;
	border-top:1px solid #CBCACA;
	
}

#footer p {
		font-size:11px;
		color:#999999;
		margin-top:-1x;
		line-height:18px;
}

#footer a {
		color:#999999;
}

#footer a:hover {
		color:#116AA2;
}












