

.arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #000;
		display: inline-block;
}
.arrow-right {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #000;
		display: inline-block;
}

html, body {
    background: url("../pics/bg.gif") repeat-x scroll 0 0 #333D42;
    font-family: helvetica,arial;
    height: 100%;
    margin: 0;
    padding: 0;
}

#container {
    height: 100%;
    min-height: 100%;
    position: relative;
}
html > body #container {
    height: auto;
}
#content {
    margin: 0 auto;
    padding: 1px;
    width: 1000px;
}
#footer {
    background-color: #CCCCCC;
    bottom: 0;
    color: #333333;
    font: 14px Verdana,Geneva,sans-serif;
    height: 90px;
    position: absolute;
    width: 100%;
}
#footer p {
    margin: 10px auto;
    padding: 15px 0 0;
    width: 1000px;
}
#footer p img {
    float: right;
    margin-top: -15px;
}
.hide {
    display: none;
    visibility: hidden;
}
.clear {
    clear: both;
}
.spacer {
    height: 110px;
}
.seemore {
    font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.break {
    clear: both;
}
.slice {
    float: left;
}
a img {
    border: medium none;
}
#canvas {
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    text-align: left;
    width: 1000px;
}

/* Top Nav*/
#topnav {
    height: 20px;
    text-align: left;
    width: 100%;
}

#topnav .left {
    /*background: url("../pics/logo.gif") no-repeat scroll 0 0 transparent;*/
    height: 75px;
    margin-top: 10px;
    position: absolute;
    width: 458px;
}

#topnav .left p {
    display: none;
    visibility: hidden;
}
#topnav h1{
	color:#DDDBC2;
	text-transform: uppercase; 
	line-height: 1.1em;
}
#topnav .left h1{ color: #DD782D;}
#topnav h1 span{ 
	color: #676658;
    font-family: Tahoma;
    font-weight: normal;
}

#topnav .right {
    background: url("../pics/headshot_2.png") no-repeat scroll 0 0 transparent;
    height: 162px;
    margin: 0 0 0 680px;
    position: absolute;
    width: 298px;
}

/* Mid Nav*/
#midnav {
    height: 40px;
    margin: 117px 0 0;
    padding: 0;
}
#midnav ul {
    display: block;
    font-size: 16px;
    font-weight: bold;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#midnav li {
    display: inline;
}
#midnav li a {
    color: #666666;
    display: block;
    float: left;
    margin-top: -2px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
#midnav li a span {
    display: none;
}
#midnav li a.home {
    background: url("../pics/btn_home_off.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 67px;
}
#midnav li a.about {
    background: url("../pics/btn_about_off.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 76px;
}
#midnav li a.services {
    background: url("../pics/btn_services_off.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 91px;
}
#midnav li a.testimonials {
    background: url("../pics/btn_testimonials_off.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 132px;
}
#midnav li a.faq {
    background: url("../pics/btn_faq_off.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 52px;
}
#midnav li a.contact {
    background: url("../pics/btn_contact_off.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 92px;
}
#midnav li a.products {
    background: url("../pics/btn_products_off.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 88px;
}
#midnav li a.home:hover {
    background: url("../pics/btn_home_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 67px;
}
#midnav li a.about:hover {
    background: url("../pics/btn_about_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 76px;
}
#midnav li a.services:hover {
    background: url("../pics/btn_services_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 91px;
}
#midnav li a.testimonials:hover {
    background: url("../pics/btn_testimonials_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 132px;
}
#midnav li a.faq:hover {
    background: url("../pics/btn_faq_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 52px;
}
#midnav li a.contact:hover {
    background: url("../pics/btn_contact_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 92px;
}
#midnav li a.products:hover {
    background: url("../pics/btn_products_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 88px;
}
#home #midnav li a.home {
    background: url("../pics/btn_home_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 67px;
}
#about #midnav li a.about {
    background: url("../pics/btn_about_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 76px;
}
#services #midnav li a.services {
    background: url("../pics/btn_services_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 91px;
}
#testimonials #midnav li a.testimonials {
    background: url("../pics/btn_testimonials_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 132px;
}
#faq #midnav li a.faq {
    background: url("../pics/btn_faq_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 52px;
}
#contact #midnav li a.contact {
    background: url("../pics/btn_contact_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 92px;
}
#products #midnav li a.products {
    background: url("../pics/btn_products_on.gif") no-repeat scroll 0 0 transparent;
    height: 27px;
    width: 88px;
}
#services a h2 {
    text-decoration: none;
}
#midcontent {
    margin: 0 auto;
    padding: 1px;
    width: 1000px;
	position:relative;
}
#midcontent .left {
    height: 210px;
    margin: -20px 0 0 10px;
    position: absolute;
    width: 560px;
}
#midcontent .right  h2{
    
	/*background: url("../pics/trainer_your_dog_would_choose.png") no-repeat scroll 170px 35px transparent;*/
    color: #332D25;
    display: block;
    font: bold 29px/40px tahoma;
    margin: 0;
    position: absolute;
    right: 0;
    top: 13px;
}

#midcontent .container {
    padding: 20px;
}
#midcontent .container dl {
    float: left;
    margin: 0 0 20px;
    padding: 0;
}
#midcontent .container dt {
    float: right;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 28px;
    margin: 0 0 5px 10px;
    padding: 0;
    width: 360px;
}
#midcontent .container dd {
    font: italic 18px/1.6em Georgia,"Times New Roman",Times,serif;
    margin: 0 20px 0 160px;
    padding: 0;
}
#midcontent .container dd.img {
    margin: 0 20px 0 0;
    padding: 0;
}
#midcontent .container dd.img img {
    float: left;
}
#bill {
    background-color: #FFFFFF;
    font: 18px/1.5em Georgia,"Times New Roman",Times,serif;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    width: 960px;
}

#bill h2 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#bill h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#bill p {
    font: 18px/1.4em Georgia,"Times New Roman",Times,serif;
}
#bill img {
    float: left;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}
#bill dl {
    float: left;
    margin: 0 0 20px;
    padding: 0;
}
#bill dt {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 840px;
}
#bill dd {
    font: 16px/1.5em Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 0;
    width: 940px;
}
#bill hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #999999;
    border-style: none none dotted;
    border-width: medium medium 1px;
    clear: both;
    margin: 10px 0;
}
#bill ul {
    margin-left: 0;
    padding-left: 15px;
}

/*Orange link theme*/
#bill a {
    color: #DD782D;
    text-decoration: none;
}
#bill a:hover{ 
	text-decoration: underline;
}

	/*links page*/
#bill ul:first-child li > a{
	color: #000;
}
#bill ul:first-child li > a:hover{color: #DD782D;}}
/*END link color theme*/

/* accordion lists*/
#bill  ul.accordion > li{list-style: none;} 
#bill .accordion li h2{cursor:pointer;}
#bill .accordion li h2 + div {display:none}
#bill .accordion li div p {margin-top:0;}
#bill .accordion li .arrow-right,#bill li .arrow-down{margin-left: 5px;}
#bill .accordion li ul{list-style:disc}

#links {
    background-color: #FFFFFF;
    margin: 160px auto 0;
    padding: 30px;
    position: relative;
    width: 960px;
}
#links ul {
    font: 16px/1.6em Georgia,"Times New Roman",Times,serif;
    margin-left: 50px;
}
#links ul {
    margin-left: 12px;
}
#links hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #999999;
    border-style: none none dotted;
    border-width: medium medium 1px;
    clear: both;
    margin: 10px 0;
}
#billcontent {
    background-color: #FFFFFF;
    margin: 160px auto 0;
    padding: 30px;
    position: relative;
    width: 960px;
}
#billcontent h2 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#billcontent h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#billcontent p {
    font: italic 16px/1.5em Georgia,"Times New Roman",Times,serif;
}
#billcontent img {
    float: left;
    margin: 12px 0 0;
    padding-bottom: 15px;
    padding-right: 15px;
}
#billcontent dl {
    float: left;
    margin: 0 0 20px;
    padding: 0;
}
#billcontent dt {
    float: right;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#billcontent dd {
    font: italic 16px/1.5em Georgia,"Times New Roman",Times,serif;
    margin: 0 0 0 100px;
    padding: 0;
    width: 860px;
}
#billcontent dd.img {
    margin: 0 8px 0 0;
    padding: 0;
    width: 100px;
}
#billcontent dd.img img {
    float: left;
    margin-top: 0;
}
#billcontent ul {
    font: italic 14px Georgia,"Times New Roman",Times,serif;
    margin-left: 120px;
}
#billcontent ul.flat {
    margin-left: 20px;
}
#billcontent hr {
    border: medium none;
    clear: both;
    margin: 10px 0;
}
#index_bill {
    background-color: #FFFFFF;
    margin-top: 193px;
    padding: 30px;
    position: relative;
    width: 960px;
}
#index_bill h2 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#index_bill p, #index_bill ul {
    font: 16px/1.5em Georgia,"Times New Roman",Times,serif;
}
#index_bill ul {
    margin-left: 120px;
}
#index_bill img {
    float: left;
    margin-top: 12px;
    padding-bottom: 15px;
    padding-right: 15px;
}
#index_bill img.r {
    float: right;
    margin-top: 12px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#index_bill hr {
    border: medium none;
    clear: both;
    margin: 15px 0;
}
#index_bill .slice2 {
    float: left;
    width: 550px;
}
#index_bill .slice2 ul {
    margin: 5px 0 0 25px;
    padding: 0 10px 0 0;
}
#index_bill .slice3 {
    float: left;
    width: 230px;
}
#index_bill .slice3 p {
    font-size: 12px;
}
#index_bill .slice3 ul {
    font-size: 12px;
    margin: 5px 0 0 15px;
    padding: 0;
}
#contact #grid {
    background-color: #FFFFFF;
    margin: 160px auto 0;
    padding: 30px;
    position: relative;
    width: 960px;
}
#contact #grid h2 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#contact #grid h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    width: 862px;
}
#contact #grid p {
    font: italic 16px/1.5em Georgia,"Times New Roman",Times,serif;
}
#contact .groups {
    margin-top: 25px;
    padding: 1px;
    position: relative;
}
#contact .groups .slice1 {
    float: left;
    margin: 0 20px;
    width: 280px;
}
#contact .groups .slice1 object {
    margin-top: 15px;
}
#contact .groups .slice2 {
    border-left: 1px dotted #999999;
    float: left;
    margin: 0 0 0 20px;
    padding-left: 35px;
    width: 580px;
}
#contact .groups .slice2 img {
    margin-top: 15px;
}
#contact .groups .slice2 form {
    display: block;
    margin-top: 10px;
}
#contact .groups .slice2 input.email {
    width: 160px;
}
#products #grid {
    margin-top: 150px;
    width: 980px;
}
#products #grid .div {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    float: left;
    height: 250px;
    margin: 15px;
    padding: 20px;
    width: 120px;
}

