/*=======================================================================
CSS file for Chevalier.nl © Chevalier International 2005
File created by Ton Dekker
=======================================================================*/

/*=======================================================================
Main items and positioning
=======================================================================*/

body {
	/*background-color: #462362;*/
	background-color:#fff;
	/*
		#63328C
		#462362
		#EDD6FF
		#DAADFF
	*/
	/*background-image:url(../img/full_bg.gif);*/
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Helvetica,Sans-Serif;
}

body 
{
   /*behavior:url(css/csshover.htc);*/
   box-sizing:border-box;
   -moz-box-sizing:border-box;
}

div#site_container {
	width:760px;
	background-image:url(../img/cc_content_shadow.gif);
	margin: 0 auto;
	text-align: left;
	position:relative;	
	margin-top:20px;
	margin-bottom:20px;
	z-index:0;
}

div#header {
	width:760px;
	padding:0;
	margin: 0 auto;
	text-align: left;
	position:relative;
	background-image:url(../img/cc_top_shadow.gif);
	background-repeat:no-repeat;
}

div#content_container {
	width:740px;
	margin: 0 auto;
	text-align: left;
	position:relative;	
	z-index:1;
	background-color:#eee;
	padding-bottom:10px;
	background-image:url(../img/cc_content2_shadow.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#sub_column {
	width:740px;
	height:24px;
	margin:0;
	padding:0;
	z-index:2;
	background-color:#ccc;
	background-image:url(../img/cc_item_pagetitle_bg_20px.gif);
}

#level2_sub 
{
	margin-top:8px;
	width:120px;
	/*background-image:url(../img/content_bg.gif);*/
	float:left;
}

.actiondiv 
{
	width:142px;
	float:left;
	border:solid 1px #ccc;
	z-index:2;
	padding:8px;
	background-color:#fff;
	margin-top:10px;
}

div#main_column {
	width:740px;
	z-index:-1;
	padding-bottom:10px;
	}
	
	div#main_column_content {
		margin-top:8px;
		float:right;
		width:580px;
	}

div#full_column {
	width:718px;
	border:solid 1px #ccc;
	float:left;
	z-index:-1;
}

div#footer {
	width:760px;	
	background-image:url(../img/cc_bottom_shadow.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:60px;
	
}

h1#mast_head {
	width:360px;
	height:120px;
	margin:0;
	padding:0;
	float:left;
}
	
	h1#mast_head img{
		border:none;
		margin-left:20px;
		margin-top:20px;
	}

	
	
#extraline_above_footer 
{
	/* ugh, ugly name :) */
	width:738px;
	line-height:1px;
	margin-left:11px;
	margin-right:11px;
	border-top:solid 1px #ccc;	
	clear:both;
}

#content_clearer 
{
	clear:both;
	line-height:1px;
	height:1px;
	width:738px;
}


/*=======================================================================
Visual stuff
=======================================================================*/

#mast_image {
	width:740px;
	margin-left:10px;
	margin-top:2px;
	margin-right:10px;
	margin-bottom:0px;	
	background-position:top center;
	height:140px;
}

.bottom_logo {
float:right;
padding:0;
vertical-align:middle;
}

.contentimage_left{
	margin:0;
	margin-right:8px;
	margin-bottom:2px;
	border:solid 1px #64328C;
	float:left;
	padding:1px;
}

.contentimage_right {
	float:right;
	margin:0;
	margin-left:8px;
	margin-bottom:2px;
	border:solid 1px #64328C;	
	display:block;
	padding:1px;
}

#Quotation1_btnQuotation
{
	width:160px;
	float:left;
}

.StandardContentImage 
{
	float:right;
	margin:15px;
	margin-top:4px;
	margin-bottom:5px;
	border:solid 1px #ccc;
	padding:5px;
	background-color:#fff;
}


.environment-image {
	display:block;
	width:180px;
	height:100px;
	float:right;
	margin-top:30px;
	padding-right:20px;
}


/* fix for Safari */		
#hor_wrapper 
{
	width:740px;
	height:20px;
	clear:both;
}