body{
	padding:0;
	margin:0;
	font-family: 'Cabin', sans-serif;
	font-size:0.95em;
	color:#444;
	background:url('img/bg.jpg');
}

/* Links */
a{
	color:#cc0000;
}
a:hover{
	color:#666666;
}
/* Link button */
a.button{
	font-style:normal;
	padding:8px 9px;
	color:#fff !important;
	text-decoration:none;
	border-radius:2px;
	-moz-border-radius:2px;
	line-height:2.8em;
	font-weight:bold;
	background:#cc0000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#333333)); 
	background: -webkit-linear-gradient(top, #333333, #333333); 
	background: -moz-linear-gradient(top, #333333, #333333); 
	background: -ms-linear-gradient(top, #333333, #333333);
	background: -o-linear-gradient(top, #333333, #333333); 
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}
a.button:hover{
	background:#999999;
	text-decoration:underline;
}

.clearbreak{
	width:100%;
	height:1px;
	clear:both;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
	clear:both;
}

/* Header */
#header,
#headMenu{
	padding:0;
	margin:0 auto;
	color:#fff;
}
#headInner,
#headMenuInner,
#footerInner{
	max-width:900px;
	padding:10px 20px;
	margin:0 auto;
}
#headInner a.logo{
	font-size:1.3em;
	text-decoration:none;
	letter-spacing:-1px;
	color:#fff;
}
#headInner a.logo span{
	font-weight:normal;
	font-size:0.7em;
}
#header .headTel{
	width:38%;
	float:right;
	text-align:right;
}
#header .headTel span{
	font-size:1.5em;
}

/* Header Menu */
#headMenu{
	color:#fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	background:#666666;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#999999)); 
	background: -webkit-linear-gradient(top, #999999, #999999); 
	background: -moz-linear-gradient(top, #999999, #999999); 
	background: -ms-linear-gradient(top, #999999, #999999);
	background: -o-linear-gradient(top, #999999, #999999); 
	padding:0;
}
#headMenuInner{
	max-width:920px;
	padding:0;
}

/* headMenu List */
#headMenu ul{
	margin-top:0 !important;
	padding:0 !important;
	overflow:auto;

}
#headMenu ul li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#headMenu ul li a{
	line-height:2.3em;
	padding:8px 14px;
	margin:0;
}
#headMenu a{
	margin:0;
	text-decoration:none;
	color:#fff;
	padding:6px 14px;
}
#headMenu a:hover{
	text-decoration:underline;
	background:#333333;
}

/* Footer */
#footer{
	padding:0;
	margin:0 auto;
	color:#ddd;
	font-size:0.9em;
}
#footer p{
	margin-top:0;
	margin-bottom:8px;
	padding-top:0;
	padding-bottom:0;
}
#footer a{
	color:#ddd;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footerInner{
	text-align:center;
}
#footer .column{
	text-align:left;
}


/* Content */
.contentArea{
	max-width:860px;
	padding:24px 30px;
	background:#fff;
	margin:1em auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	border-radius:4px;
	-moz-border-radius:4px;
	clear:both;
}
.contentArea img.topBanner{
	float:left;
	display:inline;
	margin:0 40px 20px 0;
}
h1{
	font-family: 'Cabin', sans-serif;
	color: #666666;
	font-size:1.5em;
	font-weight:normal;
}
h2{
	color:#666;
	letter-spacing:-1px;
}


/* Sidebar Box */
.sidebarBox{
	width:31%;
	float:right;
	margin-left:5%;
	margin-top:20px;
	margin-bottom:50px;
	background:#ddd;
	padding:20px;
	border-radius:4px;
	-moz-border-radius:4px;
}
.sidebarBox h2{
	margin-top:0;
}
.leftCol{
	width:57%;
	float:left;
	text-align:justify;
}
.contact .leftCol{
	width:30%;
}
.contact .leftCol h2{
	text-align:left;
}
.contact .rightCol{
	width:56%;
	float:right;
	margin-right:40px;
}
.contact .rightCol h2{
	margin-bottom:3px;
}
.contact .rightCol p.bigtext{
	font-size:2em;
	margin-top:0;
	margin-top:0;
}


/* columns */
.column{
	width:22%;
	min-width:180px;
	float:left;
	display:inline;
	padding:0 20px 10px 0;
	margin:0 20px 20px 0;
	border-right:1px solid #ddd;
	font-size:0.9em;
}
.lastcol{
	margin-right:0;
	border-right:0;
}


/* Banner area */
.bannerArea{
	clear:both;
	display:block;
	padding:6px 0;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
}
.bannerArea img{
	max-height:110px;
	margin-left:4px;
}
.home .bannerArea {
	padding-right:0;
}
.homeDog{
	max-width:190px;
	float:right;
}

/* Testimonials page */
.testimonials .leftCol p{
	font-style:italic;
}


/* Responsive design */
@media (max-width: 650px) {
	#header .headTel{
		width:90%;
		clear:both;
		float:none;
		margin:0 auto;
		text-align:center;
	}
	#headMenu ul li a:hover{
		background:transparent;
	}
	.sidebarBox{
		width:90%;
		clear:both;
		float:none;
		margin:0 auto;
	}
	.leftCol{
		width:96%;
		clear:both;
		float:none;
		margin:0 auto;
		padding:0;
	}
	.contact .leftCol,.contact .rightCol{
		width:96%;
		clear:both;
		float:none;
		margin:0 auto;		
	}
}

@media (max-width: 450px) {
	.bannerArea img{
		max-width:40%;
		clear:right;
	}

}
