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

Designed & Coded By : Richard Carpenter
URL : www.richard-carpenter.co.uk
	  www.hv-designs.co.uk

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

/* -------------------- STYLE SHEETS -------------------- */

@import url("reset.css");

/* -------------------- MAIN BODY STYLES -------------------- */

body {
	background-color: #c3c3c3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
}

#container {
	margin: auto;
	width: 793px;
}

#bg-txt {
	height: 48px;
	width: 730px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

#nav {
	float: left;
	width: 793px;
	height: 179px;
	margin-bottom: 40px;
}

.navigation li {
	display: block;
	float: left;
}

.navigation li a {
	display: block;
	float: left;
	height: 179px;
	text-indent: -9999px;
}

li.home a {
	width: 160px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: left top;
}

li.services a {
	width: 158px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -160px top;
}

li.portfolio a {
	width: 158px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -318px top;
}

li.works a {
	width: 158px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -476px top;
}

li.contact a {
	width: 159px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -635px top;
}

li.home a:hover {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

li.services a:hover {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -160px bottom;
}

li.portfolio a:hover {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -318px bottom;
}

li.works a:hover {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -476px bottom;
}

li.contact a:hover {
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: -635px bottom;
}

p.by {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

a:visited {
	color: #FF0000;
}

