/* Body
---------------------------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

hr {
    border: 0;
    height: 1px;
    color: #BDBDBD;
    background-color: #BDBDBD;
    clear: both;
}

a {
  outline: none;
}


/* Sectioning - Layout
---------------------------------------*/

#header {
    height: 165px;
    text-align: center;
    background: url(../images/masthead_bg.jpg);
}

#headerinner {
    width: 960px;
    min-width: 960px;
    height: 165px;
    margin: 0 auto;
    text-align: left;
}

#contentwrapper {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
}

#content {
    width: 740px;
    float: right;
    min-height: 300px;
}

#maincontent {
    width: 540px;
    float: left;
    min-height: 300px;
    background: #fff;
    text-align: left;
}

#secondarycontent {
    width: 180px;
    float: right;
    min-height: 300px;
    text-align: left;
}

#leftnav {
    min-height: 300px;
    width: 200px;
    float: left;
    text-align: left;
}

#footer {
    height: 96px;
    clear: both;
    width: 960px;
    background: #B7B7B7;
    margin-bottom: 20px;
}

/* Masthead Items
---------------------------------------*/

#logo {
    float: left;
}

#logo img {
    border: 0px;
}

#mastheadpic {
    float: right;
    padding-top: 36px;
    padding-right: 0px;
}

#mastheadpic img {
    border: 0px;
}

#mainnav {
    position: absolute;
    top: 136px;
    clear: both;
}

#mainnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    min-width: 960px;
}

#mainnav li {
    float: left;
}

#mainnav ul a {
    display: block;
    float: left;
    width: 192px;
    height: 28px;
    line-height: 28px;
    background: #333333;
    text-indent: 24px;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #fff;
}

#mainnav ul a:hover {
    background: #454545;
}

#home #mainnav .home a,
#outdoorcatkennels #mainnav .outdoorcatkennels a,
#wheretobuy #mainnav .wheretobuy a,
#faq #mainnav .faq a,
#contact #mainnav .contact a {
    background: #262626;
}

/* LeftNav Items
---------------------------------------*/

#leftnavmargin {
    margin-left: 16px;
    margin-bottom: 25px;
}

#leftnav h3 {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #295146;
    margin-top: 38px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#leftnav ul {
    margin: 0 0 18px 0;
    padding: 0;
    text-indent: 15px;
    list-style: none;
    float: left;
}

#leftnav li {
    float: left;
}

#leftnav ul a {
    display: block;
    float: left;
    width: 170px;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #595959;
    background: #fff;
}

#leftnav ul a:hover {
    color: #2F343A;
}

#leftnav #googlelinksleftnav {
    margin-left: 0px;
    display: block;
    width: 170px;
}

#leftnav img {
    border: 0px;
    padding-top: 8px;
}

/* Main Content Items
---------------------------------------*/

#maincontentmargin {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 30px;
}

#maincontent h1 {
    font-family: arial, verdana, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #34363A;
    margin-top: 26px;
    margin-bottom: 4px;
}

#maincontent h2 {
    font-family: arial, verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #295146;
    margin-top: 4px;
    margin-bottom: 8px;
    clear: left;
}

#maincontent h3 {
    font-family: arial, verdana, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #34363A;
    margin-top: 32px;
    margin-bottom: 4px;
    float: left;
    clear: both;
}

#maincontent h4 {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #295146;
    margin-top: 37px;
    margin-bottom: 8px;
    float: right;
}

#maincontent p {
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #46474A;
    margin-top: 20px;
    margin-bottom: 4px;
    line-height: 22px;
}

.price {
    font-family: arial, verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #34363A;
    float: left;
}

.buynow {
    float: right;
    margin-top: -18px;
}

#maincontent img {
    float: left;
    margin-right: 25px;
    margin-bottom: 12px;
    margin-top: 20px;
    border: 0;
}

#maincontent img#rightalign {
    float: right;
    margin-right: 0;
    margin-left: 25px;
}

#maincontent a {
    color: #295146;
    text-decoration: underline;
}

#maincontent a:hover {
    color: #295146;
    text-decoration: underline;
}

#maincontent #clearme {
    clear: both;
}


/* Secondary Content Items
---------------------------------------*/

#secondarycontentmargin {
    margin-left: 24px;
    margin-bottom: 25px;
}

#secondarycontent h3 {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #295146;
    margin-top: 36px;
    margin-bottom: 8px;
}

#secondarycontent img {
    margin-top: 16px;
    border: 0;
}

#secondarycontent p {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #595959;
    line-height: 15px;
}

#imagecaption {
    font-style: italic;
    margin-top: 3px;
}

#secondarycontent a {
    color: #295146;
    text-decoration: underline;
}

#secondarycontent a:hover {
    color: #295146;
    text-decoration: underline;
}

/* Footer Items
---------------------------------------*/

#footer p {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #484B52;
    line-height: 15px;
    padding-top: 38px;
}

#footer a {
    text-decoration: none;
    color: #484B52;
}

#footer a:hover {
    color: #295146;
    text-decoration: underline;
}

