@font-face {
    font-family: 'lobster';
    src: url('lobster-webfont.eot');
    src: url('lobster-webfont.eot?#iefix') format('embedded-opentype'),
         url('lobster-webfont.woff') format('woff'),
         url('lobster-webfont.ttf') format('truetype'),
         url('lobster-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CuprumRegular';
    src: url('cuprum-regular-webfont.eot');
    src: url('cuprum-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cuprum-regular-webfont.woff') format('woff'),
         url('cuprum-regular-webfont.ttf') format('truetype'),
         url('cuprum-regular-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
	padding: 0;
	margin: 0;
}

p, li {
	font-family: CuprumRegular;
	text-align: justify;
}

h2 {
	color: #00729e;
	font-family: lobster;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

h1#logo {
	margin: 0 auto;
	padding: 0;
	width: 1166px;
	height: 125px;
}

h1#logo a {
	display: block;
	width: 1166px;
	height: 125px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

.line {
	height: 15px;
	width: 930px;
	margin: 0 auto;
	background-image: url(dashed-line.png);
	background-repeat: no-repeat;
}

#content-wrapper {
	width: 880px;
	margin: 0 auto; 
}

#mainmenu {
	background-image: url(menu-background.png);
	width: 861px;
	height: 34px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
}

#topmenu {
	margin: 0; 
	padding: 0;
	height: 34px;
	vertical-align: top;
	list-style-type: none;
	text-align: center;
}

#topmenu li {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	position: relative;
	z-index: 9000;
	list-style-type: none;
}

#topmenu li ul li {
	border-bottom: 1px solid #49ADD3;
	height: auto;
	display: inline-block;
	padding-top: 5px;
	width: 100%;
	padding-bottom: 5px;
}
#topmenu li ul li a {
	height: auto;
	display: inline;
	line-height: 18px;
}

#topmenu li ul {
	display: none;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 33px;
	left: 0px;
}

#topmenu li ul {
	background-color: #0078A5;
}

#topmenu li:hover ul {
	display: block;
}

#topmenu li a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#topmenu li.active {
	background-color: #0e87b4;
}

#topmenu .divider {
	text-indent: -9999px;
	background-image: url(separator.png);
	width: 1px;
	height: 34px;
}

#slider-wrapper {
	border: 5px solid #0078a5;
	box-shadow: 0 0 15px black;
	width: 950px;
	height: 334px;
	margin: 0 auto;
	position: relative;
	background-image: url(all.jpg)
}

.text .doctors {
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}

.text .doctors li {
	display: inline-block;
	margin: 0;
	padding: 5px;
}

.doctors li {
	width: 190px;
	font-family: Arial;
	list-style-type: none;
	text-align: center;
	vertical-align: top;
}

.doctors h3 {
	font-size: 14px;
	margin: 0;
	text-align: center;
	height: 32px;
}
.doctors h4 {
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.avatar {
	border: 3px solid #0078a5;
	box-shadow: 0 0 4px black;
	display: inline-block;
	font-size: 0;
	margin: 0 auto;
	
}

#footer {
	width: 100%;
	height: 66px;
	background-image: url(footer.png);
	background-position: top center;
	position: relative;
	margin-top: 20px;
}

#bottommenu {
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	list-style-type: center;
}

#bottommenu li {
	padding: 0 10px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	list-style-type: center;
	display: inline-block;
}

#bottommenu li a {
	color: white;
	font-size: 18px;
}

#bottommenu .divider {
	display: none;
}

#footer p {
	text-align: center;
	margin-bottom: 0;
	color: white;
}

#blur {
	width: 950px;
	height: 334px;
	display: block;
	position: absolute;
}

#virtech {
	position: absolute;
	top: 5px;
	left: 10px;
	display: block;
	background-image: url(virtech-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 87px;
	height: 48px;
	text-indent: -9999px;
}

#easybook {
	font-family: Arial;
	padding-bottom: 20px;
}

.sign, .view {
	color: #50A2C1;
	text-decoration: none;
}

.controls input, #gbtext {
	width: 300px;
}

#gbmailshow {
	width: auto;
	display: inline;
}

h3 {
	font-family: Arial;
}

#feedback {
	font-family: Arial;
}

input.error {
	border: 1px solid red;
}