@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Swiss 721 Bold SWA", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(background.png);
	color: white;
    overflow-y: scroll;
	overflow-x: hidden;
}

@font-face {
	font-family: "Swiss Bold SWA";
	src: url(Swiss.eot);
}

@font-face {
	font-family: "Bold SWA";
	src: url(Swiss.ttf) format("truetype");
}



header {
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 360px;
}

div#social {
	margin-top: 26px;
	margin-left: 875px;
	margin-bottom: 15px;

}

div#logo{
	margin-left:  30px;
	margin-top: -66px;
	width: 144px;
	height: 144px;
	position: relative;
	z-index: 2;
}

div#banner{
	margin-left: 0px;
	width: 950px;
	height: 370px;
	margin-top: -50px;
	margin-bottom: -42px;
}

div#content{
	background-image: url(content_bg.png);
	width: 100%;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;

}

img.separator{
	margin-top:10px;
	margin-bottom:10px;
}

img.separator2{
	margin-top:10px;
	margin-bottom:10px;
}

div#wrapper{
	width: 900px;
	height: 100%;
	margin-left: 150px;
	margin-top: 20px;

}

div#menu{
	background-image: url(menu_bg.png);
	background-color: #000000;
	width: 900px;
	height: 42px;
	margin-top: 0;
	margin-left: 30px;
	position: relative;
	z-index: 1;
}

div#menu ul {
	text-align: left;

}

div#menu li{
	list-style: none;
	display: inline-block;
	align: center;
	margin-left: 15px;
	margin-right: 0px;
}

div#menu li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 2px 1px #333333;
	margin-bottom: 2px;
	
}

div#menu li.selected a {
	color: #f68634;
	
}

div#menu li.topselected {
	color: #f68634;
	
}

div#menu li.trenutna a {
	color: #f68634;
	
}

div#menu li.notselected a {
	color: #FFF;
	
}



a{
    color: #FFF;

}

ul li:hover a{
    color: #f68634;
}

ul li ul li:hover a{
    color: #f68634;
}


img {
	border: 0;

}

div#imghome {
	border: 0;
	margin-top: 0px;
	margin-left: 0px;
}

div#text{
	margin-bottom: 30px;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 20px;
	text-align: justify;
	text-align: center;
	
}


p{
	margin-bottom: 10px;
	text-align: center;
	
}

th {
    color: #1D1D1D;
	height: 100px;
}

td.female {
    font-style: italic;
}

td.kennel {
    font-weight: bold;
}

th.progeny {
    color: #000000;
    font-weight: bold;
}


h3{
	text-align: center;
	font-weight: bold;
    color: #1A1A1A;
	
}


h4{
	text-align: center;
	font-weight: bold;
	color: #1A1A1A;
}

h5{
	text-align: left;
	font-weight: bold;
	color: #1A1A1A;
	
}


div.title{
	font-size: 16px;
	font-weight: strong;
	text-align: center;
	color: #FF6;
	margin-bottom: 20px;
	margin-top: 100px;
	margin-left: 20px;
}

div#left{
    text-align: justify;
	
}


div#coeficient {
	text-align: left;
   
}

div#news_text{
	text-align: left;	
   
}

div.title_date{
	font-weight: bold;
   
}



div#links li{
	list-style: none;
	display: inline-block;
   
}



footer{
	width: 100%;
	color: #666C6A;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	height: 10px;
	bottom: 0;
}

div.clear {
	clear: both;
}


div#gallery {
	width: 800px;
	width: 100%;
	padding-left: 25px;

}

td {
    height: 100px;
	width: 100px;
    text-align: center;	
	padding-top: 20px;
}

/* navigation */

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  
}

ul li {
  font: bold 12px sans-serif;
  height: 12px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}
ul li:hover {
  background: #1D1D1D;
  color: #F68634;
}

ul li ul {
  padding: 0;
  position: absolute;
  top: 42px;
  left: -15px;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

ul li ul li { 
  background: #1D1D1D; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width: 100px;
}

ul li ul li:hover { background: #1D1D1D; c}


ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;

}

table.progeny_table {
	border: 1px solid #1A1A1A;
	border-collapse: collapse;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.progeny_table td {
	border: 1px solid #1A1A1A;
	padding-left: 0;
	height: 40px;
	padding-top: 0;
}

table.progeny_table th {
	border: 1px solid #1A1A1A;
	padding-left: 0;
	height: 40px;
	padding-top: 0;
}


table.pedigree_table {
	border: 1px solid #1A1A1A;
	border-collapse: collapse;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom:20px;
}

table.pedigree_table td {
	border: 1px solid #1A1A1A;
	padding-left: 0;
	height: 40px;
	padding-top: 0;
}

table.pedigree_table th {
	border: 1px solid #1A1A1A;
	padding-left: 0;
	height: 40px;
	padding-top: 0;
}

ul.pagination li {
	width: 45px;
	text-align: center;
	
}