/*
-----------------------------------------------
Meteo Pont Varna CSS
Author: Iliya Iliev
Copyright (c) 2008 Black Sea NGO Network. All rights reserved.
----------------------------------------------- */

/* General
----------------------------------------------- */
body {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:100.01%;
line-height:130%;
color:#666;}
* {
margin:0;
padding:0;
}

/* Wrapper
----------------------------------------------- */
#wrapper {
width:760px;
margin:0 auto;
background:#FFFFFF;
}

/* Header
----------------------------------------------- */
#header {
background:url(images/header.gif) no-repeat right top;
width:760px;
height:80px;
border-bottom:2px solid #187FCA;
}


/* Navigation
----------------------------------------------- */
#leftnav {
width:197px;
float:left;
padding-top:30px;
margin:0;
}
#leftnav ul {
margin-left:0;
padding-left:0;
list-style-type:none;
height:100%;
display:block;
}
#leftnav ul li {
padding-left:30px;
font-size:0.88em;
font-weight:normal;
border-bottom:1px solid #EFE000;
line-height:200%;
font-weight:bold;
}
#leftnav a {
text-decoration:none;
}
#leftnav ul li a:hover {
color:#187FCA;text-decoration:none;
}
.active {
font-weight:bold;
padding-left:30px;
background:transparent url(images/bullet.gif) no-repeat left;
color:#187FCA;
}
#leftnav ul li.active{
border-bottom:1px solid #187FCA;
}

/* Content
----------------------------------------------- */
#content {
min-height:420px;
height:auto !important;
height:420px;
text-align:left;
float:right;
width:533px;
padding:30px 0 20px 30px;
}
p,ul li,table,address,#contact_form {
font-size:0.88em;
}
h1,h1 a {
display:block;
width:350px;
height:80px;
background: url(images/logo.gif) no-repeat;
text-indent:-9999px;
}
h2 {
font-size:1.50em;
line-height:100%;
color:#187FCA;
font-weight:normal;
}
h3 {
font-size:1.13em;
line-height:100%;
font-weight:normal;
color:#187FCA;
padding-top:25px;
padding-bottom:5px;
}
.clearboth {
clear:both;
}
img {
border:0;
}
.left_img {
float:left;
margin:0 15px 0 0;
}
#content ul li {
list-style-position:inside;
}
address{
font-style:normal;
padding:10px 0 0 0;
}
p#top {
text-align:right;
}
p.price{
color: #187FCA;
}

/* Footer
----------------------------------------------- */
#footer {
clear:both;
width:760px;
height:35px;
border-top:2px solid #187FCA;
}
#footer p {
font-size:0.75em;
text-align:center;
line-height:35px;
}

/* Links
----------------------------------------------- */
a {
color:#187FCA;
}
a:hover {
text-decoration:none;
}

/* Tables
----------------------------------------------- */
.mytable {
border-collapse:collapse;
margin:0 auto;
}
caption {
font-weight:bold;
margin:0 auto;
padding:10px 0;
}
td,th {
background:#fff;
color:#666;
border:1px solid #666;
text-align:center;
vertical-align:top;
padding:5px;
}
thead th {
background:#D8EAF7;
color:#187FCA;
font-weight:bold;
text-align:center;
}
tbody tr:hover th,tbody tr:hover td {
background:#FCF8BE;
color:#666;
}
tfoot td {
background:#87C8DE;
font-weight:bold;
color:#fff;
}
.subject {
text-align:left;
}

/* Contact form
----------------------------------------------- */
#contact_form {
width:300px;
padding-top:25px;
}
fieldset {
border:0;
padding:0;
}
legend {
display:none;
}
input#name,input#address,input#telephone,input#email {
width:100%;
margin:0 0 6px;
padding:1px 0;
}
textarea {
width:100%;
margin:0;
padding:1px 0;
}
#contact_form span {
color:#069;
font-weight:bold;
}
.small {
font-size:0.75em;
}