/* CSS reset
/* CSS reset by Eric Meyer - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
html {
	width: 100%;
	margin: 0;
	overflow: auto;
	}
body {
	line-height: 1;
	background: white;
	color: black;
	}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/* CSS reset addition by Mikko Paltamaa */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
body {
	padding: 0px;
	margin: 0px;
	}
/* CSS reset ends */

/* Basic styles start */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 1.5;
	/*
	font-family: "Arial", "Helvetica", "Tahoma", "Geneva", "Verdana", sans-serif;
	font-size: 13px;
	color: #4e4e4e;
	line-height: 1.2;
	*/
	}
p, ul, ol {
	margin-bottom: 14px;
	}
a {
	color: #0488d0;
	}
a:hover {
	color: #0488d0;
	}
a:visited {
	color: #990099;
	}
h1, h2, h3 {
	color: #4e4e4e;
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 7px;
	line-height: 1;
	}
h1 {
	font-size: 24px;
	margin-top: 0px;
	}
h2 { font-size: 18px; }
h3 { font-size: 14px; }
ul {
	margin-left: 32px;
	list-style: disc outside;
	}
ol {
	margin-left: 32px;
	list-style: decimal outside;
	}
dl { margin-bottom: 14px; }
dt { 
	font-weight: bold;
	margin-bottom: 2px;
	}
dd {
	margin-left: 20px;
	margin-bottom: 4px;
	}
th, strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
.clear {
	clear: both;
	}
/* Basic styles end */

/* Page structure starts */
body {
	text-align: center;
	background-color: #c6e0f1;
	/*background-image: url(../img/page_bg.png);
	background-repeat: repeat-x;*/
	}
#pageArea {
	position: relative;
	width: 900px;
	margin: 20px auto auto auto;
	text-align: left;
	}
#col1 {
	float: left;
	width: 228px;
	}
#col2 {
	margin-left: 249px;
	width: 639px;
	}
#col2.frontPage {
	padding-top: 32px;
	}
#logoArea {
	margin-top: 50px;
	margin-bottom: 20px;
	}
#navigationArea {
	margin-left: 10px;
	}
#navigation {
	list-style: none;
	margin: 0px;
	}
#navigation .item {
	line-height: 1;
	margin-bottom: 4px;
	}
#navigation .selected, #navigation .item:hover, #navigation .hover {
	background-image: url(../img/navigation_bg_selected.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
#langArea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #007fc4;
	padding: 3px 13px 10px 9px;
	line-height: 1;
	}
#langArea a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #007fc4;
	text-decoration: none;
	}
#langArea a:hover {
	text-decoration: underline;
	}
#contentArea {
	}
#contentBgTop {
	background-image: url(../img/content_bg_top.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	}
#contentBgMiddle {
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
	padding: 11px 43px 18px 39px;
	}
#contentBgBottom {
	background-image: url(../img/content_bg_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 25px;
	}
#contentContainer {
	overflow: hidden;
	}
#content {
	width: 559px;
	}
#content .contentPicture {
	margin-bottom: 50px;
	}
#content .headingImage {
	/*position: relative;
	top: -66px;
	left: 30px;
	margin-bottom: -39px;*/
	margin: -66px auto 27px 30px;
	}
#content .pictureGallery {
	margin-bottom: 14px
	}
#content .pictureGallery h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 1.5;
	font-weight: bold;
	}
#content .pictureGallery img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	}
#content .pictureGallery .right {
	margin-right: 0px;
	}
#content .indentedContent {
	padding: 0px 30px;
	}
#contactInfoArea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 13px 38px 9px;
	line-height: 1;
	}
/* Page structure ends */

/* Individual styles start */
form#quotation {
	padding: 15px 20px;
	background-color: #e0e0e0;
	border: 1px solid #d0d0d0;
	}
form#quotation .cellCaption {
	font-weight: bold;
	font-size: 13px;
	color: #606060;
	}
form#quotation .cell {
	width: 240px;
	}
form#quotation .required {
	color: #e00000;
	}
form#quotation table td {
	padding-right: 10px;
	padding-bottom: 2px;
	}
form#quotation table .separate td {
	padding-top: 12px;
	}
p.contactCol1 {
	float: left;
	}
p.contactCol2 {
	margin-left: 250px;
	}
p.map {
	margin-bottom: 7px;
	margin-top: 42px;
	}
#map {
	width: 499px;
	height: 374px;
	}