﻿*
{
	font-family         : Tahoma, Verdana, Helvetica, sans-serif;
	margin              : 0px;
	padding             : 0px;
    font-size           : 13px;
}

html, body
{
    text-align          : center; 
    margin              : 0; 
    padding             : 0; 
    width               : 100%; 
    background          : #ffffff;
    background-image    : url('/templates/images/general/BgStretch_land.jpg'); 
    background-repeat   : repeat-x;
}

.wowHeader
{
    height              : 392px; 
    background-image    : url('/templates/images/global/wowHeader.jpg'); 
    background-repeat   : no-repeat;
}

.wowBody
{
     vertical-align     : top; 
     height             : 565px; 
     background-image   : url('/templates/images/global/wowBody.jpg'); 
     background-repeat  : no-repeat;
}

.wowFooter
{
     height             : 50px; 
     background-image   : url('/templates/images/global/wowFooter.jpg'); 
     background-repeat  : no-repeat;
     padding-top        : 10px;
}

a
{
    color               : #351C0C;
    text-decoration     : none;
}

a:hover
{
    color               : #896434;
    text-decoration     : none;
}

a img {border: none;}



.wrapper 
{
    width               : 170px;
    padding             : 0px;
    text-align          : left;
    position            : relative;
    vertical-align      : top;
}

.footWrapLeft
{
    width               : 115px;
    padding             : 0px;
    text-align          : right;
    position            : relative;
}

.footWrapCenter
{
    width               : 20px;
    padding             : 0px;
    text-align          : center;
    position            : relative;

}

.footWrapRight
{
    width               : 70px;
    padding             : 0px;
    text-align          : left;
    position            : relative;
}

.firstFooter 
{
    font-size           : 12px;
    font-weight         : bold;
    color               : #ffffff;
    position            : absolute;
    top                 : -5px;
    left                : 0px;
    z-index             : 1;
}

.secondFooter 
{
    font-size           : 12px;
    font-weight         : bold;
    color               : #000000;
    position            : absolute;
    top                 : -3px;
    left                : 2px;
    z-index             : 0;
} 


.menuWrapper 
{
    padding             : 0px;
    text-align          : left;
    position            : relative;
    float               : left;
    vertical-align      : top;
}


.firstlayer 
{
    font-size           : 15px;
    font-weight         : bold;
    color               : #fff;
    position            : absolute;
    top                 : -5px;
    left                : 0px;
    z-index             : 1;
}

.secondlayer
{
    font-size           : 15px;
    font-weight         : bold;
    color               : #000000;
    position            : absolute;
    top                 : -3px;
    left                : 2px;
    z-index             : 0;
} 

.pageTitle
{
    color               : #351C0C; 
    font-weight         : bold; 
    padding-top         : 20px; 
    text-align          : right; 
    padding-right       : 45px; 
    font-size           : 18px;
    vertical-align      : top;
    
}


