/* CSS Document */
body {
background-color:#D4CEC6;
padding:0;
margin:0;
width:100%;
height:100%;
}

div, p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#b2aaa0;
line-height:1.5;
}
h2 {
font-size:14px;
color:#D4CEC6;
}
.kopjes {
color:#973034;
}

a {
color:#b2aaa0;
}
a:hover {
color:#585858;
}

#left_border {
position:absolute;
top:50%;
margin-top:-260px;
left:50%;
margin-left:-388px;
width:3px;
height:520px;
background-image:url(images/repeat_left.jpg);
background-position:top left;
background-repeat:repeat-y;
}
#right_border {
position:absolute;
top:50%;
margin-top:-260px;
left:50%;
margin-left:385px;
width:5px;
height:520px;
background-image:url(images/repeatright.jpg);
background-position:top right;
background-repeat:repeat-y;
}
#bottom_border {
position:absolute;
top:50%;
margin-top:260px;
left:50%;
margin-left:-388px;
width:778px;
height:9px;
background-image:url(images/bottom_border.jpg);
background-position:top;
background-repeat: no-repeat;
}

#main {
position:absolute;
background-color:#FFFFFF;
top:50%;
left:50%;
margin-left:-385px;
margin-top:-260px;
width:770px;
height:520px;
}
#navigatie {
position:absolute;
height:30px;
width:730px;
top:50%;
left:50%;
margin-left:-365px;
margin-top:-240px;
border-bottom:1px solid #D4CEC6;
}
#aboutwhisky {
position:absolute;
top:50%;
margin-top:-190px;
left:50%;
margin-left:-365px;
}
#content {
position:absolute;
top:50%;
left:50%;
margin-left:-365px;
margin-top:-160px;
width:730px;
height:400px;
border-bottom:1px solid #D4CEC6;
}
	.rightcell {
	padding:15px;
	padding-top:0px;
	background-image:url(images/logo.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	.leftcell {
	width:500px;
	height:380px;
	background-repeat:no-repeat;
	background-image:url(images/linksimg/bglinks.jpg);
	}
	
#footer {
position: absolute;
left:50%;
margin-left:-100px;
top:50%;
margin-top:270px;
text-align:center;
color:#FFFFFF;
font-size:11px;
height:21px;
width:200px;
padding-left:20px;
background-image:url(images/iconSjonic.gif);
background-position:left;
background-repeat:no-repeat;
}
	#footer a{
	text-decoration:none;
	color:#FFFFFF;
	}
	#footer a:hover{
	text-decoration:none;
	color:#F58021;
	}
	
#watercruiseform {
margin:10px;
height:350px;
width:480px;
}

#shopform {
margin:10px;
height:350px;
width:480px;
}
#navpage {
position: absolute;
top:345px;
padding-right:8px;
left:380px;
}

textarea, input {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#b2aaa0;
border:1px solid #CCCCCC;
background-color:#FFFFFF;
}
.radio {
border:none;
}
.error{
border-left:2px solid #991A25;
}