/* CSS styles for napierinteriors.co.uk
   Coded by DJENAN KOZIC :: 21/02/2008
   ----------------------------------------------------- */

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

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

/*


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

   PAGE WIDTH: 900px

   Header, footer, nav & content same colour. Header bg blends into content bg. Shadow, lighter body. Standard 2 column layout.

   Body Background:       #847878
   Header Background:     #1b1f20
   Navigation Background: #1b1f20
   Content Background:    #1b1f20
   Footer Background:     #1b1f20

   H2:                    #d8c070
   Main Text:             #bdbdbd
   Links:                 #d8c070

   Image Border:          #fff

   Footer Text:           #bdbdbd

   Footer Links:          #d8c070

*/



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

* { margin:0; padding:0; }

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%;
	font-family:Verdana, Helvetica, Arial sans-serif;
	background: #847878 url('imgs/bg.gif') repeat-y center center;
	}

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



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

h1.logo {
	position:absolute;
	top:61px;
	left:376px;
	}
a.logo {
	display:block;
	text-indent:-5000em;
	background:transparent url('imgs/logo.gif') no-repeat top left;
	width:441px;
	height:58px;
	}



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

#navigation {
	position:absolute;
	top:214px;
	left:328px;
	width:;
	margin:0 auto;
	}

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

		#navigation li#nav-1 a { background-position:0 0; width:42px; }
		#navigation li#nav-1 a:hover { background-position:0 -20px; }

		#navigation li#nav-2 a { background-position:-65px 0; width:144px; }
		#navigation li#nav-2 a:hover { background-position:-65px -20px; }

		#navigation li#nav-3 a { background-position:-231px 0; width:89px; }
		#navigation li#nav-3 a:hover { background-position:-231px -20px; }

		#navigation li#nav-4 a { background-position:-342px 0; width:50px; }
		#navigation li#nav-4 a:hover { background-position:-342px -20px; }

		#navigation li#nav-5 a { background-position:-414px 0; width:75px; padding-right:0; margin-right:0; border:none; }
		#navigation li#nav-5 a:hover { background-position:-414px -20px; }



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

#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	}

div.content, div.gallerycontent {
	float:left;
	padding:0 0 20px 40px;
	width:530px;
	}

	div.content p, div.gallerycontent p {
		color:#bdbdbd;
		font-size:1.1em;
		line-height:1.6em;
		padding-bottom:1.6em;
	}

	div.content h1, div.gallerycontent h1 {}
	div.content h2, div.gallerycontent h2 {
		color:#d8c070;
		font-size:1.2em;
		line-height:1.6em;
		padding:0.8em 0 0.4em 0;
		text-align:left;
	}
	div.content h3, div.gallerycontent h3 {
		color:#fff;
		font-size:1.2em;
		line-height:1.6em;
		padding:0.8em 0 0.4em 0;
		text-align:left;
	}

	div.content ol, div.content ul, div.gallerycontent ol, div.gallerycontent ul {
		list-style:square;
		padding-bottom:0.8em;
		margin-left:16px;
		color:#bdbdbd;
		text-align:left;
	}
	div.content li, div.gallerycontent li {
		color:#d8c070;
		font-size:1.1em;
		line-height:1.6em;
	}

	div.content a, div.gallerycontent a {
		color:#d8c070;
		text-decoration:underline;
		}
	div.content a:hover, div.gallerycontent a:hover {
		text-decoration:none;
		}
	div.content a:active, div.gallerycontent a:active {
		color:#fff;
	}
	div.gallerycontent div.image {
		width:246px;
		padding:9px 4px 4px 4px;
		height:246px;
		background-color:#333;
		text-align:center;
		margin:0 10px 10px 0;
		float:left;
		vertical-align:middle;
		border:1px solid #40372B;
	}
div.images {
	float:right;
	padding:30px 30px 0 0;
	width:246px;
	}

	div.images img {
		border:1px solid #bfb5b5;
	}

div.clear { clear:both; }



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

#footer {
	position:relative;
	width:819px;
	margin:0 auto;
	padding:20px 0 20px 0;
	border-top:2px dotted #bdbdbd;
	background:transparent url('imgs/footer_logo.gif') no-repeat center right;
	}

	#footer p {
		color:#bdbdbd;
		font-size:1.1em;
		line-height:1.6em;
		width:600px;
	}

	#footer a {
		color:#d8c070;
		text-decoration:underline;
		}
	#footer a:hover {
		text-decoration:none;
		}
	#footer a:active {
		color:#fff;
	}
