/* Bow Wow City */

Body {
	background: #55a4a4;
	color: white;
}
h2 {
	color: black;
}
i { 
	display: none; 
}
em {
	color: #ef0000;
	font-style: normal;
}
a  {
	text-decoration: none;
}
a:link {
	color: #034b48;
	border-bottom: dotted 1px #034b48;
	}
a:visited {
	color: white;
	border-bottom: dotted 1px #034b48;
	}
a:hover {
	color: #ffad00;
	border-bottom: dotted 1px #034b48;
	}
a:active {
	color: black;
	border-bottom: dotted 1px #034b48;
	}
	
#header {
	background: white url(../images/header_slice.gif) repeat-x;
}
#header img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#navblock {
	background: white;
	border-right: dotted 2px black;
	height: 1050px;
}
#navblock.shortcol {
	height: 850px;
}
#nav {
	margin-bottom: 30px;
}
#nav a {
	border: none;
}
#nav ul {
	list-style-type: none;
}

#homebtn {
	top: 0px; left: 0px; /* location of div */
	background-position: -100px 1px; /* location of correct piece of sprite */
	background-image: url(../images/navsprite.png); /* sprite file */
	width: 100px; /* div width */
	height: 32px; /* div height */
	margin-left: 5px; 
	padding: 0;
	display: block;
}
#homebtn.current {
	background-position: 1px 1px; /* location of correct piece of sprite */
}
#aboutbtn {
	top: 0; left: 0; /* location of div */
	background-position: -104px -32px; /* location of correct piece of sprite; x y */
	background-image: url(../images/navsprite.png); /* sprite file */
	width: 100px; /* div width */
	height: 32px; /* div height */
	margin-left: 10px; 
	padding: 0;
	display: block;
}
#aboutbtn.current {
	background-position: -4px -32px; /* location of correct piece of sprite */
}
#ratesbtn {
	top: 0; left: 0px; /* location of div */
	background-position: -104px -64px; /* location of correct piece of sprite */
	background-image: url(../images/navsprite.png); /* sprite file */
	width: 100px; /* div width */
	height: 32px; /* div height */
	margin-left: 10px; 
	padding: 0;
	display: block;
}
#ratesbtn.current {
	background-position: -4px -64px; /* location of correct piece of sprite */
}
#checkbtn {
	top: 0; left: 0px; /* location of div */
	background-position: -104px -96px; /* location of correct piece of sprite */
	background-image: url(../images/navsprite.png); /* sprite file */
	width: 100px; /* div width */
	height: 32px; /* div height */
	margin-left: 10px; 
	padding: 0;
	display: block;
}
#checkbtn.current {
	background-position: -4px -96px; /* location of correct piece of sprite */
}
#photobtn {
	top: 0; left: 0px; /* location of div */
	background-position: -120px -128px; /* location of correct piece of sprite */
	background-image: url(../images/navsprite.png); /* sprite file */
	width: 120px; /* div width */
	height: 32px; /* div height */
	margin-left: 10px; 
	padding: 0;
	display: block;
}
#photobtn.current {
	background-position: -1px -128px; /* location of correct piece of sprite */
}

#dogcam {
margin-top: 40px;
width: 180px;
background: white;
	/* Rounded Corners, Not IE compatible as of Oct. 2009 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari & Chrome */
	-khtml-border-radius: 10px; /* Linux */
	border-radius: 10px; /* CSS3 */	
	/* End of Rounded Corners */
}
#dogcam img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
}

#contact a {
	color: #ffAD00;
	font-weight: bold;
	width: 100px;
	font-size: 1.1em;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 27px;
	border-top: #ffAD00 3px solid;
	border-bottom: #ffAD00 3px solid;	
}
#contact img {
	margin-top: 40px;
}
#contact a:hover {
	color: #afdfdd;
	}
	
#testimonials {
	color: #ffAD00;
	font-weight: bold;
	font-style: italic;
	width: 170px;
	font-size: .9em;
	margin-top: 40px;
	margin-left: 20px;
}
#testimonials li {
	margin-bottom: 10px;
}

#welcome {
	background: #55a4a4;
}
#nonwelcome.alpha {
	margin-left: 10px;	
}
#topdog {
	background: white;
	color: #55a4a4;
	width: 292px;
	margin-left: 50px;
	/* Rounded Corners, Not IE compatible as of Oct. 2009 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari & Chrome */
	-khtml-border-radius: 10px; /* Linux */
	border-radius: 10px; /* CSS3 */	
	/* End of Rounded Corners */
}
#topdog p {
	padding-left: 10px;
	padding-right: 10px;
}
#topdog img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
#topdog a:link {
	color: #034b48;
	border-bottom: dotted 1px #034b48;
	}
#topdog a:visited {
	color: gray;
	border-bottom: dotted 1px #034b48;
	}
#topdog a:hover {
	color: #ffad00;
	border-bottom: dotted 1px #034b48;
	}
#topdog a:active {
	color: black;
	border-bottom: dotted 1px #034b48;
	}	
	
#microformat {
	background: #afdfdd url(../images/logo_face.gif) no-repeat;
	background-position: 190px 52px;
	color: #034b48;
	font-size: 1em;
	padding: 10px 10px 10px 20px;
	width: 292px;
	/* Rounded Corners, Not IE compatible as of Oct. 2009 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari & Chrome */
	-khtml-border-radius: 10px; /* Linux */
	border-radius: 10px; /* CSS3 */	
	/* End of Rounded Corners */
}

#microformat a:link {
	color: #034b48;
	border-bottom: none;
}
#microformat a:visited {
	color: #034b48;
	border-bottom: none;
}
#microformat a:hover {
	color: #034b48;
	border-bottom: 1px dotted #034b48;
}
#microformat a:active {
	color: black;
	border-bottom: none;
}	

#moreinfo {
	background: #afdfdd;
	margin-top: 20px;
	padding: 0 20px 0 20px;
	color: #034b48;
	/* Rounded Corners, Not IE compatible as of Oct. 2009 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari & Chrome */
	-khtml-border-radius: 10px; /* Linux */
	border-radius: 10px; /* CSS3 */	
	/* End of Rounded Corners */
}
#moreinfo ul, ol {
	list-style-type: none;
}
#moreinfo h3 {
	margin-top: 10px;
}

#table {
	width: 320px;
	color: #034b48;
	font-size: 1.1em;
}
#table th {
	font-weight: bold;
	padding: 5px;
}
#table td {
	padding: 5px;
}
#table td.one {
	background-color: #afdfdd;	
}
#table td.two {
	background-color: #5eb6b2;	
}
#table td.left {
	width: 200px;
}

#checklist {
	background: #afdfdd;
	color: #034b48;
	width: 230px;
	margin-left: 50px;
	/* Rounded Corners, Not IE compatible as of Oct. 2009 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari & Chrome */
	-khtml-border-radius: 10px; /* Linux */
	border-radius: 10px; /* CSS3 */	
	/* End of Rounded Corners */
}
#checklist h3, p, li {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
#checklist ol {
	list-style-type: decimal;
}
#checklist h3 {
	padding-top: 10px;
}	
#checklist p {
	margin-bottom: 10px;	
}

#nonwelcome.slideshow {
	background: black;	
	padding: 20px;

	height: 435px;
	/* Rounded Corners, Not IE compatible as of Oct. 2009 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari & Chrome */
	-khtml-border-radius: 10px; /* Linux */
	border-radius: 10px; /* CSS3 */	
	/* End of Rounded Corners */
}
#nonwelcome.slideshow p {
	text-align: center;
}
#nonwelcome.slideshow img {
	margin-left: 30px;
}

#footer {
text-align: center;
margin-top: 50px;
margin-bottom: 0;
}
#footer p {
	font-size: .8em;	
}


