@charset "utf-8";
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[Table of contents]
1.   Header / #header
1.2. Logo / #header .logo
1.3. Photostrip / #header .content
1.4. Languages / #header .lang
 
2.   Mainmenu / #mainmenu
2.1. Login form 
2.2. Search form
3.   Navigation bar / #navigation
4.   Left panel / #left
4.1. Sidemenu / #sidemenu
5.   Main text / #content
6.   Right panel / #right
6.1. Contact form / .contactform
7.   Footer / #footer
7.1. Links
7.2. Certification / #certification
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

* {
	behavior: url(../css/iepngfix.htc);
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	background: #FFFFFF;
	color: #6E6E6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 0.9em;
}

#canvas {
	background: #F5F8FA;
	font-size: 0.70em;
	width: 100%;
}

#header {
	background: url(../../img/bg-header.jpg) no-repeat;
	border-bottom: 1px solid #BEC1C7;
	height: 118px;
	margin: 0px auto;
	position: relative;
	width: 777px;
}

#container {
	clear: both;
	margin: 0px auto;
	padding-top: 15px;
	width: 777px;
}

#content {
	border-top: 8px solid #E4E7EB;
	float: left;
	width: 777px;
}

#footer {
	background: #FFFFFF;
	clear: both;
	height: 21px;
	line-height: 1.8em;
	padding: 3px 0px 20px 0px;
	width: 100%;
}

#footer div {
	margin: 0px auto;
	width: 777px;
}

/* General Styles */

a, a:link, a:visited, a:active {
	color: #ED1C24;
	text-decoration: none;
}

a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

input, textarea, select, option {
	color: #6E6E6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

small {
	color: #7F7F7F;
	font-size: 11px;
	line-height: 14px;
}

p {
	margin-bottom: 10px;
}

h6, h5 , h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.red {
	color: #ED1C24;
}

/* Page Styles */

.logo {
	left: 0px;
	position: absolute;
	top: 56px;
}

.content {
	background: #CCCCCC;
	height: 85px;
	left: 188px;
	position: absolute;
	top: 172px;
	width: 439px;
	z-index: 10;
}

.lang {
	position: absolute;
	top: 5px;
}

.lang a:link img {
	border: 1px solid #DDDEE2;
	margin-right: 10px;
}

.lang a:visited img {
	border: 1px solid #DDDEE2;
	margin-right: 10px;
}

.lang a:hover img {
	border: 1px solid #BEC1C7;
	margin-right: 10px;
}

.lang a:active img {
	border: 1px solid #DDDEE2;
	margin-right: 10px;
}

#mainmenu {
	background: #FFFFFF;
	height: 17px;
	margin: 0px auto;
	padding: 5px 0px;
	width: 777px;
}

#mainmenu .loginerror {
	background: url(../../img/i-info.gif) 0px 2px no-repeat;
	color: #ED1C24;
	float: left;
	padding: 1px 0px 0px 16px;
	width: 185px;
}

#mainmenu form {
	display: block;
	float: right;
	width: 570px;
}

#mainmenu form label {
	padding: 0px 6px;
}

#mainmenu form label b {
	padding: 0px 6px;
}

#mainmenu form .txt {
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #747474;
	border-right: 1px solid #ECECEC;
	border-top: 1px solid #747474;
	height: 13px;
	padding: 1px;
	vertical-align: middle;
	width: 72px;
}

#mainmenu form .btn {
	background: #FFFFFF;
	padding: 4px 13px 4px 5px;
	vertical-align: middle;
}

#navigation {
	background: #BEC1C7;
	border-bottom: 1px solid #F5F8FA;
	height: 25px;
	margin: 0px auto;
	width: 777px;
}

#navigation ul {
	float: left;
	height: 25px;
}

#navigation li {
	color: #FFFFFF;
	display: inline;
	float: left;
	list-style: none;
}

#navigation li a {
	color: #2E2E2E;
	display: block;
	line-height: 1.1em;
	padding: 6px 22px 7px 22px;
}

#navigation li a.active {
	color: #ED1C24;
}

#navigation li a:hover {
	background: #CDCFD3;
	color: #ED1C24;
	text-decoration: none;
}

.homewel {
	color: #231F20;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 19px;
	width: 256px;
}

.hometxt {
	border-left: 1px solid #BEC1C7;
	float: left;
	margin-bottom: 30px;
	padding-left: 18px;
	width: 480px;
}

.homecol {
	float: left;
}

.homecol img {
	margin-bottom: 20px;
}

.homecol h4 {
	color: #ED1C24;
	font-size: 1.1em;
	margin: 0px 20px;
}

.homecol p {
	margin: 20px;
}

.hleft {
	width: 193px;
}

.hcenter {
	border: 1px solid #FFFFFF;
	border-bottom: none;
	border-top: none;
	width: 192px;
}

.hcenter h4 {
	border: 1px solid #BEC1C7;
	border-bottom: none;
	border-top: none;
	margin: 0px;
	padding: 0px 19px;
}

.hright {
	width: 192px;
}

.hright2 {
	width: 196px;
	border: 1px solid #A5A9B1;
}

.col-header {
	background: url(../../img/bg-sidetop.gif) #ED1C24 right bottom no-repeat;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	float: left;
	height: 45px;
	width: 100%;
}

.col-header2 {
	background: url(../../img/bg-sidetop_grey.gif) #A5A9B1 right bottom no-repeat;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	float: left;
	height: 44px;
	width: 100%;
}

.col-header h3 {
	font-family: Tahoma;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0px;
	padding: 6px 0px 0px 15px;
}

.col-header2 h3 {
	font-family: Tahoma;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0px;
	padding: 6px 0px 0px 15px;
}

.redlist {
	margin-bottom: 10px;
}

.redlist li {
	background: url(../../img/i-list-red.gif) 0px 50% no-repeat;
	list-style: none;
	padding-left: 9px;
}

#HomeEnd {
  clear:all;
}

#footer a {
	color: #A3A3A3;
}

#footer a:hover {
	border: none;
	color: #838383;
	text-decoration: none;
}

#footer .print {
	background: url(../../img/i-print.gif) 20px center no-repeat;
	float: left;
	height: 21px;
	padding-left: 39px;
}

#footer .rights {
	float: right;
	padding-right: 18px;
}

a.href_box{
	color: #FFFFFF;
}

a.href_box:hover{
	color: #FFFFFF;
}

