/**
*	Wrapper Specifics
*/

.wrap {
	margin: 0 auto;
	width: 1026px
}

/**
*	Top Specifics
*/

#top {
	background: url(../images/bg-top.jpg) repeat-x scroll 0 0;		
}

#top .wrap {
	position: relative;
	height: 30px;
}

#topmenu {
	background: url(../images/bg-topmenu.png) no-repeat scroll 0 0;
	height: 71px;
	width: 486px;	
	position: absolute;
	right: 37px;
}


#topmenu ul {
	margin: 20px 15px 18px 20px;
	padding: 0;	
}

#topmenu li { 
	background: url(../images/topmenu-divider.jpg) no-repeat scroll right center;
	display: inline;
	padding: 0 10px;
}

#topmenu li.last {
	background: none;
}

#topmenu li a:link,
#topmenu li a:visited, 
#topmenu li a:active { 
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0;
}

#topmenu li a:hover {
	background: url(../images/topmenu-hover.jpg) no-repeat scroll center bottom;
}

/**
*	Mainbody Specifics
*/

#mainbody {
	background: #15709e url(../images/bg-mainbody.jpg) repeat-x scroll 0 0;	
}

#mainbody .wrap {
	background-color: #ffffff;
	
	padding-bottom: 30px;
}

#header {
	background: #ffffff url(../images/bg-header.jpg) repeat-x scroll 0 0;	
	height: 154px;
	/*margin-bottom: 16px;*/
	overflow: hidden;
}

.logo {
	display: inline;
	float: left;
	height: 81px;
	width: 230px;
	margin: 36px 26px 0 49px; 
}

.banner {
	float: right;
	height: 138px;
	width: 721px;	
}

#sidebar {
	display: inline;
	float: left;
	width: 231px;
	margin: 0 26px 0 49px; 
}

ul#sidebarmenu {
	background: url(../images/bg-sidebarmenu.jpg) no-repeat;
	height: 302px;
	
}

ul#sidebarmenu li {
	
}

ul#sidebarmenu li a:link,
ul#sidebarmenu li a:visited,
ul#sidebarmenu li a:active {
	color: #ffffff;
	display: block;
	font-size: 21px;	
	padding: 12px 0 12px 18px;
}

#contentbody {
	display: inline;
	float: right;
	width: 672px;
	margin-right: 48px;
}

#contentbody #col1 {
	display: inline;
	float: left;
	width: 191px;
	margin-right: 17px;
}

#contentbody #col2 {
	display: inline;
	float: right;
	width: 464px;
}

.quote {
	color: #006289;
	font-size: 21px;
}

.box-wrap {
	overflow: hidden;
	width: 474px;
	margin-right: -15px;
	margin-bottom: 20px;
}

.box {
	background: url(../images/bg-box.jpg) no-repeat;
	float: left;
	margin-right: 10px;
	height: 302px;
	width: 227px;
}

.box h3 {
	color: #006289;
	font-size: 21px;
	padding-left: 15px;
	margin: 0;	
	height: 47px;
	line-height: 47px;
}

.box .content {
	font-size: 11px;
	padding: 10px;
}

.box .content p {
	margin-bottom: 8px;
}

.box h4 {
	margin: 0;
	font-size: 12px;
}

.box .readon {
	float: right;
	padding: 5px 0;
}

.content-item {
	background: url(../images/horz-div.jpg) no-repeat scroll bottom left;
	padding-bottom: 4px;
}

.readon {
	color: #4b4b4b;
}

.video {
	background: url(../images/video.jpg) no-repeat scroll bottom left;
	width:464px;
	height:305px;
}

/**
*	Footer Specifics
*/

#footer {
	background: #15709e url(../images/bg-footer.jpg) repeat-x scroll 0 0;
	height: 121px;
}

#footer .wrap {
	background: #15709e url(../images/bg-footer-wrap.jpg) no-repeat scroll 0 0;
	height: 68px;
}

.copyright {
	color: #ffffff;
	font-size: 10px;
	padding: 20px 0 0 40px;
}

/**
*	Menu Specifics
*/

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

/**
*	Module Header Specifics
*/

.module {
	margin-bottom: 15px;
}

.module h3 {
	background: url(../images/bg-module-header.jpg) no-repeat;
	color: #006289;
	font-size: 21px;
	padding-left: 15px;
	margin: 0;	
	height: 47px;
	line-height: 47px;
	
}

/*******************  Inner Pages Styling  *********************/

.contentarea {
	font-size: 16px;
	float: left;	
	width: 473px;
}

.banner-right {	
	display: inline;
	float: right;
	margin: -16px -69px 0 0;
	position: relative;
	width: 221px;
}

.datasheet {
	background: #e8e8e8;
	border: 1px solid #bbbbbb;
	margin-bottom: 25px;
}

.datasheet table {
	color: #127ba3;
	font-size: 14px;
	font-weight: bold;
	width: 100%;	
}

.datasheet tr.datasheet-header {
	
}

.datasheet tr.datasheet-header td {
	border-top: 0;
}

.datasheet td {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #bbbbbb;	
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #f4f4f4;
	padding: 10px 5px 10px 10px;
	text-align: center;
}

.datasheet td.first {
	border-right: 1px solid #bbbbbb;
	border-left: 0;
	text-align: left;
	/*width: 375px;	*/
}

.datasheet td.last {
	border-left: 1px solid #f4f4f4;
	border-right: 0;
	/*width: 215px;*/
}

.datasheet-header  td.col1 {	
	background: #cff1ff url(../images/round-top.jpg) no-repeat;	
}

.datasheet tr.last td {
	border-bottom: 0;
}

.datasheet td h1 {
	font-size: 21px;	
	padding-left: 15px
}

.datasheet a {
	color: #127ba3;
}

.datasheet ul {
	margin: 0;
	padding: 0;
}

.datasheet ul li {
	color: #535353;
	display: inline;
	float: left;
	font-weight: normal;
	padding: 0;
}

.datasheet ul li.datasheet-title {
	color: #127ba3;
	font-weight: bold;
	padding-left: 15px;
	width: 90px
}

/**
*	yhteystiedot specifics	
*/

#yhteystiedot .datasheet td.col2 {
	text-align: left;
}

/**
*	hinnasto specifics	
*/

#datasheet1 {
	margin-bottom: 10px;
}

#datasheet1 td.col2,
#datasheet1 td.col3,
#datasheet1 td.col4 {
}

#datasheet1 p {
	color: #535353;
	font-size: 11px;
}

#datasheet1 p span {
	color: #127ba3;
	display: block;
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
	width: 110px;
}

p.note {	
	font-size: 11px;
	margin: 0 0 10px 20px;
}

#datasheet2 td.first {
	
}

#datasheet3 td.first,
#datasheet4 td.first {
	width: 300px;
}

#datasheet3 td {
	width: 100px;
}


