/* CSS Document */

/***********/
/* GENERAL */
/***********/


/* behavior: url("css/iepngfix.htc");*/

body, fieldset, form, ul, li, input, textarea  {
	margin: 0px;
	padding: 0px;
	border: none;
	color: #666666;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) top center no-repeat #271601;
}

.clearAll {
	display: block;
	clear: both;
}

.noMargin {
	margin: 0px;
}

.noDisplay {
	display: none;
}

.noBorder {
	border: none;
}

legend {
	display: none;
}

.chkbox {
	vertical-align: middle;
	border: none;
	width: 15px;
}

.wrapper {
	width: 840px;
	margin: 0 auto;
	position: relative;
}

/**********/
/* HEADER */
/**********/

.header {
	height: 285px;
	clear: both;
	position: relative;
}

.header ul.language {
	position: absolute;
	top: 0px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header ul.language li {
	color: #ffffff;
	background: url(../images/lang_bg.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 78px;
	font-size: 0.75em;
	line-height: 1.5em;
}

.header ul.language li a {
	position: relative;
	display: block;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	height: 32px;
	width: 78px;
	text-align: center;
}

.header ul.language li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: url(../images/lang_bg.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
}


/***********/
/* CONTENT */
/***********/

.content {
	clear: both;
	position: relative;
	background: url(../images/content_bg.png) top left no-repeat;
	behavior: url("css/iepngfix.htc");
	height: 400px;
}

.content p {
	display: none;
}

.content ul.links {
	position: absolute;
	top: 113px;
	left: 55px;
	list-style: none;
}

.content ul.links li {
	height: 40px;
	float: left;
	padding-right: 10px;
}

.content ul.links li a {
	display: block;
	height: 40px;
}

.content ul.links li a span {
	display: none;
}

.content ul.links li a.products{
	width: 90px;
}

.content ul.links li a.events{
	width: 80px;
}

.content ul.links li a.services{
	width: 100px;
}

.content ul.links li a.knowledge{
	margin-left: 30px;
	width: 115px;
}



/**********/
/* FOOTER */
/**********/

.footer {
	position: relative;
	height: 220px;
	font-size: 0.75em;
	color: #77736D;
}

.footer span.address {
	display: block;
	float: left;
	background: url(../images/address.gif) top left no-repeat;
	padding: 10px 32px 10px 30px;
	margin-left: 10px;
}

*html .footer span.address {
	margin-left: 5px;
}

.footer span.email {
	display: block;
	float: left;
	background: url(../images/email.gif) top left no-repeat;
	padding: 10px 32px 10px 30px;
}

.footer span.phone {
	display: block;
	float: left;
	background: url(../images/phone.gif) top left no-repeat;
	padding: 10px 0px 10px 35px;
}

.footer p {
	clear: both;
	padding: 20px 0px 25px 42px;
	margin: 0px;
}

.footer p.meeting {
	clear: both;
	background: url(../images/meeting.gif) top left no-repeat;
	padding: 3px 35px 20px 35px;
	margin-left: 7px;
}

.footer a {
	color: #ffffff;
	text-decoration: underline;
	background: url(../images/link_bg.gif) top left no-repeat;
	padding-bottom: 4px;
	float: left;
}

.footer a:hover {
	text-decoration: underline;
}

.footer label {
	float: left;
	padding-right: 5px;
}
