body {
  background-color: #64abb4;
  font-family: Helvetica;
  font-size: 13pt;
}

a {
  color: #000;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

small {
  color: #555555;  
}

#main {
  background-color: #fff;
  width: 960px;
  margin: 30px auto 0px auto;
}

#copyright {
  width: 960px;
  margin: 10px auto 0px auto;
  padding: 0px 0px 0px 140px;
  font-size: 8pt;
  color: #CAEEFF;
}

.left {
  float: left;
}

.right {
  float: right;
}

#top, #bottom {
  clear: both;
}

#top {
  padding: 76px 70px 0px 70px;
}

#bottom {
  margin: 50px 0px 0px 0px;
  padding: 0px 70px 40px 70px;
}

#logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 322px;
  height: 93px;
}

#address {
  line-height: 22px;
}

#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu li {
  margin: 21px 0px 0px 0px;
}

#menu ul .selected {
  font-weight: bold;
}

#menu a {
  text-decoration: none;
}

#content {
  width: 570px;
  font-size: 10pt;
  text-align: justify;
  line-height: 16pt;
}

#content h3 {
  font-size: 10pt;
  height: 8px;
}

#autograph {
  background-image: url(../images/nanda.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 42px;
  margin: 30px 0px 0px 0px;
}

.right_image {
  float:right;
  margin: 0px 0px 25px 25px;
}

.left_image {
  float:left;
  margin: 0px 25px 25px 0px;
}

.grey_text {
  color: #555555;
}

.clear {
  clear: both;
}

#opening_hours {
  width: 100%;
}

#opening_hours th, #opening_hours td {
  text-align: center;
  height: 30px;
}

#opening_hours .day {
  text-align: left;
  width: 200px;
  font-size: 13pt;
}

#opening_hours .top_grey, #opening_hours .bottom_grey, #opening_hours .center_grey {
  background-color: #ededed;
  width: 225px;
}

#opening_hours .padding td, #opening_hours .padding th {
  height: 10px;
}

#appointment {
	width: 100%;
}

#appointment td {
	padding: 0px 0px 10px 0px;
}

#appointment label {
	font-size: 13pt;
	color: #555555;
}

#appointment .align_top {
	vertical-align: top;
	padding-top: 15px;
}

#appointment input, #appointment textarea {
	border: 1px solid #ddd;
	width: 360px;
	padding: 15px 15px 15px 15px;
	float: right;
	font-size: 13pt;
	outline: none;
}

#appointment #submit {
	border: 0px;
	background-color: #64abb4;
	color: #fff;
	width: 180px;
	cursor: pointer;
}

/* CSS 3 borders */

#appointment input, #appointment textarea {
	border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#main {
  border-bottom-left-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomleft: 80px;

  border-top-right-radius: 80px;
  -webkit-border-top-right-radius: 80px;
  -moz-border-radius-topright: 80px;

  border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;

  border-bottom-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
}

#opening_hours .top_grey {
  border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;

  border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
}

#opening_hours .bottom_grey {
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;

  border-bottom-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
}
