﻿@import url(../StyleSheet.css);

body 
{
    background: #f4e7b7 url(Frame/BodyBg.gif) top center;
    text-align: center;
}

#container 
{
    width: 940px;
    margin: 0 auto;
    text-align: left;
    background: #fff8dd url(Frame/ContentBg.gif) top center;
}

#header hr, #footer hr { display: none; }
#header 
{
    background: url(Frame/HeaderBg.jpg) top left no-repeat;
    position: relative;
    z-index: 500;
}
#logo { padding: 20px 0 0 365px; height: 124px; }
#wrapper  
{
    margin-top: 53px; /* give room for the main toolbar */
    padding-top: 10px;
    background: url(Frame/ContentShadow.jpg) top left no-repeat;
}

/**** Main Tool **************************************************************/
ul#mainTool, ul#mainTool li, ul#mainTool ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#mainTool  
{
    background: #bd4a12 url(MainTool/BgSync.gif) repeat-y; 
    width: 940px; 
    position: absolute;
}
ul#mainTool, ul#mainTool a  {color: #fff8dd; }
ul#mainTool a.root
{    
    font-family: "Times New Roman"; 
    font-style: italic; 
    font-size: 18px; 
    font-weight: bold; 
    padding: 7px;
    display: block;
    text-decoration: none;
    height: 39px;
    vertical-align: middle;
}
ul#mainTool a.root:hover,
ul#mainTool li.active a.root
{
    color: #522372;
    background-color: #ffe7c4;
    border-color: #f7941e;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    padding: 6px 6px 7px 6px;
}
ul#mainTool li.selected a.root
{
    color: #522372;
}
ul#mainTool li.root 
{
    float: left;
    margin: 0 8px;
    margin: 0;
    padding: 0 8px 0 12px;
    position: relative;
}

/** Sub Navigation ****/
ul#mainTool li .subMenu 
{
    position: absolute;
    top: 53px;
    left: 12px;
}
ul#mainTool li ul  
{
    background: #ffe7c4;
    border-color: #f7941e;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 0 15px 15px;
    width: 150px;
}
ul#mainTool li ul li { padding: 5px 0; line-height: 11px; }
ul#mainTool li ul a 
{
    color: #522372;
    font-weight: bold;
    font-size: 11px;
}

#mt_AboutUsSection, #mt_WhyUsSection { width: 125px; }
#mt_FranchiseSection  { width: 140px; }
#mt_MoreInformationSection    { width: 210px; }
#mt_FaqSection         { width: 230px; }
ul#mainTool #mt_FranchiseSection a.root,
ul#mainTool #mt_MoreInformationSection a.root,
ul#mainTool #mt_FaqSection a.root { padding-top: 15px; height: 24px; }
ul#mainTool #mt_FranchiseSection a.root:hover, ul#mainTool #mt_FranchiseSection.active a.root,
ul#mainTool #mt_MoreInformationSection a.root:hover, ul#mainTool #mt_MoreInformationSection.active a.root,
ul#mainTool #mt_FaqSection a.root:hover, ul#mainTool #mt_FaqSection.active a.root { height: 30px; }
ul#mainTool #mt_MoreInformationSection ul, ul#mainTool #mt_FaqSection ul { width: 210px; }

/**** Top Toolbar *************************************************************/
#topPane 
{
    position: absolute;
    top: 10px;
    right: 1px;
    width: 130px;
    text-align: right;
    padding-right: 210px;
}
#topPane, #topPane input { font-size: 11px; }
#topPane a 
{
    color: #8a8d09;
    font-weight: bold;
}
#topPane .searchPane
{
    position: relative;
    text-align: left;
    margin-left: 0;
    width: 196px;
    position: absolute;
    top:3px; right: 0;
}
#topPane .searchPane label 
{
    position: absolute;
    top: 2px;
    left: 3px;
    color: #999;
}
#topPane .searchPane input.text {
    position: absolute;
    top: 0;
    left: 0;
}
#topPane .searchPane input.searchButton 
{
    position: absolute;
    top: 0;
    right: 0;
}
#topPane .submitInquiry
{
    background: url(Frame/submit_btn.png) top left no-repeat;
    display:block;
    width: 135px;
    height: 26px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

/**** Search Styles *********************************************************/
.search input.searchButton, .searchPane input.searchButton
{
    background: #e45d1b url(Buttons/Search.gif) top left no-repeat;
    border: 0;
    color: #fff;
    width: 53px;
    height: 19px;
    padding: 0;
    font-size: 11px;
    text-indent: -9999px;
    overflow: hidden;
}
.search input.text, .searchPane input.text {
    border: 1px solid #cfcfcf;
    background: #fff;
    width: 136px;
    padding: 2px;
    margin: 0;
    font-size: 11px;
}

/**** Footer *****************************************************************/
#footer 
{
    padding: 10px 20px;
    overflow: hidden;
    font-size: .9em;
    width: 900px;
    background: url(Frame/DoggieTreatment.gif) top right no-repeat;
    position:relative;
}
#footer .copyright { padding: 0; margin: 0; }
#footer .copyright, #footer .links { float: left; }
#footer a { color: #3c3c3c; }
#footer ul.links, #footer ul.links li 
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#footer ul.links { margin-left: 20px; }
#footer ul.links li  
{
    display: inline; 
    border-left: 1px solid #3c3c3c;
    margin-left: 10px;
    padding-left: 10px;
}
#footer ul.links li.firstChild 
{
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
#footer .disclaimer 
{
    font-size: .9em;
    clear: both;
    padding-right: 200px;
    padding-top: 10px;
    width: 700px;
}

/**** Engine Table **********************************************************/
table.engineTable td { padding: 0 0 5px 0; }
table.engineTable label { padding-right: 15px; }

.windowPrint { float:right; margin-right:50px; }
#footer .submitInquiry
{
    background: url(Frame/submit_btn.png) top left no-repeat;
    display:block;
    width: 135px;
    height: 26px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    position:absolute;
    right: 35px;
    top:90px;
}
