/* Pet Haven CSS - April 09
Yana Barysheva @ Right Side Designs
http://www.rightsidedesigns.com
atyourservice@rightsidedesigns.com */


/* Coral - #DE5F49 (Darker - #CF765A) Brown - #4F2919 90B550*/

body, #content {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f2919;
}

#content {
	width: 100%;
	background-image:url(img/bg.jpg);
	background-repeat: repeat;
	position: fixed;
	overflow: auto;
}

p {
	margin: 0;	
}

/*___________________________________________________________________________ CONTENT*/

#header {
	width: 700px;
	height: 31px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	position: relative;
}


h1 {
	margin: 0;
	float: right;
	background-image: url(img/heading_coral.png);
	width: 600px;
	height: 0;
	padding-top: 31px;
	overflow: hidden;
}

.logo {
	position: absolute;
	width: 168px;
	top: -40px;
	left: -95px;
}

#theMeat {
	width: 700px;
	height: 450px;
	margin: 30px auto auto auto;
	padding-bottom: 10px;
	border-bottom: 2px dotted #CF765A;
}

#statement {
	width: 715px;
	height: 0;
	padding-top: 49px;
	overflow: hidden;
	background-image: url(img/statement_sm.png);
	float: right;
	margin-top: -60px;
}

.meat_divs {
	width: 270px;
	margin-left: 40px;
	float: right;
	text-align: left;
}


ul {
 	padding-left:0;
    margin-left:0;	
}

li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 22px;
}


#footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
	font-size: 10px;
	color: #D19E70;
}

#footer img {
	margin-top: 5px;
	border: 0;
}

/*___________________________________________________________________________ TYPE*/


.bigger {
	font-size: 16px;
	text-transform: uppercase;
}

.biggest {
	font-size: 34px;
}

.color {
	color: #DE5F49;
}

#footer a:link, a:visited, a:hover, a:active {
	color: #D19E70;
}



/*___________________________________________________________________________ NAVIGATION*/

#nav_strip {
	background-color: #DE5F49; /*DE5F49*/
	height: 50px;
	width: 100%;
	clear: both;
}

#nav {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 17px;
}

#nav a {
	display: block;
	height: 0;
	padding-top: 17px;
	overflow: hidden;
	float: right;
	border: none;
	text-decoration: none;
	padding-bottom: 2px;
	background-repeat: no-repeat;
}

#nav a:hover {
	border-bottom: 2px dotted #FFF;
}

#nav a.home {
	background-image:url(img/nav_home4.png);
	width: 57px;
}

#nav a.services {
	background-image:url(img/nav_services4.png);
	width: 96px;
	margin-left: 142px;
}

#nav a.directions {
	background-image:url(img/nav_dirs4.png);
	width: 115px;
	margin-left: 135px;
}



