
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

* {
 outline: none;    
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    outline: none;
  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;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }

ul, ol {list-style-type: none;}
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

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

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { text-rendering: optimizeLegibility; text-decoration: none; color: #161112; }
a:hover {  }

/*
    // ========================================== \\
   ||                                              ||
   ||      			    General                    ||
   ||                                              ||
    \\ ========================================== //
*/

/*
@font-face {
    font-family: 'SangBleuBPtestFontHairline';
    src: url('fonts/sangbleubptestfont-hairline-webfont.eot');
    src: url('fonts/sangbleubptestfont-hairline-webfont.eot?iefix') format('eot'),
         url('fonts/sangbleubptestfont-hairline-webfont.woff') format('woff'),
         url('fonts/sangbleubptestfont-hairline-webfont.ttf') format('truetype'),
         url('fonts/sangbleubptestfont-hairline-webfont.svg#webfontxKBQQTvm') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SangBleuBPtestFontHairlineOTF';
    src: url('fonts/SangBleuBPtestFont-Hairline.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dinLightOTF';
    src: url('fonts/DINPro-Light.otf') format("opentype");
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dinLight';
    src: url('fonts/DINPro-Light.eot');
    src: url('fonts/DINPro-Light.eot?iefix') format('eot'),
         url('fonts/DINPro-Light.woff') format('woff'),
         url('fonts/DINPro-Light.ttf') format('truetype'),
         url('fonts/DINPro-Light.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'dinMedium';
  src: url('fonts/din-medium.eot?') format('eot'), url('fonts/din-medium.woff') format('woff'), url('fonts/din-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*/

body{
	font-size: 62.5%;
	width: 960px;
	display: none;
}

#main #clients,
#main #services,
#main #updates,
#main #contact,
#main #legalstuff {
	display: none;
}

.dottedHor {
	height: 2px;
	background: url(../images/dotted-hor.png) repeat-x;
	width: 960px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.error h2 {
	font-size: 6em;
	font-family: sans-serif;
	margin-bottom: 20px;
}
.error p {
	font-size: 2em;
	font-family: sans-serif;
	margin-bottom: 20px;
	line-height: 1.6;
}




/*
    // ========================================== \\
   ||                                              ||
   ||      			    Header                     ||
   ||                                              ||
    \\ ========================================== //
*/


#headerWrapper header {
	height: 124px;
	border-bottom: 1px solid #161112;
	text-align: center;
}

#headerWrapper header #title a {
	text-indent: -99999px;
	width: 91px;
	height: 91px;
	margin: 0 auto;
	background: url(../images/header-logo.png) no-repeat;
	display: block;
	line-height: 1.2;

}

#main {
	height: 330px;
	padding: 35px 0;
	width: 100%;
	position: relative;
}

p.noJS {
	font-size: 2em;
	font-family: sans-serif;
	margin: 20px;
	display: none;
}


/*
    // ========================================== \\
   ||                                              ||
   ||      			    Home                       ||
   ||                                              ||
    \\ ========================================== //
*/


#main #home p {
	font-size: 5.2em;
	color: #161112;
	text-align: center;
	font-weight: normal;
	-webkit-transform: rotate(-0.0000000001deg);
	line-height: 1.5;
}

/*
    // ========================================== \\
   ||                                              ||
   ||      			    Services                   ||
   ||                                              ||
    \\ ========================================== //
*/

#main #services {
 float:left;
 margin-top:-5px;    
}

#main #services ul li {
	float: left;
	width: 280px;
	margin-right: 40px;
	margin-bottom: 35px;
	display: inline;
}

#main #services ul li p {
	font-size: 1.4em;
	color: #161112;
	line-height: 1.4;
}

#main #services ul li h2 {
	font-size: 1.4em;
	color: #161112;
	text-transform: uppercase;	
	letter-spacing: 3px;	
}

#main #services ul li:nth-child(3n+3) {
	margin-right: 0;
}

#main #services ul li:nth-child(4),
#main #services ul li:nth-child(5),
#main #services ul li:nth-child(6) {
	margin-bottom: 0;
}

/*
    // ========================================== \\
   ||                                              ||
   ||      			    OUR CLIENTS                ||
   ||                                              ||
    \\ ========================================== //
*/

#main #clients {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	margin-top:28px;
}

#main #clients ul {
	clear: both;
	float: left;
	overflow:hidden;
	margin: 0 auto 43px auto;
}

/* 
#main #clients .row {
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 43px;
}

#main #clients .row p {
	display: inline;
	margin: 0 75px 0 0;
	color: #161112;
	font-size: 2.4em;
}

#main #clients .row p:last-child {
	margin-right: 0;
}

*/

#main #clients .column {
	float: left;
	text-align: center;
	width: 25%;
	height: 100%;
	margin-bottom: 43px;
	margin-left:
}

#main #clients .column p {
	display: block;
	margin: 25px 0 0 0;
	color: #161112;
	font-size: 2.4em;
}

#main #clients .row p:last-child {
	margin-right: 0;
}

#main #clients ul:last-child {
	margin-bottom: 0;
}

#main #clients ul li {
	float: left;
	margin: 0 75px 0 0;
	color: #161112;
	font-size: 2.4em;
	display: inline;
}

#main #clients ul li:last-child {
	margin-right: 0;
}

/*
    // ========================================== \\
   ||                                              ||
   ||      			   UPDATES		               ||
   ||                                              ||
    \\ ========================================== //
*/

#main #updates aside {
	clear: both;
	float: left;
	width: 312px;
	height: 325px;
	position: relative;
	background: url(../images/updates-dog.png) no-repeat 195px bottom;
}

#main #updates .via {
	text-indent: -99999px;
	width: 113px;
	height: 21px;
	background: url(../images/updates-twitter.png) no-repeat;
}

#main #updates .follow {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 145px;
	font-size: 1.4em;
	color: #161112;
	line-height: 1.4; 
}

#main #updates .follow a {
	padding-bottom: 1px;
	border-bottom: 1px solid #aaa;
}

#main #updates .follow a:hover {
	color: #000;
}

#main #updates ul {
	float: left;
	width: 608px;
	height: 325px;
	padding: 0 20px;
	overflow:hidden;
	background: url(../images/dotted-ver.png) repeat-y;
}

#main #updates ul li {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#main #updates ul li:nth-child(5) {
 display:none;
}


#main #updates ul li:first-child {
	margin-top: 7px;
}

#main #updates ul li:last-child {
	margin-bottom: 0;
}

#main #updates ul li p {
	font-size: 1.4em;
	color: #161112;
	line-height: 1.4;
}

#main #updates ul li p.date {
	color: #666;
}

#main #updates ul li p small {
	color: #666;
	clear: both;
	float: left;
}


/*
    // ========================================== \\
   ||                                              ||
   ||      			   CONTACT		               ||
   ||                                              ||
    \\ ========================================== //
*/

#main #contact aside {
	clear: both;
	float: left;
	width: 312px;
	height: 325px;
	position: relative;
}

#main #contact h2 {
	font-size: 1.4em;
	color: #161112;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#main #contact p {
	font-size: 1.4em;
	color: #161112;
	line-height: 1.4;
	margin-bottom: 20px;
}

#main #contact .max {
	position: absolute;
	bottom: 10px;
	left: 332px;
	width: 145px;
}

#main #contact .max em {
	font-style: italic;
}

#main #contact p a {
	padding-bottom: 1px;
	border-bottom: 1px solid #aaa;
}

#main #contact p a:hover {
	color: #000;
}

#main #contact .map {
    position:relative;
	float: left;
	width: 608px;
	height: 325px;
	padding: 0 20px;
	background: url(../images/dotted-ver.png) repeat-y;	
}

#main #contact .dog {
	position: absolute;
	bottom: 0px;
	left: 225px;
	width: 70px; 
	height:110px;
	background: url(../images/updates-dog.png) no-repeat;	
}

#main #contact .map p {
	width: 275px;
	float: left;
}

#main #contact .map img {
	float: right;
	width: 312px;
	height: 276px;
}


/*
    // ========================================== \\
   ||                                              ||
   ||      			   Priceless London		       ||
   ||                                              ||
    \\ ========================================== //
*/

#main #pricelesslondon div#wrapbanner2 {
	clear: both;
	float: left;
	width: 830px;
	height: 650px;  
}

#main #pricelesslondon div#topbanner1 {
	float: left;
	width: 728px;
	height: 90px;
	margin-bottom:40px;
}

#main #pricelesslondon aside#ban2 {
	float: left;
	width: 320px;
	height: 300px;
	margin-right:40px;
}

#main #pricelesslondon aside#ban2text {
	float: left;
	width: 428px;
	height: 300px;
	margin-right:40px;	    
}

#main #pricelesslondon div#sidebanner1 {
	float: left;
	width: 120px;
	height: 600px;  
}

#main #pricelesslondon h2 {
	font-size: 1.4em;
	color: #161112;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#main #pricelesslondon p {
	font-size: 1.4em;
	color: #161112;
	line-height: 1.4;
	margin-bottom: 20px;
}

#main #pricelesslondon p a {
	padding-bottom: 1px;
	border-bottom: 1px solid #aaa;
}

#main #pricelesslondon p a:hover {
	color: #000;
}


/* *** *** */


#main #legalstuff aside {
	float: left;
	width: 455px;
	height: 325px;
	position: relative;
	margin-right:20px;
}

#main #legalstuff aside h2 {
 margin-bottom: 10px;    
}

#main #legalstuff aside p {
 margin-bottom: 10px;     
}

#main #legalstuff aside ul {
 margin-bottom: 10px;     
}

#main #legalstuff aside ul li {
 margin-left:20px;
 list-style-type: disc;
}

#footerWrapper footer {
	width: 100%;
	height: 40px;
	position: relative;
}

#footerWrapper footer nav {
	position: absolute;
	top: 20px;
	height:20px;
}

#footerWrapper footer nav ul { 
 float:left;
}

#footerWrapper footer nav ul.bottomnav li {
	float: left;
	display:inline;
	text-align: center;
	font-size: 1.6em;
	padding-right: 50px;
	text-decoration: none;
}

#footerWrapper footer nav ul.bottomnav li.firstchild{
	padding-left: 10px;
	padding-right: 190px;
	text-align: left;
}

#footerWrapper footer nav ul.bottomnav li.secondchild {
	padding-left: 0px;
	padding-right: 190px;
	text-align: left;
}

#footerWrapper footer nav ul.bottomnav li.thirdchild {
	padding-left: 0px;
	padding-right: 170px;
	text-align: left;
}

#footerWrapper footer nav ul.bottomnav li.lastchild {
	padding-left: 25px;
	padding-right:0px;
	text-align: right;
}

#footerWrapper footer nav ul.bottomnav li a {
	float: left;    
	letter-spacing: 2px;
	text-indent: 2px;
	padding-bottom: 6px;
}

#footerWrapper footer nav ul.bottomnav li a:hover {
	border-bottom: 1px solid #161112;
	padding-bottom: 5px;
}

#footerWrapper footer nav ul.legal {
    margin-top: 10px;
    margin-bottom: 10px;  
    margin-left: 415px;  
}

#footerWrapper footer nav ul.legal li {
	border-bottom: none;   
	padding-bottom: 15px;
	padding-top: 25px;	
}

#footerWrapper footer nav ul.legal li a {
	border-bottom: none;   
	padding-bottom: 5px;
	font-size: 9px;
	text-decoration:none;
	font-size:9px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

#footerWrapper footer nav ul.legal li a:hover {
	border-bottom: none;
	padding-bottom: 5px;
}

img#newlogos {
 margin-top: 68px;    
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; 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: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
