/*----------
	Floors of Disticntion - CSS Document 
----------*/

@import url("reset.css");

/*----------	LaYoUT STYLeS	----------*/
body {
	font: 62.5%/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/core/bg.gif) no-repeat 50% 0;
}

.container {
  font-size: 1.1em;
  color: #FFFFFF;
  width: 920px;
  margin: 0 auto;
}

#content {
  width: 920px;
}

#column-right {
  width: 345px;
  float: right;
}

#column-left {
  width: 565px;
  float: left;
}

#p-gallery #column-right{
	width: 445px;
	float: right;
}

#p-gallery #column-left{
	width: 455px;
}

#p-home #text,
#p-gallery #text,
#p-contact #text,
#p-thankyou #text {
  width: 325px;
  padding: 9px 10px;
  background-color: #101010;
}

#text {
  width: 920px;
  padding: 15px 10px;
  background-color: #101010;
}


/*----------	CoMMoN STYLeS	----------*/
a { color: #C5D04E; text-decoration: underline; }
a:hover { text-decoration: none; }
h1, h2, h3 {
  font-weight: normal;
  margin: 10px 0;
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #0068AA; margin: 10px 0; }
p { margin: 15px 0; }
ul { margin: 10px 30px; list-style-type: square; }

.clear { display: block; clear: both; }
.hidden { display: none; }
.top { border-top: 1px solid #CA8D91; text-align: right; font-size: 0.9em; margin: 10px 0; }
.divider {
  width: 1191px;
  height: 1px;
  display: block;
  margin: 15px auto;
  background: url(../images/core/divider.gif) no-repeat;
}

#mudmap { margin: 10px; float: right; }



/*----------	HeaDeR STYLeS	----------*/
#header {
  width: 920px;
  height: 198px;
  position: relative;
}

#header #logo {
  top: 65px;
  left: 0px;
  position: absolute;
}

#header #phone {
  top: 148px;
  left: 714px;
  position: absolute;
}


/*----------	NaVIGaTIoN STYLeS	----------*/
#nav {
  top: 95px;
  left: 330px;
  position: absolute;
}

#nav ul { list-style-type: none; margin: 0; }
#nav ul li { display: inline; float: left; margin: 0 20px 0 0; }
#nav ul li a { display: block; height: 11px; text-indent: -9999px; }
#nav ul li a:hover { background-position: 0 -11px !important; }
#nav li#home a { background: url(../images/nav/home.gif) no-repeat; width: 43px; }
#nav li#concrete_finishing a { background: url(../images/nav/concrete_finishing.gif) no-repeat; width: 156px; }
#nav li#timber a { background: url(../images/nav/timber.gif) no-repeat; width: 131px; }
#nav li#gallery a { background: url(../images/nav/gallery.gif) no-repeat; width: 68px; }
#nav li#contact a { background: url(../images/nav/contact.gif) no-repeat; width: 91px; }

#p-home li#home a,
#p-concrete_finishing li#concrete_finishing a,
#p-timber li#timber a,
#p-gallery li#gallery a,
#p-contact li#contact a {
  background-position: 0 -11px !important;
}



/*----------	BaNNeR STYLeS	----------*/
#banner {
  width: 555px;
  height: 367px;
  display: block;
  overflow: hidden;
  border: 5px solid #1B1C17;
}
.gallery-banner{
  width: 445px !important;
}

/*----------	MuDMaP STYLeS	----------*/
#mudmap {
  width: 400px;
  height: 265px;
  display: block;
  overflow: hidden;
  border: 5px solid #1B1C17;
}


/*----------	CTa STYLeS	----------*/
ul#cta { margin: 15px 0; list-style-type: none; }

ul#cta li {
  float: left;
  display: inline;
}

ul#cta li a {
  width: 297px;
  height: 80px;
  display: block;
  position: relative;
  background-color: #0F0F0F;
}

ul#cta  li a img.cta-image {
  top: 14px;
  left: 230px;
  position: absolute;
}

li#cta-concrete, li#cta-timber {
  margin: 0 13px 0 0;
}

li#cta-concrete #title-concrete, li#cta-timber #title-timber {
  top: 36px;
  left: 15px;
  position: absolute;
}

li#cta-visit #title-visit {
  top: 13px;
  left: 15px;
  position: absolute;  
}


/*----------	GaLLeRY STYLeS	----------*/
ul#small_gallery {
  margin: 10px 0 10px 30px;
  list-style-type: none;
}

ul#small_gallery li {
  float: left;
  display: inline;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

ul#gallery_thumbnails {
  margin: 0;
  list-style-type: none;
}

ul#gallery_thumbnails li {
  float: left;
  display: inline;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

/*----------	FooTeR STYLeS	----------*/
#footer { font-size: 0.9em; color: #c9cf38; }
#footer a { text-decoration: none; color: #c9cf38; }
#footer a:hover { text-decoration: underline; }
#footer #logos { float: right; }
#footer #logos img { margin: 0 10px; }

/*----------	LeFT STYLeS	----------*/

ul.left{
	float:left;
	margin-top:0px;
}

#p-concrete_finishing ul li{
	list-style: none;	
}