/*----------------------------------------

Name: global.css
Developed by: Shine Marketing

----------------------------------------*/

/* Imports
----------------------------------------*/

@import url("import/reset.css");
@import url("import/externalLinks.css");
@import url("import/basicForms.css");
 @import url("import/jquery.accordion.css");

/* Elements
----------------------------------------*/

body {
	background-color:#E1E1E1;
	margin:15px 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#58585a;
}
#printLogo {
	display:none;
} /* added for printing the page */

p {
	margin: 0 0 10px 0;
	line-height:20px;
}

/*--- Basic Link Styles ---*/

a {
	color:#333;
}
a:hover {
	color:#333;
	text-decoration:none;
}

/*--- Basic Title Styles ---*/

h1, h2, h3, h4, h5, h6 {
	margin:0px 0 10px 0;
	font-size:17px;
	color:#ad9f75;
}
h1 {
	font-weight:bold;
}
h2 {
	color:#ad9f75;
	font-size:14px;
	font-weight:bold;
}
h3 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
h4 {
	color:#ad9f75;
	font-size:12px;
	font-weight:bold;
}
h5 {
	color:#ad9f75;
	font-size:12px;
	font-weight:bold;
}
h6 {
	color:#ad9f75;
	font-size:12px;
	font-weight:bold;
}
ul {
	margin-left:25px;
	list-style-type:none;
}
ol {
	margin-left:25px;
}
ol li {
	margin:0 0 10px 0;
}
blockquote {
	margin: 0 0 18px 18px;
	color:#666666;
	font-style: italic;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

/* Standard Definitions
----------------------------------------*/

.left {
	float:left;
}
.right {
	float:right;
}
.clearThis {
	clear:both;
}
.small {
	font-size:.625em;
}
.large {
	font-size:1em;
}
.soft {
	color:#D3D3D3;
}
.hide {
	display:none;
}
p.last {
	margin-bottom:0px;
}
.box {
	padding:10px;
	margin: 0 0 10px 0;
}

/* List Definitions
----------------------------------------*/
ul.normal {
	list-style-type:disc;
	margin-bottom:10px;
}
ul.advanced {
	margin:0 10px 0 12px;
}
ul.advanced li {
	display:block;
	padding: 0 0 0 17px;
	background: url(../images/background/bg_list.gif) left 4px no-repeat;
}

/* Header
----------------------------------------*/

#mainContainer { 	/* Define website WIDTH */
	width:960px;
	/*margin: 15px auto;*/
	margin:0 auto;
	border:1px solid #E1E1E1;
	background:#fff;
}
#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#header #topSection {
	height:230px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.logo {
	margin:20px 35px;
	position:absolute;
	z-index:99;
}
.slogan {
	position:absolute;
	font-size:26px;
	z-index:99;
	margin:95px 0 0 238px;
	color:#ad9f75;
	height:75px;
}
.charter {
	left:870px;
	position:relative;
	top:-95px;
	z-index:99;
}

/* main navigation menu
	----------------------------------------*/
#navMain { /* all lists */
	padding: 10px 0;
	margin: 0 0 0 35px;
	list-style: none;
	line-height: 1;
	width:925px;
	height:20px;
	font-weight:normal;
	background:#939598;
	text-transform:lowercase;
}
#navMain ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#navMain a {
	display: block;
	/*width: 10em;*/
	text-decoration:none;
	color:#fff;
	padding:5px 5px 5px 5px;
	font-size:14px;
}
#navMain a:hover {
	color:#000;
}
#navMain li { /* all list items */
	float: left;/*width: 10em;*/ /* width needed or else Opera goes nuts */
	/*border-right:1px solid #FFFFFF;*/
}
#navMain li ul { /* second-level lists */
	position: absolute;
	background: #bcbdc0;
	width: 183px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:0 0 0 -10px;
}
#navMain li ul a { /* second-level lists */
	color:#fff;
	margin:0;
	padding:5px;
	text-align:right;
	width:173px;
}
#navMain li ul a:hover { /* second-level lists */
	color:#000;
	background:#939598;
	width:173px;
}
#navMain li:hover ul, #navMain li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navMainSelectCountry {
	/*margin:-10px 20px 0 0;
	display:inline;
	width:183px;
	background:#bcbdc0;*/
	background:none repeat scroll 0 0 #BCBDC0;
	display:inline;
	height:20px;
	margin:-10px 15px 0 0;
	padding:10px 0 10px 10px;
	width:173px;
	color:#939598;
}
#navMainSelectCountry a {
	color:#58585A;
}
#navMainSelectCountry a:hover {
	background:#bcbdc0;
	color:#58585A;
}
#navMainQrops {
	text-transform:uppercase;
}
#navMain #navMainContact li {
	border:none;
}
.menuDivider img {
	margin:3px 0 0 0;
}


/* SUB Nav children of #leftCol
   Use #leftCol and etc before the UL tag for more definitions
----------------------------------------*/

ul.subNav {
	margin:0;
	padding:10px;
	list-style-type:none;
}
ul.subNav li {
	display:block;
	list-style-type:none;
}


/* Main Content
----------------------------------------*/

#mainContent {
	/*background:#fff;*/
	display:block;
	/*background: #fff url(../images/background/bg-line.gif) repeat-y;*/		
	margin:20px 0 0 0;
}

/* #leftCol children of Main Content, ususally SUBNAV is here
	----------------------------------------*/
	#mainContent #leftCol { /* Define WIDTH */
	float:left;
	width:217px;
	/*border-right:2px solid #ad9f75;*/
	margin:0 0 0 0;
	min-height:381px;
}

/* #contentSection children of Main Content
	----------------------------------------*/
	#mainContent #contentSection { /* Define WIDTH */
	float:left;
	width:398px;
	padding: 0 10px 30px 20px;
	font-size: 13px;
	border-left:1px solid #D6CFBA;
	border-right:1px solid #D6CFBA;
	min-height:360px;
}

/* #rightCol children of Main Content
	----------------------------------------*/
	#mainContent #rightCol { /* Define WIDTH */
	float:left;
	width:313px;
	margin:0;
}

#contentSection a {
	text-decoration:none;
	color:#ad9f75;
	font-weight:bold;
}

#contentSection a:hover {
	color:#000;
}

/* Footer
----------------------------------------*/
#footer {
	background:#fff;
	/*margin:20px 0 0 20px;*/
	/*padding: 10px 0 0 0;*/
	/*height:60px;*/
	/*border-top:2px solid #ad9f75;*/
	/*float:left;*/
	width:723px;
	/*display:inline;*/
	display:block;
	margin:50px 0 0 215px;
	padding: 10px 0 0 20px;
	/*border-left:2px solid #ad9f75;*/
	padding-bottom: 10px;
}
#footer p {
	font-size:10px;
	margin:0;
	padding:0 0 5px 0;
	line-height:8px;
	letter-spacing:-0.25px;
}
#footer a {
	text-decoration:none;
	color:#818285;
}
#footer a:hover {
	text-decoration:none;
	color:#000;
}
.footer-links {
	color:#818285;
}
#footer .click-to-email {
	font-weight:bold;
	color:#000;
}
.bar {
	border-top:2px solid #ad9f75;
	border-right:none;
	border-left:none;
	border-bottom:none;
}
div#footer hr#footerbar {
	border-top:1px solid #ad9f75;
}
div#footer p.address {
	padding-top: 5px;
}
div#footer p.footerAddress {
	padding-bottom: 5px;
}
div#footer p.footerAddress {
	line-height: 15px;
}

/* Clearfix
When using a display block container and having floated div inside
add this class to the container to have it wrap floated children
----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
/* black tower */

.flag {
	float:right;
	margin:0 20px 15px 0;
	z-index:-1;
	display:none;
}
#primary {
	float:left;
	width:743px;
	margin:0 0 0 0;
	display:inline;
}
.quoteHeader {
	font-style:normal;
	line-height:1.4;
	font-weight:normal;
}

/* homepage slider */

#slideshow {
	position:relative;
	height:230px;
	padding: 0;
	margin: 0;
	float: left;
	width: 960px;/*border: 2px solid #000;*/
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 230px;
	background-color: transparent;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 230px;
	display: block;
	border: 0;
	margin-bottom: 0px;
}
#slideshow p {
	visibility:hidden;
	margin:0;
	padding:0;
}
.subscribeNewsletter {
	margin:0;
	padding:0;
	background:#fff;
}
.newsEvents {
	background-color:#fff;
	float:left;
	color:#818285;
}
.newsEvents h2 {
	font-weight:bold;
	font-size:17px;
	/*margin:15px 0 15px 10px;*/
	margin:15px 0 5px 10px;
	padding:0;
}
.newsEvents ul {
	margin:0 0 0 10px;
}
.newsEvents ul li {
	color:#818285;
	margin:0 0 12.5px 0;
}
.newsEvents ul li a {
	color:#ad9f75;
	text-decoration:none;
}
.newsEvents ul li a:hover {
	color:#000;
	text-decoration:none;
}
#tklhki-tklhki {
	/*background:#fffcd5;*/
	float:left;
	height:15px;
	padding:0 0 0 10px;
	width:134px;
	font-size:10px;
	border:0;
	color:#818285;
}
.furtherNewsEvents {
	margin:0 0 20px 10px;
	border-top:1px dashed #ad9f75;
	padding:10px 0 10px 0;
}
.associatedLinks {
	/*border-top:1px solid #ad9f75;
	border-bottom:1px solid #D6CFBA;
	border-left:1px solid #ad9f75;*/
	clear:both;
	padding:2.5px 0 10px 10px;
	margin:0 0 30px 0;
	color:#ad9f75;
	float:left;
}
.associatedLinks ul {
	margin:0 0 0 -12.5px;
	padding:0;
}
.associatedLinks h3 {
	color:#ad9f75;
	font-size:14px;
	font-weight:bold;
	/*border-bottom:1px solid #D6CFBA;*/
	padding:12.5px 0 2.5px 0;
	text-transform:lowercase;
	border-top:1px dashed #ad9f75;
	width:275px;
	margin:15px 0 5px 0;
}
.associatedLinks ul li {
	color:#818285;
	/*display:inline;*/
	margin:0;
	padding:0 12.5px 5px 12.5px;
	font-size: 13px;
}
.associatedLinks ul li a {
	color:#818285;
	text-decoration:none;
}
.associatedLinks ul li a:hover {
	color:#000;
	text-decoration:none;
	background:transparent;
}
.leftassociatedLinks {
	border-right:1px solid;
	padding:0 7.5px 0 0;
	float:left;
	width: 125px;
	clear: left;
}
.rightassociatedLinks {
	padding:0 0 0 7.5px;
	float:right;
	width: 125px;
	clear: right;
}
.clear {
	clear:both;
}
.twentyYears {
	/*float:right;
	margin:0 20px 0 0;*/	
	float:left;
	margin:3px 0 0 -75px;
}
.feifa {
	float:left;
	margin:3px 0 0 -130px;
}
#newsletterSubmit {
	/*margin-left:300px;
	position:absolute;
	top:170px;*/
	float:right;
	margin:-17px 10px 0 0;
}

/* meet the team */
	
	.teamMember {
	clear:both;
	padding:10px 0 0;
}
.teamMember img {
	float:left;
	display:block;
}
.teamMember p {
	float:right;
	width:285px;
	padding:0 0 15px 0;
	border-bottom:1px solid #D6CFBA;
	margin:0 20px 0 0;
	display:inline;
}
.teamMember a {
	text-decoration:none;
	font-weight:bold;
	color:#ad9f75;
}
#contentSection ul.aboutUsLinks {
	margin:0 0 7.5px 0;
	padding:0 0 2.5px 0;
	border-bottom:2px solid #D6CFBA;
	width:380px;
}
#contentSection ul.aboutUsLinks li {
	display:inline;
	margin:0 5px 0 0;
}
#contentSection ul.aboutUsLinks li a {
	text-decoration:none;
	color:#ad9f75;
	font-weight:bold;
}
#contentSection ul.aboutUsLinks li a:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

/* testimonials */

#contentSection ul.testimonials {
	margin:0 0 5px 0;
	padding:0;
}
#contentSection ul.testimonials li {
	margin:0 0 15px 0;
	line-height:20px;
	list-style:none;
}
#contentSection ul.testimonials li a {
	text-decoration:none;
	color:#ad9f75;
	font-weight:bold;
}
#contentSection ul.testimonials li a:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#contentSection .productsContent ul {
	margin:0 0 10px 15px;
	padding:0;
}
#contentSection .productsContent ul li {
	list-style:disc;
}

/*news listing */

.newsListing {
	clear:both;
	border-bottom:1px solid #D6CFBA;
	margin:0 0 15px 0;
}
.newsListingDate {
	float:left;
	width:50px;
	margin:0 10px 0 0;
	line-height:22px;
}
.newsListingDownload {
	float:left;
	width:315px;
}
.newsListingDesc {
}
.newsListing a {
	color:#ad9f75;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.newsListing a:hover {
	color:#000;
	text-decoration:none;
}
/*events listing */

.eventsListing {
	clear:both;
	border-bottom:1px solid #D6CFBA;
	margin:0 0 15px 0;
}
.eventsListingDate {
	float:left;
	width:50px;
	margin:0 10px 0 0;
	line-height:22px;
}
.eventsListingDownload {
	float:left;
	width:315px;
}
.eventsListingDesc {
}
.eventsListing a {
	color:#ad9f75;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.eventsListing a:hover {
	color:#000;
	text-decoration:none;
}
/*publications listing */

.publicationsListing {
	clear:both;
	border-bottom:1px solid #D6CFBA;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
}
.publicationsListingDate {
	float:left;
	width:60px;
	margin:0 10px 0 0;
	line-height:22px;
}
.publicationsListingDownload {
	float:left;
	width:315px;
}
.publicationsListingDesc {
}
.publicationsListing a {
	color:#ad9f75;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	width:300px;
}
.publicationsListing a:hover {
	color:#000;
	text-decoration:none;
}
/* misc */

#contentSection .current {
	color:#000;
}
#contentSection ul.aboutUsLinks li a.current {
	color:#000;
}
#navMain .current a {
	color:#000;
}
#commentForm label {
	float:left;
	width:110px;
	padding:5px 0 0 0;
	font-size:10px;
	font-weight:bold;
}
#commentForm input {
	border:1px solid #ad9f75;
	width:200px;
	height:17px;
	padding:5px 2px 0 2px;
}
#commentForm p {
	clear:both;
}
#commentForm textarea {
	border:1px solid #ad9f75;
	width:200px;
	padding:5px 2px 0 2px;
}
#commentForm .submit {
	background:#ad9f75;
	float:right;
	margin:0 88px 0 0;
	width:50px;
	padding:0;
	height:20px;
}
#commentForm select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #ad9f75;
	color:#332F30;
	font-size:0.8em;
	margin:0.5em 0;
	padding:4px 4px 4px 2px;
	width:210px;
	height:25px;
}
.error {
	color:red;
	font-size:11px;
	padding:0 0 0 10px;
}
#subNewsletter {
	float:left;
	width:146px;
	/*margin:0 0 0 10px;*/
	color:#ad9f75;
	font-size:13.5px;
	border-right:1px solid #ad9f75;
	margin:0;
	padding:0 10px 0 10px;
}
#newsletterForm .subNewsletter {
	width:167px;
	float:left;
}
.newsEvents a {
	color:#ad9f75;
	text-decoration:none;
}
.newsEvents a:hover {
	color:#000;
	text-decoration:none;
}
#contentSection ul {
	margin:0 0 10px 15px;
	padding:0;
}
#contentSection ul li {
	list-style:disc;
	margin:0 0 5px 0;
}
#site-map ul {
	margin:0 0 10px 0;
	padding:0;
}
#site-map ul li {
	list-style:none;
	color:#ad9f75;
	font-weight:bold;
}
#site-map ul li a {
	color:#000;
}
#contentSection ul.sitemapSubnav {
	padding-left: 20px;
}
#contentSection ul.sitemapSubSubnav {
	padding-left: 20px;
	margin:0px;
}
.pubClear {
	clear:both;
}
input#thirdPartyCheckbox {
	width: 40px;
	float: left;
	border: none;
}
.prodTitle {
	margin:25px 0 15px;
}
.contactCheck {
	float:left;
	font-size:10px;
	line-height:14px;
	width:275px;
}
div#site-map li {
	color: #ad9f75;
}
div#site-map li a {
	color: black;
	font-weight: normal;
}
div#eventNews {
	margin-bottom: 20px;
	border-bottom: solid #D6CFBA 1px;
}
#footer a.click-to-email:hover {
	text-decoration: underline;
}

/* qrop */

/* Style for Usual tabs */

.usual {
  background:#58585A;
  color:#111;
  padding:0;
  width:396px;
  border:1px solid #58585A;
  margin:10px auto;
}
#contentSection .usual ul  	{ margin:0; padding:0; }
#contentSection .usual li 	{ list-style:none; float:left; margin:0;padding:0;}
#contentSection .usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0;
  margin-left:0;
  color:#FFF;
  background:#58585A;
}
#contentSection .usual ul a:hover {
  color:#FFF;
  background:#AD9F75;
  }
#contentSection .usual ul a.selected {
  margin-bottom:0;
  color:#58585A;
  background:#fff;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  /**padding-top:3px;
  *margin-top:-15px;*/
  clear:left;
  background:#fff;
  /*width:398px;*/
}
.usual div a { color:#000; font-weight:bold; }

.usual strong {
	color:#AD9F75;
}


.qropsLink a {
	/*background:none repeat scroll 0 0 #AD9F75;
	color:#FFFFFF;
	float:left;
	margin:-20px 0 0 10px;
	padding:5px;
	text-decoration:none;*/
	float:left;
	margin:5px 0 0 10px;
	clear:both;
}

.qropsLink a:hover {
	/*background:none repeat scroll 0 0 #58585A;*/
}

#blog .entry {margin:0 0 20px 0;}

#mainContent #rightColBlog {
float:left;
margin:0 0 0 10px;
width:303px;
}

/* Blog */

#blog a {font-weight:normal;}

#rightColBlog ul {margin:0 0 10px 0;padding:0;}

#rightColBlog ul li {margin:0;padding:0;}

#rightColBlog ul li a {text-decoration:none; color:#818285;}



#rightColBlog ul li a:hover {text-decoration:none; color:#000;}

#rightColBlog #subNewsletter {
border-right:1px solid #AD9F75;
color:#AD9F75;
float:left;
font-size:13.5px;
margin:0 0 10px 0;
padding:0 10px 0 0;
width:146px;
}

.paginate {font-size:10px;}
