/*
CSS RESET
By: Eric Meyer
Source: http://meyerweb.com/eric/tools/css/reset/index.html
*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #000;
	line-height: 1;
	background: #173f5b url('../images/bg.png') repeat-x scroll;
}
ul {
	list-style: disc;
	list-style-position:inside;
	padding-bottom: 10px;
}
ol {
	list-style: decimal;
	list-style-position:inside;
	padding-bottom: 10px;
}
blockquote, q {
	quotes: none;
	background: #d8ebe5 url('../images/quote.png') no-repeat 0 0;
	padding: 10px 50px 0 70px;
	margin-bottom: 10px;
	border: 1px #fff dotted;
}
	blockquote p{
		font: bold 16px/24px "Times New Roman", Georgia, serif;
	}
	q p {
		font: bold 16px/24px "Times New Roman", Georgia, serif;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* TABLE STYLES */
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #d8ebe5;
	margin-bottom: 25px;
}

	thead {
		color: #fff;
		background-color: #173f5b;
	}
		#home thead {
			background-color: #222;
		}
		
	tfoot {
		color: #000;
		background-color: #eee;
	}
		tfoot img {
			padding: 5px 5px 0;
		}
		
	caption {
		font: bold 14px Arial, Helvetica, sans-serif;
		padding-bottom: 15px;
		background: #E0E0E0;
		border-bottom: 1px #000 solid;
		padding: 6px 16px;
	}
	
	
/* STYLES FOR FEATURES TABLE IN SUPPORT PAGE */
		#support .top-row {
			width: 80px;
		}
																				
		#support .features-table td, th {
			text-align: center;
			padding: 5px;
			vertical-align: middle;
		}
	
			#support .features-table .left-col {
				text-align: left;
			}
			#support .left-col h3{
				font: bold 14px Arial, Helvetica, sans-serif;
				padding: 0;
			}
			#support .left-col p {
				padding: 0;
			}
			
/* END OF FEATURES TABLE */

	th {
		font: bold 16px Arial, Helvetica, sans-serif;
		text-align: left;
		border: 1px #000 solid;
	}
	
	td {
		padding: 5px 10px;
		text-align: left;
		border: 1px #000 solid;
		max-width: 200px;
		vertical-align: middle;
	}
		#about td {
			border-width: 0 0 1px;
		}
		.narrow {
			width: 50px;
		}
		
/* END OF TABLE STYLES */

/* DEFINITION LIST */
dl {
	border: 1px #fff dotted;
	width: 90%;
	background-color: #d8ebe5;
	margin: 0 auto;
	padding: 15px;
}
dt {
	border: 1px #fff solid;
	font: bold 16px/24px Arial, Helvetica, sans-serif;
	padding: 5px;
	background: #ffffd8;
	width: 55%;
}
	.question {
		width: 85%;
		font: 14px/21px Arial, Helvetica, sans-serif;
	}

dd {
	font: 14px/21px "Times New Roman", Georgia, serif;
	padding: 5px 0 15px 15px;
}

/* END OF DEFINITION LIST */
/* CONTACT FORM */

.row-element                    { position: relative; clear: both; min-height: 35px; }
.row-elemSelect              { clear: both; min-height: 35px; }
label                       { width: 350px; display: block; font-variant:small-caps; padding: 10px 0 5px; }
input[type=text], textarea  { width: 350px; outline: none; }


/* END OF CONTACT FORM */
/* END OF RESET */

/*
STYLE
www.deskartes.com
By: Jesse Honkanen
*/
/* Generic */
p {
	padding-bottom: 10px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

h2 {
	color: #000;
	font: 18px/27px Arial, Helvetica, sans-serif;
	padding: 3px 0 5px;
}

li {
	padding: 5px 0 10px 15px;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
}
	#about li {
		list-style: none;
		font: small-caps 18px/27px Arial, Helvetica, sans-serif;
	}
		#about img {
			padding-right: 5px;
		}

.clear {
	clear: both;
}

hr {
	height: 2px;
	width: 90%;
	background: #ffffd8;
	border: 1px #000 solid;
	border-width: 1px 0 0 1px;
}

address {
	font: 14px/21px Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

address img {
    padding: 0 5px 0 0;
	background: transparent;
	border: none;
	display: inline;
	float: left;
}


/* Container */
#container {
	margin: 0 auto;
	width: 1000px;
}
/* Header */
#header {
	width: 1000px;
	height: 110px;
	float: left;
}

	#logo {
		margin: 12px 0 0 20px;
	}
		#logo h1 {
			display: block;
			float: left;
			width: 317px;
			height: 85px;
			text-indent: -9999px;
		}
			#logo h1 a {				
				display: block;
				width: 100%;
				height: 100%;
				outline: none;
				background: url('../images/logo.png') no-repeat 0 0;
				padding: 0;
			}
		
	#tagline {
		color: #ffffd8;
		float: right;
		padding: 102px 20px 0 0;
		visibility: hidden;
	}
		#tagline h6 {
				font: small-caps 16px Arial, Helvetica, sans-serif;				
		}
		
/* Navigation */
#navigation {
	width: 1000px;
	clear: both;
}
	#navigation ul {
		padding: 7px 0 7px 20px;
		list-style-type: none;
		border-bottom: 1px #173f5b solid; //#ffffd8 solid;
	}
		#navigation a:link, a:visited{
			padding: 8px 10px 7px;
			color: #173f5b;
			text-decoration: none;
			letter-spacing: 1px;
			//font: bold 14px Arial, Helvetica, sans-serif;
		}			
		#navigation a:hover {
			//color: #ffffd8;
			//border:1px solid #173f5b;
			text-decoration: underline;
		}
		#navigation .main-nav-links a:active {
			color: #173f5b;
			text-decoration: none;
		}
		#navigation .sub-nav-links a:active {
			color: #173f5b;
			text-decoration: none;
		}
				
	#navigation .main-nav-links li {
		padding: 0;
		display: inline;
		font: bold 14px Arial, Helvetica, sans-serif;
	}
				
	#navigation .sub-nav-links li {
		padding: 0;
		display: inline;
		font: bold italic 12px Arial, Helvetica, sans-serif;
	}
			
	#home #nav-home a,
	#products #nav-products a,
	#downloads #nav-downloads a,
	#support #nav-support a,
	#about #nav-about a,
	#contact #nav-contact a,
	#order #nav-order a {
		color: #ffffd8;
		background-color: #173f5b;
		text-decoration: none;
	}

	#home #navigation #nav-home a:hover,
	#products #navigation #nav-products a:hover,
	#downloads #navigation #nav-downloads a:hover,
	#support #navigation #nav-support a:hover,
	#about #navigation #nav-about a:hover,
	#contact #navigation #nav-contact a:hover,
	#order #navigation #nav-order a:hover {
		background-color: #ffffd8;
		color: #173f5b;
		text-decoration: none;
	}

	#home #sub-active a,
	#products #sub-active a,
	#downloads #sub-active a,
	#support #sub-active a,
	#about #sub-active a,
	#contact #sub-active a,
	#order #sub-active a {
		background-color: #ffffd8;
		color: #173f5b;
		text-decoration: underline;
		padding-top: 1px; padding-bottom: 1px;
	}

		
/* Content for finish.php*/
#finish-content {
	float: left;
	width: 960px;
	padding: 35px 20px;
}
	#finish-content .content-top {
		float: left;
		width: 930px;
		height: 32px;
		background: #7D856B url('../images/content_box_top.png') repeat-x;
		padding: 3px 14px;
		border: 1px #000 solid;
	}
	
	#finish-content .content-middle {
		float: left;
		width: 930px;
		padding: 10px 14px;
		background-color: #eee;
		border: 1px #000 solid;
		border-width: 0 1px;
	}
	
	#finish-content .content-bottom {
		float: left;
		width: 930px;
		height: 13px;
		background-color: #ffffd8;
		padding: 0px 14px;
		border: 1px #000 solid;
		margin-bottom: 20px;
	}
	
	#finish-content .content-middle h3 {
			color: #555;
			font: bold 18px/27px Arial, Helvetica, sans-serif;
			padding: 10px 0;
		}
		#finish-content .content-middle h4 {
			color: #000;
			font: bold 14px/21px Arial, Helvetica, sans-serif;
			padding: 10px 0;
		}
		
		#finish-content .content-middle p {
			padding: 5px;
			width: 95%;
			margin: 5px auto 15px;
		}
		
		#finish-content .content-middle img {
			background-color: #fff;
			border: 1px #ccc none;
			margin: 5px 0 10px;
		}
		
		#finish-content .content-middle a {
			text-decoration: underline;
			color: blue;
			padding: 0;
			font: 12px/18px Arial, Helvetica, sans-serif;
			letter-spacing: 0;
		}
			#finish-content .content-middle a hover {
				text-decoration: none;
			}

	
/* Content */
#left-content {
	float: left;
	width: 600px;
	padding: 35px 20px;
}
	#left-content-max {
		float: left;
		width: 960px;
		float: left;
		padding: 35px 20px;
	} /* käytä jos sisältö on pelkästään class="content-wide" esim. features jutus */
	
	#left-content .content-top {
		float: left;
		width: 570px;
		height: 32px;
		background: #7D856B url('../images/content_box_top.png') repeat-x;
		padding: 3px 14px;
		border: 1px #000 solid;
	}
	
	#left-content .content-middle {
		float: left;
		width: 570px;
		padding: 10px 14px;
		background-color: #eee;
		border: 1px #000 solid;
		border-width: 0 1px;
	}
	
		#left-content .content-middle h3 {
			color: #555;
			font: bold 18px/27px Arial, Helvetica, sans-serif;
			padding: 10px 0;
		}
		#left-content .content-middle h4 {
			color: #000;
			font: bold 14px/21px Arial, Helvetica, sans-serif;
			padding: 10px 0;
		}
		
		#left-content .content-middle p {
			padding: 5px;
			width: 95%;
			margin: 5px auto 15px;
		}
		
		#left-content .content-middle img {
			background-color: #fff;
			border: 1px #ccc none;
			margin: 5px 0 10px;
		}
		
		#left-content .content-middle a {
			text-decoration: underline;
			color: blue;
			padding: 0;
			font: 12px/18px Arial, Helvetica, sans-serif;
			letter-spacing: 0;
		}
			#left-content .content-middle a hover {
				text-decoration: none;
			}
			
		#left-content .content-wide {
			float: left;
			width: 930px;
			padding: 10px 14px;
			background-color: #eee;
			border: 1px #000 solid;
			margin-bottom: 20px;
			font: 12px/18px Arial, Helvetica, sans-serif;
		}
		#left-content .content-wide h3, h4 {
			color: #000;
			font: bold 18px/27px Arial, Helvetica, sans-serif;
			padding: 10px 0;
		}
		#left-content .content-wide a {
			text-decoration: underline;
			color: blue;
			padding: 0;
			font: 12px/18px Arial, Helvetica, sans-serif;
			letter-spacing: 0;
		}
			#left-content .content-wide a hover {
				text-decoration: none;
			}
			
			#left-content .content-wide h3 a {
				color: #555;
				font: bold 18px/27px Arial, Helvetica, sans-serif;
				padding: 10px 0;
				text-decoration: none;
			}
			#left-content .content-wide h4 a {
				color: #000;
				font: bold 14px/21px Arial, Helvetica, sans-serif;
				padding: 10px 0;
				text-decoration: none;
			}
				
		#left-content-max .content-wide {
			float: left;
			width: 930px;
			padding: 10px 14px;
			background-color: #eee;
			border: 1px #000 solid;
			margin-bottom: 20px;
			font: 12px/18px Arial, Helvetica, sans-serif;
		}
		
		#left-content-max .content-wide a {
			text-decoration: underline;
			color: blue;
			padding: 0;
			font: 12px/18px Arial, Helvetica, sans-serif;
			letter-spacing: 0;
		}

	
	#left-content .content-bottom {
		float: left;
		width: 598px;
		height: 13px;
		background-color: #ffffd8;
		border: 1px #000 solid;
		margin-bottom: 20px;
	}

#content-right {
	float: right;
	width: 320px;
	padding: 35px 20px;
}

	#content-right .sidebar-top {
		float: left;
		height: 32px;
		width: 290px;
		background: #7D856B url('../images/content_box_top.png') repeat-x;
		padding: 3px 14px;
		border: 1px #000 solid;
	}
	
	#content-right .sidebar-middle {
		float: left;
		width: 290px;
		padding: 10px 14px;
		background-color: #eee;
		border: 1px #000 solid;
		border-width: 0 1px;
	}
		#content-right .sidebar-middle h3 {
			color: #666;
			font: bold 18px/27px Arial, Helvetica, sans-serif;
			padding-bottom: 10px;
		}
		#content-right .sidebar-middle h4 {
			color: #000;
			font: bold 14px/21px Arial, Helvetica, sans-serif;
			padding-bottom: 10px;
		}
		#content-right .sidebar-middle a {
			text-decoration: underline;
			color: blue;
			padding: 0;
			font: 12px/18px Arial, Helvetica, sans-serif;
			letter-spacing: 0;
		}
		

	#content-right .sidebar-bottom {
		float: left;
		width: 318px;
		height: 13px;
		background-color: #ffffd8;
		border: 1px #000 solid;
		margin-bottom: 20px;
	}

/* EASY SLIDER */
#home #slideshow {
	margin: 20px 0;
	position:relative;
}
	#home #slider{
		background-color: #173f5b;
		border: 1px #fff solid;
		margin:0 auto;
		overflow:auto; /* allow scrollbar */
		//padding: 5px 20px;		
	}	
		#home #slider ul, #slider li{
			list-style:none;
			padding: 0;
			margin: 0;
		}
		
		#home #slider .mrgleft {
			padding-left:10px;
			padding-right:10px;
		}
		
		#home #slider li{ 
			width:800px;
			height:308px;
			overflow:hidden; 
		}
			#home #slider li img {
				float: right;
				border: 2px #fff solid;
			}
			#home #slider li p{
				color: #fff;
				padding-bottom: 19px;
				font: 14px/20px Arial, Helvetica, sans-serif;
			}
				#home #slider li p a{
					text-decoration: underline;
					color: #ccc;
				}
			#home #slider li h2 a{
				font: 24px/36px Arial, Helvetica, sans-serif;
				color: #fff;
				padding: 0 0 15px 0;
				text-decoration: none;
			}
			#home #slider li h3 a{
				font: bold 18px/27px Arial, Helvetica, sans-serif;
				color: #fff;
				padding: 0 0 15px 0;
				text-decoration: none;
			}
			
			#prevBtn, #nextBtn{ 
				display:block;
				height:300px;
				width:39px;
				left:30px;
				position:absolute;
				top:0;				
			}	
			#nextBtn{ 
				left:931px;
			}														
			#home #prevBtn a, #nextBtn a{  
				display:block;
				width:39px;
				height:300px;
				background:transparent url('../images/arrow-left.png') no-repeat 0 0;
			}	
			#home #nextBtn a{ 
				background:transparent url('../images/arrow-right.png') no-repeat 0 0;	
			}
			
	/* numeric controls */	

	ol#controls{
		margin:2px 0;
		margin-right:94px;
		padding:0;
		padding-bottom:10px;
		height:20px;
		float:right;
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/*
* END SLIDESHOW
*/
#home #info{
	float: left;
	width: 960px;
	padding: 0 20px;
	padding-top:10px;
	padding-bottom:5px;
}

	#home #info #info-container {
		background: #eee;
		border: 1px #fff solid;
		width: 930px;
		padding: 5px 14px;
	}
	
	#home #info #info-container h3 {
		float: left;
		padding: 0 10px 0 0;		
	}
	#home #info #info-container p {
		padding: 0;		
	}

#social-media-logos{
 clear: both;
 margin-left:788px;
 margin-bottom:5px;
 width: 900px;
 padding: 0px 0px 0;
}

/* Footer */
#footer {
 clear: both;
}

#footer p {
	color: #fff;
	padding: 15px 0;
}
	#footer p a {
		letter-spacing: 0;
		padding: 0;
		color: #fff;
		text-decoration: underline;
		font: 12px/18px Arial, Helvetica, sans-serif;	
	}
	#footer p a:visited {
		color: #fff;
		text-decoration: underline;
		font: 12px/18px Arial, Helvetica, sans-serif;
	}
	#footer p a:link {
		color: #fff;
		text-decoration: underline;
		font: 12px/18px Arial, Helvetica, sans-serif;
	}
	#footer p a:hover {
		color: #ffffd8;
		text-decoration: underline;
		font: 12px/18px Arial, Helvetica, sans-serif;
	}

#footer h5 {
	color: #fff;
	font: bold 18px/27px Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: none;
	letter-spacing: 0;
}
	#footer h5 a {
	color: #fff;
	font: bold 18px/27px Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: underline;
	letter-spacing: 0;
	}



	#footer-content {
		border-top: 2px #eee solid;		
		width: 960px;
		padding: 20px 20px 0;
		margin: auto;
	}
	
	.col {
		border-left: 1px #eee dashed;
		float: left;
		width: 140px;
		margin-bottom: 15px;
		margin-right: 10px;
		padding-left: 10px;
	}
	.wide {
		margin-right: 15px;		
		width: 200px;		
	}

/* CLASSES */

.simple {
	font-weight: normal;
	background-color:transparent;
	border:none;
}

.bold {
	font-weight: bold;
}

.center {
	text-align:center;
}

.normal {
	font-weight: normal;
	text-align: left;
}

.small {
font-size:80%;
}

.normalfont{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.arialelem
{
font-family: Arial;
text-align:center;
font-weight: bold;
}

.tride {
background-color:rgb(70, 160, 152);
}
.tridelite {
background-color:rgb(114, 201, 193);
}

.trieditpro {
background-color:rgb(103, 193, 175);
}
.dime {
background-color:rgb(172, 224, 217);
}
.sime {
background-color:rgb(179, 179, 201);
}
.ve{
background-color:rgb(189, 189, 189);
}

.desexp {
background-color:rgb(108, 159, 181);
}

input.payment {
	width: 280px;
	outline: none;
}

select.payment{
	width: 285px;
}

input.products{
	width:55px;
}

td.padded{
	padding-left:30px;
}

#process-step{
	width:570px;
}

td.mnd2{
	background-color:#173F5B;
	color:#ffffff;
}

table.calc{
	width:500px;
}

td.mnd{
	background-color:#EFFFFF;
}
/* END OF STYLE */
