body {
 background: #e8db89;
 vertical-align: baseline;
 margin: 0;
 padding: 0;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 14px;
 color: #4F5155;
}
img {
	border: 0;
}
.clr {
	clear: both;
}

/* Intro page */
#body-intro {
	background: #798B52 url(/images/grass_tile.jpg) !important;
	margin: 40px;
}

#intro-wrapper {
	width: 790px;
	margin: 0 auto;
	height: 400px;
	background: #7c8e5b url(/images/bg.png) no-repeat;
	border: solid 2px #e8db89;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 2px 2px 1px #444;
	-webkit-box-shadow: 2px 2px 1px #444;
	box-shadow: 2px 2px 1px #444;
}
	#dt-left {
		width: 175px;
		height: 174px;
		display: block;
		float: left;
		margin: 10px;
		background: url(/images/left_logo.png) no-repeat;
	}
	#dt-right {
		width: 175px;
		height: 174px;
		display: block;
		float: left;
		margin: 10px;
		background: url(/images/right_logo.png) no-repeat;
	}
	#dt-flag {
		width: 400px;
		height: 167px;
		display: block;
		float: left;
		margin: 10px 0 90px 0;
		background: url(/images/dt_flag.png) no-repeat;
	}
	#intro-mastif {
		background: url(/images/pedigree_chris.png) no-repeat;
		width: 450px;
		height: 296px;
		display: block;
		float: left;
		margin: -143px 0 0 -10px;
	}
	#intro-pinc {
		width: 150px;
		height: 151px;
		display: block;
		background: url(/images/pedigree_kan.png) no-repeat;
		float: left;
		margin: -4px 0 0 100px;
	}
	#intro_mastif {
		width: 220px;
		height: 32px;
		display: block;
		float: left;
		margin: 0 0 0 50px;
	}
	#intro_pinc {
		width: 250px;
		height: 32px;
		display: block;
		float: left;
		margin: 0 0 0 220px;
	}
	#intro-news {
		position: absolute;
		width: 350px;
		top: 250px;
		left: 44%;
		font-size: 11px;
	}

a {
 	color: #fff;
 	background-color: transparent;
 	font-weight: normal;
 	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
h1, h2, h3 {
	color: #621919;
}

#footer-intro {
	width: 960px;
	margin: 20px auto 10px auto;
	font-size: 11px;
	text-align: center;
}

/* Main */
.right {
	float: right;
}
.flag {
	margin: 12px 5px 0 0;
}
#wrapper {
	width: 860px;
	background: #798B52;
	margin: 0 auto;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
	#header {
		width: 860px;
		height: 50px;
		display: block;
		border-bottom: solid 1px #666;
	}
	#content {
		height: 100%;
		display: block;
	}	
	#main-mastif, #main-pinch {
		width: 660px;
		float: left;
		color: #000;	
		overflow-x: hidden;
		overflow-y: scroll;		
	}
	#main-mastif {
		background: url(/images/bg_mastiff.png) no-repeat;
	}
	#main-pinch {
		background: url(/images/bg_pinc.png) no-repeat;
	}
	#main {			
		margin: 10px;	
		position: relative;		
	}
	#menu {
		width: 200px;
		float: left;
	}
		#menu a {
			width: 190px;
			height: 40px;
			display: block;
			float: right;			
			text-decoration: none;
			line-height: 40px;
			margin-bottom: 1px;
		}
			#menu a img {
				border: 0;
				margin: 0px 0 0 10px;
				vertical-align: middle;
			}
			#menu a.selected {
				background: #b1be9a;
				color: #000;
				-moz-border-radius: 6px 0 0 6px;
				border-radius: 6px 0 0 6px;
				-webkit-border-radius: 6px 0 0 6px;
			}
			#menu a:hover {
				background: #b1be9a;
				color: #000;
				-moz-border-radius: 6px 0 0 6px;
				border-radius: 6px 0 0 6px;
				-webkit-border-radius: 6px 0 0 6px;
			}
.contactf {
	color: black;
}
	.contactf label {
		float: left;
		width: 150px;
		font-weight: bold;
		color: black;
		margin-bottom: 5px;
	}
	.contactf input[type=text] {
		width: 350px;
		margin-bottom: 5px;
	}
	.contactf textarea {
		width: 350px;
		height: 150px;
	}
	.contactf input[type=button] {
		border: solid 1px #b1be9a;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		padding: 5px;
		margin-top: 10px;
		background: #E8DC8A;
		font-weight: bold;
	}
	.contactf input[type=button]:hover {
		background: #b1be9a;
		cursor: pointer;
		color: white;
	}
	.linelink {
		cursor: pointer;
	}
		.linelink:hover {
			color: #b1be9a;
		}
	.btn_slider {
		margin: 10px 40px 10px 40px; 
		font-weight: bold; 
		background: #798B52; 
		padding: 5px; 
		cursor: pointer;
	}
		.btn_slider:hover {
			background: #B1BE9A;
		}
	.lista1, .lista2, .lista3, .lista4 {
		font-weight: bold; 
		background: #798B52; 
		padding: 5px; 
		cursor: pointer;
	}
		.lista1:hover, .lista2:hover, .lista3:hover, .lista4:hover {
			background: #B1BE9A;
		}
	#footer {
		width: 860px;
		padding: 4px 0 4px 0;
		font-size: 10px;
		background: #798B52;
		text-indent: 10px;
		border-top: solid 1px #666;
	}
.litter-box {
	width: 625px;
	border: solid 1px #990000;
	padding: 5px;
	background: #E8DB89;
}
	.litter-box:hover {
		background: #9DA564;
	}
	.litter-box a {
		color: #000;
		font-weight: bold;
	}
	
.litter {
	width: 623px;
	padding: 15px 0 0 0;
	border: solid 1px #990000;
	background: #E8DB89;
}
#pagin input[type=submit] {
	border: solid 1px #990000;
	padding: 5px 10px;
	cursor: pointer;
	color: #fff;
	background: #623539;
	font-size: 14px;
	font-weight: bold;
}

.contactf p {
  clear: both;
  margin: 15px 0;
  overflow: auto;
}
.contactf p:hover, .contactf p:focus {
  background: #f3f3f3;
}
.contactf p label {
  width: 250px;
}
.contactf p.msg {
  padding: 10px;
  margin: 10px 0;
  background: yellow;
  color: #000;
}
.contactf p input[type=submit] {
  width: 100%;
  font-weight: bold;
  padding: 5px 0;
}

