﻿html						{overflow:scroll;}

body						{margin:0px auto; 
							background-color: #cccccc;
							font-family: verdana, arial, "Times New Roman"; 
							font-size:80%; 
							text-align: center; 
							line-height: 19px;
							}

#container					{/*position: relative;*/
							width: 900px;
							background-color: #ffffff;
							margin: 0 auto;	
							text-align: left;}
.contentarea				{float: left; 
							width: 550px; 
							margin-top: 0; 
							padding-top: 30px;}							

#specialOffer				{float: right; 
							width: 185px;
							margin: 30px 0px 0 0; 
							padding-top: 0px 0 0 0;}
							
#horizontalMenu				{height: 30px; 
							background-color:#fff;
							border-bottom: solid 3px #fff;}
							
#leftMenu					{float: left; 
							width: 150px;
							margin-top: 0; 
							padding-top: 30px;}
							
#leftMenu ul				{margin: 0; 
							padding: 0 0 0 30px; 
							list-style-type: none; 
							line-height: 26px; 
							font-weight: bold;}
							
#leftMenu ul li				{}							

h1							{
							font-size: 120%; 
							padding-top: 0; 
							margin-top: 0;
							color: #AB7B55;
							text-transform: uppercase; 
							font-weight: bold;}
h2							{color: #AB7B55; 
							font-size: 110%; 
							margin: 0; 
							padding: 0 0 15px 0; 
							text-transform: capitalize; 
							font-weight: bold;
							}
h2#home
							{
								color: #000;
								font-size: 100%;
								font-weight: normal;
								text-transform:none;
							}							
							
#horizontalMenu ul			{margin: 0 0 0 30px; 
							padding: 0px 0 0 0;
							text-transform: uppercase;
							text-align: center; 
							font-size: 10px;
							list-style-type: none; }

#horizontalMenu ul li		{float: left;
							padding-top: 3px;
							background-color: #E2D7CF; 
							border-right: solid 3px #fff; 
							height: 23px; 
							text-align: center;
							letter-spacing: 1px;}		
							
#strapline					{margin: 0;
							padding: 3px 0 0 0; 
							height: 22px; 
							width: 900px; 
							border-bottom: solid 3px #fff; 
							background-color: #E2D7CF; 
							text-align: center; 
							text-transform: uppercase; 
							letter-spacing: 1px;}	
#topBanner							
{
    background-image: url('../graphics/Cuteenies_banner.jpg'); 
    width: 900px;
    height: 177px; 
    font-weight: bold;
    }
#main
{
    width: 900px; 
    min-height: 400px;
    background-image: url('../graphics/back.jpg'); 
    background-repeat:repeat-y;
    margin-top: 30px; 
    }								
#rightSection
{
    float: right; 
    width: 185px; 
    margin: 0px; 
    padding-top: 0px;}
#contentarea
{
    float: left; 
    width: 550px;
    padding: 0 10px 0 15px; 
    margin: 0;}
/*********** left Nav*************/							
a.top:link {color: #000; text-decoration: none;font-size: 11px;}     /* unvisited link */
a.top:visited {color: #000;text-decoration: none;font-size: 11px;}  /* visited link */
a.top:hover {color: #AB7B55;text-decoration: none;font-size: 11px;}   /* mouse over link */
a.top:active {color: #000;text-decoration: none;font-size: 11px;}   /* selected link */ 

/************* site map links *************/
a.site:link {color: #000;text-transform: capitalize;font-size: 12px;}     /* unvisited link */
a.site:visited {color: #000;text-transform: capitalize;font-size: 12px;}  /* visited link */
a.site:hover {color: #AB7B55;text-transform: capitalize;font-size: 12px;}   /* mouse over link */
a.site:active {color: #000;text-transform: capitalize;font-size: 12px;}   /* selected link */ 

/********** links page ************/
a.linkP:link {color: #000; text-decoration: underline;font-size: 12px;}     /* unvisited link */
a.linkP:visited {color: #ccc;text-decoration: underline;font-size: 12px;}  /* visited link */
a.linkP:hover {color: #AB7B55;text-decoration: underline;font-size: 12px;}   /* mouse over link */
a.linkP:active {color: #000;text-decoration: underline;font-size: 12px;}   /* selected link */ 

a {color: #333; text-decoration: none;}     /* unvisited link */

.moreInfoBox
{
    background-color: #AB7B55; 
    width: 155px; 
    height: 35px; 
    margin: 20px 0 0 0; 
    padding: 10px 0 0 10px; 
    color: #fff;
    }

/***************************************************
			Left Nav styling
***************************************************/
        ul.leftMenu
        {
            width: 140px;
            text-align: left;
            font-size: 1em;
            list-style-type: none;
            color: #555555;
            border-top: solid 2px #FFFFFF;
            margin: 0; padding: 0; float: left
        }
        .leftMenu li
        {
            display: inline;
        }
        .leftMenu li a:link, .leftMenu li a:visited
        {
            text-decoration: none;
            display: inline;
            color: #555555;
            text-transform: capitalize;
        }
        .leftMenu li a.box
        {
            text-decoration: none;
            position: relative;
        }
        .leftMenu li a.box:hover
        {
            cursor: hand;
            text-decoration: none;
        }
        .leftMenu li a.box .wrapper
        {
            float: left;
            width: 130px;
            background-color: #E1D8D1;
            padding: 4px 0 0px 10px;
            border-bottom: solid 2px #FFFFFF;
            height: 22px;
        }
        .leftMenu li a.box:hover .wrapper
        {
            background-color: #3E1706;
            color: #fff;
        }
        #activeLink
        {
            background-color: #3E1706;
            color: #fff;
        }											