/*
==========================
==== TEXTUAL STYLING =====
==========================
*/
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.smallText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}
.pdf {
	font-size: 12px;
}
h1{
	color: #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 20px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
	text-transform:uppercase;
	margin:0px;
	padding:5px;
	background-color:#CCCCCC;
}
h2 a:link, h2 a:visited, h2 a:active{
	color: #cc0000;
}
a:link, a:visited, a:active {
	color:#405FA0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* 
=============================
===== NAVIGATION STYLES ===== 
=============================
*/
a.menuHeading:link,
a.menuHeading:visited,
a.menuHeading:active {
	display: block; /* fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	padding:4px 4px 4px 6px;
	border-bottom:2px solid #537ED7;
	/*width:196px; fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	background-color:#405FA0;
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
}

a.menuHeading:hover {
	background-color:#CCCCCC;
	color:#333333;
}

a.catalogueDownloads:link,
a.catalogueDownloads:visited,
a.catalogueDownloads:active {
	display: block; /* fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	padding:4px 4px 4px 6px;
	border-bottom:2px solid #537ED7;
	/*width:196px; fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	background-color: #00CCCC;
	color: #FFFFFF;
	text-decoration:none;
	margin:0px;
}

a.catalogueDownloads:hover {
	background-color: #FFFFFF;
	color: #CC0000;
}

a.menuSubHeading:link,
a.menuSubHeading:visited,
a.menuSubHeading:active {
	display: block;  /* fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
	padding:4px 4px 4px 6px;
	/*width: 100%; fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
}

a.menuSubHeading:hover {
	background-color:#E2E2E2;
	color:#333333;
}

a.specialOfferLink:link,

a.specialOfferLink:visited,

a.specialOfferLink:active {
	display: block; /* fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	padding:4px 4px 4px 6px;
	border-bottom:2px solid #537ED7;
	/*width: 100%; fix Firefox/Mozilla and Opera problems Claudio Gobetti */
	background-color:#405FA0;
	color:#FFFFFF;
	text-decoration:none;
	margin:0px;
}

a.specialOfferLink:hover {
	background-color:#CD0000;
	color:#FFFFFF;
}

/* FOOTER STYLING */
.footerText {
	color:#FFFFFF;
}
a.footerText:link, a.footerText:visited, a.footerText:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.footerText:hover {
	text-decoration:underline;
}
/*
==========================
===== DESIGN STYLING =====
==========================
*/
body {
	background-image:url(images/bg_main.gif);
	margin:0px;
	text-align:center;
 	background-color:#FFFFFF;
	scrollbar-face-color:#537ED7;
	scrollbar-shadow-color:#537ED7;
	scrollbar-highlight-color:#537ED7;
	scrollbar-3dlight-color:#405FA0;
	scrollbar-darkshadow-color:#405FA0;
	scrollbar-track-color:#E2E2E2;
	scrollbar-arrow-color:#405FA0;
}
input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	height:20px;
	width:100px;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	height:120px;
	width:100px;
}
form {
	margin:0px;
	padding:0px;
}
ol, ul, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
/*
==========================
====== LAYER STYLING =====
==========================
*/
#header {
	background-color:#FFFFFF;
	border-bottom:8px solid #666666;
}
#content {
	width: 100%;
	/* width:698px; */
	text-align:left;
}
#bodyArea table,
#bodyAreaProducts table{
	width: 100%;
}
#menu {
	background-color:#537ED7;
	border-right:2px solid #666666;
	height:100%;
	width:198px;
}
#bodyArea {
	overflow:visible;
	background-color:#E2E2E2;
	height:100%;
}
#bodyAreaProducts {
	width: 948px; /*698px*/
	height:100%;
	overflow:visible;
	background-color:#E2E2E2;
	float:right;
}


/* FOOTER STYLING */
.footerText {
	padding: 8px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.footerText a:link,
.footerText a:visited,
.footerText a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.footerText a:hover {
	text-decoration:underline;
}

.footer_product_index {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: -1px;
	color:#FFFFFF;
	text-align: center;
}

.footer_product_index a:link,
.footer_product_index a:visited,
.footer_product_index a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.footer_product_index a:hover {
	text-decoration:underline;
}

.footer_copyright {
	padding: 8px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}





/* Claudio Gobetti FIX */
.hidden {
	display: none;
}

.clear {
	clear: both;
}



#breadCrumb {
	display: block;
	clear: both;
	margin: 0;
	border:0;
	padding: 5px;
	background-image:url(images/bg_chrome.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

#breadCrumb a {
	margin:0;
	border: 0;
	padding: 0;
}

#user_option {
	margin: 0;
}

h1 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;

}




  /*********************/
 /* Language          */
/*********************/	
.language_section{
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
}
	.language_section p{
		float: left;
		margin: 0 1em 0 0;
		padding-top: 3px;
		line-height: 22px;
		color: #cccccc;
		font-size: 10px;
	}
	
	.language_section ul{
		display: inline;
		float: left;
		list-style: none;
		list-style-position: outside;
		margin: 0;
		border: 0;
		padding: 0;
	}
		.language_section li{
			display: inline;
			float: left;
			margin: 0;
			border: 0;
			padding: 0 11px 0 0;
			line-height: 25px;
			vertical-align: middle;
		}
			.language_section a{
				display: block;
				width: 31px;
				height: 20px;
				margin: 2px 0 0 0;
				border: 0;
				padding: 0;
				border: 1px solid #999;
			}
				.language_section a.flag_global{
					width: 28px;
					height: 28px;
					margin: 0;
					border: 0;
					padding: 0;
				}
				.language_section li span{
					display: none;
				}
		
		.flag_global{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_global.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 25px;
		}
		
		.flag_uk{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_uk.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		
		.flag_fr{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_fr.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		
		.flag_es{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_es.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		
		.flag_it{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_it.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		
		.flag_cz{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_cz.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		
		.flag_ie{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_ie.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}

		.flag_il{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_il.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		.flag_mx{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_mx.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		.flag_br{
			display: block;
			padding-left: 40px;
			background-image: url(images/flag_br.gif);
			background-position: left center;
			background-repeat: no-repeat;
			line-height: 20px;
		}
		
.hidden{
	display: none;
}