/*
Theme Name: SC Sandbox 
Theme URI: http://www.strafecreative.co.uk
Description: Designed by Strafe Creative
Author: Strafe Creative
Version: 2.6
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Page Styles
	#Media Queries
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #747474;
		font: 13px/21px 'Ubuntu', sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	
	
 	img {
		max-width: 100%;
		height: auto;
	}
		

/* #Site Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}
	
	/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; background: #fff;}
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
	.wide-slider{ 
		overflow:hidden; 
		position:relative;
	}
	
	body{ background:url(images/bg_body-960.jpg) repeat-y center top #747474; }
	
	.buffer{
		padding: 0 0 40px 0;	
	}
	
	#header{
		background: url(images/bg_transparent_001.png);
		position: relative;
		z-index:9;
		height:100px;
		margin: 0 auto;
	}
	
	#head-bar{
		position: relative;
		z-index:10;
		padding: 4px 0 0 0;
		height: 21px;
		background: #221f1f;
	}
	
	nav {
		float: left;
		margin: -1px 0 0 0;
		padding: 0;
		height: 25px;
	}

	.responsive-access{
		display:none;	
	}
	
	#logo{
		margin: 17px 0 0 0;
		display: block;
	}
	
	.logo-responsive{
		display:none;
	}
	
	.content{ padding: 0 30px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }
		
		#header{
		background: url(images/bg_transparent_001.png);
		position: relative;
		z-index:9;
		height:100px;
		margin: 0 auto;
		}
		
		body{ background:url(images/bg_body-768.jpg) repeat-y center top #747474; }
		
		#head-bar{
			position: relative;
			z-index:10;
			padding: 4px 0 0 0;
			height: 21px;
			background: #221f1f;
		}
		
	
        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }
		.wide-slider{ 
			display:none
		}
		
		body{ background:url(images/bg_body-300.jpg) repeat-y center top #747474; }
		
		#header{
			background: none;
			position: relative;
			z-index:9;
			margin: 0;
		}
		
		#head-bar{
			display:none;
		}
		
		nav{ display:none; !important }
		
		.responsive-access{
			display:block;
			z-index: 10;
			position: relative;
			background: #f4f5f6;
			padding: 0;
			border: 1px solid #adb8bd;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		
		.responsive-access li {
			margin: 0 0 15px 0;
			padding: 0 0 10px 0;	
		}
		
		.responsive-access li a{
			background:url(images/bg_responsive_menu_seperator.gif) repeat-x bottom;
			padding: 10px 8px;
			color: #222;
			text-decoration: none;
			font-size: 14px;
		}
		
		.responsive-access li ul {
			margin: 20px 0 20px 15px;
			width:90%;
		}
				
		.responsive-access ul li ul li{
			padding: 10px 8px;
			list-style: url(images/icon_arrow_red_right.png) inside;
		}
		
		.responsive-access ul li ul li a{
			background: none;
			text-shadow: 1px 1px 0px #fff;
			color: #222;
		}
		
		#logo{
			display:none;
		}
		
		.logo-responsive{
			display:block;
			text-align:center;
			margin: 30px 0;
		}
		
		#globallocations{ display:none; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }
		.wide-slider{ 
			display:none
		}
		
		body{ background:url(images/bg_body-420.jpg) repeat-y center top #747474; }
		
		
		#head-bar{
			position: relative;
			z-index:10;
			height:40px;
			padding: 4px 0 0 0;
			background: #221f1f;
		}

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }




/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: 'Ubuntu', sans-serif;
		font-weight: normal;
		text-transform: uppercase; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; font-weight: 500; color: #ED3024;}
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; font-weight: 500; color: #ED3024;}
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; font-family: 'Ubuntu', sans-serif; font-weight: 200;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #c60651; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }
	.blog-entry a{color:#ed3024;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	.content li{
		margin: 0 0 7px 15px;
		padding: 0 0 0 15px;
		background:url(images/icon_arrow_red_right.png) no-repeat left 5px;
	}

/* #Images
================================================== */

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Ubuntu', sans-serif;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		max-width: 100%;
		display: block;
		background: #fff; }
	
	.form-left input[type="text"]{
		width: 140px;
	}
	
	.form-right input[type="text"]{
		width: 140px;
	}
	
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
		
	label.error{
		color:#F00;	
	}
	
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	
	.form-heading{
		padding: 0 0 5px 5px;
		border-bottom: 3px solid #8B2422;
		margin: 20px 0;
		clear:both;
	}
	
	.form-full{
		width: 100%;
		padding: 0 5px;	
	}
	
	.form-left{
		width: 45%;
		float: left;
		padding: 0 0 0 5px;	
	}
	
	.form-right{
		width:45%;
		float:right;
		padding: 0 0 0 5px;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
/* #Menu
================================================== */

	.access ul {
		font-size: 14px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.access ul li {
		display: block;
		position: relative;
		float: left;
		padding: 0;
		text-align: center;
	}
	
	.access ul li:hover {
		background: url(images/bg_menu_arrow.png) no-repeat center 10px #221f1f;
		color: #fff;
	}
	
	.access ul li a:hover {
		color:#fff;
	}
	.access li ul {
		display: none;
		background: url(images/bg_transparent_001.png);
		text-align:center;
		height:190px;
		padding: 10px 10px 20px 10px;
		width: 91px;
	}
	
	.access li ul li ul {
		display: none;
		background: #222;
		border: 1px solid #444;
		text-align:center;
		height:50px;
		padding: 10px 10px 20px 10px;
		width: 91px;
	}
	
	.access li ul li:hover ul{
		display: block;
		position: absolute;
		margin: -30px 0 0 90px;
	}
	
	.access li:hover ul ul{
	}
	
	.access ul li a {
		color: #a9a9a9;
		display: block;
		margin-left: 1px;
		padding: 30px 25px 9px 25px;
		text-decoration: none;
		font-size: 13px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 200;
		width: 60px;
		text-transform: uppercase;
	}
	
	.access ul li li a {
		font-size: 11px;
		padding: 2px 25px 2px 25px;
		font-weight: 200;
	}

	.access ul li li:hover { 
		background: none;
	}
	
	.access ul li li a:hover { 
		color: #ED3024;
	}
	
	.access li:hover ul {
		display: block;
		position: absolute;
		margin: 0;
	}
		
	.access li:hover li {
		float: none;
		font-size: 11px;
	}
	
	access ul li ul li:hover {
		color: #ED3024;	
		background-image:none;!important
	}
	.access ul li ul li a {
		padding: 0;
		width: 90px;
	}
	.access li:hover li a:hover {}
	
	/*---- CROSS BROWSER DROPDOWN MENU ----*/
nav {
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 0;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		display: block;
		position: relative;
		float: left;
		padding: 0;
		text-align: center;
	}
		nav ul li:hover {
			background: url(images/bg_menu_arrow.png) no-repeat center 10px #221F1F;
			color: white;
		}
		
		nav ul li ul li:hover {
			background: none;
		}
		
			nav ul li:hover a {
				color: #darkGray;
			}
		
		nav ul li a {
			color: darkGray;
			display: block;
			margin-left: 1px;
			padding: 30px 25px 9px 25px;
			text-decoration: none;
			font-size: 13px;
			font-family: 'Ubuntu', sans-serif;
			font-weight: 200;
			width: 60px;
			text-transform: uppercase;
		}
		
		nav ul li a:hover {
			color: #fff;
		}
			
		
	nav ul ul {
		display: none;
		background: url(images/bg_transparent_001.png);
		text-align: center;
		min-height: 190px;
		padding: 10px 10px 6px 10px;
		width: 91px;
	}
		nav ul ul li {
			float: none; 
		}
			nav ul ul li a {
				color: darkGray;
				display: block;
				margin-left: 1px;
				padding: 0px;
				text-decoration: none;
				font-size: 11px;
				font-family: 'Ubuntu', sans-serif;
				font-weight: 200;
				width: 90px;
				text-transform: uppercase;
			}	
				nav ul ul li a:hover {
					color: #ED3024;
					background: none;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
		background: #222;
		border: 1px solid #444;
		height:auto;
		padding: 10px;
	}

	
/* #Header
================================================== */
	
	.slider { margin:0; height:320px; position:relative; overflow:hidden; }
	.slider .slide { display:none; background:red; position:absolute; height:420px; width:100%; text-align:center; color:#fff; font-size:24pt;}
	.slide img{ max-width: none; margin: 0 auto;}	
	
	
	
/* #Footer
================================================== */

	#footer{
		margin: 0 auto 0 auto;
		padding: 50px 0 80px 0;
		background:#535354;
		color: #A0A0A0;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 200;
		font-size: 10px;
	}
	
	#footer a{
		color: #fff;
		font-size: 11px;
	}
	
	.footer-text{
		padding:0 20px;	
	}
	
	.footer-accreditations{
		padding: 0 20px 40px 20px;
	}
	
	.footer-list-title{
		padding: 0 0 0 15px;	
	}
	
	.indent{
		padding-left:30px;	
	}

/* #Sidebar
================================================== */
	
	#sidebar{
	}
	
	.sidebar-holder{
		padding: 0 20px 0 0;	
	}
	
	#sidebar a{
		text-decoration: none;	
	}
	
	.sidebar-small-text{
		font-size:9px;
		text-transform: uppercase;
		color: #fff;
	}
	
	.sidebar-large-text{
		font-weight: 400;
		margin: -7px 0 0 0;
		font-size: 18px;
		text-transform: uppercase;
		color: white;
	}
	
	.sidebar-item-red{
		background: url(images/bg_arrow_grey_right.png) no-repeat 10px center #ec2f23;
		height: 40px;
		padding: 0 10px 0 40px;
		margin: 0 0 10px 0;
	}
	
	.sidebar-item-grey{
		background: url(images/bg_arrow_red_right.png) no-repeat 10px center #5e5e5e;
		height: 40px;
		padding: 0 10px 0 40px;
		margin: 0 0 10px 0;
	}
	
	.sidebar-item-black{
		background: url(images/bg_arrow_white_right.png) no-repeat 10px center #1E1E1E;
		height: 40px;
		padding: 0 10px 0 40px;
		margin: 0 0 10px 0;
	}
	
	.sidebar-item-orange{
		background: url(images/bg_arrow_grey_right.png) no-repeat 10px center #F6921E;
		height: 40px;
		padding: 0 10px 0 40px;
		margin: 0;
	}
	
	.sidebar-item-orange-content{
		background: #ffe3c7;
		padding: 10px 20px;
		margin: 0;
	}
	
	.latest-news-item{
		
	}
	
	.latest-news-title{
		font-weight: 500;	
		font-size: 17px;
	}
	
	.latest-news-date{
		font-size: 11px;	
	}
	
/* #Rollover Map
================================================== */
	dl#globallocations {
	margin: -100px 0 0 0;
	padding: 0;
	background: transparent url(images/bg_map.gif) top left no-repeat;
	height: 450px;
	width: 100%;
	position: relative;
	}
	
	dl#globallocations a:hover span{
		display: block;
		text-indent: 0;
		vertical-align: top;
		color: #000;
		background-color: #f6f6f6;
		position: absolute;
		border: 1px solid #cccccc;
		font-size: 11px;
		text-shadow: 1px 1px 0px #fff;
		line-height: 14px;
		bottom: 100%;
		margin: 0 0 0 -90px;
		padding: 5px;
		width: 300px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	dd#uk a{ position: absolute; width: 10px; height: 10px; text-decoration: none; top: 240px; left: 517px;}
	dd#uk a span{ display: none; }
	dd#uk a:hover{ position: absolute; background: none; margin:0;}
	
	dd#uk2 a{ position: absolute; width: 10px; height: 10px; text-decoration: none; top: 250px; left: 527px;}
	dd#uk2 a span{ display: none; }
	dd#uk2 a:hover{ position: absolute; background: none; margin:0;}
	
	dd#usa a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:340px; left:220px;}
	dd#usa a span{ display: none; }
	dd#usa a:hover{ position: absolute; background: none; margin:0;}
	
	dd#mexico a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:385px; left:211px;}
	dd#mexico a span{ display: none; }
	dd#mexico a:hover{ position: absolute; background: none; margin:0;}
	
	dd#poland a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:243px; left:584px;}
	dd#poland a span{ display: none; }
	dd#poland a:hover{ position: absolute; background: none; margin:0;}
	
	dd#turkey a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:305px; left:602px;}
	dd#turkey a span{ display: none; }
	dd#turkey a:hover{ position: absolute; background: none; margin:0;}
	
	dd#uae a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:367px; left:690px;}
	dd#uae a span{ display: none; }
	dd#uae a:hover{ position: absolute; background: none; margin:0;}
	
	dd#lagos a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:430px; left:520px;}
	dd#lagos a span{ display: none; }
	dd#lagos a:hover{ position: absolute; background: none; margin:0;}
	
	dd#shanghai a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:342px; left:884px;}
	dd#shanghai a span{ display: none; }
	dd#shanghai a:hover{ position: absolute; background: none; margin:0;}
	
	dd#mumbai a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:375px; left:742px;}
	dd#mumbai a span{ display: none; }
	dd#mumbai a:hover{ position: absolute; background: none; margin:0;}
	
	dd#bangkok a{ position: absolute; width: 20px; height: 20px; text-decoration: none; top:404px; left:830px;}
	dd#bangkok a span{ display: none; }
	dd#bangkok a:hover{ position: absolute; background: none; margin:0;}
	
	


/* #jQuery UI
================================================== */
	
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* Component containers
----------------------------------*/
.ui-widget { font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #8B2422; background: #cb4e4b; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .5;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .2;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
