@charset "utf-8";
body {
	margin: 0px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #1fa5bc;
	background-image: url(../images/bodybackgroundgradient.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
a:link, a:visited, a:active {
	border-bottom: #000 1px dotted;
	color: #1fa5bc;
	text-decoration: none;
}
a:hover {
	border-bottom: none;
	color: #1fa5bc;
}
h1 {
	color: #666;
	font-size: 15px;
	font-family:arial;
	text-transform:uppercase;
}
h2 {
	color: #666;
	font-size: 13px;
	font-family:arial;
	text-transform:uppercase;
	margin-top:8px;
}
#container {
	width: 936px;
	margin: 7px auto 7px auto;
	background-color: #fff;
	padding: 7px;
	border: 5px #0f7a8d solid;
	height: auto;
}
#container #menu {
	text-align:center;	
}
#container #content {
	height: auto;
}
#container #footer {
	margin-top: 20px;
	border-top: 1px dotted #999;
	padding-top: 4px;
	text-align: center;
	clear: both;
}
#container #content #left {
	margin-top: 1px;
	margin-right: 9px;
	float: left;
	width: 200px;
	padding-left:5px;
	padding-top:4px;
	background-image:url(http://webdesign-bulgaria.org/opakovki.bg/images/leftbackground.gif);
	background-repeat:repeat-x;
	border-top-color:#e6e6e6;
	border-top-style:solid;
	border-top-width: 1px;
}
.separator {
	color:#ccc;
	width:700px;
	border-width:1px;
}
.imagecaption {
	padding:6px;
	margin:6px;
	border:1px #ccc solid;
	}
.rightimage {
	padding:6px;
	margin:6px;
	border:1px #ccc solid;
	float: right;
}
#container #content #left .inside {
	margin-left: 10px;
	width: 185px;
	color:#0f537e;
	background-color:#cbddf3;
	
}

#leftmenu a{
    background-color:#1fa5bc;
    color:#fff;
    float:left;
    width:195px;
    height:20px;
    padding-top:6px;
    padding-left:2px;
    border-bottom-color:#fff;
    border-bottom-size: 1px;
    border-bottom-style:solid;
}
#leftmenu a:hover{
    background-color:#40c2d8;
    color:#fff;
    float:left;
    width:195px;
    height:20px;
    padding-top:6px;
    padding-left:10px;
    border-bottom-color:#fff;
    border-bottom-size:1px;
    border-bottom-style:solid;
}
#container #content #main {
	margin-left: 209px;	
	border-left: 1px #999 dotted;
	padding-left: 9px;
}
.images {background:#808080; width:20px; padding:1px;} /* not part of the menu */

#hormenu{
    background:#dadada url(../images/menu/grad.jpg) repeat-x bottom left;
    padding:2px 0;
    border:1px solid #e8e8e8;
    border-color:#e8e8e8 #e8e8e8 #e8e8e8 #e8e8e8;
    margin:3px 0 1px 0;
    width:936px;
    text-align:center;
}
#hormenu #point  a {
    text-align:center;
    font-family:arial;
    font-size:11px;
    height:3.1em;
    line-height:3.1em;
    letter-spacing:1px;
    padding:0 1em;
    text-decoration:none;
    color:#083c76;
    background:#f0f0f0 url(../images/menu/grad.jpg) repeat-x bottom left;
    border-right:1px solid #fff;
    border-left:1px solid #f0f0f0;
    border-bottom-width:0px;
}
#hormenu #point  a:hover {
    background-color:#ff0000;
    color:#ff0000;
}
h2 .centred {
	text-align: center;
}

<!--[if IE]>
    #outer {text-align:center;}
    #point {display:inline-block; text-align:center;}
    #point {display:inline;}
    #point li {float:left;}
<![endif]-->

