body {
	color: #6E6C6C;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #246CA7 url("../images/body_bg.png") 0 0 repeat-x;
}

#content {
	font-size: 1.05em;	
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff; 
}

a {
	font-weight: bold;
	color: #333;	
}

a:hover {
	text-decoration: underline;
}

#content h3, #content h4  {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;	
	color: #444;
	border-bottom: 1px solid #eee;
}
#content h4  {
	color: #6E6C6C;
	padding-left: 7px;
	font-size: 13px;
}
#content li {
		list-style: square;
		margin-left: 15px;
		padding: 1px 0px;
}


#header {
	height: 229px;
	background: #fff url("../images/header_bg.jpg") 0 0 no-repeat;
}

h1.logo span {
	display: none;
}

h1.logo {
	position: absolute;
	top: 60px;
	left: 315px;
	z-index: 100;
}
#slideshow_my {
	position: absolute;
	z-index: 50;	
	width: 960px;
	height: 229px;
	overflow: hidden;
}
.header_menu {
	width: 200px;
	height: 226px;
	background: transparent url("../images/header_menu_bg.png") 0 0 no-repeat;
	position: absolute;
	top: 16px;
	left: 30px;
	padding: 10px 10px 0px 16px;
	z-index: 99;
}


.header_menu ul li, .right_menu ul li {
	list-style: square;
	color: #06487E;
	list-style-position: inside;
}
.header_menu ul li a, .right_menu ul li a {
	line-height: 17px;
	color: #06487E;
	font-weight: bold;
}

.header_menu ul li a:hover, .right_menu ul li a:hover {
	color:#0a78d1;
	text-decoration: underline;
}

.right_menu {
	float: right;
	width: 160px;
	background: #9EC1D8;
	padding: 15px;	
	margin: 45px 0 10px 10px;

	z-index: 90;
}

.right_menu ul {
	width: 160px !important;	
}

.right_menu h3 {
	color: #06487E !important; 
	border-bottom: 1px solid #06487E !important;	
}

#menu {
	height: 50px;
	background: #fff url("../images/menu_bg2.png") 0 0 repeat-x;
	z-index: 110;
}

#Newsletter {
	width: 200px;
	height: 66px;
	background: transparent url("../images/search_bg_all2.png");
	position: absolute;
	top: -10px;
	left: 30px;
}

#Newsletter input[type=text] {
	width: 90px;
	height: 17px;
	border: 1px solid #00CCFF;
	color: #00CCFF;
	background: #1667B0 url("../images/search_bg.png") 0 0 repeat-x;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}
#Newsletter div {
	margin: 3px 18px;	
}
#Newsletter input[type=submit] {
	height: 23px;
	color: #333;
	background: #71BF1C url("../images/search_btn_bg.png") 0 0 repeat-x;
	border: 0;
	font-size: 11px;
	text-shadow: 0px 0px 2px #fff;
	padding: 0px 6px 3px 6px;
	cursor: pointer;
	margin-left: 5px;
	vertical-align: bottom;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

#Newsletter label {
	display: block;	
	text-align: center;
	color: #00CCFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	text-shadow: 0px 0px 2px #666;
	
}
#menu ul {
	margin-left: 250px;	
}
#menu ul li {
	float: left;
}

#menu ul li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 0px 5px #fff;
	padding: 5px 15px;
	line-height: 38px;
	margin: 0 15px;
}

#menu ul li a:hover {
	color: #111;
	text-shadow: 0px 0px 10px #fff;
	text-decoration: none;
}

.you_are {
	color: #B2B2B2;
	line-height: 20px;
	margin-left: 253px;	
	margin-right: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid #B2B2B2;
}
.you_are span { font-weight: bold; }

#content {
	width: 675px;
	margin-left: 25px;	
	float: left;
	padding-right: 25px;
}

#content p, .left_column p {
	padding: 3px 0px;
	line-height: 16px;	
}

hr.my_hr {
	border: none;
	background: transparent;
	margin: 5px 0;
	border-bottom: 1px dashed #7F7F7F;	
}
#content h2, .left_column h2, .column1 h2 {
	font-size: 14px;
	
	line-height: 25px;
	margin: 5px 0px;
	padding-bottom: 3px;
}

h2 a:hover {
	text-decoration: none;	
}

.orange {
	color: #DF4500 !important;
	border-bottom: 1px solid #DF4500;	
}
.red {
	color: #FF0000 !important;
	border-bottom: 1px solid #FF0000;	
}
.blue  {
	color: #246CA7 !important;
	border-bottom: 1px solid #246CA7;	
}
.green {
	color: #4FA700 !important;
	border-bottom: 1px solid #4FA700;	
}

.orange_c, .orange a {
	color: #DF4500 !important;
}
.red_c, .red a {
	color: #FF0000 !important;
}
.blue_c, .blue a {
	color: #246CA7 !important;	
}
.green_c, .green a {
	color: #4FA700 !important;	
}

.column1 {
	width: 200px;
	float: left;
	
	margin-left: 30px;
}

.column2, .column3 {
	width: 210px;
	float: left;
	margin-right: 25px;	
}

.column3 {
	margin-right: 0;	
}

.left_column {
	width: 200px;
	margin-left: 30px;
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
#footer p {
	line-height: 40px;
}
#footer a {
	font-weight: bold;
	color: #545252;
}
#footer {
	margin-top: 20px;
	color: #545252;
	text-align: center;
	padding: 20px 20px;
	background: #9EC1D8;
}


a.more span { font-weight: bold; }
a.more {
	padding:2px;
	margin: 1px 0;
	color: #7f7f7f;
	display: block;
	text-align: right;
}
.title {
	font-weight: bolder;
}

.quick_contact {
	background: #9ec1d8;
	text-align: center;
	padding: 10px;
	color: #4c4c4c;
	line-height: 14px;
	margin-top: 10px;
}
.quick_contact h3 {
	border: 0 !important;;	
}

span.tl, span.tr, span.bl, span.br {
		display: block;
		width: 6px;
		height: 6px;
		position: absolute;
		background: url("../images/corner.png") no-repeat;
}

span.tl {
	top: 0;
	left: 0;	
}

span.tr {
	top: 0;
	right: 0;	
	background-position: -6px 0px;
}

span.bl {
	bottom: 0;
	left: 0;	
	background-position: 0 -6px;
}

span.br {
	bottom: 0;
	right: 0;	
	background-position: -6px -6px;
}

.news_img {
	border: 1px solid #7F7F7F;
	margin-right: 4px;
	margin-bottom: 2px;
}
.from_gallery, .my_foto {
	display: block;
	margin: 15px auto;
}

.gallery li {
	list-style: none;
	float: left;
	display: block;
	margin: 2px;
}

.con_right {
	float: right;
	width: 355px;	
}

.con_left {
	float: left;
	width: 300px;	
}
ul.doctor_list img {
	display: block;
	border: 1px solid #eee;
	margin: 5px auto;
}
ul.doctor_list {
	list-style: none;
	width: 550px;
	margin-left: 20px;
}
ul.doctor_list li {
	list-style: none !important;
	float: left;
	text-align: center;
	border: 1px solid #2899C8;
	padding: 10px;
	margin: 5px;
	width: 125px;
	height: 190px;
}

.galery_box {
	float: left;
	text-align: center;
	border: 1px solid #2899C8;
	padding: 8px 10px 5px 8px;
	margin: 5px 3px;;
	width: 140px;
	font-size: 13px;
	color: #2899C8;
}

.galery_box img {
	max-width: 140px;
	height: auto;	
}

.galery_box:hover {
	background: #eee;	
	color: #021626;
}

.galery_box p {
	
}

.my_margin {
	margin: 10px 10px 10px 30px;
}

.panoramy img, .panoramy_img {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #2899C8;
	width: 665px;
	height: auto;
}

.zoom img {
	padding: 1px;
	border: 1px solid #2899C8;
}

#newsletter_div {
	
}

#info_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 10px;
	z-index: 1000;
	width: 300px;
	height: 150px;
	border: 5px solid #246CA7;
	background: #fff;
	margin: -75px 0 0 -150px;
	font-size: 13px;
	text-align: center;
}

#info_box h3 {
	text-align: left;
	background: #72BFFF;
	font-size: 18px;
	font-weight: bold;	
	color: #000;
	padding: 5px;
	margin: -10px -10px 10px -10px;
}

.close { float: right; cursor: pointer;}

#box_info_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity =     80);
}


