@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #34150C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 1.9em;
} 
#header h1 {
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 15px 150px 20px;
	background-image:url(images/main/sidebar_fish.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 80px bottom;
	color: #333333;
	font-size: 0.9em;
	line-height: 2em;
	letter-spacing: .05em;
}

#mainContent {
	margin-left: 188px;
	position: relative;
	width: 796px;
} 
#mainContent #portL {
	background-image: url(images/menu/pBkgdL.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 472px;
	height: 656px;
	background-color: transparent;
	left: 0px;
	top: 35px;
	padding: 0;
	margin: 0;
}
#container #mainContent #innerPort {
	left: 0px;
	top: 0px;
	position: absolute;
}
#mainContent #portR {
	background-image: url(images/menu/pBkgdR.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 324px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	left: 471px;
	line-height: 1.9em;
	top: 35px;
	height: 589px;
	font-size: 0.82em;
}
#container #mainContent #clientsR {
	line-height: 2.5em;
}
#container #mainContent #portR ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container #mainContent #portR ul li {
	display: inline;
}
#container #mainContent #portR ul li a {
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.2em;
}
#container #mainContent #portR ul li a:focus {
	color: #6c5427;
}

#mainContent #homeL {
	background-repeat: no-repeat;
	position: absolute;
	width: 406px;
	height: 656px;
	left: 0px;
	top: 0px;
	background-image: url(images/main/blank_L.jpg);
	}
#mainContent #homeR {
	background-image: url(images/main/home_R.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 387px;
	margin: 0px;
	padding-top: 95px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	left: 404px;
	line-height: 2.4em;
	top: 0px;
	height: 656px;
}
#mainContent #aboutR {
	background-image: url(images/main/about_R.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 331px;
	padding-top: 85px;
	padding-right: 55px;
	padding-bottom: 15px;
	padding-left: 30px;
	left: 404px;
	line-height: 1.9em;
	top: 0px;
	height: 656px;
	font-size: 0.82em;
}
#mainContent #contactR {
	background-image: url(images/main/contact_R.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 340px;
	padding-top: 95px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	left: 404px;
	line-height: 1.9em;
	top: 0px;
	height: 656px;
	font-size: 0.82em;
}
#mainContent #clientsR {
	background-image: url(images/main/clients_R.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 340px;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 150px;
	padding-left: 30px;
	left: 404px;
	line-height: 1.9em;
	top: 0px;
	height: 475px;
	font-size: 0.82em;
	overflow: visible;
}
#mainContent #newsR {
	background-image: url(images/main/news_R.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 340px;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 150px;
	padding-left: 30px;
	left: 404px;
	line-height: 1.9em;
	top: 0px;
	height: 475px;
	font-size: 0.82em;
	overflow: visible;
	clip: rect(auto,auto,610px,auto);
}
#mainContent #estR {
	background-image: url(images/main/est_R.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 340px;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 150px;
	padding-left: 30px;
	left: 404px;
	line-height: 1.9em;
	top: 0px;
	height: 475px;
	font-size: 0.82em;
	overflow: visible;
}
#container #mainContent #homeL #estimateLtext {
	position: absolute;
	font-size: 0.82em;
	line-height: 1.9em;
	padding-left: 50px;
	padding-top: 65px;
	width: 290px;
}
.callOut {
	font-size: 140%;
}
#container #mainContent #newsR .bold a {
	background-image: none;
	color: #FFFFFF;
	padding-left: 1.2em;
}
#container #mainContent #newsR .bold a:hover {
	color: #d2c7b2;
}
#container #mainContent #newsR .bold a:focus {
	color: #6c5427;
}
.indent {
	line-height: 2.8em;
	text-align: right;
}
.bold {
	font-weight: bold;
}
	
	
#footer {
	position: absolute;
	left: 113px;
	top: 543px;
	line-height: 1.2em;
	padding-left: 10px;
	color: #d2c7b2;
	font-size: 0.65px;
} 
a:link, a:visited {
	color: #6A6D6C;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 24px;
}
a:hover {
	color: #FF6600;
	background-repeat: no-repeat;
}
a:active {
	background-image: url(images/main_over.gif);
	background-repeat: no-repeat;
	color: #FF6600;
}
#container #portL #footer {
	position: absolute;
	top: 508px;
}
#container #mainContent #portR #PortText {
	width: 265px;
	padding: 0px;
}
#container #sidebar1 a.current {
	color: #FF6600;
	background-image: url(images/main_over.gif);
	cursor: default;
	background-position: -1px;
}
#mainContent #portR img {
	padding-right: 4px;
	padding-left: 5px;
}
.boldBig {
	font-size: 1.4em;
	color: #34150C;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent a {
	color: #FFFFFF;
	line-height: 2.7em;
}
#mainContent a:hover {
	color: #d2c7b2;
	background-image: url(none);
}
#mainContent a {
	color: #FFFFFF;
	background-image: none;
	padding: 0px;
}
#mainContent a:hover {
	color: #d2c7b2;
}


#container #mainContent #contactR {
	font-size: 1em;
	line-height: 2em;
}
p {
	text-align: left;
}
#commentSpot {
	width: 300px;
}
#container #mainContent #aboutTonijn {
	width: 310px;
}
#container #mainContent #topMenu {
	position: absolute;
	height: 35px;
	width: 796px;
	left: 0px;
	background-image: url(images/menu/pMenuTop.jpg);
}
#container #mainContent #topMenu ul {
	position: absolute;
	width: 670px;
	height: 27px;
	left: 20px;
	top: 4px;
	list-style: none;
	color: #FFF;
	margin-top: 2px;
	overflow: visible;
}

#container #mainContent #topMenu li {
	float: left;
}


#container #mainContent #topMenu a {
	background-image: url(images/menu/x_blank.gif);
	text-decoration: none;
	color: #FFF;
	font-size: 0.9em;
	background-repeat: no-repeat;
	padding-left: 1.7em;
	list-style-type: none;
	list-style-image: none;
	margin-right: 1.5em;
	width: 100%;
	letter-spacing: 0.1em;
	font-weight: 500;
	border: none;
}

#container #mainContent #topMenu a:hover, #container #mainContent #topMenu a:active {
	background-image: url(images/menu/x_active.gif);
} 
#container  #footer {
	color: #d2c7b2;
	font-size: 0.65em;
}
.smallType {
	font-size: .8em;
}
#container #mainContent #topMenu .menuActive {
	background-image: url(images/menu/x_active.gif);
	color: #FFF;
	cursor: default;
}
#container #mainContent #topRevMenu {
	position: absolute;
	height: 35px;
	width: 796px;
	left: 0px;
}
.hitPoints {
	line-height: 1.4em;
}
