/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
{
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: transparent;
	background-position: 0px 0;
	background-attachment:fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #4D4D4D; }

a img { border: none; }

#menu {
/*   position: fixed;*/
    position: absolute;
    height: 500px;
    width: 160px;
    margin: 20px;
/*   padding: 15px 15px 15px 15px;	*/
    padding: 0;
    border: 0;
    overflow: auto;
/*   top: 0;		*/
/*   bottom: 0;		*/
/*   left: 0;		*/
/*   height: 50%;	*/
    background-color: #FFFFFF;
}

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

 #menu ul li a{ 
    margin-left: 10px;
}

 #menu ul li.active a { 
/*  text-decoration: underline; */
   background-color: #000000;
    color: #FFF;
    background: #none
}

#menu .section-title { font-weight: bold; line-height: 14px; margin-top: 12px;}

#content {
    position: absolute;
/*   height: 100%;			*/
    width: 691px;
/*   min-height: 750px;			*/
    margin: 20px 20px 20px 210px;
/*   padding: 15px 15px 15px 15px;	*/
    padding: 0;
/*   overflow: auto;			*/
/*   top: 0;				*/
    background-color: #fff;

}

.container {
    padding: 15px 15px 15px 15px;
    max-width: 661px;
}

#content p { 
	margin-bottom: 10px; 
	max-width: 661px;
}

#content ul {
	line-height:16px;
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left: 10px;
}

#content li {
	background-image:url(http://www.wood-works.dk/files/sqpurple.gif);
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:11px;
}



p { margin: 0 0 0 0; }

h1 { 
	font-size: 32px; 
	line-height: 32px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}

h2 { 
	font-size: 27px;
	margin: 0px 0px 2px 0px;
	padding-bottom: 0px; 
	}
	
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container { border:0; margin: 0; padding: 0; }
#img-container p { 
	border:0; 
	margin: 0; 
	padding: 0; }

#once { clear: left; }

.slideshow {
	background-color:#003366;
}

a.thickbox img {
	border: none;
}

.thumb-it {
	text-align: left;
}
