/*
-----------------------------------------------
CSS rules

Client:   Ben Fisher
Author:   Julian Kommunikation (www.julian.se)
Version:  #1 - 24 August 2006

References
Motverka sidhopp (1)		http://archivist.incutio.com/viewlist/css-discuss/51018
Dots arnd <a> i FF (2)		http://sonspring.com/journal/removing-dotted-links
<form> margin in IE (3)		http://www.cs.tut.fi/~jkorpela/forms/extraspace.html
DL for portfolio (4)		http://www.maxdesign.com.au/presentation/definition/dl-david-house.htm
----------------------------------------------- */


/* =Content
-----------------------------------------------
01. Structure
02. Header
03. Content
04. Footer
05. Lists
06. Forms
07. Various
----------------------------------------------- */


/* =Structure (01)
----------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:#111;
	font-size: 70%;
	font-family: Arial, Helvetica, 'Lucida Grande', Georgia, sans-serif;
	color: #333;
	background:#656053 url(../images/bg2.jpg) repeat-x;
	}

#page {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 880px;
	}

html { /*(1)*/
	min-height: 100%;
	margin-bottom: 1px;
	}

a { /*(2)*/
	outline: none;
	}


/* =Header (02)
----------------------------------------------- */
#header {
	width:880px;
	overflow: hidden;
	}

#logo {
	height: 50px;
	width: 200px;
	margin: 25px 0 0 35px;
	float:left;
	display: inline;
	}

#logo img {
	border: none;
	}

#menu {
	height: 30px;
	width:400px;
	margin: 35px 0 0;
	text-align: right;
	float: right;
	}


/* =Content (03)
----------------------------------------------- */
#content {
	width:880px;
	background: #fff;
	padding-bottom: 20px;
	overflow: hidden;
	}

#image {
	width:550px;
	margin: 20px 0 0 35px;
	padding: 0 0 10px;
	float: left;
	display: inline;
	}

#image img {
	border: none;
	}

#thumbs {
	width: 258px;
	margin: 20px 0 0;
	float: right;
	}

#thumbs ul {
	width: 240px;
	margin: 0 18px 20px 0;
	padding: 0;
	float: right;
	display: inline;
	}

#thumbs li {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0 7px 7px 0;
	list-style-type: none;
	}

#thumbs input {
	margin: 0;
	padding: 0;
	}

#thumbs p {
	margin: 0;
	padding: 0;
	color: #547692;
	}

#thumbs a:link,
#thumbs a:visited {
	color: #333;
	text-decoration: none;
	}

#thumbs a.currentpage,
#thumbs a:hover {
	color: #547692;
	}

#thumbs a.currentpage {
	padding-left: 10px;
	background: url(../images/dot.gif) top left no-repeat;
	}

.projects {
	float: left;
	width:200px;
	margin:10px 0 0 25px;
	text-align: left;
	display: inline;
	}

.projects img {
	padding: 5px;
	border: 1px solid #666;
	}

#text {
	margin: 50px 0 10px 100px;
	height: 400px;
	}

#text p {
	line-height: 16px;
	}

#text a:link, #text a:visited {
	text-decoration: none;
	color: #547692;
	}

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

#text img {
	border: none;
	}

.clients {
	float: left;
	width: 200px;
	margin: 0 50px 0 0;
	display: inline;
	}

.clients img {
	margin: 0 0 20px;
	}


/* =Footer (04)
----------------------------------------------- */
#footer {
	width:700px;
	text-align: left;
	color: #827C6D;
	bottom: 10px;
	padding: 5px 0 20px 35px;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:focus, #footer a:hover {
	color: #827C6D;
	text-decoration:none;
	}

#footer a:hover {
	color: #928C7F;
	}


/* =Lists (05)
----------------------------------------------- */
#navlist {
	margin: 25px 35px 0 0;
	float: right;
	display: inline;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 4px 10px;
	text-decoration: none;
	color: #666;
	}

#navlist .currentpage a:link,
#navlist .currentpage a:visited,
#navlist a:hover {
	color: #547692;
	}

.portfolio { /*(4)*/
	float: left;
	width: 160px;
	margin: 30px 0 0 35px;
	padding: 0 0 10px 60px;
	display: inline;
	}
	
ul.portfolio li {
	width: 160px;
	height: 130px;
	float: left;
	margin-bottom: 20px;
	clear:left;
	list-style:none;
	padding: 5px;
	border: 1px solid #ddd;
	}

.portfolio img {
	border: none;
	}

.clients li {
	margin-bottom: 7px;
	list-style: none;
	}


/* =Forms (06)
----------------------------------------------- */
form { /*(3)*/
	margin: 0;
	}


/* =Various (07)
----------------------------------------------- */