@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body {
	background-color: #000;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	/* [disabled]background-color: #fff; */
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* [disabled]background-color: #fff; */
}
#VIP_navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#VIP_main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}
#VIP_main2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}
#VIP_navbar {
	text-align: center;
	background-color: #000;
}
#VIP_navbar ul {
display:inline-block;
list-style:none; 
}
* html #VIP_navbar ul { /* Target IE6 */
display:inline;
}
*+html #VIP_navbar ul { /* Target IE7 */
display:inline;
}
#VIP_navbar li {
display:inline;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#VIP_navbar a {
float:left;
text-decoration:none;
 	color: #CCC;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	background-color: #039;
	border: medium solid #999;
}
#VIP_navbar a:hover {
	background-color: #0099CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #CCC;
}
.VIP_aboutus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-top: 2px;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-decoration: none;
	list-style-image: url(VIP_images/dogpawV2.png);
	list-style-type: none;
}
#VIP_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}
#VIP_navbar_footer {
text-align:center;
}
#VIP_navbar_footer ul {
display:inline-block;
list-style:none; 
}
* html #VIP_navbar_footer ul { /* Target IE6 */
display:inline;
}
*+html #VIP_navbar_footer ul { /* Target IE7 */
display:inline;
}
#VIP_navbar_footer li {
display:inline;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#VIP_navbar_footer a {
float:left;
text-decoration:none;
 	color: #000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	body {
	background-color: #000;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	/* [disabled]background-color: #fff; */
}
#VIP_navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
}
#VIP_main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#VIP_main2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}
#VIP_navbar {
	text-align: center;
	background-color: #000;
}
#VIP_navbar ul {
display:inline-block;
list-style:none; 
}
* html #VIP_navbar ul { /* Target IE6 */
display:inline;
}
*+html #VIP_navbar ul { /* Target IE7 */
display:inline;
}
#VIP_navbar li {
display:inline;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#VIP_navbar a {
float:left;
text-decoration:none;
 	color: #CCC;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	background-color: #039;
	border: medium solid #999;
}
#VIP_navbar a:hover {
	background-color: #0099CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #CCC;
}
#VIP_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}
#VIP_navbar_footer {
text-align:center;
}
#VIP_navbar_footer ul {
display:inline-block;
list-style:none; 
}
* html #VIP_navbar_footer ul { /* Target IE6 */
display:inline;
}
*+html #VIP_navbar_footer ul { /* Target IE7 */
display:inline;
}
#VIP_navbar_footer li {
display:inline;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#VIP_navbar_footer a {
float:left;
text-decoration:none;
 	color: #000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	body {
	background-color: #000;
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#VIP_navbar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#VIP_main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#VIP_main2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}
#VIP_navbar {
text-align:center;
}
#VIP_navbar ul {
display:inline-block;
list-style:none; 
}
* html #VIP_navbar ul { /* Target IE6 */
display:inline;
}
*+html #VIP_navbar ul { /* Target IE7 */
display:inline;
}
#VIP_navbar li {
display:inline;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#VIP_navbar a {
float:left;
text-decoration:none;
 	color: #CCC;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	background-color: #039;
	border: medium solid #999;
}
#VIP_navbar a:hover {
	background-color: #0099CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #CCC;
}

#VIP_footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
}

#VIP_navbar_footer {
text-align:center;
}
#VIP_navbar_footer ul {
display:inline-block;
list-style:none; 
}
* html #VIP_navbar_footer ul { /* Target IE6 */
display:inline;
}
*+html #VIP_navbar_footer ul { /* Target IE7 */
display:inline;
}
#VIP_navbar_footer li {
display:inline;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#VIP_navbar_footer a {
float:left;
text-decoration:none;
 	color: #000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}

}.gridContainer.clearfix #LayoutDiv1 {
	text-align: center;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-left: 0px;
	background-color: #fff;
}
.gridContainer.clearfix #VIP_main1 {
	background-color: #fff;
}
.VIP_slideshow_center {
	text-align: center;
	width: auto;
}
.VIP_center_text {
	text-align: center;
}
.VIP_contactform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: left;
	padding-left: 15%;
	font-weight: bold;
}
.VIP_aboutus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	padding-top: 2px;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-decoration: none;
	list-style-image: url(VIP_images/dogpawV2.png);
	list-style-type: none;
}
.Services_text {
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 3%;
}
.Review_names_bold {
	font-size: larger;
	font-weight: bold;
}
.Hyperlink_contact {
	font-size: medium;
}
.VIP_Wowslider {
	text-align: center;
	/*display: block;
	clear: both;
	[disabled]float: left; 
	width: 100%;
	margin-left: 0px;*/
}
.Holiday_rates {
	font-size: small;
	color: #09F;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding: 10px;
	margin-right: 1%;
	margin-left: 1%;
}
.Please_see_below {
	font-size: smaller;
}
.Holiday_more_info {
}
.rates {
}
