/* CSS Document
Tanya's Dog Hotel and Spa */

body
{
background-color: #ffce75;
color: black;
font-size: 14px;
line-height: 1.6em;
font-family: "Times New Roman", Times, serif;
}

h1, h2
{
border-bottom: 1px dashed white;
}

h1
{
font-size: 150%;
}

h2
{
font-size: 130%;
}

h3
{
font-size: 120%;
color: #ffa500;
}

a
{
color: #ffa500;
text-decoration: none;
border-bottom: 1px dotted black;
}

a:hover
{
color: red;
}

em
{
font-style: normal;
color: #000;
font-weight: bolder;
}

#allcontent 
{
width: 800px;
margin-right: auto;
margin-left: auto;
}

#header
{
background: #ffa500;
color: white;
margin: 0;
}

#navcontainer ul
{
padding-left: 0;
background-color: #000;
color: White;
width: 100%;
margin: 5px 0 10px 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #000;
color: White;
text-decoration: none;
border-right: 1px solid #fff;
border-bottom: none;
}

#navcontainer ul li a.active
{
background-color: #ffa500;
}

#navcontainer ul li a:hover
{
background-color: #ffa500;
color: #000;
border-bottom: none;
}


#sidebar
{
width: 250px;
height: 800px;
float: right;
background: #ffeece;
background-image: url(images/paws.gif);
background-repeat: no-repeat;
background-position: bottom right;
padding: 10px;
}

#main
{
width: 500px;
height: 800px;
background: #ffeece;
padding: 10px;
}

#sidebarother
{
width: 250px;
height: 600px;
background: #ffeece;
padding: 10px;
}

#mainother
{
width: 500px;
height: 600px;
float: right;
background: #ffeece;
padding: 10px;
background-image: url(images/paws.gif);
background-repeat: no-repeat;
background-position: bottom right;
}


#testimonials
{
height: 800px;
background: #ffeece;
background-image: url(images/paws.gif);
background-repeat: no-repeat;
background-position: bottom left;
padding: 30px;
}

#testimonialslong
{
height: 1000px;
background: #ffeece;
background-image: url(images/paws.gif);
background-repeat: no-repeat;
background-position: bottom left;
padding: 30px;
}

#longbottom
{
background: #ffeece;
background-image: url(images/paws_ups.gif);
background-repeat: no-repeat;
background-position: top right;
padding: 30px;
}

#directions
{
height: 600px;
background: #ffeece;
background-image: url(images/paws_ups.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 10px;
}

img.samples
{
border: 1px solid black;
margin-left: 20px;
margin-top: 10px;
}

img.floatright
{
margin: 10px;
border: 1px solid black;
float: right;
}

img.floatleft
{
margin: 10px;
border: 1px solid black;
float: left;
}

.samples
{
text-align: center;
}

#footer
{
font-size: 12px;
background: #ffa500;
margin-top: 10px;
padding: 5px 10px;
clear: both;
}




#slideshowContainer{
height: auto;
text-align: center;
}

#slideshowContainer a{
border: none;
}

#imagecontainer
{
height: 350px;
padding: 25px;
}

#imagecontainer img
{
border: 1px solid black;
}

#backforthbuttons
{
height: 27px;
}

#numberDiv a{
text-decoration: none;
border: none;
}

#backforthbuttons{
margin-top: 6px;
}
