a
{
        outline: none;
        text-decoration: none;
}

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #880000;
        outline: none;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.Background-Flags
{
	position: absolute;
	width: 100%;
	height: 436px;
	left: 0;
	top: 0;
        min-width:800px;
}

.Background-Flags-Image
{
	background-image: url('images/background_flags.png');
	background-repeat: no-repeat;
	height: 436px;
	width: 481px;
	margin: 0;
}

html:first-child .Background-Flags
{
	border: 1px solid transparent; /* Opera fix */
}

.Background-Blue
{
	position: absolute;
        background-color: #000031;
	top:0;
	width: 100%;
	height: 260px;
        min-width:800px;
}

/* Inizio Box e Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 800px;
	min-width:51px;
	min-height:51px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 5px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 70px;
	height: 70px;
	background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 35px, 35px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 35px, 35px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(35px, 35px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(35px, auto, auto, 35px);
}

.Sheet-tc, .Sheet-bc
{
	left: 35px;
	right: 35px;
	height: 70px;
	background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 35px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(35px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 35px;
	bottom: 35px;
	width: 70px;
	background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 35px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 35px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 35px;
	left: 35px;
	right: 35px;
	bottom: 35px;
	background-color: #F5F5F5;
}

.Sheet
{
	margin-top: 30px !important;
}
/* Fine Box e Sheet */

/* Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 790px;
	height: 225px;
}

div.Header-Image
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 790px;
	height: 225px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/* Fine Header */

/* Logo */
.logo
{
	display : block;
	position: absolute;
	left: 95px;
	top: 92px;
	width: 632px;
}

h1.logo-name
{
	display: block;
	text-align: left;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	padding:0;
	margin:0;
	color: #F1E8DA !important;
}

.logo-text
{
	display: block;
	text-align: left;
}

.logo-text, .logo-text a
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin:0;
	color: #F1E8DA !important;
}
/* Fine Logo */

/* Menu */
/* Struttura Menu */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* struttura menu */
.artmenu
{
	padding: 6px 6px 6px 6px;
}

.nav
{
	position: relative;
	height: 39px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 39px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 790px;
	clip: rect(auto, auto, auto, 790px);
}
/* Fine Menu */

/* MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 27px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}


.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 27px;
}

.artmenu a .l
{
	left:0;
	right:0;
}

.artmenu a .r
{
	width:402px;
	right:0px;
}

.artmenu a .t 
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #636363;
	padding: 0 22px;
	margin: 0 1px;
	line-height: 27px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	background-image: url('images/button-hover.png');
        border-right: 2.5px solid #880000;

}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	background-image: url('images/button-hover.png');
        border-right: 2.5px solid #880000;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	background-image: url('images/button-hover.png');
        border-right: 2.5px solid #880000;
}
.artmenu a:hover .t
{
	color: #F8F4ED;
}

.artmenu li:hover a .t
{
	color: #F8F4ED;
}

.artmenu li:hover>a .t
{
	color: #F8F4ED;
}


.artmenu a.active .l, .artmenu a.active .r
{
	background-image: url('images/button-active.png');
        border-right: 2.5px solid #000031;
}

.artmenu a.active .t
{
	/* color: #E5D6BD; */
        color: #F8F4ED;
}
/* Fine MenuItem */

/* Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}



.Post
{
	margin: 10px;
}

a img
{
	border: 0;
}
/* Fine Post */

.Titolo-pagina
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	text-align: center;
	color: #000031;
}

/* PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #000031;
}

.PostContent
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #000031;
}

/* Stili link  */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 30px;
  color: #795D2F;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 26px;
  color: #000031;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  color: #707070;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #000031;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  color: #707070;
}
/* Fine stili link  */
/* end PostContent */


/* Liste */
li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}

.Post li
{
	padding:0px 0 0px 13px;
	line-height:2.0em;
}
/* Fine Liste */

/* Separatore */
.Separatore
{
	padding:1px;
	background-color: #000031;
	border-color: #880000;
	border-style: solid;
	border-width: 1px;
}
/* Fine separatore */

/* Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 790px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 790px;
	height: 150px;
	bottom:0;
	left:0;
}


.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#141414;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.Footer-text a
{
        font-weight: bold;        
	color: #000031;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

/*
.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #21190D;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #6A5229;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
} */
/* end Footer */

/* LayoutCell */
.Layout-Pagina
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 789px;
}
/* Fine LayoutCell */

.affianca
{
       width: 300px;
       text-align: center;
       float: left;
}

.img-tabella
{
       width: 600px;
       margin-left: auto;
       margin-right: auto;
}

.pedigree
{
       width: 770px;
       margin-left: auto;
       margin-right: auto;
}

.contenitore-immagini-maschi
{
       width: 640px;
       margin-left: auto;
       margin-right: auto;
}

.immagine-maschi
{
       width: 160px;
       height: 130px;
       text-align: center;
       float: left;
}

.immagine-maschi-ultima
{
       width: 640px;
       height: 130px;
       text-align: center;
       float: left;
}

.clr
{
       clear: both;
}

.pedigree-cliff
{
       width: 750px;
       margin-left: auto;
       margin-right: auto;
       border: 1px solid black;
}

.tabella-links
{
       width: 700px;
       margin-left: auto;
       margin-right: auto;
}

.lista-affiancata
{
       width: 400px;
       float: left;
}

.immagine-affiancata-a-lista
{
       width: 300px;
       float: left;
}

.contenitore-immagini-gallery
{
       width: 720px;
       margin-left: auto;
       margin-right: auto;
}

.immagine-gallery
{
       width: 240px;
       text-align: center;
       height: 200px;
       float: left;
}

.contenitore-immagini-cucciolata
{
       width: 720px;
       margin-left: auto;
       margin-right: auto;
}

.immagine-cucciolata
{
       width: 240px;
       text-align: center;
       height: 200px;
       float: left;
}

.immagine-cucciolata-ultima
{
       width: 720px;
       text-align: center;
       height: 200px;
       float: left;
}





