* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

html {
	background-color: #efefef;
}

body {
	background-color: #efefef;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #555;
}

a {
	color: #9A8026;
}

a:hover {
	color: #000;
}

h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 8px;
}

br.clear {
	clear: both;
}

p {
	line-height: 1.3em;
}

ul.list {
	list-style-type: none;
}

ul.list li {
	padding: 0 0 5px 15px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
}

span.small {
	font-size: 90%;
}

span.error {
	font-weight: bold;
	color: #c00;
}


/* container */

#container {
	width: 850px;
	margin: auto;
}

#wrapper {
	float: left;
	width: 850px;
}


/* header */

#header {
	float: left;
	width: 850px;
	height: 165px;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
	width: 270px;
	margin-top: 37px;
	text-align: right;
}

#header .search {
	float: left;
	width: 270px;
	height: 30px;
	margin-top: 24px;
}

#header img {
	float: left;
}

#header input.search_field {
	width: 145px;
	height: 20px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #666;
	vertical-align: top;
}

#header input.button {
	vertical-align: top;
}


/* navigation */

#navigation {
	float: left;
	width: 850px;
	height: 45px;
	background: url('/_grafix/bg_navigation.png') top left no-repeat;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 45px;
	padding-right: 2px;
	background: url('/_grafix/navigation_line.gif') top right no-repeat;
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	height: 45px;
}

#navigation li a:hover { 
	background-position: 0 -45px; 
}

#navigation li a.selected { 
	background-position: 0 -90px; 
}

#navigation li a.selected:hover { 
	background-position: 0 -90px; 
}

#navigation span {
	display: none;
}

/* main */

#main {
	float: left;
	width: 850px;
	background-color: #fff;
}

#main .gutter {
	float: left;
	width: 790px;
	padding: 40px 30px 20px 30px;
}

#main .bottom {
	float: left;
	width: 850px;
	height: 10px;
	background: url('/_grafix/bg_main_bottom.gif') bottom left no-repeat;
}

/* intro */

div.intro_logo {
	margin: 80px 0 60px 0;
	text-align: center;
}

div.intro_buttons {
	margin-left: 185px;
}

div.intro_buttons a {
	display: block;
	float: left;
	width: 230px;
	height: 75px;
}

div.intro_buttons a.btn_nl {
	background: url('/_grafix/intro_btn_nl.png') no-repeat top left;
	margin-right: 20px;
}

div.intro_buttons a.btn_fr {
	background: url('/_grafix/intro_btn_fr.png') no-repeat top left;
}

div.intro_buttons a:hover { 
	background-position: 0 -75px; 
}

div.intro_buttons span {
	display: none;
}

/* home */

#home {
	float: left;
	width: 790px;
}

#home .text {
	float: left;
	width: 510px;
}

#home .image {
	float: right;
	width: 240px;
	margin-top: 52px;
}

#home .banners {
	float: left;
	width: 790px;
	height: 85px;
	margin-top: 35px;
}

#home .banners a {
	display: block;
	float: left;
	width: 250px;
	height: 85px;
	margin-right: 20px;
}

#home .banners a:hover { 
	background-position: 0 -85px; 
}

#home .banners span {
	display: none;
}

div.highlight {
	float: left;
	width: 100%;
}

/* contact */

#contact {
	float: left;
	width: 790px;
}

#contact .left {
	float: left;
	width: 510px;
}

#contact .right {
	float: right;
	width: 240px;
	margin-top: 52px;
}

#form_container {
	float: left;
	width: 365px;
	background: #efefef;
}

#form_container .form_gutter {
	float: left;
	padding: 10px;
}

#form {
	width: 325px;
}

#form input.text {
	width: 96%;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#form textarea {
	width: 96%;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#form .mandatory {
	font-weight: bold;
}

#form .mandatory_err {
	font-weight: bold;
	color: #c00;
}

/* products */

#products {
	float: left;
	width: 790px;
}

#products .navigation {
	float: left;
	width: 240px;
}

#products .text {
	float: right;
	width: 510px;
	margin-top: 28px;
}

#products ul {
	list-style-type: none;
}

#products li {
	padding: 0 0 3px 0;
}

#products .product {
	float: left;
	width: 510px;
	margin-bottom: 4px;
}

#products .gutter {
	float: left;
	width: 486px;
	padding: 12px;
}

#products img {
	float: left;
	margin: 0 10px 0 0;
}

#products span.title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#products span.code {
	display: block;
	margin-bottom: 5px;
	color: #9A8026;
}

#products span.price {
	display: block;
	float: right;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	background: url('/_grafix/price_label.gif') top left no-repeat;
	padding-left: 30px;
	margin-top: 3px;
}

/* cart */

img.add_to_cart_small {
	vertical-align: middle;
	float: right !important;
	margin: 0 0 0 10px !important;
}

table#shoppingcart {
	width: 790px;
}

table#shoppingcart th {
	padding: 10px;
	text-align: left;
}

table#shoppingcart td {
	padding: 10px;
}

table#shoppingcart td.total {
	padding: 10px;
	font-size: 15px;
}

table#shoppingcart td input {
	font-size: 14px;
	width: 30px;
	padding: 4px;
	border: 1px solid #ccc;
}

/* small shopping cart */

table#shoppingcart_small {
	width: 750px;
}

table#shoppingcart_small th {
	padding: 5px;
	text-align: left;
}

table#shoppingcart_small td {
	padding: 5px;
}

table#shoppingcart_small td.total {
	padding: 5px;
	font-size: 14px;
}

/* error box */

#error_box {
	float: left;
	width: 600px;
	color: #c33;
	background-color: #fdf1f1;
	border: 1px solid #c33;
	margin-bottom: 25px;
	font-weight: bold;
}

#error_box .gutter {
	float: left;
	width: 580px;
	padding: 10px;
}

/* confirmation box */

#confirmation_box {
	float: left;
	width: 790px;
	color: #090;
	background-color: #e5f5e5;
	border: 1px solid #090;
	font-weight: bold;
}

#confirmation_box .gutter {
	float: left;
	width: 770px;
	padding: 10px;
}

/* buttons */

.buttons a, 
.buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #F9D138;
    font-family: Arial, Georgia, sans-serif;
    font-size: 140%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

/* button colors */

button:hover, 
.buttons a:hover {
	color: #555;
	background-color: #e0c668;
}

/* small red button */

button.small, 
.buttons a.small {
	background-color: #F9D138;
    color: #555;
	font-size: 80%;
	margin: 0 !important;
	border: none;
}

.buttons a.small:hover, 
button.small:hover {
    background-color: #e0c668;
}

/* footer */

#footer {
	float: left;
	width: 850px;
	text-align: center;
	color: #666;
	font-size: 95%;
}
	
#footer .gutter {
	float: left;
	width: 850px;
	padding: 20px 0;
	text-align: center;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #999;
}


/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}


/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-active h1 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}

.sIFR-active h2 {
	visibility: hidden;
  	font-family: Verdana;
  	line-height: 1em;
}


/* thickbox */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('/_grafix/thickbox_ff_hack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

span#TB_next, 
span#TB_prev {
	font-size: 12px;
}