/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

html {
font-size: 100.01%;
}

body {
background: #FFF url(../images/page_background.gif) no-repeat top right;
color: #000;
font: normal 0.75em Arial, Helvetica, sans-serif;
margin: 0;
}

img {
border: 0;
}

a:link {
color: #011e68;
text-decoration: none;
}

a:link:hover {
text-decoration: underline;
}

a:visited {
text-decoration: none;
color: #011e68;
}

form label {
cursor: pointer;
}

fieldset {
border: none;
}

p {
margin: 0;
padding: 0;
}

acronym {
cursor: default;
border-bottom: 1px dotted gray;
font-weight: bold;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

#header {
height: 80px;
background: url(../images/header_background.gif) repeat-y;
font-size: 90%;
}
	
	#header #logo {
	margin: 30px 5px 0 0;
	padding-left: 59px;
	width: 139px;
	height: 50px;
	float: left;
	}
	
	#header #section {
	margin: 32px -10px 0 10px;
	width: 230px;
	height: 20px;
	float: left;
	}
	
		#section .longdesc {
		position: absolute;
		width: 500px;
		font-size: 120%;
		}
	
	#header #nav {
	margin: 7px 10px 0 10px;
	height:  20px;
	width: 380px;
	float: left;
	}
	
		#header #nav label {
		padding: 5px 5px 0 0;
		float: left;
		font-size: 110%;
		}
		
		#header #nav input {
		float: left;
		margin-right: 5px;
		width: 90px;
		}
		
		#header #nav img {
		padding-top: 7px;
		}
	
		#header #nav ul {
		list-style: none;
		display: inline;
		}
			
			#header #nav ul li {
			display: inline;
			border-left: 1px solid #011e68;
			padding: 0 5px 0 8px;
			}
			
			#header #nav ul li.first {
			border: none;
			}

#tagline {
clear: both;
height: 24px;
}
	
	#tagline #left {
	width: 177px;
	height: 23px;
	background: #bce7dd;
	border-bottom: 1px solid #59829f;
	float: left;
	}
	
	#tagline #right {
	width: 662px;
	height: 18px;
	background: #a7b9c5;
	border-top: 1px solid #59829f;
	border-bottom: 1px solid #59829f;
	border-left: 1px solid #59829f;
	float: left;
	padding: 4px 0 0 15px;
	}

#subpage #tagline {
margin-bottom: 15px;
}

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

#container {
width: 855px;
margin: 0 0 50px 0;
padding-left: 14px;
background: #FFF;
}

	#leftcol {
	width: 177px;
	clear: both;
	float: left;
	margin-right: 15px;
	font-size: 90%;
	}
		
		#leftcol .orangeblock {
		margin: -12px 0 10px 0;
		font-size: 120%;
		}
		
		#leftcol ul {
		list-style: none;
		margin: -20px 0 20px 0;
		padding: 0;
		}
	
			#leftcol li {
			background: url(../images/arrow.gif) no-repeat 8px 4px;
			padding: 0 0 5px 18px;
			}			
		
		#leftcol img {
		margin-bottom: 20px;
		}
		
	#subpage #leftcol {
	margin-right: 13px;
	}
	
	#main {
	width: 560px;
	margin-top: 15px;
	float: left;
	overflow: hidden;
	}
	
		#main #flash {
		height: 197px;
		/*border-bottom: 1px solid #B8284C;*/
		}
		
		#main #nav {
		clear: both;
		height: 138px;
		}
		
			#nav#featureset {
			clear: both;
			height: 34px;
			background: #f0f url(../images/colors.gif) repeat-y;
			}
		
			#nav .feature {
			padding: 4px 0 0 16px;
			width: 124px;
			height: 34px;
			float: left;
			color: #FFF;
			font-weight: bold;
			}
			
				#nav .feature a {
				color: #FFF;
				}
				
					#nav .feature a:hover {
					text-decoration: underline;
					}
			
				.feature#number1 {
				padding-top: 11px;
				height: 27px;
				background: #25a78e url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
				
				.feature#number2 {
				padding-top: 11px;
				height: 27px;
				background: #AB1051 url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
				
				.feature#number3 {
				background: #daa24a url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
				
				.feature#number4 {
				background: #547d9d url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
				
          .feature#number4 p {
          margin: 0;
          padding: 0;
          display: block;
          }
			
			#nav .descriptionset {
			clear: both;
			}
			
			#nav .description {
			padding: 8px 11px 11px 19px;
			margin: 0 0 -11px 0;
			width: 110px;
			height: 89px;
			float: left;
			cursor: pointer;
			text-decoration: none;
			}
			
			#nav .description:hover {
			text-decoration: none;
			}
			
				.description.number1desc {
				background: url(../images/description_number1.jpg) no-repeat;
				}
				
				.description.number2desc {
				background: url(../images/description_number2.jpg) no-repeat;
				}
				
				.description.number3desc {
				background: url(../images/description_number3.jpg) no-repeat;
				}
				
				.description.number4desc {
				background: url(../images/description_number4.jpg) no-repeat;
				}
		
		#main #content {
		padding-top: 20px;
		clear: both;
		line-height: 150%;
		}
			
			#content p {
			margin: 15px 0;
			}
			
			#content ul li {
			margin-top: 5px;
			}
			
	#subpage #main { }
	
		#subpage #main img.product {
		float: right;
		/*border: 1px solid #40b29c;*/
		margin: 0 0 20px 5px;
		}
		
		#subpage #main ul {
		list-style: square;
		line-height: 150%;
		}
		
			#subpage #main ul li.more {
			font-size: 95%;
			list-style: none;
			margin-top: 10px;
			}
			
			#subpage #main ul li.nobull {
			list-style: none;
			}
			
		#subpage #main .hr {
		clear: both;
		margin: 15px 0;
		border-top: 1px solid #b5c6d0;
		padding: 0;
		}
		
		#subpage #main .klasbanner {
		float: right;
		margin-top: -72px;
		height: 62px;
		}

/* -----------------------------------*/
/* ----->>> SUBPAGE STRUCTURE <<<-----*/
/* -----------------------------------*/

#tabs {
clear: both;
height: 38px;
background: url(../images/columns_line.gif) no-repeat bottom left;
padding-bottom: 15px;
}

	#tabs .category {
	width: 183px;
	float: left;
	margin-right: 7px;
	padding-right: 2px;
	color: #FFF;
	font-weight: bold;
	}
	
			#tabs .category a {
			color: #FFF;
			}
	
			.category img {
			float: left;
			padding-right: 16px;
			margin-top: -4px;
			}
			
			.category.number1 {
			padding-top: 11px;
			height: 27px;
			background: #25a78e url(../images/arrow_white.gif) no-repeat 42px 13px;
			}
			
				.category.number1 img {
				margin-top: -11px;
				}
			
			.category.number2 {
			padding-top: 11px;
			height: 27px;
			background: #AB1051 url(../images/arrow_white.gif) no-repeat 42px 13px;
			}
			
				.category.number2 img {
				margin-top: -11px;
				}
			
			.category.number3 {
			height: 34px;
			padding-top: 4px;
			background: #daa24a url(../images/arrow_white.gif) no-repeat 42px 13px;
			}
			
			.category.number4 {
			height: 34px;
			padding-top: 4px;
			padding-right: 0;
			background: #547d9d url(../images/arrow_white.gif) no-repeat 42px 13px;
			}

/* -----------------------------------*/
/* ----------->>> FOOTER <<<----------*/
/* -----------------------------------*/

#footer {
margin-top: 17px;
font-size: 90%;
clear: both;
border-top: 1px solid #b5c6d0;
color: #53636c;
}

	#footer ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
		#footer li {
		display: inline;
		border-left: 1px solid #011e68;
		padding: 0 3px 0 7px;
		}
		
		#footer li.first {
		border: none;
		padding-left: 0;
		}
		
#subpage #footer {
	width: 753px;
}

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

.orangeblock {
background: #f5d3b8;
padding: 10px;
}

/* -----------------------------------*/
/* -------->>> CONTACT FORM <<<-------*/
/* -----------------------------------*/

label, input, textarea, select {
display: block;
width: 175px;
float: left;
margin-bottom: 5px;
}

label {
text-align: right;
width: 75px;
padding-right: 20px;
} 

textarea {
width: 400px;
}

form br {
clear: left;
}

.opposite {
width: 25px;
}

	.oppositel {
	width: 450px;
	text-align: left;
	}
	
	.oppositen {
	width: 50px;
	text-align: left;
	float: left;
	}
	
	.oppositeo {
	width: 500px;
	clear: both;
	text-align: left;
	}
	
	.opposite2 {
	float: left;
	width: 200px;
	text-align: left;
	}
	
	.opposite2cb {
	float: left;
	width: 25px;
	}
	
	
h1 { }

		#subpage h1 {
		font-size: 165%;
		margin: 0;
		font-weight: bold;
		width: 373px;
		height: 27px;
		float: left;
		padding: 40px 190px 10px 0;
		border-top: 1px solid #7e96a7;
		border-bottom: 1px solid #7e96a7;
		color: #25A78E;
		}
		
h2 { }

		#subpage h2 {
		margin: 0;
		padding: 0;
		font-size: 125%;
		font-weight: bold;
		color: #25A78E;
		}


h3 { }

		#content #right h3 {
		margin: 0;
		}


.required {
color: red;
}
