@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:780px;
	margin:auto;
}

.topElements {
	font-size:16px;
	font-weight:bold;
	height:100%;
}

.topElements td {
	background-image:url(../bs_images/top_separator.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.topElements td.noSeparator {
	background-image:none;
}

.columns {
	width:100px;
	background-color:#EFEFEF;
}

.leftColumn {
	width:60px;
	background-color:#EFEFEF;
}

.mainColumn {
	padding:10px 20px;
	vertical-align:top;
}

.mainColumn p {
	margin:10px 10px 10px 0;
	text-align:justify;
}

.copyright, .copyright a {
	color:white;
	text-align:center;
}

.footer {
	font-weight:bold;
	text-align:center;
}

.arrow {
	margin-left:5px;
}

.colTitle {
	color:#FF6400;
	font-weight:bold;
	font-size:13px;
}

.colSubTitle {
	color:#FF6400;
}

.news td {
	text-align:justify;
}

a {
	color:black;
}

a:hover {
	color:#21A1CE;
}

.productDefinition {
	list-style-type: none;
}

.productDefinition li {
	padding:8px;
}

.customers, .customer {
	height:100%;
}

.customers {
	width:100%;
}

.customer {
	width:100%;
	border: 1px solid #bbbbbb;
	font-size: 10px;
}

.customer .logo {
	height:100px;
}

.customer .logo img {
	vertical-align:middle;
}

.customers td {
	text-align:center;
	padding:2px 2px 0 0;
}

h1 {
	margin-top:0;
}