/*  ----------  SITE BACKGROUND  ----------  */

#siteBackground, #siteLayout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#siteImage {
	width: 100%;
	height: 317px;
	background-image: url("../images/site-image.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#siteStripe {
	width: 100%;
	height: 91px;
}

/*  ----------  MAIN FRAME  ----------  */

#frame {
	width: 925px;
	margin: 0 auto;
	background-image: url("../images/frame.png");
	background-repeat: repeat-y;
}

#frameTop {
	height: 118px;
	margin: 0 34px 0 36px;
	background-image: url("../images/frame-top.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 100;
	position: relative;
}

#frameHeader {
	min-height: 291px;
	height: auto !important;
  	height: 291px;
	margin: 0 34px 0 36px;
	padding-bottom: 10px;
	background-color: #fff;
	background-image: url("../images/frame-header.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#frameMiddle {
	/*min-height: 211px;
	height: auto !important;
  	height: 211px;*/
	padding: 8px 34px 0 36px;
	background-image: url("../images/frame-middle.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.framePanel {
	padding-bottom: 18px;
}

#frameBottom {
	height: 8px;
	background-image: url("../images/frame-bottom.png");
	background-repeat: no-repeat;
}

/*  ----------  TOP  ----------  */

#topLogo {
	float: left;
	margin-left: 1px;
}

#topLogo a, #topLogo img {
	display: block;
}

#topRight {
	float: right;
}

#topSearch {
	float: right;
	margin: 25px 4px 20px 0;
}

#topSearch span {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 19px;
	display: block;
	float: left;
	margin-right: 5px;
}

#topSearch input[type="text"] {
	width: 194px;
	display: block;
	float: left;
	margin-right: 5px;
	height: 13px;
}

#topSearch input[type="submit"] {
	width: 20px;
	height: 19px;
	border: 0;
	padding: 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#topSearch input[type="submit"]:hover {
	background-position: bottom;
}

/*  ----------  HEADER  ----------  */

#frameHeader img {
	display: block;
	padding: 1px;
}

/*  ----------  CONTENT - MIDDLE PANELS  ----------  */

.searchLinks {
	text-align: right;
	padding-bottom: 18px;
}

#middlePanels {
	border: 1px solid #cecece;
	background-color: #fff;
	margin-bottom: 18px;
	padding: 10px 0;
}

#middlePanels table {
	width: 100%;
}

#middlePanels table td {
	width: 33%;
	padding: 0 15px;
	background-image: url("../images/middle-panels-separator.png");
	background-position: right center;
	background-repeat: no-repeat;
}

#middlePanels table td.last {
	background-image: none;	
}

#middlePanels table td img {
	float: left;
	margin-right: 10px;
}

#middlePanels table td h2 {
	font-size: 14px;
	margin-bottom: 2px;
}

#middlePanels table td p {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 0;	
}

#middlePanels table td a {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	text-decoration: none;
	padding-left: 14px;	
	color: #fff;
}

#middlePanels table td a:hover {
	text-decoration: none;
}

/*  ----------  SITE SELECTOR  ----------  */

#siteSelector {
	height: 97px;
	width: 925px;
	margin: 0 auto;
}

#siteSelector ul {
	padding-top: 21px;	
	text-align: center;
}

#siteSelector li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 70px;
	padding: 0 28px;
	font-size: 11px;
	text-align: center;
	color: #B0B0B0;
}

#siteSelector li a {
	display: block;
	background-repeat: no-repeat;
	width: 56px;
	height: 55px;
	margin-top: 2px;
}

#siteSelector li:hover a, #siteSelector .selected a {
	background-position: bottom;	
}

#siteSelector .separator {
	width: 1px;
	padding: 0 16px;
	background-image: url("../images/site-logo-separator.png");
	background-repeat: no-repeat;
	background-position: center top;
}

#siteSelector .delta a {
	height: 68px;
	background-image: url("../images/logos/hc-delta.png");
}

#siteSelector .pointer a {
	height: 68px;
	background-image: url("../images/logos/hc-pointer.png");
}

#siteSelector .eos a {
	background-image: url("../images/logos/eos.png");
}

#siteSelector li.eos:hover, #siteSelector li.eos.selected {
	color: #3E1741;	
}

#siteSelector .mediris a {
	background-image: url("../images/logos/mediris.png");
}

#siteSelector li.mediris:hover, #siteSelector li.mediris.selected {
	color: #FE6A00;	
}

#siteSelector .pharmagic a {
	background-image: url("../images/logos/pharmagic.png");
}

#siteSelector li.pharmagic:hover, #siteSelector li.pharmagic.selected {
	color: #132579;	
}

#siteSelector .medivus a {
	background-image: url("../images/logos/medivus.png");
}

#siteSelector li.medivus:hover, #siteSelector li.medivus.selected {
	color: #044D80;	
}

#siteSelector .eproffit a {
	background-image: url("../images/logos/eproffit.png");
}

#siteSelector li.eproffit:hover, #siteSelector li.eproffit.selected {
	color: #4B7A8C;	
}

/*  ----------  FOOTER  ----------  */

#footer {
	height: 77px;
	position: relative;
	margin-bottom: 31px;
}

#footerStripe {
	width: 100%;
	height: 26px;
	position: absolute;
	top: 29px;
}

#footerContent {
	width: 100%;
	height: 77px;
	position: absolute;
}

#footerFrame {
	width: 857px;
	/*height: 77px;*/
	margin: 0 auto;
	background-image: url("../images/footer-frame.png");
	background-repeat: no-repeat;
	padding: 18px 34px 11px 34px;
}

#footerInner {
	height: 46px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

#footerInner table {
	margin-top: 10px;
}

#footerInner table td {
	font-size: 12px;
	line-height: 14px;
	padding: 0 36px 0 0;
}

#footerInner table td.first {
	width: 207px;
	padding: 0;
	text-align: center;	
}

#footerInner table td span {
	font-weight: bold;	
}

#footerInner table td a {
	color: #555555;	
}

/*  ----------  CONTACT MODUL  ----------  */

#contact_container .form_label {
	text-transform: uppercase;
	font-size: 11px;
}

#contact_container .form_input {
	margin-bottom: 5px;
}

#contact_container .form_input  input[type="submit"] {
	float: right;	
}

#contact_container table th {
	text-align: left;
	font-weight: normal;
	padding: 2px;
	vertical-align: middle;
}

#contact_container table td {
	padding: 2px;
	vertical-align: middle;
}
