/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

* { margin: 0; padding: 0; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: Helvetica,Arial,sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #777; text-decoration: none; }
a:visited { color: #777; }
a:hover { color: #fff; text-decoration: underline;  }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #111; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1 {
	color: #fff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0 0 20px;
}
.colMain h1 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
}
h2 {
	color: #C9C9C9;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 20px;
}
h3 {
	color: #999;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0 20px;
}
h4 {
	color: #999;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 20px;
}
h5 {
	
}
h6 {
	
}

blockquote {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #222;
	color: #c20092;
	font-size: 16px;
	line-height: 1.5em;
	margin: 30px auto;
	padding: 10px;
	text-align: center;
	width: 400px;
}
blockquote:before {
    content: '“';
	font-weight: bold;
	font-size: 22px;
	margin: 0 5px 0 0;	
}
blockquote:after {
    content: '”';
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 0 5px;	
}
blockquote.quote2 {
	color: #00c289;
}
blockquote span {
	font-weight: bold;
	font-size: 22px;
	margin: 0 10px;
}

.colMulti {}

div.colMultiLogo div { 
    background: none;
	filter: none;
	margin: 0 20px 20px 0;
    min-height: auto;
	padding: 0px;
	position: relative;
	text-align: center;
    width: auto;
}
.colMulti .caption {
	display: block;
	font-size: 12px;
	margin: 10px 0 10px;
	text-align: center;
}
.colMulti div {
	background: #252728;
	background: -moz-linear-gradient(top, #252728 0%, #3d3f3b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252728), color-stop(100%,#3d3f3b));
	background: -webkit-linear-gradient(top, #252728 0%,#3d3f3b 100%);
	background: -o-linear-gradient(top, #252728 0%,#3d3f3b 100%);
	background: -ms-linear-gradient(top, #252728 0%,#3d3f3b 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252728', endColorstr='#3d3f3b',GradientType=0 );
	background: linear-gradient(top, #252728 0%,#3d3f3b 100%); 
	float: left;
	margin: 0 10px 10px 0;
	min-height: 130px;
	padding: 8px 10px 10px 10px;
	width: 180px;
}
#pageHomeSitemap .colMulti ul {
	margin: 0;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

#mainContent ul {
	margin: 0 0 20px;
	overflow: auto;
	padding: 0;
}
#mainContent ul li {
	background: url('../img/bullet.gif') no-repeat left 6px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body {
	background: #000;
	color: #B3B3B3;
}

p { margin: 0 0 20px; }

img.floatLeft {
	float: left;
	margin: 0 20px 20px 0;
}
img.floatRight {
	float: right;
	margin: 0 0 20px 20px;
}
img.titleBreak {
	padding: 30px 0 0;
}
.textCenter {
	text-align: center;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
address {
	font-style: normal;
}

#container {
	background: url('../img/page-bg.jpg') no-repeat center top;
	min-width: 1000px;
}
header, #footerHolder {
    margin: 0 auto 20px;
	width: 950px;
	
}

#container2{
	background: url('../img/page-bg.jpg') no-repeat center top;
	min-width: 600px;
	width: 600px;
	margin: auto;
}

.regionSelectBox {
	
	color: #fff;
	float: left;
	line-height: 1.4em;
	height: 18px;
	padding: 0 0 0 22px;
	position: relative;
	width: 162px;
	z-index: 10;
}

.regionSelectBox2{
	color: #fff;
	float: left;
	line-height: 1.4em;
	height: 18px;
	padding: 0 0 0 22px;
	position: relative;
	width: 100px;
	z-index: 10;
}
.regionSelectBox div {
	background : #000;
	height: 18px;
	position: absolute;
	width: 162px;
	top: 0;
	z-index: 5;
}
.regionSelectBox2 div {
	background : #000;
	height: 18px;
	position: absolute;
	width: 100px;
	top: 0;
	z-index: 5;
}
.regionSelectBox span {
	background: #000 url('../img/region-select-arrow.gif') no-repeat right center;
	display: inline;
	line-height: 1.5em;
	height: 18px;
	padding: 0 10px 0 0;   
}
.regionSelectBox2 span {
	background: #000 url('../img/region-select-arrow.gif') no-repeat right center;
	display: inline;
	line-height: 1.5em;
	height: 18px;
	padding: 0 10px 0 0;   
}
.regionSelectBox div.selected, .regionSelectBox div.selected span {
    background-color: #333;	
}
.regionSelectBox2 div.selected, .regionSelectBox div.selected span {
    background-color: #333;	
}

div#regionsg {
	background: url('../img/region-select-sg.gif') no-repeat left 4px;
}
.regionSelectBox #regionSelect {
	border: 1px solid #666;
	color: #888;
	display: none;
	left: 22px;
	margin: 0;
	padding: 0;
    position: absolute;
	top: 18px;
	z-index: 1;
}
.regionSelectBox2 #regionSelect {
	border: 1px solid #666;
	color: #888;
	display: none;
	left: 22px;
	margin: 0;
	padding: 0;
    position: absolute;
	top: 18px;
	z-index: 1;
}

#regionSelect li {
	background: #333;
	border-top: 1px solid #666;
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 150px;
}
#regionSelect li:first-child {
    border: none;	
}
#regionSelect li.selected {
	background: #666;
}
#navTop {
	float: right;
	width: 473px;
}
#navTop li {
    color: #888;
	float: left;
	font-size: 11px;
	margin: 0 8px 0 0;
	text-transform: uppercase;
}
#navTop a {
    color: #888;
	display: block;
	font-size: 11px;
	height: 10px;
	padding: 4px 10px;
	text-transform: uppercase;
}
#navTop a:hover {
    color: #fff;
	text-decoration: none;
}
#headerMainSection {
	height: 155px;
	position: relative;
}
#nippon {
	left: 0;
	position: absolute;
	top: 27px;
}
#searchBox {
	position: absolute;
	right: 0;
	top: 80px;
}
#searchBox input {
	padding: 5px 22px 5px 5px;
	width: 199px;
}
#searchBox #btnSearch {
	background: url('../img/btn-search.png') no-repeat center center;
	border: none;
	height: 26px;
	padding: 0;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 18px;
}
#navMain {
	bottom: 0;
	height: 28px;
	position: absolute;
	right: 0; 
}
#navMain li {
	float: left;
	font-size: 12px;
}
#navMain li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 5px 10px;
    text-transform: uppercase;

}
#navMain li a:hover {
	color: #888;
	text-decoration: none;
}
#navMain li:nth-child(7) a {
	padding: 5px 0 5px 10px;
}
#main {
	background: url('../img/main-bg.png') repeat left top;
	min-height: 300px;
	margin: 0 auto;
	padding: 12px;
	width: 926px;
}
#main2 {
	background: url('../img/main-bg.png') repeat left top;
	min-height: 300px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 595px;
}
#mainBanner {
	margin: 0 0 30px;
	padding: 10px;
}
#mainContent {
	background: #000;
	padding: 10px;
}
#pageHome #mainContent {
    background: none;
}
#mainBannerMain {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url('../img/main-banner-bg.gif') repeat-x left top;
	border: 1px solid #212222;
	border-top: 1px solid #7f8181;
	height: 230px;
	padding: 10px 690px 10px 20px;
	position: relative;
	overflow: hidden;
}
#mainBanner .banner {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
    background: url('../img/main-banner/for-home.jpg') no-repeat right top;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0;
	width: 664px;
}
#mainBanner .cycleGallery img {
    -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.catForHome #mainBanner .banner {
    background-image: url('../img/main-banner/for-home.jpg');
}
.catArchitecture #mainBanner .banner {
    background-image: url('../img/main-banner/architecture.jpg');
}
.catIndustrial #mainBanner .banner {
    background-image: url('../img/main-banner/industrial.jpg');
}
.catAutomotive #mainBanner .banner {
    background-image: url('../img/main-banner/automotive.jpg');
}
.catOurCommitments #mainBanner .banner {
    background-image: url('../img/main-banner/our-commitments.jpg');
}
.catInspirations #mainBanner .banner {
    background-image: url('../img/main-banner/inspirations.jpg');
}
.catTechnology #mainBanner .banner {
    background-image: url('../img/main-banner/for-home.jpg');
}
.catTechnology #mainBanner .banner {
    background-image: url('../img/main-banner/technology.jpg');
}
.catAboutUs #mainBanner .banner {
	background-image: url('../img/main-banner/about-us.jpg');
}

#pageForHomeInteriorPaint #mainBanner .banner {
    background-image: url('../img/main-banner/for-home-interior.jpg');
}
#pageForHomeExteriorPaint #mainBanner .banner {
    background-image: url('../img/main-banner/for-home-exterior.jpg');
}
#pageAboutUsHistoryofNipponPaint #mainBanner .banner {
    background-image: url('../img/main-banner/about-us-history.jpg');
}
#pageAboutUsCareerOpportunities #mainBanner .banner {
    background-image: url('../img/main-banner/about-us-careers.jpg');
}
#pageAboutUsOurBrand #mainBanner .banner {
    background-image: url('../img/main-banner/about-us-our-brand.jpg');
}
#pageAboutUsContactUs #mainBanner .banner {
    background-image: url('../img/main-banner/about-us-contact-us.jpg');
}
#pageOurCommitmentsOurCorporateSocialResponsibility #mainBanner .banner {
    background-image: url('../img/main-banner/our-commitments02.jpg');
}
#pageOurCommitmentsStandardsofExcellence #mainBanner .banner {
    background-image: url('../img/main-banner/our-commitments03.jpg');
}

#mapCanvas {
    height: 100%;
	width: 100%;
}
/*#mapCanvas div div {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}*/
#navSub {
    margin: 20px 0 0;
}
.navSubHighlights {
    margin: 10px 0 0;	
}
#navSub li, .navSubHighlights li {
	color: #C9C9C9;
	margin: 0 0 5px;
	
}
#navSub li a, .navSubHighlights li a {
	color: #C9C9C9;
}
#navSub li a:hover, .navSubHighlights li a:hover {
    color: #fff;
	text-decoration: none;	
}
#navSub li.current a {
	color: #fff;
}
#mainBannerSide {
	margin: 0 -12px 0px;
}
#mainBannerSide ul {
	padding: 0;
	
}
#mainBanner h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0;
}

#mainBannerSide li {
	color: #278786;
	float: left;
    list-style: none;
	margin: 0 12px;
	padding: 0;
	width: 286px;
}
#mainBannerSide li img {
	border: 2px solid #fff;
	display: block;
	margin: 0 0 10px;
}
#mainBannerSide li:nth-child(2) {
    color: #ff4800;
}
#mainBannerSide li:nth-child(3) {
    color: #ac2aff;
}
#mainBannerSide li a:hover img {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#mainContent #breadcrumbs {
	margin: 0 0 20px;
}
#mainContent #breadcrumbs li {
	background: url('../img/breadcrumbs-arrow.gif') no-repeat right 3px;
	color: #fff;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 12px 0 0;
}
#mainContent #breadcrumbs li.current {
	background: url('../img/breadcrumbs-arrow.gif') no-repeat right -10px;
}
#mainContent #breadcrumbs li a {
    color: #888;
}
#breadcrumbs #mainContent a:hover, #mainContent #breadcrumbs li.current a {
    color: #fff;
}
#mainBannerMain h3 {
	font-size: 12px;
	margin: 0;
}
/*#pageArchitecture .anchorHighlights {
	background: url('../img/main-bg.png') repeat left top;
	bottom: 0;
	left: 0;
	margin: 10px 0 0;
	padding: 0 0 3px;
    position: absolute;
	width: 100%;
	z-index:10;
}

#pageArchitecture .anchorHighlights h3 {
	color: #AF6813;
	cursor: pointer;
	margin: 0;
	padding: 0 10px 0 10px;	
}
#pageArchitecture .anchorHighlights h3 span {
	font-size": 10px;
	margin: 0 0 0 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#pageArchitecture .anchorHighlights nav {
	margin: 5px 0 0;
}
#pageArchitecture .anchorHighlights li {
	background: url('../img/bullet.gif') no-repeat left 6px;
	float: left;
	margin: 0 10px 5px 10px;
	padding: 0 0 0 10px;
}
#pageArchitecture .anchorHighlights a, #pageArchitecture .anchorHighlights a:visited {
	color: #fff;
	font-size: 12px;
}*/
.anchorHighlights {
	margin: 20px 0 0;
}
.anchorHighlights li a, .anchorHighlights li a:visited {
	color: #C9C9C9;
	font-size: 12px;
	
}
.anchorHighlights li a:hover {
	color: #fff;
}
footer {
	border-top: 1px solid #2b2b2b;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer li {
	list-style: none;
    margin: 0 0 5px;
}
#footerContact, #footerSite, #footerSocial {
	float: left;
	margin: 0 0 20px;
	padding: 10px 20px 0 0;
	width: 151px;
}
#footerSocial {
	width: 196px;
}

.social li {
	clear: both;
	min-height: 16px;
}
.social span {
    float: left;
	line-height: 1.5em;
	margin: 0 10px 0 0;
	width: 80px;
}

.social a {
	float: left;
	height: 16px;
	margin: 0 10px 0 0;
}
#footerCountry {
	float: right;
	margin: 0 0 20px;
	padding: 10px 0px 0 0;
	width: 351px;
}
#footerCountry ul {
	
}
#footerCountry li {
	float: left;
	margin: 0 10px 5px 0;
	width: 160px;
}
#footerCopyright {
	clear: both;
	font-size: 10px;
	margin: 0 auto;
	/*width: 470px; with privacy policy link*/
	width: 280px;
}
#footerCopyright p {
    float: left;
	margin: 0;
}
#footerCopyright ul {
	float: right;
	height: 15px;
	margin: 0;
	padding: 0;
}
#footerCopyright li {
	float: left;
	list-style: none;
	padding: 0 5px;
	text-transform: uppercase;
}
#footerCopyright li:nth-child(1) {
	/*border-right: 1px solid #444; with privacy policy link*/
}
#footerCopyright li a {
	line-height: 1em;
}
footer, footer a, footer a:visited {
	color: #777;
	font-size: 10px;
	text-transform: uppercase;
}
footer a:hover {
    color: #aaa;
}
footer h2 {
	font-size: 14px;
	height: 15px;
	margin: 0 0 25px;
	padding: 0 10px 0 0;
	
	text-transform: none;
}
/*footer h2 a, footer h2 a:visited {
	background: url('../img/region-select-arrow.gif') no-repeat right 8px;
	display: block;
	font-size: 14px;
	float: left;
	padding: 0 10px 0 0;
	text-transform: none;
}*/

#homeGallery {
    background: none;
	min-height: 480px;
	padding: 0px 0px 0px 510px;
	position: relative;
}

#homeGallery2 {
    background: none;
	min-height: 600px;
	padding: 0px 0px 0px 510px;
	position: relative;
}
#homeGallery .gallery {
	left: 0;
	height: 379px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 900px;
}
#homeGallery2 .gallery {
	left: 0;
	height: 379px;
	position: absolute;
	top: 0;
	width: 900px;
}

#homeGallery .thumbs {
	background: url('../img/main-bg.png') repeat left top;
    left: 0px;
	height: 85px;
	overflow: hidden;
	padding: 0 20px;
	position: absolute;
	top: 400px;
	width: 444px;
	z-index: 10;
}
#homeGallery .thumbs li {
	background: none;
	float: left;
	list-style: none;
	margin: 8px 10px 7px;
}
#homeGallery .thumbs li img {
    border: 3px solid #fff;
	margin: -3px;
}
#homeGallery .close, #homeGallery .close:visited {
    background: #333 url('../img/arrow-vertical.png') no-repeat center bottom;
	display: none;
	font-size: 10px;
	left: 464px;
	height: 14px;
	padding: 0;
	position: absolute;
	text-decoration: none;
	text-align: center;
	top: 386px;
	width: 20px;
	z-index: 10;
}
#homeGallery .close:hover {
	background: #999;
}

#homeGallery h1 {
	font-size: 40px;
	line-height: 1em;
	margin: 0 0 16px;
}
#homeGallery h2 {
	margin: 0 0 5px;
}
#homeGallery p {
    margin: 0 0 5px;
}

#highlightNews, #highlightTechnology, #highlightInspiration {
	background: url('../img/home-gallery/home-technology.png') no-repeat left top;
	margin: 15px 0 15px;
	padding: 0 0 0 66px;
}
#highlightNews {
	background: url('../img/home-gallery/home-news.png') no-repeat left 20px;
}
#highlightTechnology {
	background: url('../img/home-gallery/home-technology.png') no-repeat left 20px;
	min-height: 80px;
}
#highlightInspiration {
	background: url('../img/home-gallery/home-inspiration.png') no-repeat left 20px;
    min-height: 90px;
}

#homeGallery a, #homeGallery a:visited {
    color: #2AB4D0;
}

.colMain h2 {
	margin: 0 0 15px;
}
.titleBreak {
	margin-top: 50px;
}
.col2 .colMain {
	float: left;
	width: 665px;
	text-align: justify;
}
.col2 .colSide {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
    background: -webkit-linear-gradient(top, #000000 0%,#2b2d2f 99%);
    background: -o-linear-gradient(top, #000000 0%,#2b2d2f 99%);
    background: -ms-linear-gradient(top, #000000 0%,#2b2d2f 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2d2f',GradientType=0 );
    background: linear-gradient(top, #000000 0%,#2b2d2f 99%);
	float: right;
	height: auto;
	padding: 0 12px;
	width: 182px;
}
.colSide h2, #productRecommend h2 {
	margin: 0 0 8px;
}
.colSide p, .colSide address, #productRecommend p {
	margin: 0 0 15px;
}
#productRecommend select {
	float: left;
	width: 160px;
}
#productRecommend input {
	float: right;
	width: 18px;
}
#productRecommend p.imgHolder {
	margin: 10px -12px 15px;
	text-align: center;
}

.colSide > div {
	margin: 0 0 20px;
}
#productRecommend a {
	float: right;
	background: url('../img/btn-go.png') no-repeat center center;
	display: block;
	height: 18px;
	margin: 1px 0 0;
	padding: 0 0px 0 0;
	width: 18px;
}
.colMain {
	min-height: 280px;	
}

#mainContent #newsPick ul {
	margin: 0;
	padding: 0;
}
#mainContent #newsPick li {
	background: url('../img/region-select-arrow.gif') no-repeat left 5px;
	list-style: none;
    margin: 0 0 0px;
	padding: 0 0 0 10px;
}
#mainContent #newsPick li a {
    text-transform: uppercase;
}
#mainContent #newsPick li.current a {
	color: #fff;
}
#newsList {
	margin: 0 0 20px;
}
#newsList dt {
	float: right;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 17px;
	min-height: 20px;
	padding: 0 0 0 0px;
	width: 490px;
}
#newsList dd {
	float: right;
	margin: 0 0 27px;
	min-height: 50px;
	padding: 0;
	width: 490px;
}
#newsList dd.newsImg {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}

#pagination {
	color: #fff;
    text-align: center;
	width: 100%;
}
#pagination span {
	margin: 0 5px;
	padding: 5px;
}
#pagination a {
	color: #555;
    margin: 0 5px;
	padding: 5px;
}
#pagination a:hover {
    border: 1px solid #fff;
	margin: 0 4px;
	color: #fff;
	text-decoration: none;
}
#pagination a.pagePrev {
    background: url('../img/pagination-arrow.gif') no-repeat left top;
    padding: 0 5px 0 15px;
}
#pagination a.pageNext {
    background: url('../img/pagination-arrow.gif') no-repeat right top;
	padding: 0 15px 0 5px;
}
#pagination a.pagePrev:hover {
	background-position: left bottom;
    border: none;
	margin: 0 5px;
}
#pagination a.pageNext:hover {
	background-position: right bottom;
    border: none;
	margin: 0 5px;
}
#pagination a.current, #pagination a.current:visited {
	color: #fff;
}
hgroup {
	padding: 0 200px 0 0;
	position: relative;
}
.colMain hgroup h2 {
    margin: 0 0 5px;
}
hgroup .addthis_toolbox {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}
.navBtm a {
	background: url('../img/arrow-right.gif') no-repeat right top;
	font-weight: bold;
	padding: 0 12px 0 0;
	text-transform: uppercase;
}
.navBtm a:hover  {
    background: url('../img/arrow-right.gif') no-repeat right bottom;
}

.btnItunes, .btnMarket {
	height: 60px;
	width: 180px;
}

.btnItunes {
	background: url('../img/btn-itunes.jpg') no-repeat left top;
}

.btnMarket {
	background: url('../img/btn-android.jpg') no-repeat left top;
}

.app {
	margin: 30px 0 20px;
}
.app img {
	float: left;
	margin: 0 50px 0 0;
}

#officesList h2 {
	background: #111;
	color: #888;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0px -5px 10px;
	padding: 5px;
}
#officesList h2:hover {
	background: #222;
	color: #888;
	margin: 0px -5px 10px -5px;
	padding: 5px 5px 5px 10px;
}
#officesList .countryContainer {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: #222;
	margin: 0 0px 20px;
	padding: 10px 48px 1px;
	
}
#officesList .categoryContainer {
	
}
#officesList p, #mapPoints address {
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 0px;
}
#officesList .countryContainer h3:nth-child(1) {
	border: none;
	padding: 0;    
}
#officesList .countryContainer h3 {
	
    margin: 10px 10px 0px;	
	padding: 10px 0 0;
}
#officesList .countryContainer h4 {
	border-bottom: 1px solid #333;
	margin: 0 0 2px;
	padding: 0 0 5px;
	text-align:left;
	
}

#officesList ul {
	
}
#officesList .countryContainer li {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #111;
	float: left;
	list-style: none;
	margin: 20px 20px 0px 20px;
	padding: 10px;
	width: 215px;
	min-height: 225px;
	
}
#officesList .countryContainer li div:nth-child(1) {
    border-top: none;
}

#officesList .countryContainer li div {
    border-top: 1px solid #333;
	margin: 0 0 0;
	overflow: hidden;
	padding: 10px 0 10px;
	
}
#officesList address {
	clear: both;
	text-align:left;
}
#officesList address .label {
	color: #666;
	float: left;
	width: 30px;
}
#officesList address .info {
	float: right;
	width: 165px;
	word-wrap: break-word;
	text-align:left;
}
#officesList address .label2 {
	color: #666;
	display: block;
	float: none;
	word-wrap: break-word;
	text-align:left;
}
#officesList address .info2 {
	display: block;
	float: none;
	word-wrap: break-word;
}
address.iconMap {
	background: url('../img/icon-gmap.png') no-repeat left top;
	padding: 3px 0 0;
	text-indent: 15px;
	text-align:left;
}
.googleMapLink {
	margin: 10px 0 0;
}
.googleMapLink a {
	color: #af6813;
}
#officesList p.social {
	margin: 10px 0 0;
}


.facebook {
	background: url('../img/icon-social.png') no-repeat left top;
	width: 16px;
	height: 16px;
}
.twitter {
	background: url('../img/icon-social.png') no-repeat -16px top;
	width: 16px;
	height: 16px;
}

.linked{
	background: url('../img/icon-social.png') no-repeat -32px top;
	width: 16px;
	height: 16px;
	}
	
.youtube {
	background: url('../img/icon-social.png') no-repeat -64px top;
	width: 16px;
	height: 16px;
}


.weibo {
	background: url('../img/icon-social.png') no-repeat -48px top;
	width: 16px;
	height: 16px;
}
#searchRefineForm {
	margin: 0 0 30px;
}

#searchRefineForm select {
	float: left;
	width: 150px;
}
#searchRefineForm h3 {
	float: left;
	margin: 0 20px 0 0;
}

#searchResults {
	
}

#searchResults dt {
	color: #555;
	font-weight: bold;
	margin: 0 0 15px
}
#searchResults dd {
	margin: 0 0 30px;
}
#photoGalleryForm, #photoGallery {
	margin: 0 auto 0px;
	width: 766px;
}
#photoGalleryForm h2 {
    margin: 0 0 10px
}

#photoGalleryForm select {
	float: left;
	width: 200px;
}
#photoGalleryForm p {
	float: right;
	font-size: 12px;
	width: 500px;
}
#photoGallery {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #505459;
	background: -webkit-linear-gradient(top, #505459 0%,#000000 98%);
	background: -o-linear-gradient(top, #505459 0%,#000000 98%);
	background: -ms-linear-gradient(top, #505459 0%,#000000 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505459', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #505459 0%,#000000 98%);
	border: 1px solid #535659;
	border-top: 1px solid #7f8181;
	height: 437px;
	margin: 0 auto 27px;
	position: relative;
}
#photoGallery img {
    height: 405px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 748px;

}
#photoGallery p {
	bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	text-align: right;
    text-transform: uppercase;
    width: 746px;
}
.photoGalleryPrevious,.photoGalleryNext {
	height: 35px;
	position: absolute;
	top: 202px;
	width: 26px;
}
.photoGalleryPrevious {
	background: url('../img/btn-photogallery-previous.gif') no-repeat left top;
	left: -42px;
}
.photoGalleryNext {
	background: url('../img/btn-photogallery-next.gif') no-repeat left top;
	right: -42px;
}
#pageInspiration #main {
	background: none;
	padding: 0;
	width: 950px;
}
#pageInspiration #mainContent {
	background: none;
	padding: 0;
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#worldOfColours{width: 886px;
padding: 10px;}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
.fullWidthfix {
	width: 926px !important;
}

.cont2 {
float: left;
	height: auto;
	overflow: hidden;
	position: absolute;
	width: 445px;
	margin-right: 5px;
}

.vali
{
	vertical-align: middle;
}

.cont3 {
float: right;
	height: auto;
	overflow: hidden;
	position: absolute;
	width: 445px;
	left: 450px;
	margin-left: 5px;
}

#midlecont {
min-height: 220px; 
float: left;
position: relative;
top: -120px;
}