body{
	font-family: Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 11px;

	margin: 0px;
	padding: 0px;

	text-align: center;
}
body.editor{
	margin: 5px;
}

h1, h2, h3, h4, h5, h6{
	margin: 5px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B01F15;
}
h1{ font-size: 160%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 100%; }
h5{ font-size: 100%; }
h6{ font-size: 100%; }

table{
	font-size: 100%;
	width: 100%;
}
* html table{
	width: 478px;
}
td{
	padding: 3px;
}



form {
	margin: 0px;
	padding: 0px;
}

p{
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

a{
	color: #B01F15;
}

a img, a:link img {
	border: none;
}

a:hover{
	text-decoration: none;
}

ul{
	margin: 12px;
	margin-left: 24px;
	padding: 0px;
}

/* main */

#main{
	text-align: left;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

/* header */
#header{
	width: 770px;
	height: 100px;
	position: relative;
	z-index: 1;
	
}
#header .logo{
	position: absolute;
	left: 10px;
	top: 22px;
	width: 159px;
	height: 56px;
}
#header .logo .text-link{
	position: absolute;
	z-index: 1;
}
#header .logo .img{
	position: absolute;
	z-index: 2;
	background: url(logo-bg.gif) no-repeat;
	width: 159px;
	height: 56px;
}
#header .logo .link{
	position: absolute;
	z-index: 3;
}
#header .logo .link a{
	display: block;
	width: 152px;
	height: 63px;
}
#header .logo .link a span{ visibility: hidden; }

#header .search{
	position: absolute;
	right: -1px;
	top: 37px;
	width: 143px;
	
	/*background: red;*/
}
* html #header .search{
	right: 0px;
	top: 38px;
}

#header .search form{
	margin: 0px;
	padding: 0px;
	
}
#header .search form .field{
	width: 120px;
	font-size: 12px;
	border: 1px solid #9A9A9A;
	/*line-height: 20px;*/
	/*padding-top: 3px;*/
	height: 20px;
	margin-bottom: 3px;
}
* html #header .search form .field{
	margin-bottom: 0px;
	padding-top: 2px;
}

.field-label{
	padding-top: 2px;
	margin-right: 5px;
	font-size: 12px;
}


#header .search form .submit{
	background: white;
	color: white;
	border: none;
	line-height: 15px;
	height: 20px;
	width: 20px;
}

#header .languages{
	position: absolute;
/*	left: 397px;*/
	
	right: 150px;
	top: 77px;
	z-index: 2;
	font-size: 12px;
}
* html #header .languages{
	top: 79px;
}

/* menu */

#menu{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	text-transform: uppercase;
	list-style-type: none;
	float: left;
	position: relative;
	margin-left: 4px;
}
#menu ul li.first{
	width:125px;
	white-space:nowrap;
}
*html #menu ul li.first{
	width:auto;
	overflow:visible;
}
#menu ul li a span.first{
	width:101px;
	overflow:hidden;
}

#menu ul li a, #menu ul li a:link{
	display: block;
	text-decoration: none;
	padding: 6px;
	padding-left: 14px;
	padding-right: 10px;
	/*padding-right: 39px;*/
	width: auto;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #CDCDCD; /* #9A9A9A; */
	color: white;
	border-bottom: 1px solid white;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	cursor:pointer;
}

#menu ul li a:hover{
	background: #9A9A9A;
}


#menu ul li a:hover{
	
}

#menu ul li ul{
	display: none;
	z-index: 6;
}

#menu ul li ul li{
	margin-left: 0px;
}

#menu ul li:hover ul, #menu ul li.over ul{
	position: absolute;
	left: 0px;
	top: 27px;
	z-index: 6;
}

li>ul {
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu  li.over ul { display: block; }

#menu ul li ul li{
	text-transform: uppercase;
	list-style-type: none;
	position: relative;
	clear: both;
	width: 200px;
	overflow: hidden;
}

#menu ul li ul li a, #menu ul li ul li a:link {
	display: block;
	width: 16em;
	background: #E2E2E2; /*  #CDCDCD; */
	color: black;
	padding: 4px;
	padding-left: 7px;
	letter-spacing: 0px;
	border-bottom: none;
	border-top: 1px solid white;
	font-weight: normal;
}

#menu ul li ul li a:hover {
	background: #9A9A9A;
	color: white;
}

#menu a.level2,
#menu a.level3,
#menu a.level4
{
	padding-left: 15px;
	text-transform: none;
	font-weight: normal;
}
#menu a.level3{ padding-left: 30px; }
/********/

/* home-img */

.home-img{
	position: relative;
	margin-top: 2px;
	width: 770px;
	height: 160px;
	z-index: 0;
	
}
.home-img .text-link{
	position: absolute;
	z-index: 0;
}
.home-img .img{
	position: absolute;
	z-index: 1;
	background: url(home-img-01.jpg) no-repeat;
	width: 770px;
	height: 160px;
}
.home-img .link{
	position: absolute;
	z-index: 2;
}
.home-img .link a{
	display: block;
	width: 770px;;
	height: 160px;
}
.home-img .link a span{ visibility: hidden; }

/* home-middle */

#home-middle{
	margin-top: 4px;
}
#home-middle .left,
#home-middle .center,
#home-middle .right{
	width: 254px;
}
#home-middle .left{
	float: left;
}
#home-middle .center{
	float: left;
	margin-left: 4px;
}
#home-middle .right{
	float: right;	
}

#home-middle .bottom{
	clear: both;
	padding-left: 20px;
}
h4.companies{
	text-transform: uppercase;
	color: black;
}
#home-middle .bottom .col-left{
	float: left;
	width: 500px;
}
#home-middle .bottom .col-right{
	float: right;
	width: 240px;
}



.title{

}
.title h3{
	margin: 0px;
	padding: 6px;
	padding-left: 11px; 
	
	text-transform: uppercase;
	color: white;
	background: #666666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	
}
.title.red h3{
	background: #B01F15;
	
}
.title.light-gray h3{
	background: #9A9A9A;
}

ul.list{
	list-style: none;
	margin: 0px;
	margin: 10px;
	margin-right: 20px;
}
ul.list li{
	background: url(list-li-bg-gray.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}
ul.list.red li{
	background: url(list-li-bg-red.gif) no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
}
ul.list li a,
ul.list li h4{
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.list.red li a,
ul.list.red li h4{
	color: #B01F15;
}
ul.list.gray li a h4{
	color: #676767;
}

/* right */

.two-images{

	
}

.two-images{
	position: relative;
	height: 101px;
	width: 254px;
}
.two-images .c-left{
	float: left;
	width: 125px;
	height: 101px;
}
.two-images .c-right{
	float: right;
	width: 125px;
	height: 101px;
}
.two-images .c-left .img{ background: url(home-two-columns-img-left.jpg); }
.two-images .c-right .img{ background: url(home-two-columns-img-right.jpg); }

.two-images .text-link{
	position: absolute;
	z-index: 1;
}
.two-images .img{
	position: absolute;
	z-index: 2;
	width: 125px;
	height: 101px;
}
.two-images .link{
	position: absolute;
	z-index: 3;
}
.two-images .link a{
	display: block;
	width: 125px;;
	height: 101px;
}
.two-images .link a span{ visibility: hidden; }

.sponsors{

}

/***************/


#middle{
	margin-top: 2px;
}

#middle .left{
	width: 512px;
	float: left;
	overflow: hidden;
}

#middle .left .path{
	background: #666666;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 17px;
	color: white;
	font-size: 13px;
}
#middle .left .path a{
	color: white;
	text-decoration: none;
}
#middle .left .path a:hover{
	text-decoration: underline;
}
#middle .left .inside{
	padding: 17px;
}
#middle .right{
	width: 254px;
	float: right;

}
#middle .right .img{
	background: url(middle-right-img-01.jpg) no-repeat;
	width: 254px;
	height: 160px;
}


.menu-right ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu-right ul li{
	margin-top: 4px;
}
.menu-right ul li a{
	display: block;
	height: 27px;
	line-height: 27px;
	padding-left: 14px;
	text-transform: uppercase;
	color: white;
	background: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	text-decoration: none;
}
.menu-right ul li a:hover{
	background: #666666;
}
.menu-right ul li a.active{
	background: #B30000;
}
.menu-right ul li a.active:hover{
	background: #B30000;
}

.menu-right ul li ul li{
	margin: 0px;
}
.menu-right ul li ul li a{
	text-transform: none;
	background: #CDCDCD;
	color: black;
	letter-spacing: 0px;
}
.menu-right ul li.li-active ul li a{
	background: #EBC0B0;
}
.menu-right ul li ul li a.active{
	background: #EBC0B0;
	color: #B30000;
}
.menu-right ul li ul li a:hover{
	background: #D09883;
}
.menu-right ul li ul li a.active:hover{
	background: #EBC0B0;
	color: #B30000;
}

.sponsors{
	
}


#footer{
/*	padding: 7px;*/
	padding-left: 9px;
	padding-right: 9px;
	background: #CDCDCD;
	color: black;
	clear: both;
	margin-top: 4px;
	line-height: 27px;
	height: 27px;
	overflow: hidden;
}
* html #footer{
	
}
#footer .left{
	width: auto;
	float: left;
}
#footer .right{
	width: auto;
	float: right;
	text-align: right;
}


.show-more{ text-align: right; }
.show-more a{ font-size: 11px !important; }

.show-back{
	text-align: right;
	clear: both;
}

.four-pix-separator{
	height: 4px;
	overflow: hidden;
}
.sixteen-pix-separator{
	height: 16px;
	overflow: hidden;
}

.cleaner{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}


.partner-eu{
	width: 100%;
	background: url(partner-eu.gif) no-repeat;
	background-position: 0px 0px;
	padding-top: 30px;
	color: #999999;
	position: relative;
}
.partner-eu a{
	position: absolute;
	top: 0px;
	width: 136px;
	height: 25px;
	cursor: default;
}

.footer-white{
	color: white;
}

.footer-white *{
	color: white !important;
}
