/*  
*   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)
*/
#photoLine h1
{
margin-bottom: 30px;
}

#photoLine a
{
display: block;
background: url(../images/lineBgr.gif) repeat-x left bottom;
width: 250px;
padding: 0px 0px 5px 0px;
}

.mod_Banner
{
padding: 20px 0px 0px 0px;
}

#lineBgr
{
background: url(../images/lineBgr.gif) repeat-x;
height: 1px;
margin: 10px 0px 10px 0px;
}

#logoBlock{
position:absolute;
left: 10px;
top: 0px;
float:left;
padding: 10px 30px 0px 0px;
}

#contactTop
{
position:absolute;
left: 30px;
top: 170px;
font-size: 11px;
overflow: hidden;
}

#menuIco
{
text-align: right;
padding: 5px 0px 3px 0px;
width: 100%;
}

#menuIco a
{
padding: 5px 40px 0px 0px;
color: #4899d3;
}

#menuIco a:hover
{
color: #db3323;
}

#flashBlock
{
position: absolute;
left: 355px;
top: 25px;
}

/* #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: 10px 10px 20px 0px;
}

.pagination
{
float: right;
font-size: 11px;
}
.pagination p
{
display: none;
}

.pagination ul li
{
list-style-type: none;
margin: 0px;
padding: 0px 3px 0px 0px;
display: block;
float: left;
}

.pagination ul li span.current
{
background: #128ec1;
padding: 2px 7px 4px 7px;
color: #ffffff;
}

.pagination ul li a
{
background: #404994;
padding: 2px 7px 4px 7px;
color: #ffffff;
}

.pagination ul li a:hover
{
background: #128ec1;
}
/* #1 -- <Text Image Block -- */

#mainPhoto .image_container div.caption
{
display: block;
font-size: 12px;
}
/* #1 -- End Image Block -- */


/* #1 -- Wrapper Block -- */
#wrapper
{
background: #ffffff;
}

/* #2 -- Header Block -- */
#header
{
margin: 0px 0px 0px 0px;
background: #ffffff;
}

#header .inside a{

}



/* #3 -- Custom Block -- */
.custom
{

}

.custom #customBlock
{
padding: 10px 0px 10px 20px;
}

.custom #customBlock .inside
{

}




/* #4 -- Content Container Block -- */
#container{
background: #ffffff;
}

/* #4.1 - Left - */
    #left{
   
    }
    
    #left .inside
    {
  
    }
    
  
        /* Left content elements */
        
        
/* #4.2 - Main - */
    #main
    {
    margin: 0px 0px 0px 20px;
    width: 640px;
    }
    
    #main .inside{
    padding: 0px 0px 0px 0px;
    }
    
    #main .inside .mod_article
    {
    padding: 5px;
    background: url(../images/lineBgr.gif) repeat-x;
    }
    
    #main .inside .mod_article h1
    {
    padding: 5px 0px 0px 0px;
    color: #c96836;
    }
        /* Main content elements */
        
   .mod_breadcrumb
    {
    padding: 0px 0px 0px 10px;
    }  
         
            
/* 4.3 - Right - */
    #right{
    margin:0px 30px 0px 50px;
    z-index: 0;
    }
    #right .inside{}
        /* Right content elements */    




/* #5 -- Footer Block -- */
#footer{
font-size: 13px;
margin: 150px 0px 0px 0px;
color: #492030;
background: url(../images/footerBgr.jpg) no-repeat bottom left #ffffff;
}

#footer .inside #contactCopy
{
padding: 290px 0px 0px 30px;
float: left;
}

#footer .inside #webCopy
{
padding: 290px 30px 0px 0px;
float: right;
}

#footer .inside #webCopy a{
color: #492030;
text-decoration: underline;
}

#footer .inside #webCopy a:hover{
color: #492030;
text-decoration: none;
}

#footer .inside #webCopy img{
position: relative;
top: 3px;
left: 5px;
}
