body{
	background-color:#ffffff;
	background-image:url(../includes/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:left 25px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.container{
width:825px;
margin:0 auto;
margin-top:25px;
margin-bottom:25px;
}

.content{
	padding:10px;
	width:inherit;
	border-top:#000 5px solid;
	background-image:url(../includes/content_bg.gif);
	background-repeat:repeat;
	margin-bottom:12.5px;
}

#sg_logo{
	position:relative;
	}

#menudiv{
	margin-top:-225px;
	margin-left:250px;
	height:225px;
}

#menudiv li{
	padding-left:10px;
	margin-bottom:3px;
	list-style:none;
	background-color:#CCC;
	line-height:20px;
}

#menudiv ul a, #menudiv ul a:visited{
		text-decoration:none;
		display:block;
		width:100px;
		color:#fff;
}

#menudiv ul a:hover{
background-color:#000;
	border-right:#666666 15px solid;
	color:#fff;
	margin-left:-10px;
	padding-left:10px;
	width:100px;
	}

#menu1 {
	margin-left:-20px;
	height:100px;
	width:110px;
}

#menu1 ul{
	width:110px;
	margin:0px;
	list-style:none;
	padding-left:10px;
}

#menu2{
	margin-left:120px;
	margin-top:-112px;
	width:110px;
}

#menu2 ul{
	width:110px;
	height:100px;
	margin:0px;
	list-style:none;
	padding-left:10px;
}
#menu3{
	margin-left:260px;
	margin-top:-78px;
	width:110px;
}

#menu3 ul{
	width:110px;
	height:100px;
	margin:0px;
	padding-left:10px;
	list-style:none;
}
#menu4{
	margin-left:400px;
	margin-top:-78px;
	width:110px;
}
#menu4 ul{
	width:110px;
	height:100px;
	margin:0px;
	padding-left:10px;
	list-style:none;
}

.about_img{
	float:right;
	margin-left:25px;
	border:#fff 5px solid;
}

.portfolio_item{
	float:left;
	width:255px;
	margin-right:10px;
	margin-bottom:25px;
	border:5px solid #fff;
	height:80px;
}
.portfolio_item img{
	border:1px solid #666666;
	float:left;
}

.portfolio_item a{
	display:block;
	float:left;
	margin-right:12.5px;
	width:80px;
	height:80px;
}

.portfolio_item a:hover{
border:0px;
}

.clear_both{
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	margin-top:-20px;
	width:100%;
}

h4 a{
	text-decoration:none;
	color:#FFF;
}

h4{
	margin-top:-50px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
	padding:5px;
	background-color:#000;
	color:#FFF;
	width:35px;
	float:right;
}

p a, p a:hover{
	background-color:#FFF;
	padding:2.5px;
	line-height:20px;
	margin-top:10px;
	text-decoration:none;
	color:#999;
	cursor:pointer;
}

p a:hover{
	color:#fff;
	background-color:#ccc;
}

a.linked{
	padding:0px;
}

h3{
	margin-top:-15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:24px;
	background-color:#000;
	border-right:#666666 15px solid;
	color:#FFF;
	width:165px;
}

strong{
	margin-top:-12.5px;
}

/*Opmaak newsletterform ___________________________________________________________________________*/
#subscribeForm{
	float:right;
	margin-top:-75px;
	border:none;
	margin-right:10px;
	width:260px;
	padding:5px;
	
}

#subscribeForm h2{
font-weight:bold;
font-size:12px;
color: #000;
padding:2.5px;
background-color:#FFF;
}

#nb_button{
	float:right;
	margin-bottom:5px;
	padding: 3px;
	border: 1px solid #dfe4e4;
	background-color: #333;
	text-decoration:none;
	color:#FFF;
}

#email{
	margin-bottom:0px;
	width:85%;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}