@charset "utf-8";
body {
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin:0px auto 0px auto;
    width:1152px;
    background:#000000 url(logo/zvezdi.gif) repeat;
    font-size:14px;
    text-align:center;
    line-height:2em;
    color:#FFF;
    behavior:url("csshover.htc");/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#tl_corner, #tr_corner, #bl_corner, #br_corner
{
    behavior:url("Scripts/pngfix/iepngfix.htc");
}

a {
    text-decoration:none;
    color:#FFFFFF;
}
a:hover {
    text-decoration:underline;
}
img {
    border:none;
    text-decoration:none;
}
.thrColLiqHdr #container {
    width: 1152px;  /* this will create a container 80% of the browser width */
    background: #1A2022 url(logo/original_main_bg2.gif) repeat-x;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: center; /* this overrides the text-align: center on the body element. */
    height: auto;
    margin-top: 0px;
}
.thrColLiqHdr #header {
    background-image:url(logo/header.gif);
    width:1152px;
    height:178px;
    margin:0px auto 0px auto;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
    float: left; /* top and bottom padding create visual space within this div  */
    width: 250px;
}
.thrColLiqHdr #sidebar2 {
    float: right; /* top and bottom padding create visual space within this div */
    width: 170px;
    padding-top:90px;
    padding-right:10px;
    padding-bottom: 20px;
}
/*----start of small gallery---------*/
#smallgallery2
{
    position:relative;
    margin-left:0;
    height:135px;
}

#tl_corner
{
    position:absolute;
    background:url(logo/top_left_corner.png) no-repeat top left;
    width:8px;
    height:8px;
    display:none;
}
#tr_corner
{
    position:absolute;
    background:url(logo/top_right_corner.png) no-repeat top right;
    width:8px;
    height:8px;
    display:none;
}
#bl_corner
{
    position:absolute;
    background:url(logo/bottom_left_corner.png) no-repeat bottom left;
    width:8px;
    height:8px;
    display:none;
}
#br_corner
{
    position:absolute;
    background:url(logo/bottom_right_corner.png) no-repeat bottom right;
    width:8px;
    height:8px;
    display:none;
}

/*----end of small gallery---------*/
#sidebar2 #american_ortho {
    margin-top:20px;
}
#sidebar2 #american_ortho_promo {
    margin-top:80px;
}
#sidebar2 #forum {
    margin-top: 20px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 2em;
    letter-spacing: 0.1em;
    outline: none;
}
#sidebar2 #alexandersmile_promo {
    margin-top:20px;
}
/*----end of right picture*/



/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
    margin: 10px 200px 0px 275px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
/*---start of container-- prozra4nata ramka-----*/
.container {
    width: 663px;
}
.container .top {
    background:url(logo/big-box-top.png) no-repeat top center;
    height:54px;
}
.container .top .heading {
    padding-top:18px;
    font-size:16px;
    font-weight:bold;
    text-align: center;
}
.container .center {
    background:url(logo/big-box-center.png) repeat-y top center;
    font-family:Arial, Helvetica, sans-serif;
    padding: 0px 50px 0px 50px;
}
.container .bottom {
    background:url(logo/big-box-bottom.png) no-repeat top center;
    height:33px;
}
.slide {
    width: 663px;
}
.btn-slide {
    background:url(logo/white-arrow.gif) no-repeat right -50px;
    padding:10px 20px 10px 10px;
    display:inline;
}
.active {
    background-position: right 12px;
}
/*---end of container-- prozra4nata ramka-----*/


/*---start of container-- prozra4nata ramka-----*/
.container2 {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 663px;
}
.container2 .top {
    background:url(logo/frame-top3.gif) no-repeat top center;
    height:34px;
}
.container2 .top .heading {
    font-size:18px;
    text-align:center;
    top: 13px;
    position: relative;
}
.container2 .center {
    background:url(logo/frame-middle2.gif) repeat-y top center;
    padding: 0px 45px 0px 45px;
    height: auto;
}
.container2 .links {
    background:url(logo/frame-middle2.gif) repeat-y top center;
    padding: 0px 20px 0px 20px;
    height: auto;
}
.container2 .bottom {
    background:url(logo/frame-bottom3.gif) no-repeat top center;
    height:34px;
}
/*---end of container-- prozra4nata ramka-----*/



.thrColLiqHdr #footer {
    background-color:#000000;
    margin:0px auto 0px auto;
    width:1152px;
    padding-bottom:5px;
    text-align:center;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
         float: right;
         margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
          float: left;
          margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
}
.page_title {
    font-size:20px;
    letter-spacing:3px;
    color:#ffffff;
    padding:10px 0px 0px 0px;
    margin-top: 0px;
}
/*--1111111-------home(na4alo) page css-----------------*/
.home-news img {
    padding:5px 5px 5px 5px;
    background-color:#fff;
    background-color:#fff;
    border-color:#FF0000;
    border-width:thin;
    border-style:groove;
}
.home-articles {
    line-height:150%;
}
.home-articles img {
    margin-left: 5px;
    margin-right: 5px;
    padding:5px 5px 5px 5px;
    background-color:#fff;
    background-color:#fff;
    border-color:#FF0000;
    border-width:thin;
    border-style:groove;
    display:block;
}
/*--1111111-------home(na4alo) page css-----------------*/

/*--5555555-------video page css-----------------*/
.photo-video {
    line-height:150%;
}
.photo-video img {
    padding:5px 5px 5px 5px;
    background-color:#fff;
    background-color:#fff;
    border-color:#FF0000;
    border-width:thin;
    border-style:groove;
}
.photo-video a:hover img {
    border-color:#000;
    border-style:solid;
}
.no-video {
    font-size:20px;
    font-weight:bold;
    letter-spacing:1px;
    color:#FF0000;
}
/*--5555555-------video page css-----------------*/

/*--6666666-------albums page css-----------------*/
.album_row {
    height:120px;
    overflow:hidden;
    width:480px;
    text-align:left;
}
.album_row img {
    width:54px;
    height:40px;
}
.album_row a {
    background:transparent url(logo/folder_gallery.gif) no-repeat scroll right top;
    float:left;
    height:120px;
    margin:0 10px 0 20px;
    padding-bottom:5px;
    position:relative;
    width:120px;
    outline:none;
}
.album_row a:hover {
    background-image:url(logo/folder_open_gallery.gif);
    text-decoration:none;
}
.album_row a img {
    border:1px solid white;
    margin:28px 0 5px 9px;
}
.album_row a span {
    display:block;
    text-align:center;
}
/*--6666666-------albums page css-----------------*/

/*-777777---------literature page css----------*/
.photo-literature {
    line-height:150%;
}
.photo-literature img {
    padding:3px 3px 3px 3px;
    background-color:#fff;
}
.literature-wrap {
    margin:0 auto 0 auto;
    width:550px;
}
.literature-docs {
    border-color:#000000;
    border-width:thin;
    border-style:dashed;
}
.literature-docs:hover {
    border-color:#FF0000;
    border-width:thin;
    border-style:dashed;
    background-color:#1F1F1F;
    cursor:pointer;
}
.literature-docs img {
    padding-left:5px;
    padding-right: 5px;
    float: left;
}
/*-777777-----------literature page css----------*/


/*-88888----contacts page css------------------*/
.contacts-wrap {
    width:550px;
}
.div-space {
    margin-bottom:3px;
}
.contacts-name {
    border-color:#000000;
    border-width:thin;
    border-style:dashed;
    text-align:left;
}
.contacts-name:hover {
    border-color:#FF0000;
    border-width:thin;
    border-style:dashed;
    background-color:#1F1F1F;
    cursor:pointer;
}
.contacts-wrap .contacts-name img {
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
    padding-right: 80px;
}
.contacts-info {
    background:url(logo/contacts-box.png) no-repeat top center;
    height:150px;
    padding-top:20px;
    padding-left:20px;
    padding-right:15px;
    display:none;
    line-height:23px;
    text-align:left;
}
.contacts-header {
    font-size:20px;
    letter-spacing:2px;
    text-align:center;
    color:#FF0000;
}
/*-88888---------contacts page css-----------*/

/*--999999-------links page css----------------*/
.photo-links img {
    padding:5px 5px 5px 5px;
    background-color:#fff;
    border-color:#FF0000;
    border-width:medium;
    border-style:groove;
}
.photo-links a:hover img {
    border-color:#000000;
    border-style:solid;
    border-width:medium;
}
.photo-links-text {
    font-size:17px;
    letter-spacing:3px;
}
.photo-links-header {
    font-size:25px;
    letter-spacing:2px;
    text-align:left;
    color:#FF0000;
}
/*-99999--------links page css----------------*/


/*------siteMap-----------------*/
.sitemap-link {
    width:125px;
    position:absolute;
    text-align:left;
}
/*------siteMap-----------------*/
.star {
    color:#F00; /*-----za zvezdi4kata nad teksta -----*/
}
#fmrContact {
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 1px;
}
#fmrContact input.text {
    width: 390px;
    height:20px;
}
#fmrContact textarea {
    width: 390px;
    height: 180px;
}
#fmrContact input.text:focus, #fmrContact textarea:focus {
    background-color:#CCC;
}
#forumLink {
    margin-top:-49px;
    margin-bottom:20px;
}



.map {
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.bgTop100
{
	width:88px;
	float:left;
	margin-top:5px;
}
.names {
	width:290px;
	margin:0px auto;
}
.update {
	float:right;
	width:250px;
}
.unfloat {
	clear:both !important;
	float:none !important;
}
