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

Client:   Brendan O'Sullivan
Author:   Julian Kommunikation (www.julian.se)
Version:  #1 - July 2007

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;
	font-size: 70%;
	font-family: 'Trebuchet MS', Helvetica, 'Lucida Grande', Georgia, Arial, sans-serif;
	color: #999;
	background: #393333;
	}

#page {
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: left;
	width: 880px;
	background: #363231;
	border: 1px solid #474141;
	border-top: none;
	overflow: hidden;
	}

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

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


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

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

#logo img {
	border: none;
	}

#menu {
	height: 30px;
	width: 450px;
	margin: 30px 0 0;
	text-align: left;
	float: left;
	}

#sub-menu {
	float: left;
	margin: 30px 0 0 30px;
	display: inline;
	height: 30px;
	width: 400px;
	text-align: left;
	font-size: 1em;
	}


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

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

#image img {
	border: none;
	}

#text {
	float: left;
	display: inline;
	margin: 0 0 0 50px;
	width: 300px;
	}

#text h1,
#text p {
	font-size: 110%;
	line-height: 15px;
	padding: 0 0 15px;
	font-weight: normal;
	}

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

#text a:hover {
	color: #B3B098;
	}

#text img {
	border: none;
	}

#index-image {
	float: left;
	display: inline;
	margin: 0 0 0 50px;
	width: 450px;
	}


/* =Footer (04)
----------------------------------------------- */
#footer {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	padding: 5px 0 20px;
	text-indent: 35px;
	text-align: left;
	color: #555;
	}

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

#footer a:hover {
	color: #666;
	}


/* =Lists (05)
----------------------------------------------- */
#navlist,
#navlist-sub {
	margin: 0;
	padding: 0;
	display: inline;
	color: #666;
	font-weight: bold;
	font-size: 120%;
	}

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

#navlist a:link, #navlist a:visited,
#navlist-sub a:link, #navlist-sub a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #646455;
	}

#navlist-sub a:link, #navlist-sub a:visited {
	font-weight: normal;
	color: #ededed;
	}

#navlist .currentpage a:link,
#navlist-sub .currentpage a:link,
#navlist .currentpage a:visited,
#navlist-sub .currentpage a:visited,
#navlist a:hover,
#navlist-sub a:hover {
	color: #B3B098;
	}


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


/* =Various (07)
----------------------------------------------- */
#myGallery {
	text-align: left;
	margin: 0 auto;
	}

#myCarousel {
	text-align: center;
	margin: 40px auto 0;
	width: 700px;
	height: 90px;
	overflow: hidden;
	}
