body
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    color: #000;
    margin: 0 0 0 0;
    background-color: #000;
}

td
{
    font-weight: normal
}

h1, h2, h3
{
    color: #1a9196;    
}
p.title
{
    margin:0;
    color: #1a9196;   
    font-size: 20px;
}

a:link {color: #db501f}     /* unvisited link */
a:visited {color: #ac6a1b}  /* visited link */
a:hover {color: #54b1b6}   /* mouse over link */
a:active {color: #183881}   /* selected link */        

a.home 
{   
    background: url(../../Images/Buttons/home.jpg) no-repeat right;
    width: 75px;
    height: 25px;   
    display: inline-block;
}
a.home:hover, a.home:active
{ 
    background-position: left; 
}
.home strong
{
    display: none;   
}
a.boys 
{   
    background: url(../../Images/Buttons/boys.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;     
}
a.boys:hover, a.boys:active
{ 
    background-position: left; 
}
.boys strong
{
    display: none;   
}
a.girls 
{   
    background: url(../../Images/Buttons/girls.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;     
}
a.girls:hover, a.girls:active
{ 
    background-position: left; 
}
.girls strong
{
    display: none;   
}

a.family 
{   
    background: url(../../Images/Buttons/family.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;     
}
a.family:hover, a.family:active
{ 
    background-position: left; 
}
.family strong
{
    display: none;   
}


a.litters 
{   
    background: url(../../Images/Buttons/litters.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;     
}
a.litters:hover, a.litters:active
{ 
    background-position: left; 
}
.litters strong
{
    display: none;   
}

a.news 
{   
    background: url(../../Images/Buttons/news.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;     
}
a.news:hover, a.news:active
{ 
    background-position: left; 
}
.news strong
{
    display: none;   
}

a.history 
{   
    background: url(../../Images/Buttons/history.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;
}
a.history:hover, a.history:active
{ 
    background-position: left; 
}
.history strong
{
    display: none;   
}
a.contact 
{   
    background: url(../../Images/Buttons/contact.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;     
}
a.contact:hover, a.contact:active
{ 
    background-position: left; 
}
.contact strong
{
    display: none;   
}

a.more 
{   
    background: url(../../Images/Buttons/more.jpg) no-repeat right;
    width: 75px;
    height: 25px;  
    display: inline-block;     
}
a.more:hover, a.more:active
{ 
    background-position: left; 
}
.more strong
{
    display: none;   
}


div.content_bg
{
    width: 100%;
    background-image: url(../../Images/Backgrounds/bg_main_top.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #fff;   
}
div.main
{
    text-align: center;
}
div.main_content
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;  
}
div.top
{
    width: 100%;
    height: 140px;
    position: fixed;
    background-color: #FFF;
    background-image: url(../../Images/Backgrounds/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
div.top_content_wrapper
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: left;
}
div.top_left
{
    float: left;
    width: 15%;
    position: relative;
    top: 15px;
}
div.top_right
{
    float: right;
    clear: right;   
    width: 85%;
    position: relative;
    top: 40px;
}
div.top_logo
{
    width: 95%;
}
div.top_logo_content
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;    
}
div.top_nav
{
    width: 100%;
}
div.top_nav_content
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 40px;
}
#navtable
{
    background-color: #000;
}
td.navtable_cell
{
    text-align: center;   
}
div.main_body
{
    width: 100%; 
    background-color: #FFF;
}
div.footer
{
    width: 100%;    
}
div.footer_content
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#divModal
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9997;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#divModal_toolbar
{
    clear:both;
    width: 100%;
    text-align: right;    
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
#divModal_content
{
    position: fixed;
    width: 800px;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}
#divModal_bg
{
    background-color: #000;
    filter:alpha(opacity=90);
    opacity:0.9;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
img.enlargeable
{
    cursor: pointer;   
}