html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:"myriad-pro", Arial, Helvetica, sans-serif;
	background:url(../assets/shared/bg.png) repeat-x;
	background-color:#348cc6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight:700;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.bold_font {
	font-weight:700;
}

.normal_font {
	font-weight:400;
}

/* -------------------------------------------------------- CONTAINER */

#container {
    width:900px; 
    height:auto;
    margin: 20px auto 20px auto;
	border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius:12px 12px 12px 12px;
	background-color:#fff;
}

/* -------------------------------------------------------- HEADER */

#header {
	width:870px;
	height:64px;
	float:left;
	margin:0px 0px 0px 15px;
	padding-top:20px;
}

#dogs_left {
	width:284px;
	height:63px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/header/dogs_left.jpg) no-repeat;
}

#dogs_right {
	width:284px;
	height:63px;
	float:right;
	margin:0px 0px 0px 0px;
	background:url(../assets/header/dogs_right.jpg) no-repeat;
}

#title {
    width:300px; 
    height:auto;
    float:left;
    margin:15px 0px 0px 0px;
	font-family: "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	color:#999;
	font-size:210%;
	font-weight:700;
	text-align:center;
}

/* -------------------------------------------------------- GRASS */

.grass {
    width:100%; 
    height:23px;
    float:left;
    margin: 0px 0px 0px 0px;
	background:url(../assets/shared/grass.jpg) repeat-x;
}

/* -------------------------------------------------------- NAV */

#nav {
    width:870px; 
    height:30px;
    float:left;
    margin: 10px 0px 0px 15px;
	background:url(../assets/nav/nav_bg.jpg) repeat-x;
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	line-height:30px;
}

#nav ul li {
	display:inline;
}

#nav ul li a {
	font-family: "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	display:block;
	width:auto;
	height:30px;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:110%;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	margin:0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #666;
}

#nav ul li a:hover {
	background:url(../assets/nav/nav_on.jpg) repeat-x;
}

.nav_on {
	background:url(../assets/nav/nav_on.jpg) repeat-x;
}

.nav_social {
	width:23px;
	height:23px;
	float:left;
	margin:4px 5px 0px 0px;
}

/* -------------------------------------------------------- CONTENT */

#content {
    width:870px; 
    height:auto;
    float:left;
    margin: 20px 0px 10px 15px;
}

#content_left {
    width:570px; 
    height:auto;
    float:left;
    margin: 0px 0px 10px 0px;
}

#content_left a {
	color:#338BC4;
}

#content_right {
    width:280px; 
    height:auto;
    float:right;
    margin: 0px 0px 10px 0px;
}

#content_left h1 {
	font-family: "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	font-size:170%;
	color:#338BC4;
	font-weight:700;
}

#content_left h2 {
	font-size:120%;
	color:#338BC4;
	font-weight:300;
	color:#338BC4;
	padding-top:3px;
	padding-bottom:20px;
}

#content_left p {
	font-size:90%;
	color:#666;
	line-height:1.3;
}

/* -------------------------------------------------------- FOOTER */

#footer {
    width:870px; 
    height:100px;
    float:left;
    margin: 10px 0px 10px 15px;
}

.footer_section {
	height:100px;
	float:left;
	margin:0px 0px 0px 0px;
}

.footer_section_title {
	width:100%;
	height:auto;
	float:left;
	color:#999;
	font-size:80%;
}

.footer_tag {
	width:130px;
	height:auto;
	float:left;
	margin:3px 0px 0px 5px;
	font-size:70%;
	color:#CCC;
}

#footer_contact {
	width:100%;
	height:auto;
	float:left;
	color:#999;
	margin:5px 0px 0px 10px;
	font-size:140%;
}

#footer_contact a {
	font-size:70%;
	color:#999;
	text-decoration:none;
	padding-bottom:5px;
}

#footer_contact img {
	margin-top:10px;
}

#copy {
	width:200px;
	height:auto;
	float:right;
	margin:70px 0px 0px 0px;
	font-size:80%;
	color:#999;
}

#copy a {
	color:#999;
}
/* -------------------------------------------------------- BANNER */

#slider1 {
	width:280px;
	height:400px;
	float:left;
	margin:0px 0px 0px 0px;
}

.sliderImage {
	width:280px;
	height:400px;
}

/* -------------------------------------------------------- HOME */

table {
	color:#666;
	font-size:90%;
	margin:20px 0px 20px 0px;
}

table tr td.w50 {
	width:50px;
}

table tr td {
	padding-bottom:10px;
}

/* -------------------------------------------------------- PRICES */

table#prices {
	color:#666;
	font-size:90%;
	margin:20px 0px 20px 0px;
}

table#prices tr td.w250 {
	width:250px;
}

table#prices tr td {
	padding-bottom:5px;
}

/* -------------------------------------------------------- PHOTOS */

.photo_row {
	width:auto;
	height:auto;
	float:left;
	margin:10px 0px 0px 0px;
}

.photo {
	width:150px;
	height:auto;
	float:left;
	margin:0px 18px 0px 0px;
	border:2px solid #338BC4;
}