@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-image: url(../images/header/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height: 18px;
}
.tablePadding {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
    color: #666666;
	text-decoration: none;
}
.footer a:hover {
    color: #999999;
	text-decoration: none;
}
.footer a:active {
    color: #666666;
	text-decoration: none;
}
.slideShow {
	margin: 0px;
	padding: 0px;
}
.picTop {
	vertical-align: top;
}

.country {
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: 315px;
}
.loctable{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}
.loctable td{
	padding: 5px;
}
.loctable h2.compname{
	margin: 3px 0px;
	font-size: 14px;
	color: #E64147;
}
#filterdiv{
	width: 580px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	text-align: right;
}
#infoDiv{
	width: 550px;
	display: none;
	margin-top: 10px;
	padding: 10px 5px 10px 45px;
	background: #BFDCFF url(../images/info.png) no-repeat 5px center;
	border: 1px solid #8BB1DF;
	color: #333;
}
