/* BEGIN RESET CSS */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CSS */


/* BEGIN LAYOUT CSS */

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden
}

body {
	background-color: #18130d;
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both;
}

p,
h1,
ul {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	margin-bottom: 18px;
}

h1 {
	font-size: 12px;
	text-transform: uppercase;
	color: #B2AB97;
}

#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

#container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 2
}

#top {
	height: 70px;
	background: #D6CDB4;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}

#top-inner {
	width: 968px;
	height: 70px;
	margin: 0 auto;
	border-left: 5px solid #000;
	border-right: 5px solid #000
}

#logo {
	margin-left: 10px;
}

#telmail {
	float: right;
	width: 400px;
	height: 70px;
}

#telmail p {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #283956;
	margin: 0 15px;
	padding-top: 13px;
}

#telmail p a:link {
	color: #283956;
	text-decoration: none;
}

#telmail p a:hover {
	color: #948d79;
	text-decoration: none;
}

#header {
	height: 376px;
	background: url(../images/bg-header.gif) repeat-x top;
}

#header-inner {
	width: 968px;
	height: 376px;
	margin: 0 auto;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

#header-inner-left,
#header-inner-right {
	width: 206px;
	height: 376px;
	float: left;
}

#header-inner-left {
	background: url(../images/bg-header-inner-left.jpg) no-repeat;
	border-right: 5px solid #000;
}

 #header-inner-right {
	background: url(../images/bg-header-inner-right.jpg) no-repeat;
	border-left: 5px solid #000;
}

#header-inner-mid {
	width: 546px;
	height: 376px;
	float: left;
}

#company #header-inner-mid {
	background: #000 url(../images/headerpic-company.jpg) no-repeat;
}

#portfolio-jachtbetimmeringen #header-inner-mid {
	background: #000 url(../images/headerpic-portfolio-1.jpg) no-repeat;
}

#portfolio-interieur-particulieren #header-inner-mid,
#portfolio-de-buytenkeuken #header-inner-mid {
	background: #000 url(../images/headerpic-portfolio-2.jpg) no-repeat;
}

#portfolio-interieur-projecten #header-inner-mid {
	background: #000 url(../images/headerpic-portfolio-3.jpg) no-repeat;
}

#portfolio-projecten-in-aanbouw #header-inner-mid {
	background: #000 url(../images/headerpic-portfolio-4.jpg) no-repeat;
}

#contact #header-inner-mid {
	background: #000 url(../images/headerpic-contact.jpg) no-repeat;
}

#main-inner {
	width: 978px;
	height: 300px;
	margin: 0 auto;
	padding-top: 30px;
	background: #000;
}

#sidebar-left,
#content,
#sidebar-right,
#gallery {
	height: 100%;
}

#sidebar-left,
#sidebar-right {
	width: 186px;
	float: left;
	padding: 0 15px;
}

#sidebar-left {
	text-align: right;
	background: url(../images/bg-sidebar-left.gif) no-repeat;
}

#sidebar-left p,
#sidebar-right p {
	font-size: 14px;
	text-transform: uppercase;
	color: #B2AB97;
}

#sidebar-left #menu li a {
	font-size: 12px;
	color: #D6CDB4;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar-right #submenu li a {
	font-size: 12px;
	color: #D6CDB4;
	letter-spacing: 1px;
	text-decoration: none;
}

#sidebar-left #menu li a:hover,
#sidebar-right #submenu li a:hover {
	color: #B2AB97;
}

#sidebar-left #menu .current,
#sidebar-right #submenu .current {
	font-weight: bold;
}

#sidebar-right {
	background: url(../images/bg-sidebar-right.gif) no-repeat;
}

#content {
	width: 526px;
	height: 300px;
	float: left;
	padding: 0 10px;
}

#content p {
	font-size: 12px;
	color: #D6CDB4;
	letter-spacing: 1px;
	line-height: 17px;
	text-align: justify;
}

#content a:link,
#content a:active,
#content a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

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

#gallery {
    width:546px;
	float: left;
}

#thumbnails li {
    float: left;
    height: 71px;
    width: 105px;
	margin: 2px;
}

#contact #content ul li {
	font-size: 12px;
	color: #D6CDB4;
	letter-spacing: 1px;
	line-height: 18px;
}

/* END LAYOUT CSS */
