.foo {}
/* RESET
--------------------------------------------------------------------------------------*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}

/* REDEFINITIONS
--------------------------------------------------------------------------------------*/
body,
input,
textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
}
body {
    background: #000;
    color: #5d5d5d;
}

/* RICHTEXT
--------------------------------------------------------------------------------------*/
.richtext a {
	color: #075c9d;
}
.richtext a:hover {
	text-decoration: none;
}
.richtext h1 {
    font-size: 2.2em;
    margin-bottom: 15px;
}
.richtext h2 {
    font-size: 1.7em;
    margin-bottom: 15px;
	color: #075c9d;
}
.richtext h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #1080d6;
}
.richtext p {
    margin-bottom: 15px;
}
.richtext strong,
.richtext b {
    font-weight: bold;
}
.richtext ul {
    padding-left: 25px;
    margin-bottom: 15px;
    }
    .richtext ul li {
        margin-bottom: 10px;
        list-style-type: square;
    }

/* LAYOUT
--------------------------------------------------------------------------------------*/
#headerContainer .inner,
#canvasContainer .inner,
#footerContainer .inner,
#legalContainer .inner {
	width: 850px;
	margin: auto;
}

#headerContainer {
	background: url('../Images/Layout/header_bg.gif') repeat-x;
    }
    #headerContainer .inner {
	    height: 35px;
	    background: url('../Images/Layout/header_splash.gif') repeat-x;
    }
    #headerContainer .cultures ul {
	    float: right;
        }
        #headerContainer .cultures ul li {
	        display: inline;
	        float: left;
        }
        #headerContainer .cultures ul li a {
	        display: inline-block;
	        color: #fff;
	        padding: 5px 5px 5px 35px;
	        text-decoration: none;
	        background-position: 12px 8px;
	        background-repeat: no-repeat;
        }
        #headerContainer .cultures ul li a:hover,
        #headerContainer .cultures ul li a.active {
            background-color: #000;
        }
        #headerContainer .cultures ul li a.link-nl-BE {
	        background-image: url('../Images/Icons/16x16_flag_nl.png');
        }
        #headerContainer .cultures ul li a.link-fr-FR {
	        background-image: url('../Images/Icons/16x16_flag_fr.png');
        }
        #headerContainer .cultures ul li a.link-en-GB {
	        background-image: url('../Images/Icons/16x16_flag_gb.png');
        }

#canvasContainer {
	background: #fff;
	min-height: 300px;
	background: #fff url('../Images/Layout/main_bg.jpg') no-repeat center top;
}

#contentContainer {
    width: 570px;
    float: right;
    margin-top: 68px;
    margin-bottom: 25px;
}

#navigationContainer {
    width: 250px;
    float: left;
	}
	#navigationContainer .navigation {
	    margin-top: 10px;
	    background: url('../Images/Layout/nav_bg.gif') repeat-y;
		}
		#navigationContainer .navigation ul {
	        background: url('../Images/Layout/nav_top.gif') no-repeat center top;
		    }
		    #navigationContainer .navigation ul li {
		    }
		    #navigationContainer .navigation ul li a {
			    display: block;
			    padding: 5px 10px;
	            background: url('../Images/Layout/nav_seperator.gif') no-repeat center bottom;
	            text-decoration: none;
	            color: #4f4f4f;
		    }
		    #navigationContainer .navigation ul li a.first {
		        padding-top: 10px;
		    }
		    #navigationContainer .navigation ul li a:hover,
		    #navigationContainer .navigation ul li a.active {
	            color: #075c9d;
		    }
		#navigationContainer .navigation ul li ul {
	        background: transparent;
		    }
		    #navigationContainer .navigation ul li ul li {
		        background: url('../Images/Icons/16x16_arrow_right_small.png') no-repeat 11px 5px;
		    }
		    #navigationContainer .navigation ul li ul li a {
		        padding: 5px 10px 5px 30px !important;
		    }
		#navigationContainer a.master.linkContact {
	        display: block;
	        margin-bottom: 20px
		}

#footerContainer {
	background: #292929 url('../Images/Layout/footer_bg.gif') repeat-x;
	padding: 15px 0;
    }
    #footerContainer .canvas {
	    background: #151515;
	    height: 120px;
    }
    #footerContainer .canvas.address {
	    width: 250px;
	    float: left;
    }
    #footerContainer .canvas.sitemap {
	    width: 570px;
	    float: right;
    }
    #footerContainer .canvas .left {
	    display: block;
	    float: left;
	    width: 5px;
	    height: 120px;
	    background: url('../Images/Layout/footer_canvas_left.gif') no-repeat;
    }
    #footerContainer .canvas .content {
	    display: inline-block;
	    padding: 10px 10px;
        }
        #footerContainer .canvas .content a {
	        color: #999;
        }
        #footerContainer .canvas .content a:hover {
	        color: #fff;
        }
    #footerContainer .canvas .right {
	    display: block;
	    float: right;
	    width: 5px;
	    height: 120px;
	    background: url('../Images/Layout/footer_canvas_right.gif') no-repeat;
        }
        #footerContainer .sitemap .sitemapLeft,
        #footerContainer .sitemap .sitemapRight {
	        display: block;
	        float: left;
	        width: 259px;
	        height: 100px;
	        margin-right: 10px;
        }
        #footerContainer .sitemap .sitemapLeft {
	        border-right: 1px solid #343434;
        }
        #footerContainer .sitemap .sitemapLeft a,
        #footerContainer .sitemap .sitemapRight a {
	        display: block;
	        text-decoration: none;
	        padding: 4px 0;
        }

#legalContainer {
    padding-top: 10px;
    text-align: center;
    color: #4a4a4a;
    font-size: .9em;
    }
    #legalContainer a {
        color: #4a4a4a;
        text-decoration: none;
    }
    #legalContainer a:hover {
        color: #fff;
    }

/* PAGES
--------------------------------------------------------------------------------------*/

/* HOME
--------------*/
.home {
    }
    .home .splash p {
	    background: url('../Images/Pages/home_splash.jpg') no-repeat center bottom;
	    height: 205px;
	    padding: 15px;
	    text-align: right;
	    font-size: 1.1em;
	    line-height: 130%;
    }

/* PRODUCTS
--------------*/
.products {
    }
    .products .canvasButtons{
        width: 180px;
        height: 130px;
        float: right;
        margin: 0 0 15px 15px;
    }
    .products ul.productsList {
        padding: 0;
    }
    .products ul.productsList li {
        list-style-type: none;
        display: block;
        width: 180px;
        float: left;
        margin-right: 15px;
    }
    .products ul.productsList li.last {
        margin: 0;
    }
    .products ul.productsList li .name {
        display: block;
        padding: 7px 5px 5px 5px;
        width: 170px;
	    background: url('../Images/Pages/products_list_item_bg.png') no-repeat center top;
	    float: left;
	    font-size: 1.1em;
	    text-align: center;
    }
    .products ul.productsList li img {
	    float: left;
	    cursor: pointer;
    }
    .products ul.productsList li .description {
        display: block;
        padding: 5px 5px 7px 5px;
        width: 170px;
        font-size: .85em;
        font-style: italic;
	    background: url('../Images/Pages/products_list_item_bg.png') no-repeat center bottom;
	    float: left;
	    text-align: center;
    }

/* CONTACT
--------------*/
.contact {
    }
    .contact .general {
        width: 220px;
        height: 230px;
        float: left;
        margin-bottom: 30px;
    }
    .contact .map {
        background: url('../Images/Pages/contact_map_bg.png') no-repeat;
        padding: 10px;
        width: 330px;
        height: 210px;
        float: left;
        margin-bottom: 30px;
    }
    .contact .map #googleMap {
        width: 328px;
        height: 168px;
        border: 1px solid #d7d7d7;
    }



.contact .form .formFieldCtn 
{
	padding: 2px 0;
	}
.contact .form .label 
{
	display: inline-block;
	width: 140px;
	padding: 6px 6px 6px 0;
	margin-right: 5px;
	float: left;
	height: 12px;
	}
.contact .form .textlarge, .contact .form .textsmall, .contact .form .textarea
{
	padding: 3px 5px;
	border: none;
    }
.contact .form .textlarge 
{
	width: 400px;
	background: url('../Images/Pages/contact_form_large_bg.png') no-repeat;
	height: 18px;
	}
.contact .form .textsmall 
{
	width: 125px;
	background: url('../Images/Pages/contact_form_small_bg.png') no-repeat;
	}
.contact .form .textarea 
{
	width: 400px;
	height: 120px;
	background: url('../Images/Pages/contact_form_textarea_bg.png') no-repeat;
	}
.contact .form .validator
{
	color: #c80000 !important;
	font-weight: bold;
	padding-left: 3px;
	float: right;
	}
.contact .form .summary
{
	padding: 10px 10px 5px 10px;
	background: #f4f4f4;
	margin-bottom: 15px;
	color: #c80000 !important;
	}
.contact .form .summary ul
{
	padding: 0 0 0 20px;
	margin: 0;
	}
.contact .form .summary ul li
{
	list-style-type: square;
	margin-bottom: 5px;
	}
.contact .form .note 
{
	display: block;
	font-size: 0.8em;
    margin-left: 155px;
    font-style: italic;
    color: #999;
	}
.contact .form .seperator 
{
	margin-top: 10px;
	}
    .contact .form .seperator.first
    {
	    margin-top: 0;
	}
.contact .form .submitbuttonCtn 
{
	margin-top: 20px;
    margin-left: 150px;
	}
.contact .form .submitbutton 
{
    display: block;
    width: 135px;
    height: 24px;
    background: url('../Images/Pages/contact_form_button_bg.png') no-repeat top;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    }
.contact .form .submitbutton:hover
{
    background: url('../Images/Pages/contact_form_button_bg.png') no-repeat bottom;
    }









