/* 
  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%; 	
}


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
----------------------------------*/



#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; }