﻿body {
	margin: 5px 0 5px 0;
	background-color: black;
	font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif;

}

#divheader {
	height: 150px;
	width: 800px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	background-color: maroon;
	background-image: url('../images/cakham.png' );
}

#divmenu {
	height: 50px;
	width: 800px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-align:center;
}

#divmain {
	height: 750px;
	width: 800px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-align:center;

}

#divmainroute {
	height: 550px;
	width: 800px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-align:center;

}

#divmainbody {
	height: 700px;
	width: 800px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-align:center;

}
#divfooter {
	background-color:white;
	font-size:small;
	width:800px;
	height:60;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#divslideshow {
	height: 400px;
	width: 750px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-align:center;

}

#divfronttop {
	height: 262px;
	width: 350px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	background-image: url('../images/top_right_front.jpg' );
	text-align:center;

}

#divfrontbottom {
	height: 262px;
	width: 350px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	background-image: url('../images/bottom_left_front.jpg' );
	text-align:center;

}

#divfront1 {
	height: 262px;
	width: 350px;
	border: 0px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-color:white;
	font-size:13px;
	text-align:center;

}

#divfront2 {
	height: 262px;
	width: 350px;
	border: 0px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-color:white;
	font-size:13px;
	text-align:center;

}


#divmap {
	height: 485px;
	width: 645px;
	border: 1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 1px auto 0 auto;
	background-color:white;
	text-align:center;

}

#hovermenu ul{
font: bold 13px arial;
color:black;
padding-left: 0;
margin-left: 25;
height: 20px;
}

#hovermenu ul li{
list-style: none;
display: inline;
}

#hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: white;
border: 2px solid white;
}

#hovermenu ul li a:hover{
background-color: green;
color: white;
border-style: outset;
}

html>body #hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100.3%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 2px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
