/* CSS Document */

body, a, h1 {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	color: #666666;
}
a:hover {
	background-color:#8B8AB0;
	color: #FFFFFF;
}
a.white:link, a.white:visited, a.white:active {
	font-size: 16px;
	color: #31415B;
	background-color:#FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
	background: #8B8AB0;
}
h1 {
	font-size: 16pt;
	margin-top: 0px;
	color: #31415b;
	font-weight: normal;
	margin-bottom: 20px;
}

.inpsel {
	border: 1px solid #BDBDBD;
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	width: 150px;
	height: 17px;
}
.inpbut {
	border: 1px solid #BDBDBD;
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	background-color: #FFFFFF;
	height: 20px;
}

#highlighted {
	background: #ECECEC;
	font-size: 16px;
	color: #31415B;
	margin-bottom: 20px;
	height: 94px;
	padding-right: 20px;
}
.hl_content {
	height: 27px;
	background: url(images/bg_highlight.gif) repeat-x;
	width: 100%;
}
#hl_title {
	height: 33px;
}
#cl {
	width: 100%;
	color: #666666;
	font-size: 12px;
}
#cl ul {
	margin: 0px;
	list-style: url(none) none;
	padding: 0px;
}
#cl ul li {
	height: 30px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 50px;
}
#cl ul li#uk { background: #F7F7F7 url(images/flag_uk2.gif) no-repeat left center; }
#cl ul li#fr { background: #F7F7F7 url(images/flag_fr2.gif) no-repeat left center; }
#cl ul li#it { background: #F7F7F7 url(images/flag_it2.gif) no-repeat left center; }
#cl ul li#de { background: #F7F7F7 url(images/flag_de2.gif) no-repeat left center; }
#cl ul li#os { background: #F7F7F7 url(images/flag_os2.gif) no-repeat left center; }
#cl ul li#sc { background: #F7F7F7 url(images/flag_sc2.gif) no-repeat left center; }
#cl ul li#be { background: #F7F7F7 url(images/flag_be2.gif) no-repeat left center; }
#cl ul li#nl { background: #F7F7F7 url(images/flag_ne2.gif) no-repeat left center; }
#cl ul li#eu { background: #F7F7F7 url(images/flag_eu2.gif) no-repeat left center; }
#cl ul li#us { background: #F7F7F7 url(images/flag_us2.gif) no-repeat left center; }
#cl ul li#ca { background: #F7F7F7 url(images/flag_ca2.gif) no-repeat left center; }
#cl ul li#cf { background: #F7F7F7 url(images/flag_cf2.gif) no-repeat left center; }
#cl ul li#au { background: #F7F7F7 url(images/flag_au2.gif) no-repeat left center; }
.cl_content {
	float:left;
	width:395px;
}
.country {
	float: left;
	width: 110px;
	font-weight: bold;
	margin-top: 3px;
}
.phone {
	float: left;
	background: url(images/tel_sm.gif) no-repeat left center;
	padding-left: 17px;
	width: 130px;
	margin: 3px;
}
.brochure {
	background: url(images/brochure_sm.gif) no-repeat left top;
	padding-left: 17px;
	float: right;
	width: 110px;
}
#hidden {
	display:none;
}

