body{
	font:13px/18px "Trebuchet MS",Arial,Verdana,sans-serif;
	text-align:center;
	background:#fff;
	color:#444;

}

#container{
	text-align:left;
	width:954px;
	margin:0 auto;
}

#header{
	background-color:#665247;
	height:107px;
	background-image: url('../../layout/www.mercanto.be/header_BG.gif');
	background-position:right 76px;
	background-repeat:no-repeat;
	position:relative;
}

#logo{
	width:246px;
	height:107px;
	float:left;
	margin-left: 20px;
}
#logo a{
	width:246px;
	height:107px;
	display:block
}
#menu{
	width:658px;
	height:45px;
	margin-top:36px;
	float:right;
}
#menu ul{
	margin:0px 10px 0px 8px;
}
#menu ul li{
	float:left;
	padding-top:12px;
}
#menu ul li a{
	margin-right: 4px;
	display: block;
	color:#fff;
	text-decoration:none;
	padding:0px 6px 10px 6px;
	font-size:16px;
	text-transform:uppercase;
	border-bottom: 3px solid #fff;
}
#menu ul li a:hover{
	border-bottom: 3px solid #007BBF;
}
#menu ul li.active a{
	border-bottom: 3px solid #C4D539;
}

#socialmedia{
	position:absolute;
	top:50px;
	right:30px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#socialmedia a{
	position:relative;
	padding-left:10px;
}

#socialmedia a img{
	position:absolute;
	top:-1px;
}

#banner{
	float:left;
	width:954px;
	height:244px;
	margin-bottom: 20px;
}

#wrap_content_sidebar{
	float:left;
	width:954px;
	min-height:343px;
	height:auto !important;
	height:343px;
}

#sidebar{
	float:left;
	width:234px;
	padding:0px 10px;
}

#sidebar hr{
	background-color:#D1D769;
	height:1px;
	border:none;
	width:242px;
	margin:10px 0px;
}

#wrap_blocks{
	float:left;
	width:954px;
}
.home #reference {
	display:none;
}
#reference{
	float:left;
	width:300px;
	height:215px;
	background-image:url('../../layout/www.mercanto.be/block_bg.jpg');
	color:#fff;
	padding:10px;
}

#reference h1, #blog h1{
	font-size:20px;
	margin-bottom:8px;
}
#reference h2, #blog h2{
	font-size:18px;
}
#reference h3, #blog h3{
	font-size:16px;
	margin-top: 8px;
}
#reference p, #blog p{
	font-size:14px;
}
#reference p a, #reference a, #blog p a, #blog a{
	font-size:14px;
	color:#C4D539;
}
#blog{
	float:left;
	width:660px;
	height:215px;
	background-image:url('../../layout/www.mercanto.be/block_bg.jpg');
	color:#fff;
	padding:10px;
}
#content{
	float:left;
	width:634px;
	padding:0px 46px 20px 20px;

}
#content h1.pagetitle{
	font-size:24px;
	color:#01517b;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid #D1D769;
	margin-bottom:20px;
}
#content h1{
	font-size:20px;
	line-height:20x;
}
.home #content h1{
	display: none
}
#sidebar h1{
	font-size:20px;
	margin-bottom:4px;
	line-height:20px;
}

#content h2, #sidebar h2{
	font-size:18px;
	line-height:18px;
}

#content h3, #sidebar h3{
	font-size:16px;
	color:#01517B;
	line-height:16px;
}

#content p, #sidebar p{
	font-size:14px;
}

#content p a, #content a, #sidebar p a, #sidebar a{
	font-size:14px;
	color:#007DC0;
}
#content p a:hover, #content a:hover, #sidebar p a:hover, #sidebar a:hover{
	text-decoration:none;
}

#content p a:visited, #content a:visited, #sidebar p a:visited, #sidebar a:visited{
	color:#01517b;
}

.home #sidebar h3{
	background-color:#384c59;
	color:#fff;
	padding:10px 10px 5px;
	margin-bottom:0px;
}

#footer{
	background-color:#fff;
	text-align:center;
	margin:0 auto;
	padding-top:9px;
	width:954px;
	min-height:50px;
	clear:both;
	font-size: 10px;
}

#footer p a, #footer a{
	color:#444;
}

/* ELEMENTS
-----------*/

#content p,#content ul,#content ol{
	margin:0 0 10px;
}
#content ul,#content ol{
	margin:0 0 10px;
	padding-left:40px;
	list-style:square;
}
#content ol{
	list-style:decimal;
}
#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
}
#content h2, #content h3{
	margin-top:16px;
	margin-bottom:8px;
}
#content p,#content ul{
	margin-bottom: 10px;
}
.home #content p, .home #content ul{
	margin-bottom: 10px;
}

/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0;
	padding:0;
	list-style:none;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:154px;
	width:154px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	border:2px solid #fff;
}
#module_photogallery li a:hover img{
	border:2px solid #ccc;
}

/*FORMS
-------*/
table.layouttable input.submit{
	color:#fff;
	padding:3px 0;
	width: 120px;
	display:block;
	margin:8px auto;
	font:bold 13px "Trebuchet MS",Verdana,arial,sans-serif;
	background-color:#01517B;
	border:none;
	cursor: pointer;
}

#content form .module_form table.layouttable input.text,textarea{
	width:250px;
	padding:3px 5px;
	font:11px "Trebuchet MS",Verdana,arial,sans-serif;
	border:1px solid #bfbfbf;
}

#content form .module_form table.layouttable tr.row_5173 td textarea{
	height:107px;
}

table.layouttable{
	border: 1px solid #bfbfbf;
	margin: 20px auto 10px;
}
table.layouttable td{
}

.layouttable td,.layouttable th{
	padding:5px;
}

.layouttable th{
	width:150px;
	font-weight:normal;
	text-align:left;
	color:#333;
	font-family:"Trebuchet MS",Verdana,arial,sans-serif;
}

.layouttable .row0 td,.layouttable .row0 th{
	background-color:#eee;
}

table.layouttable .row_single td{
	text-align: center;
}
table.layouttable tr.error th,table.layouttable tr.error td{
	background:#c00;
	font-weight:bold;
	color:#fff;
}

#content p#disclaimer{
	font-size:11px;
	color:#555;
	width:432px;
	text-align: justify;
	line-height: 14px;
}
.error_message{
	border:1px solid #c00;
	background:#fdd;
	padding:15px;
	margin:10px 0;
	color:#c00;
}
tr.error {
	border:1px solid #c00;
	background:#fdd;
}
#thanks{
	padding:15px;
	margin-bottom:30px;
	background:#637331;
	color:#fff;
}
.layouttable td,.layouttable th{
	padding:5px 10px;
	vertical-align:top;
}

#content .product_list tr.row1 td{
	background-color:#dfdfdf;
}
#content .product_list tr.row2 td{
	background-color:#9eb9c8;
	border-bottom:1px solid #fff;
}
#content .product_list td{
	border-right:1px solid #fff;
	padding:3px 10px;
}
#content .product_list td p{
	margin-bottom:0px;
}

/*HOME*/
#content table.hometable td{
	height: 110px;
}
#content table.hometable h3{
	margin-bottom: 1px;
}
.home #content h2 {
	border-top:3px solid #19232C;
	color:#01517B;
	font-size:18px;
	padding:24px 0 5px;
	text-transform: uppercase
}
#sidebar h1{
	background: #25323B;
	color: #fff;
	font-size: 18px;
	padding: 8px 10px 5px;
	margin-bottom: 0;
}
#sidebar h1.view{
	background: #25323B url('../../layout/www.mercanto.be/view.gif') no-repeat right top;
}
#sidebar h1.order{
	background: #25323B url('../../layout/www.mercanto.be/order.gif') no-repeat right top;
}
#sidebar h1.buy{
	background: #25323B url('../../layout/www.mercanto.be/buy.gif') no-repeat right top;
}
#sidebar h1.startup{
	background: #25323B url('../../layout/www.mercanto.be/startup.gif') no-repeat right top;
}

#sidebar h1.integrate{
	background: #25323B url('../../layout/www.mercanto.be/integrate.gif') no-repeat right top;
}
#sidebar p, #sidebar ul{
	padding: 2px 9px 10px 10px;
	background: #DFDFDF;
	border-bottom: 3px solid #fff;
}
.home #sidebar p{
	padding-top:10px;
}
.home #sidebar ul{
	margin-bottom: 15px;
}
#sidebar div a{
	display: block;
	padding: 2px 10px 5px;
	background: #DFDFDF;
	color: #01517B;
	margin-bottom: 15px;
	text-decoration: none;
	text-align: right;
}
.home .rss_content li{
	margin-bottom: 4px;
	padding-left: 3px;
}
.home #blog .rss_content li a{
	font-size: 100%;
}
.rss_item .date {
	border-top:1px solid #C4D539;
	padding-top:5px;
}
.commentslink{
	padding-top:10px;
}

.mod_feed .rss_content ul li.article0,
.mod_feed .rss_content ul li.article1,
.mod_feed .rss_content ul li.article2{
	margin-bottom:20px;
}

/* ANDERE PAGINA'S */
#title{
	width:954px;
	height:53px;
	margin-bottom: 20px;
	border-top: 1px solid #C4D539;
}
#title h1{
	width:934px;
	height: 33px;
	margin:0 auto;
	background: url('../../layout/www.mercanto.be/h1_BG.jpg') no-repeat left top;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 0 0 20px;

}
#content h2.view, #content h2.order, #content h2.buy{
	background: url('../../layout/www.mercanto.be/view2.gif') no-repeat left top;
	padding-left: 26px;
}
#content h2.order{
	background-image: url('../../layout/www.mercanto.be/order2.gif');
}
#content h2.buy{
	background-image: url('../../layout/www.mercanto.be/buy2.gif');
}
#sidebar .prices_view h1, #sidebar .prices_view p,  #sidebar .prices_view ul, #sidebar .prices_buy h1, #sidebar .prices_buy p,  #sidebar .prices_buy ul, #sidebar .prices_order h1, #sidebar .prices_order p,  #sidebar .prices_order ul, #sidebar .prices_startup h1, #sidebar .prices_startup p,  #sidebar .prices_startup ul{
	background-color: #C4D539;
	color: #fff;
	font-weight: bold;
}
#sidebar .prices_buy h1, #sidebar .prices_buy p,  #sidebar .prices_buy ul{
	background-color: #665247;
}
#sidebar .prices_startup h1, #sidebar .prices_startup p,  #sidebar .prices_startup ul{
	background-color: #ffc82e;
}
#sidebar .prices_order h1, #sidebar .prices_order p,  #sidebar .prices_order ul{
	background-color: #01517b;
}
.prices_view, .prices_order, .prices_buy, .prices_integrate{
	margin-bottom: 15px;
}

#sidebar .prices_integrate h1{
	color:#444;
}

#sidebar .prices_integrate h1, #sidebar .prices_integrate p, #sidebar .prices_integrate ul{
	background-color:#F4F4F4;
}

/* Referenties - databasemodule */
/* home */
.home #sidebar #module_database_home h3{
	background-color: #DFDFDF;
	color: #25323B;
	font-weight: normal;
	font-style: italic;
}
.home #sidebar #module_database_home h3#project_title_0{
	padding-top: 0;
	text-align: center;
}
.home #sidebar #module_database_home a{
	margin-bottom: 0;
	color: #007DC0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}
.home #sidebar #module_database_home a:hover{
	text-decoration: none;
}
/* overzicht */
#module_database{
	margin-top: 20px;
}
#module_database .ref_box{
	background-color: #EEE;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	top: 0;
	left: 0;
}
#module_database .ref_box img, #module_database .ref_box h3, #module_database .ref_box h4{
	float: left;
}
#module_database .ref_box img{
	position: relative;
	top: -10px;
	left: -10px;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
#module_database .ref_box h3{
	width: 290px;
	margin-top: 0;
	text-transform: uppercase;
}
#module_database .ref_box h4{
	width: 100px;
}
#module_database .ref_box div.description{
	width: 390px;
	float: right;
}
#module_database .ref_box p{
	font-size: 13px;
}
#module_database .ref_box img.label{
	border: none;
	top: 0;
	left: 10px;
}

.description p a img.wp-image-347{
	width:630px;

}
