* {
    margin:0px;
    padding:0px;
    list-style:none;
}
a {
    outline: none;
    color: #06a9fc;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table td {
    vertical-align: top;
}
h1, h2, h3 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    color: #8a8787;
    font-weight: normal;
}
h1 {
    font-size: 20px;
    margin-bottom: 25px;
}
h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
h1 a, h2 a, h3 a {
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: underline;
}
p {
    line-height: 15px;
}
.clear {
    clear:both;
}
html, body {
    height:100%;
}
.wetronix {
    font-family: 'neuropol_medium', Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
}
body {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size:13px;
    color:#8a8787;
    min-width: 920px;
    background: #FFF;
}
.wrapper {
    width: 920px;
    min-width: 920px;
    margin: 0px auto;
}
#container {
    min-height: 100%;
    height: 100%;
}

header {
    padding-top: 10px;

}
header .logo {
    margin-top: 40px;
    float: left;
}
header .logo a {
    font-family: 'myriad_bold', Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    font-size: 36px;
    display: block;
    margin-bottom: -5px;
    color: #097eef;
}
header .logo span {
    font-size: 11px;
    color: #a9a7a7;
}
header .md {
    float: left;
    margin-left: 120px;
    height: 136px;
}
header .rt {
    float: right;
    margin-top: 35px;
}
header .phone {
    font-family: 'myriad_bold', Arial, Helvetica, Geneva, sans-serif;
    font-size: 18px;
    color: #097eef;
	line-height: 26px;
}
header .phone strong {
    font-weight: normal;
    font-size: 36px;
}
header .time {
    font-size: 12px;
    color: #07a9fc;
    margin-top: -2px;
	text-align: right;
}
.menu {
    background: #2db6fc;
    text-align: center;
    margin-bottom: 40px;
}
.menu li {
    display: inline-block;
    padding: 6px 38px;
}
.menu li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.menu li.active a,
.menu li a:hover {
    text-decoration: underline;
}

#content {
    margin-bottom: 25px;
}
#content #sidebar {
    width: 260px;
    margin-right: 25px;
    float: left;
}
#content #sidebar .leftmenu {
    border: #f0f0f0 1px solid;
}
#content #sidebar .leftmenu h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 20px;
    margin: 0px;
    border-bottom: #f0f0f0 1px solid;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
}
#content #sidebar .leftmenu > ul {
    padding: 20px 20px 5px;
}
#content #sidebar .leftmenu > ul > li {
    padding-bottom: 15px;
}
#content #sidebar .leftmenu > ul > li > a {
    font-size: 16px;
    text-decoration: none;
}
#content #sidebar .leftmenu > ul > li.active > a,
#content #sidebar .leftmenu > ul > li > a:hover {
    text-decoration: underline;
}
#content #sidebar .leftmenu > ul > li > ul {
    display: none;
    margin-top: 10px;
    margin-bottom: -5px;
}
#content #sidebar .leftmenu > ul > li.active > ul {
    display: block;
}
#content #sidebar .leftmenu > ul > li > ul > li {
    padding-bottom: 5px;
    list-style: disc;
    margin-left: 25px;
}
#content #sidebar .leftmenu > ul > li > ul > li > a {
    font-size: 13px;
    color: #999797;
    text-decoration: none;
}
#content #sidebar .leftmenu > ul > li > ul > li.active > a,
#content #sidebar .leftmenu > ul > li > ul > li > a:hover {
    text-decoration: underline;
}
#content #cnt {
    width: 635px;
    float: left;
    line-height: 18px;
}
#content #cnt p {
    line-height: 18px;
    margin-bottom: 15px;
}
#content #cnt h1 {
    border-bottom: #f0f0f0 2px solid;
    padding-bottom: 10px;
}
#content #cnt .block-main .box {
    float: left;
    width: 305px;
    margin-bottom: 25px;
}
#content #cnt .block-main .box:nth-child(2n+1) {
    margin-right: 25px;
}
#content #cnt .block-main .box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
#content #cnt .block-main .box .preview {
    display: block;
    margin-bottom: 10px;
}
#content #cnt .block-main .box .preview img {
    border: #f1f1f1 1px solid;
    padding: 1px;
    width: 99%;
}

footer {
    border-top: #097eef 5px solid;
    color: #097eef;
    font-size: 12px;
}
footer > div {
    margin-top: 2px;
    border-top: #097eef 3px solid;
    padding-top: 10px;
    margin-bottom: 10px;
}
footer .md {
    float: left;
    margin-left: 325px;
}
footer .rt {
    float: right;
}
footer .rt a {
    color: #097eef;
    text-decoration: none;
    font-size: 14px;
}
footer .rt a:hover {
    text-decoration: underline;
}

#content .form-blue {
    background: #18aefc;
    color: #FFF;
}
#content .form-blue h2 {
    color: #FFF;
    font-size: 20px;
    padding: 15px 35px;
    margin: 0px;
    background: #35b8fc;
}
#content .form-blue form {
    padding: 15px 35px;
}
#content .form-blue .lt,
#content .form-blue .rt {
    width: 270px;
    float: left;
}
#content .form-blue .lt {
    margin-right: 25px;
}
#content .form-blue label {
    display: block;
    margin-bottom: 2px;
}
#content .form-blue textarea,
#content .form-blue input[type="text"] {
    border: #FFF 1px solid;
    background: #FFF;
    border-radius: 6px;
    padding: 4px 6px;
    width: 95.5%;
    margin-bottom: 12px;
}
#content .form-blue textarea.error,
#content .form-blue input[type="text"].error {
	border: red 1px solid;
}
#content .form-blue textarea {
    max-width: 96%;
    height: 71px;
    margin-bottom: 0px;
}
#content .form-blue input[type="submit"] {
    background: url(../img/submit.png) 0px 0px no-repeat;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    padding: 6px 16px;
    cursor:  pointer;
    border-radius: 1px;
	position: relative;
	z-index: 1;
}
#content .form-blue input[type="submit"]:hover {
    box-shadow: -2px 2px 7px 0px #444 inset;
}
form .message {
	position: relative;
}
form .message > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: none;
}
form .message > div.error-success,
form .message > div.error {
	color: red;
}
form .message > div.success {
	color: green;
}
#content .form-blue .message > div {
	top: -25px;
}
#content #cnt .lists > li {
	padding-bottom: 5px;
}
#content #cnt .news-list.disease .news-item {
	margin-bottom: 5px;
}
#content #cnt .news-list.public .news-item {
	margin-bottom: 5px;
}
#content #cnt .news-list.public2 .news-item .title {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
#content #cnt .news-list.public2 .news-item {
	border-bottom: #f0f0f0 1px solid;
	padding-bottom: 15px;
}
#content #cnt a.readmore {
	text-decoration: none;
}
#content #cnt a.readmore:hover {
	text-decoration: underline;
}