/*  
*   Basic Styles
*   Author    -> MayVas <info@mayvas.com>
*   File type -> CSS2
*   License   -> GPL

----------------------  
  Document Structure
----------------------
  #1 - Wrapper Block
  #2 - Header Block
  #3 - Custom Block
  #4 - Content Container Block
    #4.1 - Left
    #4.2 - Main
    #4.3 - Right       
  #5 - Footer Block
  #6 - Navigation (Main Menu Module)
*/

#lineBgr
{
background: url(../images/lineBgr.gif) repeat-x;
height: 1px;
margin: 20px 0px 20px 0px;
}

#lineRedBgr
{
background: url(../images/lineBgrRed.jpg) repeat-x;
height: 7px;
}


#logoBlock{
position:absolute;
left: 50px;
top: 16px;
}

#contactTop
{
float: right;
font-size: 13px;
line-height: 24px;
padding: 0px 15px 0px 0px;
}

#menuIco
{
text-align: right;
padding: 5px 0px 3px 0px;
width: 100%;
}

#menuIco a
{
padding: 5px 15px 0px 0px;

}

/* #1 -- <MainPhotoBlock Image Block -- */

#mainPhoto
{

}

#photoText .image_container img
{
border: 1px #dcdddd solid;
padding:  5px;
background: #ffffff;
}

#mainPhoto .image_container img
{
border: 1px #dcdddd solid;
padding:  5px;
background: #ffffff;
float: left;

}

#mainPhoto .image_container
{
margin: 0px 10px 20px 0px;
}



/* #1 -- Wrapper Block -- */
#wrapper
{
background: url(../images/footerBgr.jpg) no-repeat right bottom #ffffff;
}

/* #2 -- Header Block -- */
#header
{
margin: 0px 0px 0px 0px;
background: url(../images/headerBgr.jpg) repeat-x;
}

#header .inside a{

}

/* #4 -- Content Container Block -- */
#container{

}

/* #4.1 - Left - */
    #left{
    margin:0px 10px 0px 20px;
    }
    
    #left .inside
    {
    color: #6f706c;
    font-size: 12px;
    background: #ffffff;
    }
    
  
        /* Left content elements */
        
        
/* #4.2 - Main - */
    #main
    {
    margin: 20px 20px 0px 20px;
    min-height: 600px;
    }
    
    #main .inside{
    padding: 0px 0px 0px 0px;
    }
    
    #main .inside .mod_article
    {

    }
    
        /* Main content elements */
        
   .mod_breadcrumb
    {
    padding: 0px 0px 0px 10px;
    }  
         
            
/* 4.3 - Right - */
    #right{
    margin:0px 30px 0px 0px;
    }
    #right .inside{}
        /* Right content elements */    




/* #5 -- Footer Block -- */
#footer{
font-size: 13px;
padding: 100px 0px 10px 0px;
color: #444444;
}

#footer .inside #contactCopy
{
padding: 25px 0px 0px 30px;
}

#footer .inside #webCopy
{
padding: 10px 0px 0px 30px;
}

#footer .inside #webCopy a{
color: #492030;
text-decoration: underline;
}

#footer .inside #webCopy img
{
padding: 0px 0px 1px 0px;
}

#footer .inside #webCopy a:hover{
color: #492030;
text-decoration: none;
}

#footer .inside #webCopy img{
position: relative;
top: 3px;
left: 5px;
}

#footer .inside #counter
{
padding: 5px 0px 0px 30px;
}
