/* Copyright Northstar Creative Limited. Code by Fred Campbell */

/* Universal */
* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	background-color: #efe0ca;
}
#wrapper {width: 750px; margin: 0 auto;}
#masthead {
	height: 130px;
	width: 750px;
	position: relative;
	margin-bottom: 10px;
}
#masthead p {
	position: absolute;
	bottom: 0px;
	left: 25px;
	color: #000000;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	padding: 0px;
	line-height: 25px;
}
#masthead #logo {
	position: absolute;
	left: 250px;
	bottom: 0px;
}
#masthead #finnlamelli {
	position: absolute;
	right: 25px;
	bottom: 0px;
}
#content {
	background-image: url(../images/content-backgroundT.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 28px;
	padding-bottom: 25px;
}

#nav {
	height: 260px;
	width: 690px;
	position: relative;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 500;
}
#nav ul a {
	display: block;
	color: #FFFFFF;
	line-height: 50px;
	font-weight: normal;
	font-size: 22px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
}
#nav img {
	position: relative;
	width: 100%;
	height: 260px;
}
#nav ul a:hover {
	text-decoration: none;
	background-image: url(../images/transparency.png);
	color: #52B81F;
}
#nav li {
	float: left;
}
#main {
	margin-left: 45px;
	margin-right: 45px;
}
.container {
	float: left;
	width: 100%;
	overflow: auto;
}
.imgR {
	float: right;
	margin-left: 15px;
}
.clear {
	clear: both;
}
.box {
	padding: 15px;
}

h1 {
	font-size: 30px;
	color: #8c4807;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 10px;
}
h2 {
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
}

ul {list-style-type: none;}

a img {border: 0;}
a:link {color: #666666; text-decoration: none; font-weight: bold;}
a:visited {text-decoration: none; color: #666666; font-weight: bold;}


p {margin-bottom: 10px;}




/* Design */
.twocolL {float: left; width: 48%;}
.twocolR {float: right; width: 48%;}


/* Footer */

#footer {
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background-image: url(../images/content-backgroundB.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
}
#footer a:hover {
	color: #7A581F;
}
#footer a, #footer p {
	color: #C0AF90;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -1px;
}

#emailFields {width: 250px;}
#emailFields input {width: 230px; border: none; text-align: center; background: none; margin: 7px 0 0 7px; font-size: 13px; line-height: 13px; height: 20px;}
#emailFields .input-bg {height: 35px; margin-bottom: 15px; position: relative; background-color: transparent; background: url(../images/formBG.jpg) no-repeat left top;}
#emailFields .drop-down {margin-bottom: 15px;}
#emailMessage {width: 340px;}
#emailMessage textarea {display: block; border: none; overflow: auto; height: 260px; width: 300px; position: absolute; top: 20px; left: 20px;}
#emailMessage .message-bg {height: 300px; background-color: transparent; background: url(../images/messageBG.jpg) no-repeat left top; position: relative;}
label {display: block; font-size: 11px;}
fieldset {border: none;}
label.error {position: absolute; top: -20px; right: 0px; padding: 3px; color: #da3939; font-size: 10px; text-align: right;}
input.submit-button {float: right;}
.imgC {
	margin-bottom: 20px;
	margin-top: 10px;
}


table {
	border: none;
	margin-bottom: 5px;
	border-collapse: collapse;
	width: 660px;
}


td {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
}
.listtick  {padding: 5px 0 10px 0;}
.listtick a {font-weight: normal;}
.listtick li {
	line-height: 30px;
	background-image: url(../images/tick.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #52B81F;
}
.imgL {
	float: left;
	margin-right: 15px;
}

