@import url("reset-min.css");
body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image:url(../content_images/background.png);
	background-repeat: repeat-x;
}
.cleaner{
	clear: both;
}

#container
{
	padding-top: 30px;
	margin: 0 auto;
	width: 990px;
}

.logo
{
	width: 990px;
	height: 212px;
}

.languages
{
	width: 990px;
	height: 20px;
	text-align: right;
}

/* NAVIGATION START */

.navigationcolumn
{
	width: 196px;
	float: left;
}

#navigation{
	width: 194px;
	list-style: none;
	margin-top: 7px;
}

#navigation li
{
	width: 175px;
	margin-bottom: 2px;

}

.currentLink{
	display: block;
	text-decoration: none;
	width: 175px;
	height: 21px;
	background-color: #8e8e8e;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	padding-left: 19px;
	padding-top: 8px;
	color: #ffffff;
}

.otherLink{
	display: block;
	text-decoration: none;
	width: 175px;
	height: 21px;
	background-color: #f2f2f2;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	padding-left: 19px;
	padding-top: 8px;
	color: #000000;
}

.otherLink:hover{

	color: #ffffff;
	background-color: #595959;
}

/* NAVIGATION END */

/* SEARCH BOX START */

.searchbox
{
	padding: 8px;
	width: 176px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}

.searchfield
{
	width: 175px;
	height: 18px;
	border: 1px solid #cfcfcf;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;

}

.searchbutton
{
	width: 68px;
	height: 22px;
	background-image: url(../images/button_background.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	margin-left: 114px;
	border: 0px;

}

/* SEARCH BOX END */

/* PARTNERS BOX START */

.partners_header
{
	margin-top: 10px;
	background-color: #eaeaea;
	width: 175px;
	height: 23px;
	color: #b3b3b3;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 19px;
	padding-top: 12px;
}

.partners_list
{
	width: 192px;
	text-align: center;
	padding-top: 18px;
	border: 1px solid #eaeaea;
}

.partners_list img
{
	margin-bottom: 20px;
}

/* PARTNERS BOX END */

/* CONTENT COLUMNS START */

.contentcolumn
{
	width: 794px;
	float: right;
}

.contentcolumn_top
{
	width: 794px;
	height: 46px;
	background-repeat: no-repeat;

}

.contentcolumn_bottom
{
	width: 794px;
	background-image: url(../images/main-background.png);
	background-repeat: no-repeat;
	display: table;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 12px;
}

.contentcolumn_left
{
	width: 545px;
	padding: 5px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	float: left;
	margin-left: 2px;
	text-align: center;
	padding-left: 20px;

}

.contentcolumn_products
{
	width: 530px;
	padding: 20px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	float: left;
	margin-left: 2px;
	text-align: left;
	padding-top: 0px;

}

.contentcolumn_products a
{
	color: #ff9600;
	font-weight: bold;

}

.title_product_description
{
	text-align: left;
	color: #696969;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}


.contentcolumn_right
{
	width: 197px;
	padding: 5px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	float:left;	
	padding-left:20px;
}

.second_product_box
{
	width: 533px;
	fotn-family: Tahoma;
	font-size: 12px;
	color: #696969;
	margin-top: 15px;
}

.second_pb_left
{
	width: 340px;
	text-align: left;
	padding-top: 10px;
	padding-lefT: 10px;
	float: left;
}

.second_pb_right
{
	width: 175px;
	float: left;
}

.orange_text
{
	color: #ff9600;
	font-weight: bold;
}

.green_text
{
	color: #35988d;
	font-weight: bold;
}

.orange_box
{
	margin-top: 20px;
	background-color: #ff9600;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	height: 20px;
	color: #ffffff;
}

.orange_box a
{
	color: #ffffff;
	text-decoration: none;
}

.orange_box a:hover
{
	color: #666666;	
}

.news
{
	width: 518px;
	fotn-family: Tahoma;
	font-size: 12px;
	color: #696969;
	margin-top: 15px;
	text-align: left;
	padding-left: 15px;
}

.bignewstext
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.news_header
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.news_text
{	margin: 0px;
	margin-bottom: 5px;
}


#productlisting
{
}

#productlisting li
{
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
	margin-left: 20px;
	list-style: circle;
}

#productlisting li a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#productdetails
{
}

#productdetails li
{
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
	margin-left: 20px;
	list-style: circle;
	margin-bottom: 3px;
}

#productdetails li a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.otherNewsLink
{
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

.otherNewsLink a
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
/* CONTENT COLUMNS END */

/* NEWSLETTER & POLL START */
.newsletter
{
	width: 176px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
}

.poll
{
	width: 176px;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
}
/* NEWSLETTER & POLL END */

/* FOOTER START */
.footer
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Tahoma;
	font-size: 10px;
	color: #696969;

}

.footer a
{
	color: #35988d;
	text-decoration: none;
}

.footer a:hover
{
	color: #000000;
	text-decoration: none;
}
	

/* FOOTER END */


/* ADMIN POLL PAGES */

.polloption
{
	width: 70%;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 10px;
	
}

.polloption_field
{
	width: 548px;
	height: 18px;
	border: 1px solid #cfcfcf;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;

}


/* PAGINATION */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #35988d;;
	
	text-decoration: none; /* no underline */
	color: #35988d;;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #35988d;;
		
		font-weight: bold;
		background-color: #35988d;;
		color: #fff;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #35988d;;
	
		color: #DDD;
	}
	