html {
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	background: url(../images/background.jpg) repeat-y center top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	height: 100%;
}

#header {
	width: 1000px;
	margin: 0px auto;
	height: 177px;
	background: url(../images/background-header.jpg) no-repeat center top;
	position: relative;
}
#main_menu {
	border-top: 3px solid #027077;
	border-bottom: 6px solid #FFFFFF;
	height: 23px;
	width: 950px;
	position: absolute;
	bottom: 0px;
	left: 25px;
	background-color: #80b7bb;
}
#container {
	width: 950px;
	margin: 0px auto;
	position: relative;
}
#contents {
	/* border-top: 1px solid #9cd1b0; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 214px;
	margin-right: 254px;
	text-align: left;
	padding-top: 6px;
}
#bar_menu {
	position: absolute;
	width: 197px;
	left: 1px;
	top: 0px;
}
#bar_photos {
	position: absolute;
	width: 240px;
	right: 0px;
	top: 0px;
}
#footer {
	width: 482px;
	padding-left: 214px;
	padding-right: 254px;
	margin: 40px auto 0px;
	clear: both;
}

a {
	color: #1c4879;
	text-decoration: none;
}
a:hover {
}


/* general */
#container #bar_menu .testimonials {
	margin: 12px 8px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#container .testimonials {
}
#container .testimonials .testimonial {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5faab0;
}
#container .testimonials .testimonial p {
	text-align: right;
	font-size: 0.76em;
	font-style: italic;
}
#container .testimonials .testimonial p.address_name {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 2px;
	text-align: right;
}
#container .testimonials .testimonial p.address {
	margin: 2px 0px;
	text-align: right;
}


/* header */
#header #cervicusco {
	float: left;
	width: 228px;
	height: 145px;
	margin-left: 25px;
}
#header #cervicusco a {
	display: block;
	height: 145px;
	text-decoration: none;
}
#header #languages {
	position: absolute;
	top: 17px;
	right: 25px;
	color: #555555;
}
#header #languages ul {
	margin: 2px 0px;
}
#header #languages li {
	float: right;
	border-right: 1px solid #555555;
	font-size: 0.86em;
	padding: 0px 8px;
}
#header #languages li.first {
	border-right: none;
	padding-right: 0px;
}
#header #languages li a {
	font-weight: bold;
	padding: 2px 0px;
}
#header #languages li a:hover {
}
#header #main_menu {
}
#header #main_menu ul {
	float: right;
	padding: 3px 0px;
	width: 240px;
	background: #1c4879;
	height: 17px;
}
#header #main_menu li {
	float: right;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	font-size: 0.80em;
}
#header #main_menu li.first {
	border-right: none;
}
#header #main_menu li a {
	/* display: block; */
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	height: 23px;
}
#header #main_menu li a:hover {
	color: #80b7bb;
}
#header #welcome {
	position: absolute;
	bottom: 6px;
	left: 25px;
	font-weight: bold;
	font-size: 0.9em;
	width: 198px;
	text-align: center;
	height: 23px;
}
#header #welcome a {
	display: block;
	padding: 3px 4px 4px;
}
#header #welcome a:hover {
	background: #1c4879;
	color: #FFFFFF;
}
#header #address {
	position: absolute;
	bottom: 10px;
	left: 239px;
	font-size: 0.8em;
	color: #1c4879;
	font-weight: bold;
	letter-spacing: 1px;
}
#header #intro {
	position: absolute;
	bottom: 48px;
	left: 239px;
	font-size: 0.7em;
	color: #1c4879;
	width: 240px;
	text-align: left;
	text-transform: uppercase;	
}

/* bar_menu */
#bar_menu {
}
#bar_menu ul {
	background-color: #d6e0e0;
	padding: 1px 1px 80px 1px;
	border-bottom: 6px solid #FFFFFF;
}
#bar_menu li {
	border-bottom: 2px solid #FFFFFF;	
	text-align: center;
	font-size: 0.9em;
}
#bar_menu li.first {
}
#bar_menu li a {
	display: block;
	color: #124d66;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 4px;
	zoom: 1;			/* IE6... */
}
#bar_menu li a:hover {
	background-color: #FFFFFF;
}

/* bar_photos */
#bar_photos {
}
#bar_photos img {
	margin-bottom: 14px;
	display: block;
}

/* contents */
#contents {
	color: #333333;
	font-size: 0.9em;
}
#contents a {
	font-weight: bold;
}
#contents a:hover {
	text-decoration: underline;
}
#contents h1 {
	font-size: 1.4em;
	margin: 0px 0px 14px 0px;
}
#contents h2 {
	font-size: 1.1em;
	margin: 16px 0px 8px 0px;
	font-weight: bold;
}
#contents p {
	text-align: justify;
	margin-bottom: 12px;
}
#contents ul, ol {
	margin-bottom: 14px;
}
#contents li {
	margin-left: 38px;
	margin-bottom: 4px;
	list-style: square outside;
}
#contents ol li {
	list-style: decimal outside;
	text-align: justify;
}
#contents ul.address li {
	margin-left: 18px;
	margin-bottom: 2px;
	list-style: none;
}
#contents strong {
	font-weight: bold;
}
/* contact form */
#contents form p {
	margin-top: 2px;
	margin-bottom: 4px;
	overflow: hidden;
}
#contents form p.indent {
	margin-top: 0px;
	margin-left: 204px;
}
#contents form p label {
	float: left;
	display: block;
	font-weight: bold;
	width: 170px;
	text-align: right;
	margin-right: 8px;
}
#contents td {
	padding-bottom: 3px;
	padding-right: 6px;
}
#contents input, #contents textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;	
}
#contents input.field_wide, #contents textarea.field_wide {
	width: 290px;
}
#contents input.field_small {
	width: 120px;
}

/* footer */
#footer {
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h1 {
	font-size: 1em;
	font-weight: bold;
}
#footer p {
	font-size: 0.8em;
	margin-top: 4px;
}
#footer p.jeronimo-design-dds {
	color: #BBBBBB;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 0.7em;
}
#footer p.jeronimo-design-dds a {
	color: #999999;
}
#footer p.jeronimo-design-dds a:hover {
	color: #666666;
	text-decoration: none;
}

/* bar_photos */
#bar_photos {
	padding-top: 44px;
	text-align: center;
}
#bar_photos img {
	border: 1px solid #FFFFFF;
	margin: 0px auto 20px;;
}
#bar_photos {
}


/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
