﻿/*version:1.0
author:Marek Sienkiewicz
contact:marek@macocz-design.com 
*/

*
{
  margin:0;
  padding:0; 
}

html
{
    font-size:100%;
}

body
{
    font-size:62.5%;
    font-family: Arial,Sans-Serif;
}

#wrapper
{
    position:relative;
    margin:0 auto;
    text-align:left;
    width:750px;
   /* height:600px;*/
}

#exhibition
{
    margin-left:6px;
}

h1
{
    font-size:2.8em;
}

h2,h3
{
    font-size:1.8em;
}

h4
{
    font-size:1.2em;
}

p
{
    font-size:1.1em;
    color:#222;
    word-spacing:.1em;
    line-height:1.4em;
}

#header
{
    float:left;
    width:100%;
    background:#fff;
    color:#000;
    background-image:url(../../Images/bg-header.gif);
    background-repeat:repeat-x;
}

#header h1
{
    font-size:2.4em;
    font-family:Arial Black, Sans-Serif;
    margin-top:50px;
    padding-left:6px;
}

#header h2
{
   
   font-size:1.4em;
   visibility:hidden;
}

#navigation
{
    float:left;
    width:100%;
    background:#000;
    height:50px;
}

#date
{
    /*position:absolute;*/
    /*margin-left:650px;*/
    float:right;
    margin-top:-33px;
    margin-right:6px;
}

/*---Menu Control---*/

.menuItem
{
    height:49px;
    width:50px;
    color:#fff;
    font-size:1.2em;
    padding-left:1px;
}

.active
{
    background:#c0501a;
}
/*---End---*/

/*---Friendly Menu Adapter Control--*/

ul.AspNet-Menu
{
   display:block;

}

ul.AspNet-Menu li
{
    color:#fff;
    font-size:1.4em;
    height:35px;
   padding-left:6px;
    padding-right:10px;
    padding-top:15px;
    border-right:1px solid #fff;
  
}

ul.AspNet-Menu li a
{
    color:#fff;

}

ul.AspNet-Menu li:hover
{
   background: #c0501a;
   
}

 ul li.AspNet-Menu-Selected 
{
     background: #c0501a;
  
}

/*---End---*/

.image
{
    clear:both;
}

.colimage
{
    float:left;
    width:auto;
    height:auto;
    padding:0 0 0 10px;
    margin:60px 0 0 0; 
}

.col1
{
    float:left;
    width:240px;
    height:auto;
    padding:0 0 0 10px;
    margin:60px 0 0 0;
}

.col2
{
    float:left;
    width:240px;
    height:auto;
    padding:0 0 0 10px;
    margin:60px 0 0 0;
}

#col2-contact
{
    float:left;
    width:230px;
    height:auto;
    padding:0 0 0 20px;
    margin:115px 0 0 0; 
}

.col3
{
    float:right;
    width:240px;
    height:auto;
    padding:0 0 0 10px;
    margin:60px 0 0 0;
}

.col3 h3
{
    color:#000;
}

#footer
{
    float:left;
    width:100%; 
    background-image:url(../../Images/bg-footer.gif);
    background-repeat:repeat-x;
    margin-top:10px;
}

#footer p
{
    padding:20px 6px 0 6px;
}

#footer a
{
  text-decoration:none;
  color:#000;  
}

.footer-divider-left
{
    float:left;
    width:45%;
}

.footer-divider-middle
{
    float:left;
    width:18%;
    text-align:center;
}

.footer-divider-right
{
    float:right;
    text-align:right;
 
    width:35%;
}

/*---Contact Form---*/

.row
{
    float:left;
    width:100%;
    padding:0 0 10px 0;
}

.row-divider-left
{
    float:left;
    width:20%;
}

.row-divider-right
{
    float:left;
    width:80%;
}




