/* =CSS 
copyright by Ionut Chirica - www.ichirica.ro
===========================================*/


/* =CSS RESET  - copyright Eric Meyer - www.ericmeyer.com
===========================================*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
i, .none {
	display: none;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
a {
	cursor: pointer;
	color: #08a41e;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* =LAYOUT
===========================================*/
html {
	background: #034a6f url(../images/bg_site.jpg) no-repeat fixed top left;
}
body {
	padding-top: 30px;
	color: #666;
	font-family: "Segoe UI", Corbel, Helvetica, Arial,sans-serif;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

#bg {
	width: 500px;
	height: 900px;
	position: fixed;
	top: 0px;
	left: 990px;
	display: none;
}
.bg1 { background: url(../images/bg1.jpg) 990px 0px no-repeat fixed; }
.bg2 { background: url(../images/bg2.jpg) 990px 0px no-repeat fixed; }
.bg3 { background: url(../images/bg3.jpg) 990px 0px no-repeat fixed; }
.bg4 { background: url(../images/bg4.jpg) 990px 0px no-repeat fixed; }
.bg5 { background: url(../images/bg5.jpg) 990px 0px no-repeat fixed; }
.bg6 { background: url(../images/bg6.jpg) 990px 0px no-repeat fixed; }
.bg7 { background: url(../images/bg7.jpg) 990px 0px no-repeat fixed; }
.bg8 { background: url(../images/bg8.jpg) 990px 0px no-repeat fixed; }
.bg9 { background: url(../images/bg9.jpg) 990px 0px no-repeat fixed; }
.bg_informatii_medicale { background: url(../images/bg_informatii_medicale.jpg) 990px 0px no-repeat fixed; }
.bg_despre_mine { background: url(../images/bg_despre_mine.jpg) 990px 0px no-repeat fixed; }
.bg_colaboratori { background: url(../images/bg_colaboratori.jpg) 990px 0px no-repeat fixed; }
	
	

#wrapper {
	width: 990px;
	background: url(../images/layout_repeat.png) repeat-y 0px 0px;
}
#container {
	width: 990px;
	background: url(../images/bg_layout.jpg) no-repeat 30px 0px;
	min-height: 500px;
	z-index:1;
	position: relative;
	min-height: 700px; 
}
#top {
	width: 990px;
	position: absolute;
	background: url(../images/layout_top1.png) no-repeat;
	height: 30px;
	top: 0px; left: 0px;
}
#leftshadow {
	width: 30px;
	height: 510px;
	background: url(../images/layout_left.png) no-repeat;
	position: absolute;
	top: 30px; left: 0px;
	z-index: 0;
}

/* =HEADER
===========================================*/
#header {
	width: 990px;
	position: relative;
	height: 345px;
	background: url(../images/bg_header.gif) no-repeat 220px 124px;
}
#header h1 {
	position: absolute;
}
#header h1 a {
	color: #00599b;
	display: block;
	width: 238px;
	height: 27px;
	background: url(../images/logo.gif) no-repeat top left;
	position: absolute;
	top: 40px;
	left: 60px;
	text-indent: -9999px;
}
#header h1 a:hover {
	background-position: bottom left;
}
#header h2 {
	font: bold 22px/22px Constantia, "Times New Roman", Times, serif;
	color: #717f81;
	letter-spacing: -1px;
	font-style: italic;
	position: absolute;
	top: 35px;
	left:340px;
	text-shadow:0 1px 0 #fff;
}
.photo {
	position: absolute;
	top: 0px;
	right: 30px;
	margin-top: -30px;
	z-index:1;
}

/* =MENU
===========================================*/
ul.menu {
	width: 240px;
	height: 330px;
	position: absolute;
	top: 105px;
	left: 0px;
	background: url(../images/bg_menu.png) no-repeat;
	padding-top: 20px;
	z-index:1;
}
ul.menu li a {
	display: block;
	font: bold 14px Corbel, Arial, Helvetica, sans-serif;
	color: #e6e6e6;
	display: block;
	width: 190px;
	height: 23px;	
	padding-left: 30px;
	padding-top: 3px;
	text-transform: uppercase;
	text-shadow:0 1px 0 #333;
	text-decoration: none;
}
ul.menu li a:hover {
	background: url(../images/menu.png) bottom left;
	text-decoration: none;
	text-shadow:0 1px 0 #000;
	color: #fff;
}
ul.menu li a:active {
	background: url(../images/menu.png) top left;
	text-shadow:0 1px 0 #000;	
}
ul.menu li a.on {
	background: url(../images/menu.png) center left;
	color: #fff;
}

/* =SLIDESHOW
===========================================*/
.slide {
	position: absolute;
	top: 124px;
	left: 220px;
	width:740px;
	height: 215px;
	overflow: hidden;
}
.slide ul {
	height: 215px;
}
.slide ul li {
	float: left;
	position: relative;
	height: 215px;
}
.slide h3 {
	position: absolute;
	width: 270px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font: Bold 30px Constantia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 0 #333;
	letter-spacing: -1px;
	line-height: 28px;
	text-align: right;
}
.slide a.carousel-control {
	display: none;
}


/* =LEFT COLUMN
===========================================*/
#left {
	float: left;
	width: 160px;
	margin-left: 30px;
	display: inline;
	padding: 110px 10px 20px 20px;
	color:#404040;
	
}
p.testimonial {
	background: url(../images/bg_testimonial.png) no-repeat bottom right;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
}
p.testimonial strong {
	padding-top: 3px;
	margin: 0;
	display: block;
}
p.testimonial strong, p.testimonial span {
	color: #222;
}
a.more {
	font-size: 11px;
}

/* =CONTENT
===========================================*/
#content {
	float: left;
	padding: 25px;
	width: 700px;
	margin-left: 20px;
	display: inline;
	font-size: 14px;
	line-height: 16px;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #034a6f;
	letter-spacing: -1px;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5dbe3;
}
#content h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #992754;
}
#content h3 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}
#content h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #2386b3;
}
#content ul {
	list-style-image:url(../images/ul_bullet.png);
	margin-left: 40px;
	margin-bottom: 15px;
}
#content blockquote {
	margin-left: 20px;
	margin-bottom: 15px;
}
#content ul li {
	margin-bottom: 5px;
}
#content ul ul {
	list-style-image:url(../images/ul_bullet2.png);
	margin: 5px 0px 5px 40px;
}
#content ul ul li {
	margin-bottom: 0px;
}

#content ul.gallery {
	margin-left: -17px;
	list-style-image: none;
}
#content ul.gallery li {
	float: left;
	margin-left: 17px;
	display: inline;
	margin-bottom: 20px;
}
#content ul.gallery li a {
	padding: 2px 2px 0px 2px;
	background: #fff;
     -moz-box-shadow: 0px 0px 4px #888; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #888; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #888; /* Opera 10.5, IE 9.0 */
	border: 1px solid #dadada;
	display: block;
}
#content ul.gallery li a:hover {
     -moz-box-shadow: 0px 0px 10px #111; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 10px #111; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 10px #111; /* Opera 10.5, IE 9.0 */
	border: 1px solid #39F;
}



#content p {
	margin-bottom: 15px;
}
.separator {
	height: 30px;
	overflow: hidden;
	background: url(../images/separator.png) no-repeat center center;
	margin: 10px 0px;
	clear: both;
}
.column {
	float: left;
	width: 300px;
	margin-right: 20px;
	display: inline;
}
#map_canvas {
	height:398px;
	background: #fff;
     -moz-box-shadow: 0px 0px 4px #888; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #888; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #888; /* Opera 10.5, IE 9.0 */
	border: 2px solid #fff;
}
#map_canvas:hover {
     -moz-box-shadow: 0px 0px 10px #111; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 10px #111; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 10px #111; /* Opera 10.5, IE 9.0 */
}
#content ul.homeboxes {
	margin-left: 0px;
	margin-bottom: 20px;
	list-style-image: none;
}
#content ul.homeboxes li {
	float: left;
	padding: 2px 2px 1px 2px;
	background: #fff;
     -moz-box-shadow: 0px 0px 4px #888; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #888; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #888; /* Opera 10.5, IE 9.0 */
	display: inline;
	margin-right: 17px;
	border: 1px solid #dadada;
}
#content ul.homeboxes li:hover {
     -moz-box-shadow: 0px 0px 10px #111; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 10px #111; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 10px #111; /* Opera 10.5, IE 9.0 */
		  border-color: #666;
}
#content ul.homeboxes li.last {
	margin-right: 0px;
}
#content ul.homeboxes h3 {
	line-height: normal;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
#content small {
	font-size: 10px;
}
.homeboxes li a {
	color: #fff;
	text-decoration: none;
}
.homeboxes li a:hover {
	text-decoration: none;
	color: #ccc;
}
.homeboxes li span {
	display: block;
	width: 146px;
	height: 27px;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0px 0px 10px;
	background: url(../images/bg_homebox.jpg) no-repeat;
}


/* =FOOTER
===========================================*/
#footer {
	clear: both;
	width: 990px;
	height: 160px;
	background: url(../images/bg_footer.png) no-repeat top left;
	position: relative;
	color: #717171;
}
p.programari {
	text-indent: -9999px;
}
#footer ul {
	position: absolute;
	top: 10px;
	left: 260px;
/*	left: 430px; */
}
#footer ul li {
	padding-left: 5px;
	background: url(../images/bullet.png) no-repeat left 8px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
}
#footer ul li a {
	font: bold 12px Corbel, Arial, Helvetica, sans-serif;
	color: #246388;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -0.3px;
}
#footer ul li a:hover {
	color: #b63b67;
	border-bottom: 1px dotted #333;
}
#footer p {
	position: absolute;
	font: 11px Corbel, Arial, Helvetica, sans-serif;
}
p.copy {
	position: absolute;
	top: 60px;
	left: 270px;
/*	left: 440px; */

}
p.by {
	position: absolute;
	top: 60px;
	right: 30px;
}