/* CSS Document */

@import "/assets/styles/nav.css"; /* Navigation and drop down menu stylesheet */
@import "/assets/styles/content.css"; /* Content related stylesheet */

html {
		height:100%;
}

body {
	background-color: #EFF3EF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	height:100%;
}

form {
		height:100%;
}

div {
	/*border: 1px solid red;*/
}

#pageContainer {
	width: 100%;
	height:100%;
}

#page {
	width: 769px;
	margin: 0 auto;
	background-color: #FFFFFF;
	/*height:100%;*/ /* fills to browser height */
}

/*
 header styles
*/

#header {
	width: 100%;
	height: 92px;
	overflow: hidden;
}

#header #logo {
	width: 179px;
	height: 92px;
	float: left;
}

#header #address {
	width: 382px;
	height: 92px;
	float: right;
}

#content {
	width: 100%;
	background-repeat:repeat-y;
	display: table;
}


/*footer*/
#footer {
	width: 100%;
	height: 15px;
	background-color: #000000;
	display: block;
	clear: both;
}

#footer a {
	/*background-image: url(/assets/images/tag-volveregroup.gif);*/
	background-image: url(/assets/images/tag-csa.gif);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 15px;
}

#footer span {
	display: none;
}

#pageOptions {
	width: 100%;
	height: 19px;
	background-color: #E1E8D9;
	font-size: 11px;
	text-align: left;
}


/* page-titles */
#pageTitle h1 {
	height: 38px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#pageTitle span {
	display: none;
}

#title-home {
	background-image: url(/assets/images/pgtitle-home.gif);
}

#title-aboutus {
	background-image: url(/assets/images/pgtitle-aboutus.gif);
}

#title-services {
	background-image: url(/assets/images/pgtitle-services.gif);
}

#title-downloads {
	background-image: url(/assets/images/pgtitle-downloads.gif);
}

#title-recruitment {
	background-image: url(/assets/images/pgtitle-recruitment.gif);
}

#title-volvere {
	background-image: url(/assets/images/pgtitle-volvere.gif);
}

#title-faqs {
	background-image: url(/assets/images/pgtitle-faqs.gif);
}

#title-contactus {
	background-image: url(/assets/images/pgtitle-contactus.gif);
}

#title-sitemap {
	background-image: url(/assets/images/pgtitle-sitemap.gif);
}

#title-breakingnews {
	background-image: url(/assets/images/pgtitle-breakingnews.gif);
}

#title-events {
	background-image: url(/assets/images/pgtitle-events.gif);
}

#title-search {
	background-image: url(/assets/images/pgtitle-search.gif);
}

#title-apply {
	background-image: url(/assets/images/pgtitle-howtoapply.gif);
}

#title-certificatedatabase {
	background-image: url(/assets/images/pgtitle-certificatedatabase.gif);
}

#title-atexproductcertification {
	background-image: url(/assets/images/pgtitle-atexproductcertification.gif);
}

#title-iecexworldwideapprovals {
	background-image: url(/assets/images/pgtitle-iecexworldwideapprovals.gif);
}

#title-atex137 {
	background-image: url(/assets/images/pgtitle-atex137.gif);
}

#title-trainingcompetence {
	background-image: url(/assets/images/pgtitle-trainingcompetence.gif);
}

#title-functionalsafety {
	background-image: url(/assets/images/pgtitle-functionalsafety.gif);
}

#title-qualityassurance {
	background-image: url(/assets/images/pgtitle-qualityassurance.gif);
}

#title-laboratorytesting {
	background-image: url(/assets/images/pgtitle-laboratorytesting.gif);
}

#title-consultancytechnical {
	background-image: url(/assets/images/pgtitle-consultancytechnical.gif);
}

#title-otherservices {
	background-image: url(/assets/images/pgtitle-otherservices.gif);
}

#title-error {
	background-image: url(/assets/images/pgtitle-home.gif);
}

#title-siraconsulting {
	background-image: url(/assets/images/pgtitle-siraconsulting.gif);
}



#breakingNews {
	height: 35px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/title-breakingnews.gif);
}

#linkDownloads {
	height: 30px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/link-downloads0.gif);
}

#linkDownloads:hover {
	height: 30px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/link-downloads1.gif);
}


#linkCertificateDatabase {
	height: 30px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/link-certificatedatabase0.gif);
}

#linkCertificateDatabase:hover {
	height: 30px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/link-certificatedatabase1.gif);
}

#linkHowToApply {
	height: 39px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/link-howtoapply0.gif);
}

#linkHowToApply:hover {
	height: 39px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(/assets/images/link-howtoapply1.gif);
}

#directorySearchContainer {
	border: 1px solid #08854B;
	background-color: #D3DCD3;
	padding: 10px;
	*padding-top: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	*padding-bottom: 11px;
}
#directorySearchContainer fieldset {
	border: none;
}
#directorySearchContainer fieldset legend {
	display: none;
}
#directorySearchContainer div.directoryCategoryLabel {
	float: left;
	text-align: right;
	width: 78px;
	*width: 80px;
	padding: 0px;
	margin: 0px;
	margin-left: -8px;
	*margin-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
}
#directorySearchContainer div.directoryCategoryDropDown {
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
	float: left;
	width: 143px;
}
#directorySearchContainer div.directoryCategoryDropDown select {
	border: 1px solid #08854B;
	width: 141px;
	height: 20px;
	font-size: 1.0em;
}
#directorySearchContainer div.directoryKeywordLabel {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: right;
	width: 60px;
	padding-top: 4px;
	padding-right: 2px;
}
#directorySearchContainer div.directoryKeywordText {
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
	*padding-top: 0px;
	float: left;
	width: 143px;
}
#directorySearchContainer div.directoryKeywordText input {
	border: 1px solid #08854B;
	font-size: 1.0em;
	height: 18px;
	padding: 0px;
	width: 142px;
	*padding-top: 2px;
	*height: 16px;
}

#directorySearchContainer div.directoryButton {
	float: left;
	width: 52px;
	*width: 65px;
	padding-top: 1px;
	padding-left: 15px;
}

#directoryResultsCount {
	text-align: right;
}
#directoryResultsCount div {
	text-align: left;
	display: inline;
	float: left;
}
#directoryFooter {
	text-align: right;
}
#directoryResultsCount a.active 
{
	background-color: #cccccc;	
}
#directoryFooter a.active 
{
	background-color: #cccccc;	
}

input.directory 
{
	border: 1px solid #08854B;
	font-size: 1.0em;
	height: 18px;
	padding: 0px;
	width: 154px;
}