/* ---------- GENERAL SETTINGS ---------- */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	background: white;
	background-image: url(ds_bg.gif);
	background-repeat: repeat-x;
	color: #0F0D3B;
}

a, a:link, a:visited {
	color: #524BD7;
	text-decoration: underline;
}
a:hover {
	color: #00EE00;
	text-decoration: underline;
}
a:active, a:focus {
	color: #00EE00;
}

p {
	margin-bottom: 12px;
	line-height: 19px;
	font-size: 9pt;
	text-indent: 5%;
}

p.no-indent {
	text-indent: 0%;
}
p.indent {
	text-indent: 5%;
}

ol, ul {
	margin-left: 10%;
	line-height: 16px;
	font-size: 9pt;
	margin-bottom: 10px;
}

img {
	font-weight: bold;
	color: #524BD7;
	text-decoration: underline;
	font-style: italic;
	border: 0px;
}


table { 
	font-size: 9pt;  
	empty-cells: show; 
	border-bottom-width: thin;
}
td  { 
	text-align: left;
	background-color: #CECCF2; 
}
th  {
	text-align: left; 
	font-style: italic; 
	background-color: transparent; 
}	

/* ---------- CLASSI DI FORMATTAZIONE GENERICHE ---------- */

.odd td {background-color: #DCDBF7;}
.even td {background-color: #AFACEA;} 

.padre {background-color: #CECCF2; vertical-align: bottom; padding-top: 10px;}
.madre {background-color: #CCB0F2; vertical-align: top; padding-bottom: 10px;}

.rientro10 {margin-left: 10%;}

/* ---------- page ---------- */
#page {
	position: relative;
	margin: auto;
	text-align: left;
	background: transparent url(ds_container_bg.gif) center top repeat-y;
	width: 857px;
}

#page img.big {
	display: block;
	width: 520px;
	border: 5px solid white;
	margin: 1px;
	margin: 1px 1px 10px 1px;
}
#page img.big_shadow {
	display: block;
	width: 520px;
	/*border: 5px solid white;*/
	background-image:  url(ds_520_shadow.gif);
	background-repeat: no-repeat;
	padding: 5px 15px 15px 5px;
}
#page img.normal {
	display: block;
	width: 380px;
	border: 5px solid white;
	margin: 1px 1px 10px 30px;
	
}
#page img.mini {
	margin: 1px;
	width: 128px;
	border: 5px solid white;
	margin-left: 15px;
	margin-right: 15px;
}
#page img.minir  {
	float: right;
	margin: 1px;
	width: 128px;
	border: 5px solid white;
	margin-left: 15px;
	margin-right: 15px;
}
#page img.minil {
	float: left;
	margin: 1px;
	width: 128px;
	border: 5px solid white;
	margin-left: 15px;
	margin-right: 15px;
}
#page img.home{
	margin: 1px;
	width: 240px;
	border: 5px solid white;
	margin-left: 5px;
}
#page img.map {
	display: block;
	width: 520px;
	border: 3px solid #444444;
	margin-bottom: 10px;
}



/* ---------- page_header ---------- */
#page_header {
	text-align: center;
	background: transparent url(ds_header_bg.jpg) center top no-repeat;
	height: 210px;
}
#page_header h1 span {
	display: none;
}
#page_header h2 span {
	position: absolute;
	top: 145px;
	left: 265px;
	font-weight: bold;
	font-size: 13pt;
	color: #FBFBE5;
	width: 380px;
}

/* ---------- page_content ---------- */
#page_content {
	margin-left: 250px;
	width:545px;
	padding: 0 10px 10px 10px;
}
#page_content div{
	/*border-bottom: 1px solid #BFBDED;*/
	margin-bottom: 30px;
}

#page_content h2{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #BFBDED;
}

#page_content div h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #BFBDED;
}
#page_content div h4 {
	margin: -10px 0px 10px 40px;
	text-align: left;
	font-style: italic;
}

/* ---------- page_footer ---------- */
#page_footer {
	text-align: center;
	background: transparent url(ds_footer_bg.jpg) center bottom no-repeat;
	clear: both;
	height: 120px;
	
}

#page_footer p {
	padding: 30px 30px 0px 230px;
	color: white;
	font-size: 11pt;
	text-align: center;
}

#page_footer a {
	color: #918EE0;
	font-weight: bold;
}
/* ---------- menu ---------- */
#menu {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	padding-left: 48px;
	padding-right: 10px;
}


#menu h3 span {
	display: none;
}
#menu h3 {
	margin-left: 10px;
	width: 180px;
	height: 42px;
	border-bottom: 1px solid #BFBDED; 
}
#menu_loghi {
	margin-top: 40px;
	text-align:center;
}

#menu_main h3 {
display:none;
	margin-bottom: 5px;
	background: transparent url(ds_h3_menu.gif) left center no-repeat;
}
#menu_more h3 {
	margin-bottom: 5px;
	background: transparent url(ds_h3_menu2.gif) left center no-repeat;
}


#menu ul {
	list-style: none;	
	margin-left: 15px;
	margin-right: auto;
	width: 170px;
}

#menu ul li {
	margin-bottom: 7px;
	padding-bottom: 5px;
	font-size: 10pt;
	border-bottom: 1px solid #BFBDED;
}


#menu_main a, #menu_main a:link, #menu_main a:visited, #menu_more a, #menu_more a:link, #menu_more a:visited {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
#menu_main a, #menu_main a:link, #menu_main a:visited {
	padding: 0 0 2px 20px;
	background: transparent url(li_image.gif) left center no-repeat;
}

#menu_main a:hover, #menu_more a:hover {
	text-decoration: none;
}

#menu_main a:active, #menu_main a:focus, #menu_more a:active, #menu_more a:focus {
	color: #00FF00;
}


#menu_loghi ul li {
	border-bottom: 0px;
}



/* ---------- signature ---------- */
#signature p {
	position: absolute;
	color: #566047;
	font-size: 6pt;
	text-align: right;
	top: 198px;
	right: 50px;
}


/* ---------- news ---------- */
#news {
	margin: 10px 50px 40px 265px;
	padding: 25px 10px 10px 10px;
	border: 3px solid #444444;
	background: white url(ds_h3_news.gif) center top no-repeat;
}

#news h2 {
    display: none;
}

#news h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 11pt;
	border-bottom: 1px solid #BFBDED;
}

#news h4 {
	float: right;
	font-size: 10pt;
	margin: -1.3em 0px 10px 40px;
	font-style: italic;
}
#news p {
	margin-left: 10px;
	margin-bottom: 3px;
	line-height: 14px;
	font-size: 8pt;
}

/* ---------- w3c ---------- */
#w3c {
	margin-top: 25px;
}

/* ---------- content_* ---------- */

#content_allevamento_home {
	clear:right;
	cursor: pointer;
}

#content_boxer_home {
	width: 49%;
	float:left;
	
	cursor: pointer;
}
#content_labrador_home {
	width: 49%;
	float:right;
	
	cursor: pointer;
}

div#content_allevamento_home, div#content_boxer_home , div#content_labrador_home  {
	background-color:#DCDBF7;
}


div:hover#content_allevamento_home, div:hover#content_boxer_home , div:hover#content_labrador_home  {
	background-color:#EFF0D8;
}



.dogr h3, .dogr p{
	margin-right:180px; 
	margin-left:40px; 
}
.dogl h3, .dogl p{
	margin-right:40px; 
	margin-left:180px; 
}
.dogr h3, .dogl h3{ height: 25px; }
/*.dogr p, .dogl p { margin-bottom:10px;}*/


.dogr img{
	float: right;
	width: 110px;
	height: 110px;	
	margin: -40px 25px 0px 15px;
	border: 5px solid white;
}
.dogl img{
	float: left;
	width: 110px;
	height: 110px;	
	margin: -40px 15px 0px 25px;
	border: 5px solid white;
}


.dog_navigation {
	position: relative;
	bottom:5px;
	background-color: #A7A4E6;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
}

.dog_navigation a:link, .dog_navigation a:visited {
	color: white;
	font-weight: bold;
}

/* ---------- wallpaper* ---------- */

#wallpaper {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ---------- cuccioli* ---------- */

#cuccioli {
	width: 350px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

#cuccioli01 {
    float: left;
    height: 150px;
    width: 113px;

}

#cuccioli02 {
    float: right;
    height: 150px;
    width: 113px;


}



