/*-----------------------------------------------------------------------------
version:   1.0
author:    John Anderson
email:     janderson@soaringpenguin.co.uk
website:   http://www.soaringpenguin.co.uk/
for:	   www.mattepaintinguk.com
page:      all
date:      2007 November 07

Copyright 2007 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - 
http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
div{
    border: 0px solid #ccc;
}

/* Class for clearing floats */
.clear {
    clear:both;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
    border: 0;
    vertical-align: bottom;
}
body {
	font-family: arial;
	font-size: 14px;
	background-color: #303030;
	color: #a6a5a5;
}
a { color: #a6a5a5; font-size: 12px; }
a:hover { color: #d8e5fc; }

/* =Structural
-----------------------------------------------------------------------------*/
	#container {
		margin: 5px auto 0 auto;
		background: #10151b url(../images/3.png);
		width: 1024px;
		border-top: 1px solid #10151b;
	}

			 



/* =Typography
-----------------------------------------------------------------------------*/



/* =Headings
-----------------------------------------------------------------------------*/

		#header {
			margin-top: 27px;
			width: 1024px;
			height: 86px;
			background: #fef5f4 url(../images/2.png) top left no-repeat;
		}
			#navigation {
				width: 1024px;
				background: #39404a url(../images/4.png); 
			}


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
	#navigation ul {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		background: url(../images/4.png);
		width: 1024px;
	}
		#navigation ul li {
			float: right;
		}
			#navigation ul li a {
				text-decoration: none;
				display: block;
				line-height: 17px;
				padding-left: 27px;
			}
				#navigation ul li.portfolio a{
					background: url(../images/137.png) no-repeat top left;
					width: 98px;
				}
				#navigation ul li.back a {
					background: url(../images/5.png) no-repeat top left;
					width: 98px;
				}
				#navigation ul li.home a {
					background: url(../images/6.png) no-repeat top left;
					width: 95px;
				}


	


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 1024px;
	margin: 0 auto;
}	
	p.copyright {
		width: 1024px;
		height: 44px;
		text-align: center;
		padding-top: 40px;
		font-size: 12px;
	}
		p.copyright a {
			text-decoration: none;
			color: #a6a5a5;
		}
			p.copyright a:hover {
				color: #d8e5fc;
			}




/* =Forms
-----------------------------------------------------------------------------*/




/* =Tables
-----------------------------------------------------------------------------*/

table {
   border-spacing: 0;
    border-collapse: collapse;
}

td {
   text-align: left;
   font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/	




/* =Misc 2
-----------------------------------------------------------------------------*/

