body{
	margin:0;
	padding:0;
	background-color:#3D3D3D;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-position:center top;
	background-repeat:no-repeat;
}
p{
	margin-bottom:15px;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#e3db4a;
	text-decoration:none;
}
a img {
	border:none;
}
a:focus {
	outline:none
} 
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}

h2{
	font-size:18px;
	padding:5px 0px;
	margin-bottom:7px;
	border-bottom:1px solid #FFFFFF;	
}
ul{
	list-style: none;
}
.columnSplitter  ul {
	list-style-image:url("images/listBullet.png");
	list-style-position:outside;
	padding-bottom:15px;
	padding-left:15px;
}
/*
li.yellowBullet{
	list-style-image: url(/style/images/listBullet.png);
	list-style-position: inside;
	padding:0px 15px 0px 0px;
}
*/

#page{
	width:880px;
	margin:0 auto 20px auto;
	border-top:3px solid #2B2B2B;
	border-bottom:1px solid #373737;
	border-left:1px solid #373737;
	border-right:1px solid #373737;
	padding:0px 25px 25px 25px;
	background-color:#3D3D3D;
	min-height:600px;
}
#header{
	height:110px;
	background-image:url(images/headerBg.gif);
	background-repeat:repeat-x;
	/*margin-bottom:20px;*/
}
#logo{
	height:58px;
	margin-right:13px;
	margin-top:-18px;
	float:right;
	text-align:right;
}
#topFunctions{
	height:45px;
	float:left;
}
#topFunctionsLeft{
	float:left;
	width:5px;
	height:45px;
	background-image:url(images/topFunctionsLeft.png);
}
#topFunctionsContent{
	float:left;
	height:30px;
	padding:15px 10px 0 10px;
	background-image:url(images/topFunctionsBackground.png);
	background-repeat:repeat-x;
}
#topFunctionsRight{
	float:left;
	width:5px;
	height:45px;
	background-image:url(images/topFunctionsRight.png);
}
#mainTitle{
	padding:0 5px;
	margin-bottom:6px;
	height:122px;
}
#mainTitleTail{
	height:95px;
	background-color:#000;
	position:absolute;
	right:800px;
	width:1500px;
	
}
#menu{
	height:28px;
	padding:0px;
	border-bottom:2px solid #1F1F1F;
}
#contentTop{
	background-image:url(images/contentTop.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:6px;
	overflow:hidden;
}
#content{

	padding:0px;
}
#contentBottom{
	background-image:url(images/contentBottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:6px;
	overflow:hidden;
}
#footer{
	padding:0 7px 0 0;
	margin-top:40px;
	text-align:right;
	color:#9e9e9e;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	font-size:9px;
}
#bottomFooter{
	background-image:url(images/footerBg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:26px;	
	margin:4px 0px;
}
#bottomBarFooter{
	height:3px;
	background-color:#000000;
	border-bottom:1px solid #131313;
}
#topFunctionsContent a{
	color:#676767;
}
#footer a{
	color:#9E9E9E;
}
#footer a:hover{
	color:#FFFFFF;
}

#headerContent{
	width:930px;
	margin:0px auto;	
}
#leftLanguage{
	background-image:url(images/languageMenuLeftBg.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 15px 19px;
}
#rightLanguage{
	background-image:url(images/languageMenuRightBg.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 17px 0px 0px;	
	float:left;	
}
#languageContainer{
	margin:0px auto;
	width:968px;
}
#languageContainer a{
	color:#9e9e9e;	
}
#languageContainer ul{
	font-weight:bold;
	list-style:none;
	font-size:9px;
	float:left;
}
#languageContainer li{
	display:block;
	float:left;
	padding:10px 3px 4px 3px;
	color:#9e9e9e;
	text-align: center;
}
#leftLanguage a{
	text-transform: uppercase;
	padding:3px;
}
#leftLanguage a:hover{
	color:#fff;
	border:1px solid #06417D;
	text-decoration:none;
	padding:3px 2px;
}
#leftLanguage a.selected{
	border:1px solid #06417D;
	padding:3px 2px;
	color:#FFFFFF;
}
#breadcrumb{
	color:#9e9e9e;
	padding:7px 0px 2px 0px;
	font-size:9px;
}
#breadcrumb a{
	color:#9e9e9e;	
}
#breadcrumb a:hover{
	color:#e3db4a;	
}

/* classes */
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearer{
	clear:both;	
	font-size:0px;
}
.paddingTop10px{
	padding-top:10px;
}
.jobDate{
	color:#e3db4a;
}
.jobList{
	background-image:url("/style/images/footerBg.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:2px 0px 40px 0px;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer;
}
.jobList:hover{
	background-color:#525252;
}
.jobInnerItem{
	padding-left:30px;
	background-image:url("/style/images/arrowSquare.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.campaignContainer{
	border-bottom:1px solid #FFFFFF;
	padding:10px 0px 5px 0px;
}
.campaignContainer:hover{
	background-color:#525252;
	cursor:pointer;
}
.campaignLeft{
	float:left;
	padding-right:25px;
}
.campaignRight{
	float:left;
	width:290px;
}
.compulsoryFieldStar{
	width:20px; 
	font-size:18px; 
	text-align:center; 
	color:red;
}
.productsTable td{
	padding:5px;
	border-bottom:1px solid #4D4D4D;
	
}
.productsTable th{
	border-bottom:1px solid #FFFFFF;
	text-align:left;
	padding:5px;
	font-weight:normal;
}
.selectLongStyle{
	font-size:14px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	padding:1px 0px 1px 5px;
	width:99%;
	margin: 3px 0px 3px 0px;
	color:#666666;
	border:none;
}
.selectLongStyle option{
	padding:1px 0px 1px 5px;
	border:none;
}
.textareaLongStyle{
	width:97%;
	height:74px;
	background-image:url(images/textarea_long_bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	border:none;
	padding:3px 0px 3px 10px;
	font-size:13px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	color:#666666;
}
.fieldLongStyle{
	background-image:url(images/input_txt_bg_left.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin:3px 0px;
	padding:3px 0px 2px 10px;
	border:none;
	width:96%;
	color:#666666;
}
.smallFieldStyle{
	background-image:url(images/input_txt_small_bg_left.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin:3px 0px;
	padding:3px 0px 2px 10px;
	border:none;
	width:95px;
	color:#666666;
}

/* TinyMCE styles */
.yellow{
	color:#e3db4a;
}
.lightGrey{
	color:#9e9e9e;
}
.beige{
	color:#b4aba1;
}
.button{
	padding:5px 0px 5px 30px;
	background-image:url("/style/images/btn.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
	width:93px;
	float:left;
	clear:right;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height:100%;
}
.button:hover{
	color:#e3db4a;
}
.bigButton{
	padding:5px 0px 5px 30px;
	background-image:url("/style/images/bigBtn.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
	width:190px;
	float:left;
	clear:right;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}
.bigButton:hover{
	color:#e3db4a;
}
.yellowDash{
	background-image:url("/style/images/yellowDash.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	text-transform: uppercase;
}
.emailIcon{
	background-image:url("/style/images/envelope.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:24px;
}
.phoneIcon{
	background-image:url("/style/images/phoneIcon.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:24px;
}
.noBorders{
	border:0px;
}
.marginTop40{
	margin-top:40px;
}
.marginTop20{
	margin-top:20px;
}
.articleTypeSmall{
	padding:0px 5px 0px 0px;
	margin-top:5px;
	float:left;
}



/* END TinyMCE styles */

/* toolbox */
.overBox{
	overflow:hidden; 
	height:232px;
	cursor:pointer;
	margin:15px 0px 0px 0px;
}
.out {
	height:232px;
}
.out img{
	border:1px solid #666666;
}
.over{
	height:232px;
}
.over img{
	border:1px solid #666666;
}
.toolboxLink{
	display:none;
}

/* symbol table */
.symbolTable{
	margin-bottom:15px;
}
.symbolTable img{
	margin-top:5px;
}

/*news*/
.news_title {
	font-size: 18px;
	height:45px;
}
.news_date{
	display: block;
	float:left;
	vertical-align: middle;
	font-size: 11px;
}
.news_list_title{
	float:left;
	width:430px;
}
.news_briefing{
	height:45px;
}
.news_list{
	border-top:1px solid #FFFFFF;
}
.news_list li{
	background-image:url("/style/images/arrowSquare.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding:10px 0px;
	border-bottom:1px solid #868686;
}
.news_list li:hover{
	color:#e3db4a;
	cursor:pointer;
}
.specialNewsImage{
	height:115px;
	width:276px;
	overflow:hidden;
}
.specialNewsDate{
	font-size:34px;
}
.specialNewsDate:hover a{
	color:#FFFFFF;
}
.specialNewsImage img{
	border-bottom:5px solid #e3db4a;
}
.specialNewsText{
	padding:5px 15px 20px 15px;
}
.newsListingImage{
	height:234px;
	width:578px;
	overflow:hidden;
	margin-bottom:10px;
}
a.bigBack{
	float:left;
}
.newsBackText{
	width:170px;
	height:90px;
	overflow:hidden;
	float:right;
}
.newsBackArrrow{
	width:70px;
	text-align:right;
	padding-top:15px;
	float:left;
}
.latestNewsItem{
	background-image:url("/style/images/dashedBg.png");
}
.latestNewsItem:hover{
	cursor:pointer;
}
.latestNewsItem:hover h3.news_title a{
	color:#e3db4a;
}
/*jobs*/
.applyNow{
	width:250px;
}
.jobsArrrow{
	width:70px;
	text-align:right;
	padding-top:15px;
	float:left;
}
.jobsApplyText{
	width:90px;
	height:85px;
	overflow:hidden;
	float:left;
}
.emailCVForm{
	background-image:url(/style/images/widgetNewsletterBackground.png);
	background-repeat:no-repeat;
	background-position:left;
	width:238px;
	height:184px;
	padding:10px 5px 0 5px;
}
.emailCVButton{
	width:155px;
	height:40px;
	margin-top:5px;
	padding-top:8px;
	background-image:url(images/widgetJobsEmailButton.png);
	background-repeat:no-repeat;
	border:none;
	float:right;
	text-align:center;
}
.actionButtonBig{
	width:166px;
	height:40px;
	margin-top:5px;
	padding-top:8px;
	background-image:url(images/actionButtonBig.png);
	background-repeat:no-repeat;
	border:none;
	float:right;
	text-align:center;
}
.jobDescription{
	color:#999999;
}

/* certificate listing */
.certificateCategoryName{
	font-size:13px; 
	padding:5px 0px;
}
.certificateListItem{
	float:left; 
	margin-right:10px; 
	width:240px; 
	list-style:none;
}
#certificateContainer ul{
	list-style-image:none;
	list-style-position:outside;
	padding-bottom:0px;
	padding-left:0px;
}
.certificateListItem a{
}
.certificateName{
	float:left; 
	width:210px; 
	padding-top:5px;
}
.certificatePdfLogo{
	float:left; 
	width:20px;
	margin-right:7px;
}

/* catalogue listing */
.catalogueItem{
	width:245px;
	float:left;
	padding:5px 0px 15px 0px;
	margin-right:10px;
	border-bottom:1px solid #747474;
}
.catalogueLeft{
	width:80px;
	float:left;
}
.catalogueRight{
	width:155px;
	float:left;
	margin-left:10px;
}
.catalogueDownloadBar{
	padding:10px 0px 5px 0px;
	/*height:100px;*/
}
.pdfSize{
	color:#AC121B;
}

.historyItem{
	background-image:url("/style/images/history_timeline_bare.png");
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom: 30px;
	padding-top:5px;
}
.historyItemFirst{
	background-image:url("/style/images/history_first_timeline_bare.png");
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom: 40px;
	margin-top:8px;
}
.historyItemLast{
	padding-bottom:0px;
}
.historyItemBody{
	background-image:url("/style/images/dashedBg.png");
	padding: 25px 15px 25px 15px;
	margin-top:0px;
	position:relative;
}
h3.historyItemTitle {
	background-image:url("/style/images/yellowSquareBullet.png");
	background-position:left center;
	background-repeat:no-repeat;
	font-size:26px;
	left:0px;
	padding-left:16px;
	top:-21px;
	position:absolute;
}


/*paging lists */
.paging{
	text-align:center;
	color:#FFFFFF;
}
.paging a{
	color:#e3db4a;
	font-size:14px;
	text-decoration:none;
}

.formData{
	margin-top:4px;
	width:183px; 
	height:25px; 
	border:none;
	font-weight:bold;
}

#error{
	color:#ff3300;
	display:none;
}
.errorBorder{	
	border:1px solid #FF0000;
}

#nextButton{
	float:right;
}

#sendButton{
	float:right;
}


#bottomHotdog{
	display:none;
	background-color:#000000;
}


/* Site Map*/
.sitemap{
	background-image: none;
}

.sitemapLiLastChild{
	background:#FFFFFF url(images/leaf_2.jpg) no-repeat scroll 0 0px;
	padding-left: 25px;
}

.sitemapLi{
	background:url(images/leaf.gif) no-repeat scroll 0 0px;
	padding-left: 25px;
	
}
.sitemap ul{
	padding-top: 5px;
}
.sitemap li{
	list-style:none;
	display:block;
	padding:7px 0 0 25px;
}

.sitemap a{
	text-decoration: none;
}

.sitemap a:hover{
	text-decoration: none;
}

.sitemapForm{
	width:404px;
}

.sitemapForm label{
	display: inline-block;
	width: 60px;
	margin: 5px 0px;
	vertical-align: top;
	font-size: 12px;
	font-family: Times New Roman;
}

.sitemapForm .sitemap_input{
	display: inline-block;
	width: 340px;
	margin: 5px 0px;
	vertical-align: top;
}

.sitemapForm .sitemap_txt{
	display: inline-block;
	width: 340px;
	margin: 5px 0px;
	vertical-align: top;
	height: 90px;
	border: 1px solid #B9B9B9;
}

.sitemapForm .sitemap_button{
	margin: 3px 0px;
	margin-right: 2px;
	float: right;
	padding: 1px 10px;
	font-size: 12px;
	font-family: Times New Roman;
	color: #006699;
}
/* Site map END*/


#productViewerRequestForms{
	min-height:200px;
}
#productViewerRequestForms label{
	display:block;
	padding: 5px 0px 2px;
}