/* Author Keishi Takashima */
*{
	margin: 0;
	padding: 0;
	border: 0px;
}

ul{
		list-style: none;
}

a{
	outline: none;
	text-decoration:none;
}

a:link, a:visited{
	outline: none;
	border: none;
	color: #f58554;
}

a:hover{
	text-decoration: underline;
}

.clr{
	clear: both;
}

.center{
 text-align:center;
}

body{
	background: url(../images/main-bg.jpg) repeat-x top;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

#wrapper-div{
    margin:0 auto;
	width:900px;
	padding: 0px 9px;
	background: url(../images/div-bg.png) no-repeat center top;
}

#logo{
	float: left;
}

#header{
	height: 150px;
	background: #000;
	position: relative;
	z-index: 2;
}


#header ul{
	margin-left: 280px;
	list-style-type: none;
	padding-top: 15px;
}

#header li{
	float:left;
	text-align:center;
	font-size: 0.8em;
	font-weight: bold;
	width: 100px;
}


#header span{
	display: block;
	padding-top: 6px;
	padding-bottom: 1px;
}

#header a{
	color: #bf99bf;
	text-decoration: none;
	border: none;
}

#header li:hover{
	color: #663399;
	border-bottom:4px solid #f58554;
}

#left-content{
	float:left;
	width: 207px;
	margin-top: 165px;
	padding: 0px 34px;
}

.phone{
	font-weight:bold;
}

.login-div{
	margin-top:30px;
}

#right-content{
	float: left;
	width: 595px;
	padding: 25px 30px 0px 0px;
	margin-top: 20px;
}

p{
	margin-bottom: 25px;
}

.paw-ul{
	margin: 10px 0px 25px 0px;
}

.paw-ul li{
	list-style: none;
	margin-bottom: 5px;
	list-style-image: none;
	background-image: url(../images/paw-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left : 25px;
}

#content{
	background-color: #FFF;
	position:relative;
	top: -152px;
}

h1{
	color: #663399;
	font-size: 1.2em;
}

h2{
	color: #c43093;
	font-size: 1.0em;
}


blockquote p
    {
    padding: 0px 15px 0px 0px;
    font-size: 1em;    
    float: left;
    background: url(../images/quote-right.jpg) bottom right no-repeat;
}

blockquote
    {
	margin-top: 10px;
    padding: 20px;
    font-size: 1em;    
    background: url(../images/quote-left.jpg) top left no-repeat;
}

cite
    {
    font-size: 1.1em;
    float: right;   
	margin-right: 18px;
	text-align:right; 
} 

.hr{
	border-bottom: 1px dotted #663399;
	margin:3px 0px 20px 0px;
	position:relative;
}


.content-sections{
	margin-bottom: 80px;
}

#content-nav{
	position: absolute;
	left:  570px;
	width: 300px;
	text-align:right;
}

#content-nav ul li{
	display: inline;
	margin-left: 15px;
	font-weight: bold;
}

.upButton{
	position: absolute;
	bottom: 0px;
	left: 530px;
	color: #f58554;
	font-size: 0.7em;
	cursor: pointer;
}

#pooch-party{
	float: right;
	margin-top: -20px;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #BF99BF;
}

.clr{
	clear: both;
}

.footer{
	text-align:center;
	font-size: 11px;
	color: #BF99BF;
	margin-bottom: 20px;
	
}