/* Styles for Design Bois website 
www.twinfishdesign.com

updated version 
-------------------------------------*/

html, body {
	height: 100%;
}

body {
	background: #95b1bf url(../assetts/gradient_background.png) repeat-x;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 1064px;
	margin-left: auto;
	margin-right: auto;
	background: url(../assetts/content-box-body.png) repeat-y;
}


.clear {
	clear: both;
}

#wrap .logo {
	position: absolute;
	width: 162px;
	height: 448px;
}

#content {
	width: 901px;
	float: right;
}

#contentwrap {
	float: left;
}

#topbar {
	background: url(../assetts/content-box-top.png) no-repeat;
	width: 1064px;
	margin-left: auto;
	margin-right: auto;
	height: 37px;
}

#header {
	width: 900px;
	float: left;
	background-color: #fff;
}

#address {
	float: left;
	padding-left: 40px;
}

#address h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #433334;
	font: bold 0.8em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
}

#address p {
	margin: 0;
	font: .6em/1.2em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
}

.number {
	margin-top: 10px;
}

#strapline {
	padding-right: 40px;
	float: right;
	text-align: right;
}

#strapline p {
	margin: 0;
	font: 0.9em/1.2em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	
}

/* Navigation 
---------------*/

#navigation {
	width: 900px;
	height: 41px;
	background: url(../assetts/nav-off.png) repeat-x;
	margin-top: 10px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	position: relative;
	float: left;
	width: 180px;
	height: 41px;
}

li ul {
	position: absolute;
	left: 0;
	display: none;
}

#navigation ul li a {
	display: block;
	line-height: 41px;
	text-decoration: none;
	color: #fff;
	font-family: Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	text-align: center;
}

#navigation li ul li a {
	background-image: url(../assetts/nav-off.png);
	width: 180px;
	border-top-style: solid;
	border-top-width: 1px;
}

#navigation li a:hover {
	background-image: url(../assetts/nav-on.png);
}

li:hover ul, li.over ul { 
	display: block; }

#mainbody div.right a {
	color: #fff;
	font-family: Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
}

#mainbody div.right a:hover {
	text-decoration: none;
}

/* Mainbody */

#mainbody {
	float: left;
	padding-top: 20px;
	width: 900px;
	background: #535353 url(../assetts/mainbody-background.png) repeat-x;
}

#titlebar {
	height: 38px;
	background: url(../assetts/title-background.png) repeat-x;
	float: left;
	width: 900px;
	margin-top: 110px;
}

#titlebar h1 {
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0px;
	color: #fff;
	font: bold 1.4em/38px Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
}

.copy {
	float: left;
}

.copy h1 {
	color: #fff;
	font: 1.2em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	margin-left: 40px;
}

.copy p {
	margin-left: 40px;
	margin-right: 40px;
	color: #fff;
	font: 0.8em/1.2em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
}

/* images */

#home-img {
	margin-left:40px;
	margin-top: 30px;
	background: url(../assetts/shadow.png) no-repeat right bottom;
	clear: right;
	float: left;
}

#home-img img {
	margin: -5px 5px 0px -5px;
	border: 6px solid #d8e5e6;
}

.left-img {
	margin-left:40px;
	margin-top: 6px;
	background: url(../assetts/shadow.png) no-repeat right bottom;
	clear: right;
	float: left;
	display: inline;
}

.left-img img {
	margin: -5px 5px 0px -5px;
	border: 6px solid #d8e5e6;
}

.right-img {
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 8px;
	background: url(../assetts/shadow.png) no-repeat right bottom;
	clear: right;
	float: left;
	display: inline;
}

.right-img img  {
	margin: -5px 5px 0px -6px;
	border: 6px solid #d8e5e6;
}

/* Footer */

#footer {
	width: 1064px;
	margin-left: auto;
	margin-right: auto;
	height: 52px;
	background: url(../assetts/content-box-bottom.png) no-repeat;
}

#footer ul {
	list-style: none;
	margin: 0;
	float: right;
	padding: 0 30px 0 0;
line-height: normal;
}

#footer li {
	float: left;
	padding-left: 20px;
}

#footer li a {
	color: #433334;
	font: bold .7em/30px Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	text-decoration: none;
}

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

/* Other pages 
--------------*/

.left {
	width: 400px;
	float: left;
	display: inline;
}

.right {
	width: 450px;
	margin-right: 40px;
	float: right;
	display: inline;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

/* text styles for other pages 
------------------------------*/

#mainbody div.left p a {
	color: #fff;
}

#mainbody div.left p a:hover, #address div.number p a:hover {
	text-decoration: none;
}

#address div.number p a {
	color: #000;
	text-decoration: underline;
}



.right h2 {
	color: #fff;
	margin-top: 0px;
	font: 1.2em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
}

.right p {
	color: #fff;
	font: 0.8em/1.3em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
}

.left ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 40px;
	clear: both;
}

.subside {
	margin-left: 40px;
	width: 262px;
	margin-top: 17px;
}

.left .subside  ul {
	border-top: 1px solid #fff;
	padding: 10px 0 0;
}

.left li {
	color: #fff;
	font: 0.7em/14px Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	display: block;
}

.left li a {
	text-decoration: none;
	color: #fff;
	background: url(../assetts/arrow.png) no-repeat;
	padding-left: 19px;
	display: block;
	height: 14px;
	margin-top: 5px;
}


.left li a:hover {
	text-decoration: underline;
	background: url(../assetts/arrow-on.png) no-repeat;
}

/* Retour arrow here */

.left li.back a {
	text-decoration: none;
	color: #fff;
	background: url(../assetts/retour.png) no-repeat;
	padding-left: 19px;
	display: block;
	height: 14px;
	margin-top: 5px;
}

.left li.back a:hover {
	text-decoration: underline;
	background: url(../assetts/retour-on.png) no-repeat;
}

#mainbody div.right div.newstitle h2 {
	margin-bottom: 0;
}

#mainbody div.right div.newstitle p {
	margin-top: 0;
}

#mainbody div.right div.newstitle h2 a {
	color: #fff;
	text-decoration: none;
	background: url(../assetts/arrow.png) no-repeat right;
	padding-right: 20px;
}

#mainbody div.right div.newstitle h2 a:hover {
	background-image: url(../assetts/arrow-on.png);
	text-decoration: underline;
	color: #c1c2c4;
}

#map {
	border: 6px solid #d8e5e6;
}

#mainbody div.left h3 {
	font-family: Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	color: #fff;
	margin-left: 40px;
	display: block;
	margin-top: 0;
}

#mainbody div.left p {
	color: #fff;
	font-family: Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	margin-left: 40px;
	margin-bottom: 3px;
	margin-top: 3px;
}

/*
#footer ul li.tfd {
	background: url(../assetts/tfd.gif) no-repeat left;
	padding-left: 12px;
        margin-left:12px;
line-height: 15px;
}
*/
