/* CSS styles for www.no1discountsheds.co.uk
   Coded by DJENAN KOZIC :: 28/03/2008
   ----------------------------------------------------- */

/* ------ CSS CONTENTS ------

   1. COLOURS, DIMENSIONS & DESIGN NOTES
   2. RESETS
   3. BASICS
   4. HEADER
   5. NAVIGAITON
   6. MAIN CONTENT
   7. FOOTER
   8. FORMS

/*


/* ------ 1. COLOURS, DIMENSIONS & DESIGN NOTES ------

   PAGE WIDTH: 900px

   Independent elements, single content/images column.

   Body Background:       #aabdb8
   Header Background:     #455d56
   Navigation Background: #ffffff
   Content Background:    #ffffff
   Footer Background:     #455d56

   H2:                    #ffaa35
   Main Text:             #455d56
   Links:                 #ffaa35

   Image Border:          #455d56

   Footer Text:           #98ada7
   Footer Links:          #fff

*/



/* ------ 2. RESETS ------ */

* { margin:0; padding:0; }

html {overflow-y:scroll;}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }



/* ------ 3. BASICS ------ */

body {
	font-size:62.5%;
	background-color:#aabdb8;
	padding:20px 0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	}

a { text-decoration:underline; }
a:hover { text-decoration:none; }
a:active {}
a:visited {}



/* ------ 4. HEADER ------ */
#header {
	position:relative;
	margin:0 auto;
	width:900px;
	height:299px;
	background:#455d56 url('img/header_bg.jpg') no-repeat top left;
	}

h1.logo {
	position:absolute;
	top:26px;
	left:463px;
	}
	a.logo {
		display:none;
		text-indent:-5000em;
		width:381px;
		height:32px;
		background:transparent url('img/logo.gif') no-repeat top left;
		}
h2.tagline {
	background:transparent url('img/tagline.gif') no-repeat top left;
	text-indent:-5000em;
	left:463px;
	top:86px;
	position:absolute;
	height:33px;
	width:376px;
	display:none;
	}
h2.address {
	background:transparent url('img/address.gif') no-repeat top left;
	text-indent:-5000em;
	left:463px;
	top:158px;
	position:absolute;
	height:69px;
	width:128px;
	display:none;
	}
h2.phone-number {
	background:transparent url('img/phone-number.gif') no-repeat top left;
	text-indent:-5000em;
	left:463px;
	top:247px;
	position:absolute;
	height:27px;
	width:219px;
	display:none;
	}


/* ------ 5. NAVIGAITON ------ */

#navigation {
	position:relative;
	width:884px;
	margin:0 auto;
	border-bottom:1px dashed #455d56;
	padding:10px 8px 8px 8px;
	}

	#navigation ul { list-style:none; margin:0; padding:0;}
	#navigation li { display:inline; margin:0; padding:0;}
		#navigation li a { background-image:url('img/nav.gif'); float:left; height:0; padding-top:22px; overflow:hidden; margin-right:10px; padding-right:10px; border-right:1px solid #ffaa35}

		#navigation li#nav-1 a { background-position:0 -22px; width:55px; }
		#navigation li#nav-1 a:hover, #navigation li#nav-1 a.on { background-position:0 -0; }
		#navigation li#nav-1 a:active { background-position:0 -44px; }

		#navigation li#nav-2 a { background-position:-80px -22px; width:127px; }
		#navigation li#nav-2 a:hover, #navigation li#nav-2 a.on { background-position:-80px 0; }
		#navigation li#nav-3 a:active { background-position:-80px -44px; }

		#navigation li#nav-3 a { background-position:-232px -22px; width:74px; }
		#navigation li#nav-3 a:hover, #navigation li#nav-3 a.on { background-position:-232px 0; }
		#navigation li#nav-4 a:active { background-position:-232px -44px; }

		#navigation li#nav-4 a { background-position:-332px -22px; width:120px; }
		#navigation li#nav-4 a:hover, #navigation li#nav-4 a.on { background-position:-332px 0; }
		#navigation li#nav-4 a:active { background-position:-332px -44px; }

		#navigation li#nav-5 a { background-position:-477px -22px; width:141px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover, #navigation li#nav-5 a.on { background-position:-477px 0; }
		#navigation li#nav-5 a:active { background-position:-477px -44px; }



/* ------ 6. MAIN CONTENT ------ */

#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	background:transparent url('img/contentwrapper-bg.gif') repeat-y top left;
	padding:24px;
	}
	
div.top-shadow { background:transparent url('img/shadow-top.gif') no-repeat top left; height:24px; width:948px; position:absolute; top:0; left:0; }
div.bottom-shadow { background:transparent url('img/shadow-bottom.gif') no-repeat bottom left; height:24px; width:948px; position:absolute; bottom:0; left:0; }

div.content {
	float:left;
	padding:13px 0 10px 8px;
	width:615px;
	}

	div.content p {
		font-size:1.2em;
		line-height:1.6em;
		padding-bottom:1.6em;
	}

	div.content h1, div.content h2 {
		color:#ffaa35;
		font-size:1.5em;
		font-weight:normal;
		padding-bottom:0.8em;
		}
	div.content h3 {
		color:#ffaa35;
		font-size:1.2em;
		font-weight:bold;
		padding-bottom:0.8em;
		}

	div.content ol, div.content ul {
	padding-bottom:1.6em;}
	div.content li {
		font-size:1.2em;
		line-height:1.6em;
		margin-left:16px;
		padding-left:16px;
	}

	div.content table {
		border:1px solid #356658;
		font-size:1.2em;
		border-right:none;
		margin-bottom:20px;
	}
	
	div.content td {
		width:110px;
		background-color:#9AB1AB;
		padding:5px;
		border-right:1px solid #356658;
		text-align:center;
	}
	div.content th {
		width:110px;
		background-color:#538779;
		padding:5px;
		text-align:center;
		color:white;
		border-right:1px solid #356658;
	}

	div.content a {
		color:#ffaa35;
		text-decoration:underline;
		}
	div.content a:hover {
		text-decoration:none;
		}
	div.content a:active {}

div.images {
	float:right;
	padding:18px 0px 0 0;
	width:222px;
	}

	div.images img { border:1px solid #000; margin-bottom:18px; }

div.clear { clear:both; }



/* ------ 7. FOOTER ------ */

#footer {
	position:relative;
	width:860px;
	padding:20px;
	margin:0 auto;
	background-color:#455d56;
	}

	#footer p { color:#98ada7; font-size:1.2em; }
	
	#footer em { color:#ffaa35; }
	
	#footer a {
		color:#fff;
		text-decoration:underline;
		}
	#footer a:hover {
		text-decoration:none;
		}
	#footer a:active { color:#000; }



