BODY {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat center 0px;
	color: white;
	font: normal 14px Tahoma;
}

FORM { padding: 0px; margin: 0px; }
A { color: white; }
A:hover { text-decoration: none; }
A H1 { text-decoration: none; }
A:hover H1 { text-decoration: underline; }


DIV#site {
	width: 902px;
	margin: 0px auto;
}

DIV#site_layer {
	width: 900px;
	float: left;
	background: url(../images/footer.jpg) no-repeat center 100%;
	padding-bottom: 150px;
}

DIV#header {
	float: left;
	width: 900px;
}
DIV#header A {
	display: block;
	width: 900px;
	height: 342px;
	outline: 0px;
	background: url(../images/header.jpg);
}

DIV#topmenu { float: left; }
DIV#topmenu UL {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 900px;
	height: 61px;
	background: url(../images/menu_bg.jpg);
}
DIV#topmenu UL LI { float: left; }
DIV#topmenu UL LI A {
	display: block;
	float: left;
	height: 61px;
	outline: 0px;
	text-indent: -9999px;
}
DIV#topmenu UL LI A.tm_home { width: 68px; background: url(../images/menu_bg2.jpg) no-repeat 0px 0px; }
DIV#topmenu UL LI A.tm_studs { width: 66px; background: url(../images/menu_bg2.jpg) no-repeat -68px 0px; }
DIV#topmenu UL LI A.tm_dams { width: 66px; background: url(../images/menu_bg2.jpg) no-repeat -134px 0px; }
DIV#topmenu UL LI A.tm_puppies { width: 81px; background: url(../images/menu_bg2.jpg) no-repeat -200px 0px; }
DIV#topmenu UL LI A.tm_breedings { width: 99px; background: url(../images/menu_bg2.jpg) no-repeat -281px 0px; }
DIV#topmenu UL LI A.tm_photos { width: 72px; background: url(../images/menu_bg2.jpg) no-repeat -380px 0px; }
DIV#topmenu UL LI A.tm_produced { width: 95px; background: url(../images/menu_bg2.jpg) no-repeat -452px 0px; }
DIV#topmenu UL LI A.tm_testimonials { width: 118px; background: url(../images/menu_bg2.jpg) no-repeat -547px 0px;  }
DIV#topmenu UL LI A.tm_contract { width: 88px; background: url(../images/menu_bg2.jpg) no-repeat -665px 0px; }
DIV#topmenu UL LI A.tm_links { width: 66px; background: url(../images/menu_bg2.jpg) no-repeat -753px 0px; }
DIV#topmenu UL LI A.tm_contact { width: 80px; background: url(../images/menu_bg2.jpg) no-repeat -819px 0px; }

H1 {
	color: #c14000;
	font: normal 30px Garamond, Tahoma;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
H1.bigger { font-size: 40px; }

H2 , H3 , H4 , H5 , H6 {
	color: #c14000;
	font: normal 40px Garamond, Tahoma;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

H3 { text-align: left; font-size: 27px; }
H4 { text-align: left; font-size: 28px; margin: 0px; }
H5 { text-align: right; font-size: 28px;  padding-right: 60px; margin: 0px;  }
H6 { text-align: right; font-size: 22px;  padding-right: 60px; color: white; }

P {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: white;
}

DIV#content {
	width: 900px;
	padding: 25px;
		width: 850px;
	float: left;
}

DIV.h_photos  , DIV.h_contact , DIV.h_produced , DIV.h_testimonials , DIV.h_contract , DIV.h_links , DIV.h_studs , DIV.h_dams , DIV.h_breedings , DIV.h_puppies , DIV.h_pedigree {
	float: left;
	width: 900px;
	height: 240px;
		font-size: 24px;
		text-align: center;
			padding-top: 140px;
			height: 100px;
}
DIV.h_photos { background: url(../images/photos.jpg) no-repeat; }
DIV.h_contact { background: url(../images/contact.jpg) no-repeat; }
DIV.h_produced { background: url(../images/produced.jpg) no-repeat; }
DIV.h_testimonials { background: url(../images/testimonials.jpg) no-repeat; }
DIV.h_contract { background: url(../images/contract.jpg) no-repeat; }
DIV.h_links { background: url(../images/links.jpg) no-repeat; }
DIV.h_studs { background: url(../images/studs.jpg) no-repeat; }
DIV.h_dams { background: url(../images/dams.jpg) no-repeat; }
DIV.h_breedings { background: url(../images/breedings.jpg) no-repeat; }
DIV.h_puppies { background: url(../images/puppies.jpg) no-repeat; }
DIV.h_pedigree { background: url(../images/pedigree.jpg) no-repeat; }

UL.gallery {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
UL.gallery LI { float: left; margin-right: 12px; margin-bottom: 12px; margin-bottom: 30px; }
UL.gallery LI IMG { border: 1px solid #1d1d1d; }
UL.gallery LI DIV.text {
	width: 200px;
	height: 17px;
	color: white;
	text-align: center;
	background: url(../images/text_bg.jpg) no-repeat;
		font-size: 14px;
}

UL.contact { padding: 0px; margin: 0px; list-style: none; }
UL.contact LI.text {
	margin-bottom: 3px;
	text-decoration: underline;
}
UL.contact LI.text A {
	color: white;
}
UL.contact LI.form {
	width: 344px;
	height: 35px;
	background: url(../images/input_bg.jpg) no-repeat;
		margin-bottom: 10px;
}
UL.contact LI.form.ta {
	height: 180px;
	background: url(../images/ta_bg.jpg) no-repeat;
}
UL.contact LI.form INPUT {
	border: 0px;
	background-color: transparent;
	height: 30px;
	width: 330px;
	margin: 3px;
		padding-top: 6px;
		height: 24px;
		font: normal 12px Tahoma;
		color: white;
}

UL.contact LI.form.ta TEXTAREA {
	border: 0px;
	background-color: transparent;
	height: 30px;
	width: 330px;
	margin: 3px;
		padding-top: 6px;
		height: 24px;
		font: normal 12px Tahoma;
		color: white;
		height: 170px;
		overflow: auto;
}

UL.links {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font: normal 28px Tahoma;
}

DIV.dog {
	/*clear: both;*/
	float: left;
	margin-bottom: 40px;
}
DIV.dog_image { float: left; margin-right: 24px; }
DIV.dog_image IMG { border: 1px solid #1f1f1f; }
DIV.dog_text {
	float: left;
	width: 324px;
	height: 324px;
	background: url(../images/gradient.jpg) no-repeat;
		padding: 25px;
		width: 274px;
		height: 274px;
			padding-top: 15px;
			height: 284px;
	/*float: right;*/
		padding-right: 0px;
		width: 299px;
	
}
DIV.text { font-size: 12px; }
DIV.text H1 { font-size: 32px; margin: 0px; }
DIV.links UL { padding: 0px; margin: 0px; list-style: none; padding-left: 40px; padding: 0px;	}
DIV.links UL LI { float: left; color: #c14000; padding-left: 6px; padding: 0px; padding-left: 2px; }
DIV.links UL LI A { color: #c14000; font-family: Garamond, Tahoma; text-decoration: none; font-size: 18px; font-size: 16px;  }
DIV.links UL LI A:hover { text-decoration: underline; }

DIV.dog2 {
	clear: both;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
DIV.title { text-align: center; 	font-size: 30px; padding-bottom: 20px; }
DIV.title SPAN { color: #c14000; }
DIV.img_left { margin-left: 76px; }
DIV.img_left, DIV.img_right, DIV.spacer { float: left; }
DIV.img_left IMG , DIV.img_right IMG { border: 1px solid #323232; }
DIV.spacer {
	font-size: 40px;
	width: 100px;
	text-align: center;
	padding-top: 80px;
}
DIV.d_text {
	clear: both;
	width: 700px;
	margin: 0px auto;
	padding-top: 10px;
}
DIV.bottom_links { width: 700px; margin: 0px auto; text-align: center; }
DIV.bottom_links UL { padding: 0px; margin: 0px; list-style: none; color: #c14000; }
DIV.bottom_links UL LI { display: inline; color: #c14000; font-family: Garamond, Tahoma; font-size: 22px; }
DIV.bottom_links UL LI A { color: #c14000; }

TABLE.pd_table TD { text-align: center; vertical-align: middle; }