html, body {
height: 100%;
padding:0px;
margin:0px;
}
body {
background: url('images/tile3.jpg');
font-family: "Arial";
font-size: 11px;
color:#3B495A;
padding:0px;
margin:0px;
}
a, a:link {
text-decoration: none;
color: #330066;
}
a:hover {
text-decoration: none;
color:#8C8C8C;
}
a:active {
text-decoration: underline;
color:#8C8C8C;
}

#container {
width: 756px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
}

#core_header {
width: 756px;
height: 285px;
background: #FFFFFF url(images/header.jpg);
margin:0px;
padding:0px;
}

#core2_header {
width: 756px;
height: 285px;
background: #FFFFFF url(images/blacksea.jpg);
margin:0px;
padding:0px;
}

#core3_header {
width: 756px;
height: 285px;
background: #FFFFFF url(images/carevec.jpg);
margin:0px;
padding:0px;
}

#core4_header {
width: 756px;
height: 285px;
background: #FFFFFF url(images/velikotarnovo.jpg);
margin:0px;
padding:0px;
}

#core5_header {
width: 756px;
height: 285px;
background: #FFFFFF url(images/kalofer.jpg);
margin:0px;
padding:0px;
}

#core6_header {
width: 756px;
height: 250px;
background: #FFFFFF url(images/vtwinter.jpg);
margin:0px;
padding:0px;
}

#core7_header {
width: 756px;
height: 250px;
background: #FFFFFF url(images/traditionalbg.jpg);
margin:0px;
padding:0px;
}

#core8_header {
width: 756px;
height: 250px;
background: #FFFFFF url(images/sunny.jpg);
margin:0px;
padding:0px;
}

#header_text
{
position:relative;
 right:15px;
 top:15px;
 font-size:14pt;
 color:#8C8C8C;
 font-family:"Lucida Handwriting","Tahoma";
 float:right;
}

img
{
 
}
#core_container2
{
width: 756px;
height:auto;

margin:0px;
padding:0px;
background-color: #FFF;
}

#core_left {
margin: 0;
float: none;
width: 756px;
background-color: #FFF;
}
#core_right {
margin: 0;
float: right;
width: 756px;
min-height:250px;
color:#000;
background:#FFF;
}

.content-box
{
 height:auto !important;
 float:left;
 width: 710px;
 font-family: "arial";
 font-size: 12px;
 color:#000;
 margin-bottom:10px;
 margin-left:10px;
}
.tumb
{
 float: left;
 margin-right:5px;
 padding:0px;
}

.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

#footer {
visibility:hidden
}

#footer_line
{
 margin:0px;
 padding:0px;
 
 height:1px;
}

#footer_text
{
 color:#BCBCBC;
 font-size:10px;
 float:right;
 margin-right:30px;
 margin-top:15px;
}

#footer2
{
border-top: solid 10px #D5F0DD;
width: 746px;
padding-top:10px;
padding-left:10px;
text-align: center;
height:280px;
background:#FFF;
clear:both;
}


h2
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
/*
h3
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:16px;
height:20px;
margin:0px;
padding:0px;
color:  #990000;
border-bottom: 1px ridge #000;
margin-bottom:8px;
}*/

.heading, h3
{
	border-bottom:1px ridge #000000;
	color:#006600;
	font-family:Times New Roman;
	font-size:16px;
	height:20px;
	margin:0 0 8px;
	padding:0;
}
/*
h3:first-letter {
font-size: 20px;
font-family: Arial;
color: #000;
}
*/
h4
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
}

#navcontainer
{
	
}

#navcontainer li {
padding: 0px;
margin:0px;
color: #66FFFF;
display:inline;
position:relative;
height:25px;
width: 70px;
padding-left:5px;
font-size: 16px;

}

#navcontainer ul {
margin:0;
padding: 0px;
width: 756px;
list-style-type: none;
height:10px;
position:relative;
padding-top:10px;
padding-bottom:20px;
background-color: #3D46C2;
border-bottom: none;
border-left:  none;
border-right: none;
border-top:none;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color: #FFFFFF;
text-decoration: none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
color: #99FFFF;
text-decoration: underline;
}


/*Update Progress Style*/	
.overlay {
        position: fixed;
        z-index: 300;
        top: 0px;
        left: 0px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader 
    {
        z-index: 300;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
    

img.result
{
	text-decoration: none;
	border: solid 0px black;
}

.default_left
{
	text-align: left;
}

.drop_down
{
	width: 120px;
}

.quick_search_txt
{
	width: 60px;
}
