/* ===== RESET ===== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

/*==== LAYOUT ==== */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#container {
	min-height: 550px;
	height: auto !important;
	height: 550px;
	margin: -290px 0 0 -450px;
	padding: 0;
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	background:#403A32;
	padding-top: 30px;
}

#home #container {
 background: #403A32 url(images/bg1.jpg) no-repeat right 30px;
}

#copy {
	background: #fff;
	position: relative;
	z-index:30;
	overflow: hidden;
}

#flash {
	position: absolute;
	right: 0;
	top: 30px;
	height: 520px;
	width: 520px;
	padding: 15px;
	text-align: right;
}

#project #container {
 background: #403A32;
}

#about #flash {
 background: url(images/bg2.jpg) no-repeat top right;
}

#services #flash {
 background: url(images/bg4.jpg) no-repeat top right;
}

#project #flash {
 background: url(images/bg3.jpg) no-repeat top right;
}

#contact #flash {
 background: url(images/bg5.jpg) no-repeat top right;
}

.bg1 {
	background: url(images/bg1.jpg) no-repeat top right;
}

.bg2 {
	background: url(images/bg2.jpg) no-repeat top right;
}

#container-inner {
	float: left;
	width: 319px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	padding: 15px;
}

#logo
{
	background: url(images/logo.gif) no-repeat 0 0;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 30px;
	margin-bottom: 2em;
	width: 319px;
	min-width: 320px;
	top: 0;
	left: 0;
	z-index: 50;
}

#testimonial
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 320px;
	padding: 15px;
}

#foot
{
	position: absolute;
	bottom: -25px;
	left: 15px;
}

/*==== TYPE and COLOURS ====*/
body
{
	font-size: 100%;
	background: #817D78 url(images/bg.gif) center center repeat-x;
	line-height: 1.15;
}

#navlist
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 800px;
	text-align: right;
}

#container
{
	color: #403A32;
	border: 1px solid #403A32;
	font-size: .7em;
}

#container-inner
{
	background: #FFF;
	border-right:  1px solid #403A32;
}

h1
{
	
}

h2
{
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .8em;
}

h2.project_title
{
	color: #FFF;
	margin: 0;
	padding: 15px;
}

h3
{
	font-weight: bold; 
}

h4
{
	margin-bottom: 1em;
}

p
{
	margin-bottom: .6em;
}

a
{
	color: #8D857C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

dl {
	margin: 0.7em 0 1.5em;
	line-height: 1.4em;
	position: relative;
	display: block;
	width: 319px;
}

ul {
	margin-left: 60px;
	list-style-type: disc;
	margin-bottom: 0.6em;
}

dt {
	float: left;
	width: 3.5em;
	clear: left;
}

dd {
}

#email {
	font-weight: bold;
}

/* ==== NAVBAR ====*/
#navlist ul
{
	list-style-type: none;
	margin-left: 0;
}

#navlist li
{
	display: inline;
	border-right: 1px solid #8D857C;
	padding: 0 .5em;
}

#navlist li.last
{
	border-right: none;
	padding-right: 0;
}

#navlist li.first
{
	padding-left: 0;
}

#navlist li.current a {
	color: #AAAAAA;
}

#foot
{
	font-size: .9em;
	color: #FFF;
	width: 700px;
}

#foot a
{
	color: #aaa;
}


/*=== PROJECTS ==== */


#foliolist ul
{
	margin: 0;
}

/*===== Slideshow ===== */
#show { 	
	height: 100%;
	width: 100%;
	display: block;
	float: left;
}

/*==== Testimonial =====*/
#testimonial
{
	color: #aaa;
	background: #403A32;
}

#testimonial p
{
	margin: 0;
}

#flashon
{
	height: 550px;
	width: 550px;
	position: absolute;
	top: 	30px;
	right: 0;
	background: #fff;
}

/*====== CLIENTS ======*/
#clients #container-inner {
	width: 870px;
	
}
#clients h3 {
	text-transform: uppercase;
}

.clientlist {
	xdisplay: block;
	float: left;
	width: 182px;
	margin: 0 43px 0 0;
	position: relative;
}

#clientlist4 {
	margin-right: 0;
}

.clientlist ul {
	margin: 0 0 1em 10px;
	list-style: none;
}

.clientlist li {
	padding-left: 0;
	padding-bottom: .25em;
	
}
