@charset "utf-8";
/* CSS Document */

body {
	background-color: #1D1813;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
h1 {
	font-size: 1.6em;
	}	
	
h2 {
	font-size: 1.4em;
	}		
	
a:link {
	color: #92D4EC;
}	

a:hover {
	color: #fff;
}	

a:visited {
	color: #92D4EC;
}	
	
#container-home {
	width: 900px;
	min-height: 436px;
	margin: 10px auto;
	background-image: url("images/home.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999;
	background-color: #73644F;
	padding-bottom: 20px;
	}
	
#container-team {
	width: 900px;
	min-height: 436px;
	margin: 10px auto;
	background-image: url("images/the-team.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999;
	background-color: #73644F;
	padding-bottom: 20px;
	}	
	
#container-appointments {
	width: 900px;
	min-height: 436px;
	margin: 10px auto;
	background-image: url("images/appointments.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999;
	background-color: #73644F;
	padding-bottom: 20px;
	}	
#container-pricelist {
	width: 900px;
	min-height: 436px;
	margin: 10px auto;
	background-image: url("images/pricelist.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999;
	background-color: #73644F;
	padding-bottom: 20px;
	}	
	
#container-specialoffers {
	width: 900px;
	min-height: 436px;
	margin: 10px auto;
	background-image: url("images/special-offers.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999;
	background-color: #73644F;
	padding-bottom: 20px;
	}		
	
#container-products {
	width: 900px;
	min-height: 436px;
	margin: 10px auto;
	background-image: url("images/products.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999;
	background-color: #73644F;
	padding-bottom: 20px;
	}		
	
#container-recruitment {
	width: 900px;
	min-height: 436px;
	margin: 10px auto;
	background-image: url("images/recruitment.jpg");
	background-repeat: no-repeat;
	border: 1px solid #999;
	background-color: #73644F;
	padding-bottom: 20px;
	}		
	
#banner  {
	width: 900px;
	height: 210px;
	margin: 0;
	padding: 0;
	}	
	
#topnav {
	width: 500px;
	float: right;
	background-color: #8CC8E0;
	color: #fff;
	font-size: 80%;
	padding: 4px 4px;
	}	

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li {
	display: inline;
	width: 80px;
	padding: 0 7px;
	}
	
#topnav a:link {
	color: #fff;
	text-decoration: none;
	}		
	
#topnav a:visited {
	color: #fff;
	text-decoration: none;	
	}
	
#topnav a:hover {
	color: #7B736C;
	text-decoration: none;	
	}
	
#content {
	width: 380px;
	margin-top: 36px;
	margin-left: 480px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	font-size: 0.75em;
	text-align: left;
	min-height: 410px;
	line-height: 1.4em;
	}	

#content img {
	padding: 3px;
	border: 1px solid #BBADB0;
	margin: 5px 12px 10px 0px;
	}	

	
	
#footernav {
	width: 470px;
	float: left;
	background-color: #8CC8E0;
	color: #fff;
	font-size: 80%;
	text-align: left;
	padding: 4px;
	}	

#footernav ul {
	width: 470px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#footernav li {
	display: inline;
	width: 80px;
	padding: 0 10px;
	}
	
#footernav a:link {
	color: #fff;
	text-decoration: none;
	}		
	
#footernav a:visited {
	color: #fff;
	text-decoration: none;	
	}
	
#footernav a:hover {
	color: #7B736C;
	text-decoration: none;
	}	


form p {
	clear: left;
	margin: 0;
	padding: 3px 0;
	line-height: 1.4em;
	}
	
form p label {
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
		line-height: 1.4em;
	}	
	
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
	}	
	
form.contact-form fieldset {
  margin-bottom: 10px;
}

form.contact-form legend {
  padding: 0 2px;
  font-weight: bold;
  color: #666;
  font-size: 200%;
}		

