/* CSS Document */

body {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	color:#333;
	font-size:14px;
}

h1 {
	margin-top: 30px;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
}

img {
	background-color: #333333;
}

hr {
	border: 0;
	width: 80%;
	color: #b60000;
	background-color: #b60000;
	height: 2px;
}

.hide {
	display: none;
}

.right {
	float: right;
	margin:5px 0px 10px 5px;
}

.left {
	float: left;
	margin:5px 10px 5px 0px;
}

.clear {
	clear:both;
}

#frame a {
	color: #b60000;
	text-decoration:none;
	margin:0;
	padding:0;
	display:inline;
}

#frame a:hover {
	color:#b60000;
	text-decoration:underline;
} 

#frame {
	width:810px;
	margin:0 auto;
	background:url(./images/bg.png) repeat-y;
}

p {
	line-height: 1.6em;
	font-size: 1.1em;	
}

#head {
	width:750px;
	height:85px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:70px;
	letter-spacing: -3px;
	font-weight: bolder;
	color:#000;
	background:url(./images/header.png) no-repeat;
}

#menu {
	width: 100%;
	height: 32px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	background-color: #b60000;
}

#nav_home a {
	margin-left: 25px;
	display: block;
	width: 38px;
	height: 32px;
	background: url(./images/menu/home.gif) no-repeat 0 0;
}

#nav_home a:hover {
	margin-left: 25px;
	display: block;
	width: 38px;
	height: 32px;
	background: url(./images/menu/home.gif) no-repeat 0 -32px;
}

#nav_ourdogs a {
	margin-left: 25px;
	display: block;
	width: 69px;
	height: 32px;
	background: url(./images/menu/ourdogs.gif) no-repeat 0 0;
}

#nav_ourdogs a:hover {
	margin-left: 25px;
	display: block;
	width: 69px;
	height: 32px;
	background: url(./images/menu/ourdogs.gif) no-repeat 0 -32px;
}

#nav_contact a {
	margin-left: 25px;
	display: block;
	width: 61px;
	height: 32px;
	background: url(./images/menu/contact.gif) no-repeat 0 0;
	
}

#nav_contact a:hover {
	margin-left: 25px;
	display: block;
	width: 61px;
	height: 32px;
	background: url(./images/menu/contact.gif) no-repeat 0 -32px;
}

#nav_links a {
	margin-left: 25px;
	display: block;
	width: 31px;
	height: 32px;
	background: url(./images/menu/links.gif) no-repeat 0 0;
}

#nav_links a:hover {
	margin-left: 25px;
	display: block;
	width: 31px;
	height: 32px;
	background: url(./images/menu/links.gif) no-repeat 0 -32px;
}

#nav_litters a {
	margin-left: 25px;
	display: block;
	width: 50px;
	height: 32px;
	background: url(./images/menu/litters.gif) no-repeat 0 0;
}

#nav_litters a:hover {
	margin-left: 25px;
	display: block;
	width: 50px;
	height: 32px;
	background: url(./images/menu/litters.gif) no-repeat 0 -32px;
}

#nav_grooming a {
	margin-left: 25px;
	display: block;
	width: 76px;
	height: 32px;
	background: url(./images/menu/grooming.gif) no-repeat 0 0;
}

#nav_grooming a:hover {
	margin-left: 25px;
	display: block;
	width: 76px;
	height: 32px;
	background: url(./images/menu/grooming.gif) no-repeat 0 -32px;
}

#nav_thecoton a {
	margin-left: 25px;
	display: block;
	width: 79px;
	height: 32px;
	background: url(./images/menu/thecoton.gif) no-repeat 0 0;
}

#nav_thecoton a:hover {
	margin-left: 25px;
	display: block;
	width: 79px;
	height: 32px;
	background: url(./images/menu/thecoton.gif) no-repeat 0 -32px;
}

#nav_gallery a {
	margin-left: 25px;
	display: block;
	width: 48px;
	height: 32px;
	background: url(./images/menu/gallery.gif) no-repeat 0 0;
}

#nav_gallery a:hover {
	margin-left: 25px;
	display: block;
	width: 48px;
	height: 32px;
	background: url(./images/menu/gallery.gif) no-repeat 0 -32px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	color:#0B3252;
	text-decoration:none;
	display:block;
	padding-right:18px;
}

#nav a:hover {
	color:#072137;
	text-decoration:underline;
	display:block;
	padding-right:18px;
} 

#nav li {
	float: left;
	padding-right:1em;
}

#nav li ul {
	margin:0px;
	padding:12px 0px 30px 0px;
	position: absolute;
	left: -999em;
	top:145px;
	width: 146px;
}

#nav li:hover ul, li.over ul {
	left: auto;
}

#nav li li {
	height:auto;
	margin:0;
	padding:3px 4px 3px 4px;
	width:100%;
	font-size:14px;
	border-bottom: 1px solid #ddd;
	background-color:#abc2d4;
}

#nav li li span {
	display:block;
	margin:0;
	padding:3px 4px 3px 4px;
	position: relative;
}

#top_col {
	margin-left: 10px;
	margin-right: 10px;
	padding-left:15px;
	padding-right:15px;
	min-height: 500px;
}

#left_col {
	float:left;
	width:370px;
	margin-left: 10px;
	padding-left:15px;
	padding-right:5px;
}

#right_col {
	float:right;
	width:370px;
	margin-right: 10px;
	padding-left:5px;
	padding-right:15px;
}

#bottom_col {
	margin-left: 10px;
	margin-right: 10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
}

#footer {
	height: 32px;
	margin-top: 30px;
	font-size:11px;
	background-color: #b60000;
	text-align: center;
}

#footer a {
	padding: 20px;
	color: maroon;
	text-decoration:none;
}

#footer a:hover {
	color: maroon;
	text-decoration:underline;
}

#clear {
	clear:both;
}

.photoframe {
	float:left;
	background-color: #ccc;
	margin: 0px 10px 10px 0px;
}

.photoframe p {
	line-height: 0em;
	font-size: 0.8em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0 5px 3px 5px;
}

#sub-menu {
	margin: 30px 25px 0 25px;
	padding: 0;
	list-style: none;
}

#sub-menu li {
	float: left;
	margin-right: 20px;
	color: #b60000;
	font-weight: bold;
}

hr {
	width: 760px;
}

.hr-hide {
	height: 0px;
}

cite {
	padding: 0 50px;
	display: block;
}
