@charset "UTF-8";
/* CSS Document */

/*

Colour Pallette

Darkest Blue: #304c7a
Mid Blue: #3f63a0
Light Blue: #4973ba

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;


*/

body {
	background: url(images/background.jpg) repeat;	
	margin: 0 auto;
	font-family: 'Nunito', sans-serif;
}

body a img {
	border: none;	
}

h1 {
	color: #4973ba;
	font-size: 120%;
}

p {
	color: black;
	font-size: 85%;
	line-height: 25px;
	font-weight: 300;
}

hr {
	float: left;
	border: none; 
	background-color: #3f63a0;
	height: 3px;
	width: 100%;
	margin: 10px 0 10px 0;	
}


hr.serviceHR {
	float: left;
	border: none;
	height: 1px; 
	background-color: #FDF7E9;
	width: 100%;
	margin: 20px 0 20px 0;	
	border-top: 3px dotted #3f63a0;
}

/*						Main Styles					*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #304c7a;
	height: 35px;
}

#topBarInner {
	margin: 0 auto;
	width: 960px;		
}

#topBarInner ul {
	list-style-type: none;
	float: right;
	padding-left: 0;
	margin: 6px 0 0 0;
}

#topBarInner li {
	color: white;
	display: inline;
	font-weight: 200;	
	margin-left: 10px;
}

#topBarInner li a {
	color: white;
	text-decoration: none;	
}

#topBarInner li a:hover {
	color: #4973ba;
	text-decoration: underline;	
}

#topBarInner li a:visited {
	color: white;
	text-decoration: none;	
}

#socialTopLogos {
	float: left;
	margin-top: 5px;	
}

#socialTopLogos img {
	margin-right: 3px;	
}


#mainBody {
	margin: 0 auto;
	width: 960px;
	min-height: 800px;
}	

/*										Navigation							*/

#logo  {
	float: left;
	margin: 20px 0 0 60px;
}	

#logo:hover  {
	cursor: pointer;
}	

#leftNav {
	float: left;	
}

#rightNav {
	float: right;	
}

ul.navMenu {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 80px 0 0 0;
}	

ul.navMenu li {
	display: inline;
	font-weight: 300;
	font-size: 120%;
	margin: 0 20px 0 20px;
}	

ul.navMenu li a {
	color: #3f63a0;
	text-decoration: none;	
	padding: 5px 10px 5px 28px;
}

ul.navMenu li a:hover {
	color: white;
	text-decoration: none;	
	background-color: #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/dogpawwhite.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 5% 50%;
}

.homePage ul.navMenu li a.homeTab {
	color: white;
	text-decoration: none;	
	background-color: #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/dogpawwhite.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 5% 50%;
}

.aboutPage ul.navMenu li a.aboutTab {
	color: white;
	text-decoration: none;	
	background-color: #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/dogpawwhite.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 5% 50%;
}

.servicePage ul.navMenu li a.serviceTab {
	color: white;
	text-decoration: none;	
	background-color: #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/dogpawwhite.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 5% 50%;
}

.contactPage ul.navMenu li a.contactTab {
	color: white;
	text-decoration: none;	
	background-color: #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(images/dogpawwhite.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 5% 50%;
}

/*										Banner   						*/

#banner {
	float: left;
	border: 3px solid #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	width: 950px;
	height: 320px;
	margin: 10px 0 10px 0;
}

/*										Services Box 						*/

#servicesBoxBackground {
	float: left;
	width: 100%;
	background-color: #4973ba;	
	border-top: 2px solid white;
	margin-top: 10px;
}

#servicesBoxInner {
	margin: 0 auto;
	width: 960px;
}

#servicesBoxInner h1 {
	color: white;
}

.serviceBox {
	float: left;
	width: 300px;
	height: 150px;
	margin: 0 24px 20px 0;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid white;
}

.serviceBox.bottomHouseSittingBox {
	float: right;	
	margin-right: 0;	
}

.serviceName {	
	margin-top: 120px;
	background-color: rgba(255,255,255, 0.8);
	background-color: white\9; /* IE8 and below */
}

#servicesBoxBackground .serviceName h1 {
	color: #4973ba;	
	font-size: 110%;
	margin-left: 10px;
	padding: 3px 0 3px 0;
}

.serviceBox:hover {
	cursor: pointer;
}

.serviceBox:hover .serviceName {
	background-color: rgba(73,115,186, 0.8);
	background-color:  #4973ba\9; /* IE8 and below */
}

#servicesBoxBackground .serviceBox:hover .serviceName h1 {
	color: white;
}

.serviceBox.bottomDogWalkingBox {
	background-image: url(images/dogservice.jpg);
}

.serviceBox.bottomCatSittingBox {
	background-image: url(images/catservice.jpg);
}

.serviceBox.bottomHouseSittingBox {
	background-image: url(images/houseservice.jpg);
}

/*										Footer 						*/

#footerBackground {
	float: left;
	width: 100%;
	background-color: white;
}

footer {
	margin: 0 auto;
	width: 960px;
}

footer ul {
	float: left;
	list-style-type: none;
	padding-left:0;
}

footer li {
	font-size: 85%;
	display: inline;
	color: #4973ba;
	margin-right: 5px;
}

footer li a {
	color: #4973ba;
	text-decoration: none;
}

footer li a:hover {
	color: #304c7a;
	text-decoration: underline;
}

footer li a:visited {
	color: #4973ba;
	text-decoration: none;
}

#socialFooter {
	float: right;	
	margin: 3px 0 0 0; 
}

#copyright {
	float: left;
	width: 960px;
}	

#copyright p {
	font-size: 80%;
	color: #4973ba;
	margin-bottom: 3px;
}

#copyright p a {
	color: #3f63a0;
	text-decoration: none;
}

#copyright p a:hover {
	color: #304c7a;
	text-decoration: underline;
}

#copyright p a:visited {
	color: #3f63a0;
	text-decoration: none;
}

#copyright p.copyrightLeft {
	float: left;	
}

#copyright p.copyrightRight {
	float: right;	
}

/*										Home Page 						*/


#welcomeText {
	float: left;
	width: 620px;
}	

#notJustDogs {
	float: left;
	width: 620px;
}	

#whyUs {
	float: right;
	width: 310px;
	background-color: #3f63a0;
	margin: 10px 0 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

#whyUs h1 {
	color: white;
	font-size: 80%;
	font-weight: 350;
	margin: 10px 0 10px 10px;
}	

#whyList {
	background-color: white;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 290px;
	margin: 5px 0 10px 10px;
}

#whyList ul {
	margin:0;
	padding: 10px 10px 1px 0;
}

#whyList li {
	list-style-type: none;
	color: #4973ba;
	font-weight: 200;
	font-size: 80%;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 33px;
	background-image: url(images/dogpawblue.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 2% 5%;
}

#whyList li span {
	color: #3f63a0;
	font-weight: 400;
}

/*										Inner Pages 						*/

.fb-like-box {
	float: right;	
	margin-left: 10px;
}

#innerText {
	float: left;
	width: 100%;
}	

#innerText p span {
	color: #3f63a0;
	font-weight: 400;
}	

#innerText p a {
	color: black;
	text-decoration: none;
}	

#innerText p a:hover {
	color: #3f63a0;
	text-decoration: underline;
}	


#innerText p a:visited {
	color: black;
	text-decoration: none;
}	

.siteMap #innerText ul {
	padding-left: 25px;
}	

.siteMap #innerText li a {
	color: black;
	text-decoration: none;
	font-weight: 300;
	line-height: 25px;
}	

.siteMap #innerText li a:hover  {
	color: #3f63a0;
	text-decoration: underline;
}	

.siteMap #innerText li a:visited  {
	color: black;
	text-decoration: none;
}	

#testimonials {
	float: left;
	width: 940px;
	margin: 0 0 10px 0;
	background-color: #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	min-height: 230px;
}	

#mainBody #testimonials h1 {
	color: white;
	margin: 0 0 5px 0;
}	

.testimonialBox {
	float: left;
	width: 930px;
	margin: 0;
}	

.testimonialImage {
	float: left;
	width: 250px;
	height: 190px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid white;
}	

.testimonialText {
	float: right;
	width: 660px;
	height: 210px;
}	

.testimonialText p {
	color: white;
	margin-top: 0;
	font-size: 75%;
	float: left;
}

.testimonialText h2 {
	float: left;
	color: white;
	font-size: 100%;
	margin: 0;
	padding: 0;
}	


.testimonialImage.testOne {
	background-image: url(images/dexter.jpg);
}	

.testimonialImage.testTwo {
	background-image: url(images/cockapoo.jpg);
}	

.testimonialImage.testThree {
	background-image: url(images/jorg.jpg);
}	

.testimonialImage.testFour {
	background-image: url(images/cassie.jpg);
}	


/*										Services 						*/

.serviceAreaPage {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}	

.serviceAreaPage h2 {
	font-size: 95%;
	text-transform: uppercase;
}	

.serviceDescription {
	float: left;
	width: 600px;
}	

.serviceIncludes {
	width: 320px;
	float: right;	
	background-color: #3f63a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 35px;
}

.serviceIncludes h1 {
	color: white;	
	font-size: 100%;
	margin-left: 10px;
}

.serviceIncludes ul {
	padding-left: 0;	
}

.serviceIncludes li {
	list-style-type: none;
	color: white;
	font-weight: 300;
	font-size: 85%;
	margin: 0 10px 8px 0;
	padding-left: 33px;
	background-image: url(images/dogpawwhite.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 2% 5%;
}

.serviceCost {
	float: left;
	width: 280px;
	height: 150px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

.serviceCost h1 {
	font-size: 100%;
	margin-left: 10px;
}	

.serviceCost ul {
	padding-left: 0;	
}

.serviceCost li {
	list-style-type: none;
	color: #3f63a0;
	font-weight: 300;
	font-size: 85%;
	margin: 0 10px 8px 5px;
	padding-left: 33px;
	background-image: url(images/dogpawblue.png);
	background-size: 20px 20px;
	background-repeat: no-repeat; 
  	background-position: 2% 5%;
}

.serviceImage {
	float: left;
	width: 296px;
	height: 146px;
	margin-left: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border: 2px solid #4973ba;
}	

.serviceImage.dogWalking {
	background: url(images/dogwalking.jpg);
}	

.serviceImage.catSitting {
	background: url(images/catsittingservice.jpg);
}	

.serviceImage.houseSitting {
	background: url(images/houesitting.jpg);
}	

/*										Contact Form						*/

#contactFormArea {
	float: left;
	width: 405px;
	margin: 20px 0 20px 0;
}	

#contactFormArea fieldset {
	border: none;
	padding: 0;
	margin: 0;
}	

#contactFormArea .field {
	float: left; 
	margin: 0 0 15px 0;
	width: 400px;	
}

#contactFormArea label {
	color: #3f63a0;
	float: left;
}

#contactFormArea input {
	background-color: #4973ba;
	float: right;	
	height: 25px;
	width: 275px;
	color: white;
	border: 1px solid #304c7a;
}

#contactFormArea textarea {
	background-color: #4973ba;
	float: right;
	height: 150px;
	width: 273px;
	color: white;
	border: 1px solid #304c7a;
}

#contactFormArea  input#submit.formButton {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	float: right;
	width: 80px;
	margin-right: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:  #304c7a;
	border: none;
}	

#contactFormArea  input#submit.formButton:hover {
	background-color: #4973ba;
	cursor: pointer;
}	

#contactFormArea .error {
	margin: 10px 0 0 120px;
	font-size: 80%;
}	

/*										Contact Page						*/


#siteMapContact {
	float: right;
	width: 300px;
}	

#siteMapContact ul {
	padding-left: 25px;
}	

#siteMapContact li a {
	color: black;
	text-decoration: none;
	font-weight: 300;
	line-height: 25px;
}	

#siteMapContact li a:hover  {
	color: #3f63a0;
	text-decoration: underline;
}	

#siteMapContact li a:visited  {
	color: black;
	text-decoration: none;
}	