@charset "utf-8";
/* CSS Document */

body { 
  color: #fff; 
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; 
}

img#contact_bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
}

/*--------------------------containers--------------------*/
div#main_cont {
	background: url(../images/truce_tmplt_home.png) no-repeat center;
	text-align:center;
	margin: auto;
	width: 952px;
	height: 646px;
	position:relative;
	z-index: 1;
}

div#menu {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50px;
	top: 40px;
}

div#logo {
	background: url(../images/truce_logo2.png) no-repeat 0 0;
	width: 300px;
	height: 192px;
	position: absolute;
	right: 50px;
	top: 40px;
}

div#sml_logo {
	background: url(../images/sml_logo.png) no-repeat 0 0;
	width: 100px;
	height: 24px;
	position: absolute;
	left: 56px;
	bottom: 44px;
}

div#clients {
	position:absolute;
	width:155px;
	height:155px;
	border: none;
	bottom: 24px;
	right: 30px;
}

div#fb {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 828px;
	bottom: 44px;
}

div#twitter {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 861px;
	bottom: 44.3px;
}

div#contact_details {
	width: 337px;
	height: 24px;
	position: absolute;
	right: 450px;
	bottom: 44px;
}
	
div#content {
	position:absolute;
	border: 0;
	top: 245px;
	left: 225px;
	width: 500px;
	margin: 0 auto;
	height: 300px;
	z-index: 2;
	background-color: #000000;
    filter:alpha(opacity=50); /* IE's opacity*/
	opacity: 0.50;
	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
}

div#content_b {
	position:absolute;
	border: 0;
	top: 245px;
	left: 225px;
	width: 500px;
	margin: 0 auto;
	height: 300px;
	z-index: 4;
}

div#content2 {
	position:absolute;
	border: 0;
	top: 245px;
	left: 225px;
	width: 500px;
	margin: 0 auto;
	height: 280px;
	z-index: 3;
}

div#content_cont {
	margin: 0 auto;
	width: 480px;
	height: 280px;
	padding: 10px 0px 10px 10px;
	text-align: left;
}

div#sitemap {
	width: 900px;
	border: thin #666 solid;
	text-align:center;
	margin: 0 auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000;
    filter:alpha(opacity=70); /* IE's opacity*/
	opacity: 0.70;
	-moz-opacity:0.7;           /* Mozilla 1.6 and below   */
	z-index: 5;
}

div#footer {
	margin: 0 auto;
	width: 600px;
	font-size: 9px;
	text-align: center;
	filter:alpha(opacity=100); /* IE's opacity*/
	opacity: 1.0;
	-moz-opacity:1.0;           /* Mozilla 1.6 and below   */
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 6;
}

div#contactform {
	position: absolute;
	bottom: 26px;
	right: 16px;
	border: none;
	background: none;
	width: 259px;
	height: 260px;
	overflow: hidden;
}

/*--------------------------END containers--------------------*/
/* @group Reset  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

body { line-height: 1.5; background: #000000; margin:1.5em 0; }
.home {background: url(/images/20590016bw2_a.jpg) repeat 0 0;}
.about {background: url(/images/23_carpark_bw_a.jpg) repeat 0 0;}
.services {background: url(/images/cityhall_a.jpg) repeat 0 0;}
.contact {background: url(/images/45030030_a.jpg) repeat 0 0;}
.media {background: url(/images/20590016bw2_a.jpg) repeat 0 0;}
.policies {background: url(/images/20590001_a.jpg) repeat 0 0;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a {
	color:#09F;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
}
a:hover, a:focus {
	color: #36F;
	text-decoration: underline;
}
a:active {
	color: #06F;
	text-decoration: underline;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* Clearing floats without extra markup */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* @end */

/* @group IE6 */

* html body { text-align: center; }
* html .container { text-align: left; }
* html .column { overflow-x: hidden; }
* html .pull-1, * html .pull-2, * html .pull-3, * html .pull-4,
* html .push-1, * html .push-2, * html .push-3, * html .push-4, 
* html ul, * html ol { position: relative; }
* html legend { margin-bottom:1.4em; }
* html ol { margin-left:2em; }

/* @end */

h1,h2,h3,h4,h5,h6 { 
  color: #d0d0d0; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

p {
  color: #fff; 
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif; 
  font-size: 11px;
  padding-bottom: 5px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 10px;
}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1.5em;
}
h6 { font-size: 1em; font-weight: bold; }

ul, li, ol{
	list-style: inside disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
