html {
	background-color: #fefad8;
}

body {
	padding: 20px;
}

body, td {
	font-family: "Verdana";
	font-size: 14px;
	color: #242424;
}

a {
	color: #104e00;
}

a:hover {
	color: #4c7a3c;
}

.formatTable {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	/*border: 1px solid green;*/
}

.formatTable td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	/*border: 1px solid green;*/
}

a img {
	border: 0;
}

/*hr {
	width: 50%;
	border: 0;
	width: 832px;
	height: 12px;
	background: url("/images/hr.png") center top no-repeat;
}*/
hr {
	background: url("/images/hr.png") no-repeat top center;
	border: 0;
	height: 12px;
}

/*
hr {
    height:14px;
    outline: 30px solid red;
    color: transparent;
    display:block;
    float: left;
    $margin:-7px 0;
    background-color:red;
    background: url("/images/hr.png") center top no-repeat;
}
*/
/***** header *****/

#header {
	width: 100%;
	height: 200px;
}

#header_logo {
	width: 154px;
}

#logo {
	width: 155px;
	height: 144px;
}

#site_name {
	margin-top: 15px;
	padding-right: 5px;
	text-align: right;
}

#slogan {
	padding-right: 5px;
	line-height: 30px;
	font-size: 18px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align: right;
	color: #8d8868;
}

#path {
	margin-top: 3px;
	line-height: 22px;
	font-size: 10px;
	font-family: "Verdana", sans-serif;
	color: #8d8868;
}

#path img {
	vertical-align: middle;
}

#path #link_mainPage {
	margin-right: 7px;
}

#path a {
	color: #8d8868;
	text-decoration: underline;
}

#mainMenu {
	margin-top: 6px;
	width: 98%;
}

#mainMenu_bgLeft {
	width: 9px;
	height: 36px;
	background: url("/images/mainMenu_bgLeft.png") right top no-repeat;
}

#mainMenu_bgRight {
	width: 11px;
	height: 36px;
	background: url("/images/mainMenu_bgRight.png") left top no-repeat;
}

#mainMenu_center {
	line-height: 32px;
	height: 36px;
	background: url("/images/mainMenu_bgCenter.png") center top repeat-x;
	font-size: 14px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align: center;
	color: #585336;
}

#mainMenu_center a, #mainMenu_center span {
	margin: 0 7px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #585336;
}

#mainMenu_center .active {
	font-weight: bold;
}

#mainMenu_center a:hover {
	text-decoration: underline;
}


/***** content *****/

#content {
	margin: 0 10px 10px 10px;
	/*border: 1px solid red;*/
}

h2, h3, h4 {
	margin-top: 7px;
	margin-left: 30px;
	font-family: "Times New Roman", serif;
	color: #145102;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

#alphabet_en, #alphabet_ru {
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#alphabet_en a, #alphabet_ru a {
	margin: 0 7px;
	text-decoration: none;
}

#alphabet_en a:hover, #alphabet_ru a:hover {
	text-decoration: underline;
}

.searchname {
	font-size: 1.2em;
	font-weight: bold;
}

#tree_mother, #tree_father {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

#tree_mother td, #tree_father td {
	padding: 0px 5px;
	border: 1px solid black;
	font-size: 11px;
}

.ggggggparents {
	height: 16px;
	width: 20%;
}
.ggggparents, .gggggparents {
	width: 15%;
	height: 32px;
}

.gggparents, .ggparents {
	width: 15%;
}

.gparents, .parents {
	width: 10%;
}

#dog_info {
	font-size: 13px;
	font-style: italic;
	padding: 10px;
	border: 1px solid black;
	border-width: 0 1px;
	background-color: #fefcec;
}

#children {
	font-size: 11px;
	font-style: normal;
}

#search_body {
	margin-left: 50px;
}

#search_body .element {
	margin-bottom: 7px;
}

#search_body {
	font-size: 0.8em;
	font-weight: bold;
}

/***** bottom *****/
#bottomMenu {
	line-height: 32px;
	font-size: 14px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	text-align: center;
	color: #8d8868;
}

#bottomMenu a, #bottomMenu span {
	margin: 0 7px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #8d8868;
}

#bottomMenu .active {
	font-weight: bold;
}

#bottomMenu a:hover {
	text-decoration: underline;
}

#bottom {
	color: #8d8868;
}

#intro {
	margin: 10px auto;
	width: 639px;
	height: 593px;
	vertical-align: middle;
}

#intro_languages {
	margin-top: 30px;
	font-size: 20px;
	/*font-weight: bold;*/
	text-align: center;
}

#languages {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	/*border: 1px solid red;*/
}

.buttons {
	margin-top: 20px;
}

#gallery_image {
	margin-bottom: 8px;
	text-align: center;
}

#gallery_image img {
	border: 3px solid white;
}

#gallery_pages {
	text-align: center;
}

#gallery_pages span, #gallery_pages a {
	margin: 0 6px;
	font-size: 16px;
	font-weight: bold;
}

#gallery_pages span {
	text-decoration: underline;
}

#gallery_pages a {
	text-decoration: none;
}
