/* (c)ss 2009 Coding by Marcin Szafert - marcin at szafert dot pl */

* { margin: 0; padding: 0; }

body { font: 16px georgia, "times new roman", serif; background: #b6cbd8 url(../images/bg-body.jpg) repeat-x; }
img { border: none; }
img.puppyTemp { display: block; margin: auto; border: 3px solid #ccc; }

a.lnk { color: #69c; text-decoration: none; border-bottom: 1px solid #999; }
a.lnk:hover { color: #000; border-bottom: 1px solid #69c; }
.hidden { display: none; }

#header { position: relative; width: 860px; height: 200px; margin: 0 auto; background: url(../images/logo-topdogs.png) 250px 17px no-repeat; z-index: 1; }
	#header h1 { position: absolute; top: 61px; left: 67px; width: 275px; height: 82px; cursor: pointer; }
	#header h1 span { display: none; }
#contentWrapper { position: absolute; bottom: 0; width: 100%; height: 536px; background: url(../images/bg-content-wrapper.png) center no-repeat; z-index: 0; }
	#content { width: 860px; margin: 0 auto; }
	#content p { margin-bottom: 10px; }
	#content p span { color: #c00; }
	#content p.pictures { margin: 20px 0; letter-spacing: 25px; }
	#columnLeft { float: left; width: 247px; height: 536px; background: url(../images/bg-column-left.png) no-repeat; }
		ul#menu { list-style: none; margin-top: 52px; }
		#menu li a { display: block; width: 247px; text-indent: -9999px; overflow: hidden; background: url(../images/topdogs-menu.png) no-repeat; }
		#menu li a#TDm1 { height: 68px; }
		#menu li a#TDm1:hover { background-position: -247px 0; }
		#menu li a#TDm2 { height: 55px; background-position: 0 -68px; }
		#menu li a#TDm2:hover { background-position: -247px -68px; }
		#menu li a#TDm3 { height: 61px; background-position: 0 -123px; }
		#menu li a#TDm3:hover { background-position: -247px -123px; }
		#menu li a#TDm4 { height: 57px; margin-top: 7px; background-position: 0 -191px; }
		#menu li a#TDm4:hover { background-position: -247px -191px; }
	#columnRight { position: relative; float: left; width: 613px; height: 536px; background: url(../images/bg-column-right.png) no-repeat; }
		ul#contentRight { list-style: none; }
		ul#contentRight li#homepage, ul#contentRight li#aboutus, ul#contentRight li#puppies, ul#contentRight li#contact { width: 613px; height: 400px; margin-top: 109px; background: url(../images/bg-content-right.png) no-repeat; }
		li#homepage, li#contact { padding-top: 45px; text-align: center; }
		li#puppies h3 { margin: 30px 0 20px 0; text-align: center; font-size: 20px; }
		li#aboutus h3 { margin: 30px 0 10px 110px; font-size: 20px; }
		li#aboutus p { margin-left: 50px; }
		li#aboutus div.pictures { float: right; margin: 22px 30px 0 0; }
		li#puppies dl { margin-left: 50px; margin-right: 40px; font-size: 14px; color: #333; }
		li#puppies dt { margin: 7px 0; font-weight: bold; }
		li#puppies dd { display: inline; margin-right: 10px; padding-left: 20px; line-height: 1.7em; }
		li#puppies dd.mixBreed { background: url(../images/red-track.gif) left no-repeat; }
		li#puppies dd.pureBreed { background: url(../images/orange-track.gif) no-repeat; }
		li#puppies p { margin-top: 15px; margin-right: 50px; text-align: right; }
		li#contact h3 { margin: 20px 0; padding: 7px 0; font-size: 20px; color: #fff; background: url(../images/bg-contact-title.gif) center no-repeat; }
		div#copy { position: absolute; right: 10px; bottom: 2px; width: 330px; padding: 5px 0; font-size: 11px; text-align: center; color: #b0deb4; background: url(../images/bg-copy.png) no-repeat; }
		div#copy span { color: #fff; }
		div#copy a { color: #fff; text-decoration: none; }
		div#copy a:hover { text-decoration: underline; }
		
		#availablePuppies { padding: 10px; font-size: 14px; }
		#availablePuppies h3 { padding-bottom: 2px; margin-bottom: 10px; font-size: 18px; border-bottom: 1px solid #69c; color: #666; }
		#availablePuppies table { width: 100%; margin-top: 10px;  border-collapse: collapse; }
		#availablePuppies table td { vertical-align: top; border-bottom: 20px solid #fff; }
		#availablePuppies table td p { width: 130px; margin: 5px auto 0 auto; font-size: 12px; }
		#availablePuppies table td a { display: block; width: 130px; height: 130px; margin: auto; text-decoration: none; border: 3px solid #ccc; }
		#availablePuppies table td a:hover { border-color: #666; }