td, body{
	font-family: Tahoma,Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 11px;
	color: black;
}
body {
	background-color: white;
}

h1 {
	color: black;
}
h2 {
	color: black;
}
a {
	text-decoration: underline;
	color: black;
}

/*-----------------------
Page Layout
-----------------------*/
.container {
	background-color: white;
	width: 100%;
}
.header{
	width: 100%;
	border-bottom: 1px solid black;
}
.navigation{
	display: none;
}
.navContent{
	display: none;
}

.headerImage{
	display: none;
}
.sideBar{
	display: none;
}
.banner{
	display: none;
}
.contentContainer{
	width: 100%;
}
.partnersAndSupplyers{
	position: relative;
	border-top: 1px solid black;
	background: white;
	height: 69px; 
	width: 100%;
}
.partners{
	float: left; 
	width: 45%;
}
.supplyerOf{
	float: right;
	width: 45%;
	text-align: right;
}
.sideBar a{
	color: black; 
}
.sideBar h1 a{
	color: black;
}
.sideBar ul .current{
	color: black;
}

/*-----------------------
Text formatting
-----------------------*/
.sideBar h2{
	color: black;
}
.content .link {
	color: black;
}

.contenttable-1{
	width: auto;
}

/*-----------------------
News
-----------------------*/
.products_lisitng th{
	background: white;
	text-align: left;
	padding: 10px;
	padding-left: 5px;
}

.products_lisitng td{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

/*-----------------------
firstpage
-----------------------*/
.mainFeautreContainer{
	width: 100%;
}
.subFeatureContainer {
	width: 100%;
	float: none;
}