﻿/*----------------------------------------------------------------------------------------
Basic Layout Style Sheet - Omnia Security
version:1.0
author: Sara Silva
e-mail:sarafreitas@hotmail.com
website:
----------------------------------------------------------------------------------------*/
body
{
    margin: 0px auto;
    color: #85859c;
    font-family: tahoma, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    background-image: url( '../Images/PageBackground.png' );
    background-attachment: fixed;
}

/*Page content, main divs content
--------------------------------------------------------------------------------------*/
#Wrapper
{
    width: 775px; /*position: relative;*/
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #989898;
    margin: auto;
    background-color: white;
}

#PageMainContent
{
    width: 580px;
    float: left;
}

#ContentInnerDiv
{
    text-align: justify;
    padding: 16px;
    font-size: 13px;
}


#PageRightSide
{
    width: 195px;
    float: right;
}

#ContentRightSide
{
    border-color: #9e9ec3;
    border-width: 0px 0px 0px 1px;
    margin-top: 1px;
    border-style: solid;
    text-align: right;
    background-repeat: no-repeat;
    font-size: 14px;
}

/*Footer
--------------------------------------------------------------------------------------*/
#Footer
{
    clear: both;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #9e9ec3;
    height: 30px;
    background-color: #D0D0D0;
    font-size: 11px;
    color: black;
}

#Footer p
{
    text-align: left;
    margin-top: 0px;
    margin-left: 5px;
    color: Black;
}

#OmniaRights
{
    text-align: left;
    margin-left: 5px;
    margin-top: 2px;
}

#SubMenuFooter
{
    text-align: center;
    color: black;
}

.SpanFooterOption
{
    cursor: hand;
}

/*Header and Navigation Menu
--------------------------------------------------------------------------------------*/
.PageTopHeader
{
    height: 127px;
    background-repeat: repeat-x;
    background-image: url( "../Images/Background.png" );
}

.RedArea
{
    height: 6px;
    background-color: red;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: white;
}

.HeaderLogo
{
    height: 127px;
    width: 201px;
    float: left;
    background-image: url( "../Images/logoOmnia.png" );
}

.HeaderLetters
{
    width: 400px;
    height: 80px;
    margin-left: 40px;
    margin-top: 20px;
    float: left;
    background-image: url( "../Images/OmniaLetters.png" );
}

.NavigationMenu
{
    height: 24px;
    background-color: white;
}

.MenuOption
{
    text-align: center;
    cursor: hand;
    height: 24px;
    background-color: #C0C0C0;
    float: left;
}

.MenuText
{
    font-size: 11px;
    font-weight: bold;
    margin-top: 4px;
}

.SubMenu
{
    background-color: #D0D0D0;
    width: 130px;
    position: absolute;
    top: 160px;
    left: 440px;
    display: none;
    float: left;
}

.SubMenuButton
{
    margin-right: 1px;
    width: 129px;
    height: 21px;
    background-color: #C0C0C0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    cursor: hand;
}

