HTML,BODY {height:100%}

table {border-collapse: collapse;}

table.wrapper {width:100%; height:100%; padding:0px; margin:0px;}

#content {padding-right: 90px;}
#bot {padding-right: 90px;}

BODY, TD, P, DIV, SELECT, INPUT, TEXTAREA { 
	font-family: Tahoma, Arial, Helvetica; font-size: 11px; color: #707070;}

body {
	margin: 0px;
	padding: 0px;
}

B, STRONG {color: #C41224;}
H1, H2, H3, H4, H5, H6 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

H1 { 
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	color: #C40A05;
	margin-bottom: 20px;
	margin-right: 25px;
}

H2 {
	background-image:url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #C41224;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

A {text-decoration: underline;}
A:link, A:active, A:visited {COLOR: #C41224;}
A:hover {COLOR: #707070; text-decoration: none;}

H2 A {text-decoration: none;}

H2.level2 A:link, H2.level2 A:active, H2.level2 A:visited {COLOR: #707070;}
H2.level2 A:hover {COLOR: #C41224; text-decoration: none;}

FORM {padding: 0px; margin: 0px;}

INPUT.normal, INPUT.middle, TEXTAREA.middle {
	border: 1px solid #757575;
	background-image:url(images/in_shad.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 3px;
	color: #313131;
}
SELECT.normal, INPUT.normal {width: 110px; font-weight: normal;}
INPUT.middle, SELECT.middle, TEXTAREA.middle {width: 275px; font-weight: normal;}

.bottom{ 
	background-image:url(images/man.jpg); 
	background-repeat: no-repeat; 
	background-position: left bottom;
}
.top { 
	background-image:url(images/top.gif); 
	background-repeat:repeat-x; 
	background-position: left top; 
	width: 100%; height: 100%;
}

.lang { 
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 125px;
	word-spacing: 10px;
}
.lang A {text-decoration: none;}
.lang A:link, .lang A:active,.lang A:visited {COLOR: #FFFFFF;}
.lang A:hover {COLOR: #FFFFFF; text-decoration: underline;}

.t2 { background-image:url(images/t2.gif); background-repeat: repeat-x;}
.b2 { background-image:url(images/b2.gif); background-repeat: repeat-x;}

.adress, .copy, .phone {color: #FFFFFF; margin-bottom: 15px;}
.adress{ float: left; width: 40%; margin-left: 25px;}
.phone {float: right; width: 50%; text-align: right;}
.copy {margin-left: 60px;}

#centre {
	border: 0px solid #C6C6C9;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #FFFFFF;
	padding: 25px;
	text-align: justify;
/*	min-height: 470px;*/
}
.menu {
	border: 0px solid #C6C6C9;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFFFFF;
	text-align: justify;
	padding: 25px;
	padding-top: 15px;
	z-index:100;
	position:absolute;
}
.level2 {margin-left: 20px;}

.left {
	padding-left: 43px;
	padding-right: 43px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu li {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	width:162px;
	background-image:url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:white;
	line-height: 24px;
	text-transform: uppercase;
	border:0px solid black;
	height:24px;
	
}

ul.subMenu {
	padding: 0px;
	margin: 0px;
	display:none;
	position:relative;
	left:60px;
	top:-20px;
}

ul.CSStoShow
{
	position:absolute;
	left:100px;
	top:96px;
}

.menu li.CSStoHighlight
{
	height:24px;
}

.menu li:hover ul.subMenu, .menu li.CSStoHighlight ul.subMenu {
	display:block;
	background-color:white;
}

div.level {
	position:relative;
}

.menu li:hover ul.subMenu li, .menu li.CSStoHighlight ul.subMenu li {
	border: 0px solid #C6C6C9;
	border-left-width: 1px;
	border-right-width: 1px;
	background-image:url(images/sublines.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu li:hover ul.subMenu li a, .menu li.CSStoHighlight ul.subMenu li a {margin-left: 10px;}	
.menu li A {text-decoration: none;}

.menu li.CSStoHighlight ul.subMenu li.last {border-bottom-width: 1px; background-image: none;}
