/* 
  SITE: sheetpilinguk.com
  AUTHOR: Quentin James
  LAST UPDATED: 
  LE VERSION: 1.0
----------------------------------*/

/* COLORS
  HEX COLOR      	 DESCRIPTION
  
  ---MAIN COLORS---
  #001791         	Dark Blue (Sheet Piling Blue)
  #e50022        	Bright Red (Sheet Piling Red)
  #4c4c4c			Dark Grey (Header Grey)
  #000000			Black (Sheet Piling Black)
  
----------------------------------*/

/* TABLE OF CONTENTS
  ALL SECTIONS OF THE CSS SHOULD BE NUMBERED FOR EASY REFERENCE AND SEARCHING
  
  =01 GENERIC
  =02 HEADER
  =03 LAYOUT
  =04 MAIN IMAGE (home page)
  =05 LEFT CONTENT
  =06 RIGHT CONTENT
  =07 FOOTER
  =08 MAIN SINGLE
  =09 COLUMN 1
  =10 GALLERY

----------------------------------*/

/* CSS STRUCTURE
  DEFINES THE ORDER OF CSS TAGS WITHIN ELEMENTS TO KEEP THINGS CONSISTENT
  
  - positioning (with coordinates) styles
  - float/clear styles
  - display/visibility styles
  - spacing (margin, padding, border) styles
  - dimensions (width, height) styles
  - typography-related (line-height, color, etc.) styles
  - miscellaneous (list-style, cursors, etc.) styles  

----------------------------------*/

/*---------------------------------
 =02 GENERIC 
 
 NOTES:
 GLOBAL FONT SIZE SET TO 11px
 GLOBAL LINE HEIGHT SET TO 15px
----------------------------------*/


/* PNG FIX */
 /* img, div { behavior: url(http://www.sheetpilinguk.com/css/iepngfix.htc) } */
/* CF2007 last modified 17.04.2008  */


html { 
    height:100%;
	overflow:inherit;
} 
   
   
* {
	margin: 0;
	padding: 0;
}

* html #wrapper { 
	height:100%; 	
}


/*Remove Element*/
#print {display:none;}


body {
  	background: url("../images/common/background_main.jpg") #FFF;
  	background-position: top center;
  	background-repeat: repeat-x;
  	position: relative; 
  	min-height:100%;
  	padding: 0;
	margin: 0;
	border: 0;
}


<!--[if IE 6]> 
body { 
    height: 100%; 
} 
<![endif]--> 


h1, h2, h3, h4, h5, h6,
dt, em, strong, caption{
  font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
}


fieldset {
  border: 0;
}

a:link
{
	color: #fff;
	text-decoration: underline; 
}

a:visited
{
	color: #fff;
	text-decoration: underline; 
}

a:hover
{
	color: #e50022;
	text-decoration: underline; 
}


p {
  margin: 0;
}

em {
  font-style:normal;
}

strong, dt {
  font-weight: bold;
}

hr
{
	border: 0;
	background: #c9c9c9;
	padding: 0;
	margin: 0px;
	height: 1px;
}


#wideplus_sidebar div.last hr
{
	border: 0;
	background: #ffffff;
	padding: 0;
	margin: 0px;
	height: 1px;
}



#wrapper
{
	padding: 0;
	margin: 0;
	border: 0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 8em; 
}


.grey10
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #c9c9c9;
}

.clear {
	clear: both;
}

.blue {
	color: #001791;
}

.small {
	font-size: 0.5em;
}

.zero {
	padding: 0;
	margin: 0;
	border: 0;
}


.datatable{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 140%;
	padding: 0px;
 	border-collapse: collapse;
  	border-spacing: 0px;
  	margin-bottom: 10px;
  	width: 100%;
}


.datatable td{
  	border-bottom: 1px solid #c9c9c9;
  	padding: 10px 0px;
  	text-align: left;
  	vertical-align: top;
}


.datatable td.first{
  	width: 100px;
  	font-weight: bold;
}




.latest_news{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 140%;
 	border-collapse: collapse;
  	border-spacing: 0px;
  	width: 100%;
}

.latest_news td{
  	padding: 10px;
  	margin: 0px;
  	text-align: left;
  	vertical-align: top;
}

.latest_news IMG{
	padding: 2px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #c9c9c9;
}




/*---------------------------------
  =02 HEADER
----------------------------------*/

#header
{
	text-align: left;
	padding: 0px;
	margin: 0;
	border: 0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#header div
{
	float: left;
	padding: 0px;
	margin: 0;
	border:0;
}


#header div.text
{
	width: 570px;
}


#header p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	line-height: 100%;
	padding: 25px 0px 0px 0px;
}


/*---------------------------------
  =03 NAVIGATION
----------------------------------*/


/* Now done in 11

#navigation
{
	width: 980px;
	height: 35px;
	margin: 0px;
	padding: 0;
	border: 0;
}


#navigation div
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

*/

/*---------------------------------
  =04 MAIN IMAGE
----------------------------------*/


#main_image
{
	float: left;
	width: 980px;
	height: 265px;
	padding: 0;
	margin: 0;
	border: 0;
}


#main_image h1
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	line-height: 100%;
	padding: 0;
}


#main_image p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	line-height: 100%;
	padding: 0;
}


/*---------------------------------
  =04 PAGE TITLES
----------------------------------*/


#page_titles
{
	float: left;
	width: 980px;
	height: 45px;
	padding: 0;
	margin: 0;
	border: 0;
}


/*---------------------------------
  =06 THREE BUCKETS
----------------------------------*/

#three_buckets h1
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #001791;
	line-height: 140%;
	padding: 10px 0px;
}


#three_buckets p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 140%;
	padding: 10px 0px;
}


#three_buckets a:link
{
	color: #000;
}


#three_buckets a:visited
{
	color: #000;
}


#three_buckets a:hover
{
	color: #e50022;
}

.alpha
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #001791;
	line-height: 140%;
	padding: 10px 0px;
}


#three_buckets ul
{
	list-style: none;
	padding: 10px 0px;
	margin: 0;
}


#three_buckets li
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding: 0px 0px;
}


#three_buckets
{
	clear: both;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0;
	border: 0;
	width: 980px;
}


#three_buckets div
{
	float: left;
	margin: 0;
	padding: 0 5px 0 10px;
	width: 310px;
}


#three_buckets div.last
{
	padding: 0 0 0 10px;
}



/*---------------------------------
  =07 WIDE PLUS SIDEBAR
----------------------------------*/

h1
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #001791;
	line-height: 140%;
	padding: 10px 0px;
}


h2
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #001791;
	line-height: 100%;
	padding: 10px 0px 0px 0px;
}

h2.news
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background: #c9c9c9;
	line-height: 100%;
	padding: 5px;
}


#wideplus_sidebar, #three_buckets h3
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #001791;
	line-height: 100%;
	padding: 5px 0px 0px 0px;
}


#wideplus_sidebar p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 140%;
	padding: 10px 0px;
}


#wideplus_sidebar p.black10
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 140%;
	padding: 10px 0px;
}


#wideplus_sidebar p.grey10, #three_buckets p.grey10
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #c9c9c9;
	line-height: 140%;
	padding: 10px 0px;
}



#wideplus_sidebar ul
{
	list-style-type: square;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}


#wideplus_sidebar li
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	color: #000;
	padding: 5px 0px;
	margin-left: 0.8em;
}



#wideplus_sidebar label
{
	float: left;
	width: 150px;
}


#wideplus_sidebar a:link
{
	color: #000;
	text-decoration: underline; 
}


#wideplus_sidebar a:visited
{
	color: #000;
	text-decoration: underline; 
}

#wideplus_sidebar a:hover
{
	color: #e50022;
	text-decoration: underline; 
}



#wideplus_sidebar
{
	clear: both;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0;
	border: 0;
	width: 980px;
}


#wideplus_sidebar div
{
	float: left;
	margin: 0;
	padding: 0 20px 0 10px;
	width: 630px;
}


#wideplus_sidebar div.last
{
	background: url("../images/common/sidebar_bottom.gif") #c9c9c9;
  	background-position: bottom center;
  	background-repeat: no-repeat;
	padding: 0 10px 20px 10px;
	margin: 0 10px 0 0;
	width: 290px;
}



/*---------------------------------
  =07 FOOTER
----------------------------------*/


#footer {
	clear: both;
	width: 100%;
	background: url("../images/common/background_footer.jpg")  #FFF;
  	background-position: top center;
  	background-repeat: repeat-x;
  	position: absolute; 
    bottom: 0; 
    left:0; 
	}
	
	
#footer_content
{
	overflow: hidden;
	padding: 10px;
	margin: 0;
	border: 0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


#footer_content div
{
	float: left;
	margin: 0;
	padding: 0 5px 0 10px;
	width: 310px;
}


#footer_content div.last
{
	padding: 0 0 0 10px;
}


#footer p
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	color: #000;
	line-height: 155%;
	padding: 10px 0px 20px 0px;
}


#footer a:link
{
	color: #000;
	text-decoration: underline; 
}


#footer a:visited
{
	color: #000;
	text-decoration: underline; 
}

#footer a:hover
{
	color: #e50022;
	text-decoration: underline; 
}


#footer_content div ul
{
	padding: 9px 0px 20px 0px;
	margin: 0;
}


#footer_content div li
{
	font-family: Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	color: #000;
	padding: 2px 0px;
	list-style-type: none;
}



/*---------------------------------
 =08 CODA SLIDER
----------------------------------*/


noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

/*---------------------------------
  =11 NEW MENU NAVIGATION
----------------------------------*/


 #navigation
{
	width: 980px;
	height: 35px;
	padding: 0;
	border: 0;
  margin: 0;
  z-index:500; 
}


#navigation li
{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation li.top {display:block; float:left;}
#navigation li a.top_link {display:block; float:left;  }
#navigation li a.top_link span {float:left; display:block;   }
#navigation li a.top_link span.down {float:left; display:block; }

#navigation li:hover a.top_link {color:#fff; }

/* Default list styling */

#navigation li:hover {position:relative; z-index:200;}

#navigation li:hover ul.sub {left:1px; top:34px; background-color: #4c4c4c;  padding:0px; white-space:nowrap; width:210px; height:auto; z-index:300; font: 11px Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", lucida, sans-serif; line-height: 20px;  }
#navigation li:hover ul.sub li {display:block; height:23px; position:relative; float:left; width:208px; font-weight:normal; border: 1px solid black; z-index: 200; }
#navigation li:hover ul.sub li a {display:block;  height:23px; width:208px; line-height:23px; text-indent:5px; color:#FFFFFF; text-decoration:none; font-weight: bold; z-index: 200; position: relative;}
#navigation li ul.sub li a.fly {background:#4c4c4c url('../images/common/arrow.gif') 200px 5px no-repeat;}
#navigation li:hover ul.sub li a:hover  {background:#e50022; color:#fff; border-color:#fff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}
#navigation li:hover ul.sub li a.fly:hover {background:#e50022 url(arrow_over.gif) 80px 6px no-repeat; color:#fff; }


#navigation li:hover li:hover ul,
#navigation li:hover li:hover li:hover ul,
#navigation li:hover li:hover li:hover li:hover ul,
#navigation li:hover li:hover li:hover li:hover li:hover ul {left:208px; top:-1px; background-color: #4c4c4c; padding:0px; white-space:nowrap; width:210px; z-index:400; height:auto;}

#navigation ul, 
#navigation li:hover ul ul,
#navigation li:hover li:hover ul ul,
#navigation li:hover li:hover li:hover ul ul,
#navigation li:hover li:hover li:hover li:hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#navigation li:hover li:hover a.fly,
#navigation li:hover li:hover li:hover a.fly,
#navigation li:hover li:hover li:hover li:hover a.fly,
#navigation li:hover li:hover li:hover li:hover li:hover a.fly {background:#4c4c4c url('../images/common/arrow_over.gif') 200px 5px no-repeat; color:#fff; border-color:#fff;} 

#navigation li:hover li:hover li a.fly,
#navigation li:hover li:hover li:hover li a.fly,
#navigation li:hover li:hover li:hover li:hover li a.fly {background:#4c4c4c url('../images/common/arrow.gif') 200px 5px no-repeat; color:#000; border-color:#fff;} 

#navigation li div.sub-shadow,
#navigation li  ul li div.sub-shadow,
div.sub-shadow,
div.sub-sub-shadow
 {
position: absolute;
}


#navigation li.top:hover div.sub-shadow {
position: absolute;
width:208px ;
margin:0 0 0 0px;
top: 46px;
z-index: 100; /*zIndex for shadow*/
background: black;
float: none;
opacity:0.3;filter:alpha(opacity=40);
left: 8px;
}
#navigation li.top ul li:hover div.sub-sub-shadow {
position: absolute;
width:208px ;
margin:0 0 0 0px;
top: 06px;
z-index: 100; /*zIndex for shadow*/
background: black;
float: none;
opacity:0.3;filter:alpha(opacity=40);
left: 214px;
}

/* Loading a background image for an inline none-displayed spam isn't 
as mad as it seems, it actually pre-loads the image. Still it would be more
effective to have both images in one and offset the height to rollover */

#navhead-home {
 display: block;
  width: 105px;
  height: 35px;
  background: url("../images/navigation/home1.gif");
}

#navhead-home:hover {
  background: url("../images/navigation/home2.gif");
}

#navhead-home span {
  display: none;
  background: url("../images/navigation/home2.gif");
}

#navhead-about {
 display: block;
  width: 103px;
  height: 35px;
  background: url("../images/navigation/about1.gif");
}

#navhead-about:hover 
 {
  background: url("../images/navigation/about2.gif");
}

#navhead-about span {
  display: none;
  background: url("../images/navigation/about2.gif");
}

#navhead-services {
 display: block;
  width: 128px;
  height: 35px;
  background: url("../images/navigation/services1.gif");
}

#navhead-services:hover 
 {
  background: url("../images/navigation/services2.gif");
}

#navhead-services span {
  display: none;
  background: url("../images/navigation/services2.gif");
}

#navhead-products {
 display: block;
  width: 135px;
  height: 35px;
  background: url("../images/navigation/products1.gif");
}

#navhead-products:hover 
 {
  background: url("../images/navigation/products2.gif");
}

#navhead-products span {
  display: none;
  background: url("../images/navigation/products2.gif");
}
#navhead-news {
 display: block;
  width: 127px;
  height: 35px;
  background: url("../images/navigation/news1.gif");
}

#navhead-news:hover 
 {
  background: url("../images/navigation/news2.gif");
}

#navhead-news span {
  display: none;
  background: url("../images/navigation/news2.gif");
}

#navhead-case {
 display: block;
  width: 128px;
  height: 35px;
  background: url("../images/navigation/case1.gif");
}

#navhead-case:hover 
 {
  background: url("../images/navigation/case2.gif");
}

#navhead-case span {
  display: none;
  background: url("../images/navigation/case2.gif");
}

#navhead-downloads {
 display: block;
  width: 117px;
  height: 35px;
  background: url("../images/navigation/downloads1.gif");
}

#navhead-downloads:hover 
 {
  background: url("../images/navigation/downloads2.gif");
}

#navhead-downloads span {
  display: none;
  background: url("../images/navigation/downloads2.gif");
}

#navhead-contact {
 display: block;
  width: 137px;
  height: 35px;
  background: url("../images/navigation/contact1.gif");
}

#navhead-contact:hover 
 {
  background: url("../images/navigation/contact2.gif");
}

#navhead-contact span {
  display: none;
  background: url("../images/navigation/contact2.gif");
}



