body
{
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Tahoma, Verdana, Arial, sans-serif;
    font-size: 80%;
    background-image: url(layoutImages/bgPage.jpg);
    background-repeat: repeat-x;
    background-position: 0 29px;
}

div
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

a
{
    color: Gray;
}

a:hover
{
    color: Black;
}

.pageWrapper
{
    text-align: center;
    background-image: url(layoutImages/bgGrass.png);
    background-repeat: repeat-x;
    background-position: 0px 204px;
}

.header
{
    text-align: left;
    position: relative;
    margin: auto;
    width: 900px;
    height: 214px;
    background-image: url(layoutImages/header.jpg);
    background-repeat: no-repeat;
}

.content
{
    position: relative;
    margin: auto;
    width: 730px;
    margin-top: 40px;
    text-align: left;
}

.menu
{
    position: absolute;
    left: 92px;
    top: 85px;
}

.menu a
{
    display: block;
    background-image: url(layoutImages/bgMenuItem.jpg);
    background-repeat: repeat-x;
    padding: 2px;
    padding-left: 20px;
    padding-right: 18px;
    margin-bottom: 2px;
    color: #336AA0;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 90%;
    text-decoration: none;
}

.menu a:hover
{
    color: Black;
}

.menu2
{
    margin-top: 30px;
    width: 375px;
    height: 25px;
    background-image: url(layoutImages/bgMenu.jpg);
    text-align: center;
    color: #3B76AD;
    padding-top: 6px;
}

.menu2 a
{
    color: #3B76AD;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 80%;
    text-decoration: none;
    padding: 1px;
    font-weight: bold;
}

.menu2 a:hover
{
    color: Black;
    text-decoration: underline;
}

.logo
{
    position: absolute;
    left: 270px;
    top: 30px;
}

.title
{
    position: absolute;
    left: 290px;
    top: 165px;
}

.windows
{
    position: absolute;
    left: 510px;
    top: 17px;
}

.contact
{
    color: #297717;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding-top: 7px;
}

.about
{
    padding-right: 130px;
    font-size: 90%;
    color: Gray;
}

.footer
{
    text-align: center;
    font-size: x-small;
    color: Gray;
    clear: both;
    position: relative;
    top: 30px;
    height: 42px;
    padding-top: 15px;
    background-image: url(layoutImages/footer.jpg);
    background-repeat: no-repeat;
}

.zelenaUsporam
{
    width: 254px;
    height: 161px;
    background-image: url(layoutImages/greenSave.png);
}

.zelenaUsporam h2
{
    text-transform: uppercase;
    color: #5BAF13;
    font-weight: bold;
    padding-left: 100px;
    font-size: 14px;
    padding-top: 12px;
}

.zelenaUsporam div
{
    padding-left: 70px;
    padding-right: 10px;
    font-size: 90%;
}

.zelenaUsporam a
{
    color: #5BAF13;
}

.zelenaUsporam a:hover
{
    color: black;
    font-weight: bold;
}

.leftPane
{
    width: 450px;
    float: left;
}

.rightPane
{
    margin-top: 50px;
    width: 200px;
    float: left;
    margin-left: 30px;
}

h1
{
    color: #606060;
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
}

ol
{
    padding-left: 10px;
    font-size: 90%;
    color: #555555;
}

ol li
{
    margin-left: 20px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #ECF4FA;
}

h2
{
    padding-left: 30px;
    color: #3E7BB4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

p
{
    font-size: 90%;
    color: #555555;
}

hr
{
    color: silver;
    background-color: silver;
    height: 5px;
}

.specs
{
    margin-bottom: 30px;
}

.specs img
{
    position: relative;
    top: 10px;
}

.specs a
{
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 90%;
}

.specs a:hover
{
    color: Black;
}

.specs td
{
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}

.tblPhotos td
{
    padding: 3px;
    border: 1px solid silver;
}

.randomPhoto
{
    margin-top: 30px;
    border: 1px solid silver;
    width: 230px;
    position: relative;
    left: 10px;
    background-color: #EFEFEF;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.randomPhoto h2
{
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.tblQ td
{
    font-size: 80%;
    background-color: #EFEFEF;
    font-weight: bold;
    padding: 3px;
    vertical-align: top;
}

.tblRef
{
    margin-top: 20px;
    font-size: 90%;
    width: 100%;
}

.tblRef th
{
    text-align: center;
    color: Gray;
    background-color: #EFEFEF;
}

.tblRef td
{
    padding: 3px;
    border-bottom: 1px solid #EFEFEF;
}

.blackLinks a
{
    color: Black;
}

.blackLinks a:hover
{
    text-decoration: underline;
}
