/**** General Style Information ****/
/*** == Start HTML Basic Elements ========================================================  ***/
a,a:link {
color: #fff;
text-decoration: none;
font-size:11px;
margin: 0px;
padding: 0px;
}

a:visited {
}

a:active {
}

a:hover {
text-decoration:underline;
}

address,p,ul,ol,li,dl,dt,dd {
margin: 0px;
padding: 0px;
font-size:11px;
line-height: 17px;
font-family: tahoma,arial,helvetica,sans-serif;
color:#505050;
list-style: inside;
}



p:first-letter {
text-transform:uppercase;
}

img {
border: 0px;
margin: 0px;
padding: 0px;
line-height: normal;
}

fieldset,form,table {
margin: 0px;
padding: 0px;
border: 0px;
}

select,
input  { 
width: 230px;
height: 17px;
margin-bottom: 5px;
border: solid 1px #cccccc;
background-color: #fff;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:10pt;
color: #000;
}

label {
width: 150px;
height: 20px;
display:block;
clear:left;
float:left;
}

textarea  {
width: 230px;
height: 70px;
margin-bottom: 5px;
border: solid 1px #cccccc;
background-color: #fff;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:10pt;
color: #000;
}

h1,h2,h3,h4,h5,h6 {
color: #847A6F;
margin: 0px;
padding: 0px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter {
text-transform:uppercase;
}

h1 {
font-size:12pt;
margin: 0px 0px 8px 0px;
}

h2 {
font-size:18pt;
}

h3 {
font-size:13.55pt;
}

h4 {
font-size:12pt;
}

h5 {
font-size:10pt;
}

h6 {
font-size:7.55pt;
}

strong,b {
font-weight:bold;
font-size: 12px;
color:#71695a;
}

html>body {
width: 100%;
height: 100%;
}

/*** == End HTML Basic Elements ========================================================  ***/

/*** == Start Site Layout ========================================================  ***/

/* Body */
#LAYOUT1-BODY {
text-align:center;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
line-height:18px;
color: #FFF;
background-color:#000 
}

	/* Search optimization */
	#SEARCHBOX {
	display: none;
	}
	
	/* Site dimensions */
	#LAYOUT1-SITE-DIMENSIONS {
	text-align: left;
	width: 809px; 
	overflow: hidden;
	margin:-218px 0px 0px -404px;
	position:absolute;
	top:50%;
	left:50%;
	}
	
		/* A Header */
		#LAYOUT1-A {
		width: 809px;
		height: 40px;
		overflow:hidden;
		clear: both;
		border-bottom:  solid 2px #fff;
		margin: 0px 0px 25px 0px;
		}
			
		/* B Content */
		#LAYOUT1-B {
		width: 809px;
		overflow:hidden;
		clear: both;
		margin: 0px 0px 10px 0px;
		}
		
			/* B1 Content Left */
			#LAYOUT1-B1 {
			width: 400px;
			height: 265px;
			float:left;
			overflow: hidden;
			line-height:18px;
			text-align: left;
			}
			
			#LAYOUT2-B1 {
			width: 500px;
			float:left;
			overflow: hidden;
			line-height:18px;
			text-align: left;
			}
			
			/* B2 Content Right */
			#LAYOUT1-B2 {
			width: 400px;
			height: 265px;
			float:right;
			overflow: hidden;
			line-height: normal;
			}
			
			#LAYOUT2-B2 {
			width: 300px;
			height: 265px;
			float:right;
			line-height: normal;
			}
			
			html>body #LAYOUT2-B2 {
			min-height: 265px;
			height: auto;
			}
			
			#LAYOUT2-B2 a {
			color: #847A6F;
			}
			
						
			#LAYOUT1-B1 img,
			#LAYOUT1-B2 img {
			margin: 0px 0px 270px 0px;
			display: block;
			clear: both;
			}
			
			#LAYOUT2-B1 .Image {
			width: 100px;
			margin: 8px 8px 0px 0px;
			display: block;
			overflow: hidden;
			height: 60px;
			float: left;
			border:  solid 1px #fff;
			}
			
		/* c Footer */
		#LAYOUT1-C {
		width: 809px;
		height: 25px;
		overflow:hidden;
		clear: both;
		border-bottom:  solid 2px #fff;
		margin: 0px 0px 12px 0px;
		text-align: right;
		font-size: 7pt;
		color: #BBB8B3;
		}
		
		#LAYOUT1-C a,
		#LAYOUT1-C a:link,
		#LAYOUT1-C a:hover,
		#LAYOUT1-C a:visited,
		#LAYOUT1-C a:active {
		font-size: 7pt;
		color: #BBB8B3;
		}	
	
		/* D Navigation */
		#LAYOUT1-D {
		width: 809px;
		height: 40px;
		overflow:hidden;
		clear: both;
		margin: 0px 0px 25px 0px;
		}
		
						
/*** == End Site Layout ========================================================  ***/

				
/** == Start Classes ========================================================  **/

/* Contact form */
.Contactform {
}

/* Horizontal Navigatie */
.Nav1 {
height: 10px;
width: 300px;
float:left;
color:#fff;
line-height:normal;
white-space:nowrap;
}

	.Nav1 a,
	.Nav1 a:link,
	.Nav1 a:visited,
	.Nav1 a:active,
	.Nav1 a:hover {
	padding: 0px 10px 0px 0px;
	font-weight:bold;
	font-size: 10px;
	height: 10px;
	display:block;
	display:inline;
	float:left;
	margin:0px;
	white-space:nowrap;
	}
	
	.Nav1 a.Active,
	.Nav1 a.Active:link,
	.Nav1 a.Active:visited,
	.Nav1 a.Active:hover,
	.Nav1 a:active,
	.Nav1 a:hover {
	text-decoration:none;
	color: #847A6F;
	}
	
	
.Nav2 {
height: 10px;
width: 60px;
float:right;
color:#E12D10;
line-height:normal;
white-space:nowrap;
text-align: right;
}

	.Nav2 a,
	.Nav2 a:link,
	.Nav2 a:visited,
	.Nav2 a:active,
	.Nav2 a:hover {
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	font-size: 10px;
	height: 10px;
	display:block;
	display:inline;
	float:right;
	margin:0px;
	white-space:nowrap;
	text-align: right;
	color: #E12D10;
	}
	
	.Nav2 a.Active,
	.Nav2 a.Active:link,
	.Nav2 a.Active:visited,
	.Nav2 a.Active:hover,
	.Nav2 a:active,
	.Nav2 a:hover {
	text-decoration:none;
	color: #fff;
	text-align: right;
	}
	
.Slogan {
height: 35px;
width: 120px;
float:right;
color:#fff;
line-height:normal;
white-space:nowrap;
text-align: right;
font-size:  12pt;
padding:  8px 0px 0px 0px;
}


/** == End Classes ========================================================  **/	
