html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
	
}
h1 {
	padding-top:10px;
	font-size: 2.5em;
	color: #fff;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
h3 {
	margin-top: 5px;
	font-size:1.3em;
	color: #27D;
}
h4 {
	margin-top: 10px;
	font-size:0.9em;
	color: #000;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
span {
	color:#F00;
	font-style:oblique;
	font-weight:bolder;

}

div#page {
	width: 826px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding-bottom: 20px;
	
}

div#leftpanel{
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	width:213px;
	height:269px;
	float:left;
}
div#center{
	background-image:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
	width:570px;
	height:475px;
	float:right;	
}

div#col1{
	width:285px;
	float:left;
}
div#col2{
	width:285px;
	float:right;
}
div#centergal{
	background-image:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
	width:570px;
	height:auto;
	float:right;	
}
div#centergal img{
	margin-top:5px;
	border-color:#999;
	border-style:solid;
	border-width:1px;
	vertical-align:middle;
}

div#centermedici{
	background-image:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
	width:570px;
	height:780px;
	float:right;	
}
div#centeranalize{
	background-image:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
	width:570px;
	height:1800px;
	float:right;	
}
div#footer-menu {
	clear: both;
	padding-bottom:12px;
}
div#footer {
	clear: both;
	color: #999;
	margin: 10 auto;
	padding: 10px 0 40px;
	text-align: center;
	border-top-color:#999;
	border-top-style:solid;
	border-top-width:thin;
}
div#noutati {
	padding-top:40px;
	text-align:center;
	color:#900;
}
.globalNav{
	margin-top:0px; 
	margin-left:0px;
	text-align:center;
	height:185px;
}

.globalNav ul{

	height:2.21em; 
	text-align:center;
	padding-top:10px;
}

.globalNav li{

	font-weight:bold;
	display: inline;
}

.globalNav li a{
	padding: 4px 12px 4px 12px;
	height:1.454em;
	*height:auto; /* IE BUG FIX */
	color:#000;
	display:block;
	text-decoration:none;
	font-size:14px; 
}

.globalNav li a:hover, .globalNav li a:focus {

	color:#C00;
	text-decoration:none;
	
}
.globalNav .active{
	height:1.454em; /* 16px */
	*height:auto; /* IE BUG FIX */
	color:#F30;
}
div#adress{
	color:#060;
	font-weight:bold;
	text-align:center;
}
div#phone{
	padding-top:12px;
	font-weight:bold;
	color:#933;
	text-align:center;
	font-size:11px;
}
div#tablet{
	width:400px;
	height:325px;
}
div#color1{
	width:133px;
	height:109px;
	background-color:#FCF;
	float:left;
}
div#images{
	width:133px;
	height:109px;
	float:left;
}
div#color2{
	width:133px;
	height:109px;
	background-color:#9FF;
	float:left;
}
div#color3{
	width:133px;
	height:109px;
	background-color:#FFC;
	float:left;
}
.red{
    color: red;
}
.black{
    color: black;
}