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

* {
	margin: 0;
	padding: 0;
}
html {
	min-height:101%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../graphics/body.jpg);
	background-attachment:fixed;
}
a {
	-moz-transition-property: color;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
img {
	border:none;
}
strong {
	color:#222;
}

.image-left {
	float:left;
	margin:10px 10px 0 0;
}
.image-right {
	float:right;
	margin:10px 0 0 10px;
}
h1 {
	font-size:26px;
	font-family:Gabriola;
	color:#fff;
	padding:0 0 10px 0;
	font-weight: normal;
}
.dark-title {
	color:#000;
}
h2 {
	font-size:28px;
	color:#333;
	font-weight: normal;
	padding:0 0 5px 0;
}
h3 {
	font-size:18px;
	color:#666;
	padding:0 0 5px 0;
}
#top-holder {
	width:100%;
	height:140px;
}
#top {
	width:960px;
	height:140px;
	margin: 0 auto;
}
#logo {
	width:510px;
	height:100px;
	float: left;
	margin: 20px 0 0 225px;
}
#logo img {
	position:absolute;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
#logo img.bottom:hover {
	opacity:0;
}

.center {
	text-align:center;
	font-color:#FFF;
}
#contact-info {
	width:200px;
	height:100px;
	float: right;
	margin: 20px 0 00;
}
#tagline-holder {
	width:100%;
	height:30px;
}
#tagline {
	width:960px;
	height:30px;
	margin:0 auto;
}
#tagline p {
	font-family:Gabriola;
	font-size:20px;
	color:#FFF;
	line-height:30px;
	text-shadow:1px 1px 1px #999;
	text-align:center;
}
#navigation-holder {
	width:100%;
	height:220px;
}
#navigation {
	width: 800px;
	height:200px;
	margin:0 auto;
}
#navigation li {
	float:left;
	margin:0;
	position: relative;
	list-style:none;
}
#middle-holder {
	width:100%;
	height:430px;
	margin:30px 0 0 0;
}
#middle {
	width:480px;
	height:400px;
	margin: 0 auto;
}
#middle-holder-measurement {
	width:100%;
	margin:30px 0 0 0;
	overflow:hidden;
}
#middle-measurement {
	width:800px;
	overflow:hidden;
	margin: 0 auto;
	background-image: url(../graphics/measurement-frame-middle.jpg);
}
#measurement-box {
	font-family:Gabriola;
	font-size:24px;
	overflow:hidden;
	margin:0 40px;
	padding:20px 0 0 0;
}
#measurement-box p{
	margin:10px;
	line-height: 26px;
}
#measurement-box a{
	text-decoration:none;
	color:#666;
}
#measurement-box a:hover{
	color:#333;
}
td {
	text-align:center;
}
.table-header {
	width:120px;
	font-weight:bold;
}
.table-header-size {
	width:60px;
	font-weight:bold;
}
.tr-280 {
	width:280px;
	font-weight:bold;
}
.neck {
	font-weight:bold;
	color:#999;
}
.body {
	font-weight:bold;
	color:#F69;
}
.girth {
	font-weight:bold;
	color:#000;
}
#measurement-box-top {
	width:800px;
	height:24px;
	overflow:hidden;
	margin:0 auto;
	background-image:url(../graphics/measurement-frame-top.jpg);
}
#measurement-box-bottom {
	width:800px;
	height:24px;
	overflow:hidden;
	margin:0 auto 20px auto;
	background-image:url(../graphics/measurement-frame-bottom.jpg);
}

#text-box {
	overflow:hidden;
	margin:20px;
}
#footer-holder {
	width:100%;
	height:30px;
}
#footer {
	width:960px;
	height:30px;
	margin:0 auto;
}
#footer p {
	font-family:Gabriola;
	font-size:18px;
	color:#FFF;
	text-align:center;
	line-height:30px;
	text-shadow:1px 1px 1px #CCC;
}
#footer a {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	color:#999;
}

#middle-holder-contact {
	width:100%;
	height:1000px;
	margin:30px 0 0 0;
}
#middle-contact {
	width:800px;
	height:1000px;
	margin: 0 auto;
	background-image: url(../graphics/contact-box.jpg);
}
#contact-box {
	font-family:Gabriola;
	font-size:24px;
	overflow:hidden;
	margin:0 40px 20px 40px;
	padding:20px 0 0 0;
}
#contact-box p{
	margin:10px;
	line-height: 22px;
}
#contact-box a{
	text-decoration:none;
	color:#666;
}
#contact-box a:hover{
	color:#333;
}
#contact-bottom {
	background-image:url(../graphics/contact-bottom.jpg);
	height: 192px;
	width: 720px;
	margin: 40px 0 0 0;
}
#contact-bottom p{
	line-height:30px;
}
.contact-bottom-left {
	float:left;
	margin:10px 0 0 20px;
}
.contact-bottom-left p{
	font-weight:bold;
}
.contact-bottom-right {
	float:right;
	margin:10px 40px 0 0;
	text-align:center;
}
#contact-bottom .contact-bottom-right a{
	color:#C70991;
	text-decoration:underline;
}
#contact-bottom .contact-bottom-right a:hover{
	color:#90107C;
	text-decoration:underline;
}

/* // Easy Slider */

#slider {
	width: 480px;
}
#slider li {
	width: 480px;
}
/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
			
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:696px;
	background:#fff;
	margin-bottom:2em;
}
#header {
	height:80px;
	line-height:80px;
	background:#5DC9E1;
	color:#fff;
}
#content {
	position:relative;
}
/* Easy Slider */

	#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:480px;
	height:400px;
	overflow:hidden;
}
#prevBtn {
	display:block;
	width:70px;
	height:40px;
	position:absolute;
	left:50%;
	top:370px;
	margin:0 0 0 -340px;
	z-index:1000;
}
#nextBtn {
	display:block;
	width:70px;
	height:40px;
	position:absolute;
	left:50%;
	top:370px;
	margin:0 0 0 740px;
	z-index:1000;
}
#frame {
	display:block;
	width:530px;
	height:450px;
	position:absolute;
	left:50%;
	top:177px;
	margin:0 0 0 -265px;
	z-index:1000;
	background-image:url(../images/slideshow/frame1.png);
}
#slider1next {
	display:block;
	width:70px;
	height:40px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#slider1prev {
	display:block;
	width:70px;
	height:40px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:480px;
}
#prevBtn a, #slider1prev a {
	display:block;
	position:relative;
	width:70px;
	height:40px;
	background:url(../images/slideshow/arrow-left.png) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	display:block;
	position:relative;
	width:70px;
	height:40px;
	background:url(../images/slideshow/arrow-right.png) no-repeat 0 0;
}
/* numeric controls */	

ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
	
/* // Easy Slider */

.cube {
	padding:0 0 0 50px;
}
#middle-holder-about {
	width:100%;
	height:400px;
	margin:30px 0 0 0;
}
#middle-about {
	width:800px;
	height:400px;
	margin: 0 auto;
	background-image: url(../graphics/about-box.jpg);
}
