﻿/* Colors
===============================================================
e-wayGreen - #b1b101
e-wayOrange - #fc9804
e-wayBgOrange - #FCB750
e-wayLightBlue - #e3edfa
e-wayblue - #4b8ae0
============================================================ */

/* filter: alpha(opacity=50) */

/* --------------------------------------------------------- */
.body
{
    margin-top: 20px;
    font-family: Arial;
    font-size: small;
    text-align: center;
    vertical-align: top;
    background-image: url(../images/greenish.jpg);
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    /*text-align: -moz-center;*/
}

.topMainDiv
{
    width: 820px;
    margin-top: -10px;
    text-align: center;
}
/* ------------------------------------------------------------------------- */
.topMainTbl
{
    width: 100%;
    background-image: url(../images/ph/pageHead_w810.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.topMainTbl_index
{
    width: 100%;
    background-image: url(../images/ph/pageHead_w810_index.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.topMainTbl_services
{
    width: 100%;
    background-image: url(../images/ph/pageHead_w810_services.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.topMainTbl_workFlow
{
    width: 100%;
    background-image: url(../images/ph/pageHead_w810_workFlow.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.topMainTbl_portfolio
{
    width: 100%;
    background-image: url(../images/ph/pageHead_w810_portfolio.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.topMainTbl_contact
{
    width: 100%;
    background-image: url(../images/ph/pageHead_w810_contact.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------- */
.centerMainDiv
{
    width: 820px;
    text-align: center;
}
.contentTable
{
    width: 816px;
    vertical-align: top;
}
.bottomMainDiv
{
    width: 820px;
    text-align: center;
}

/* Main Links------------------------------------------ */
.mainLinksNormal
{
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-image: url(../images/links/bg_blue.jpg);
    background-repeat: repeat-x;
    border: none;
    cursor: pointer;
}
.mainLinksHover
{
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-image: url(../images/links/bg_gray.jpg);
    background-repeat: repeat-x;
    border: none;
    cursor: pointer;
}

.mainLinksSelected
{
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    background-image: url(../images/links/bg_orange.jpg);
    background-repeat: repeat-x;
    border: none;
    cursor: pointer;
}

/* href's---------------------------------------------- */
.hrefNormal
{
    color: #555555;
    cursor: pointer;
    text-decoration: none;
}
.hrefHover
{
    color: #b1b101;
    cursor: pointer;
    text-decoration: none;
}
.hrefSelected
{
    color: #fc9804;
    cursor: pointer;
    text-decoration: none;
}

/* links --------------------------------------------------- */
.linkNormal
{
    color: #555555;
    cursor: pointer;
    text-decoration: none;
}
.linkHover
{
    color: #fc9804;
    cursor: pointer;
    text-decoration: underline;
}
.linkSelected
{
    color: #fc9804;
    cursor: default;
}

/* emails -------------------------------------------------- */
.emailNormal
{
    color: #555555;
    cursor: pointer;
    text-decoration: underline;
}
.emailHover
{
    color: #fc9804;
    cursor: pointer;
    text-decoration: underline;
}

/* divs's -------------------------------------------------- */
.divNormal
{
    text-align: right;
    margin-right: 2px;
    height: 31px;
    color: #333333;
    cursor: pointer;
}
.divHover
{
    text-align: right;
    margin-right: 2px;
    height: 31px;
    color: #333333;
    background-image: url(../images/servicesMenuOrange_w190.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.divSelected
{
    text-align: right;
    margin-right: 2px;
    height: 31px;
    color: #dddddd;
    background-image: url(../images/servicesMenu555555_w190.png);
    background-repeat: no-repeat;
}

/* menuSpan's */
.menuSpan
{
    vertical-align: middle;
    padding-top: 6px;
    padding-right: 10px;
}

/* servicesDivs */
.servicesDivs
{
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
}
/* imgBorder ----------------------------------------------- */
.imgBorderNormal
{
    background-color: #ffffff;
    border: solid 1px #555555;
    cursor: pointer;
}
.imgBorderHover
{
    background-color: #ffffff;
    border: solid 1px #fc9804;
    cursor: pointer;
}

/* headlines */
.headlines
{
    margin-top: 2px;
    margin-bottom: 2px;
}

/* servicesHeads */
.servicesHeads
{
    margin-top: -2px;
    margin-bottom: 2px;
}

/* txtBoxes Font */
.arial
{
    font-family: Arial;
}

/* underline */
.underline
{
    text-decoration: underline;
}


/* White Rounded Containers !!
===============================================================
============================================================ */
.b1W, .b2W, .b3W, .b4W
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1W
{
    height: 1px;
    background: #ffffff;
    margin: 0 5px;
}
.b2W
{
    height: 1px;
    background: #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    margin: 0 3px;
}
.b3W
{
    height: 1px;
    background: #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin: 0 2px;
}
.b4W
{
    height: 2px;
    background: #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin: 0 1px;
}
.contentW
{
    background: #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
/* --------------------------------------------------------- */

/* Rounded Containers !! - #e3edfa
===============================================================
============================================================ */
.b1W_02, .b2W_02, .b3W_02, .b4W_02
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1W_02
{
    height: 1px;
    background: #dddddd;
    margin: 0 5px;
}
.b2W_02
{
    height: 1px;
    background: #dddddd;
    border-right: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    margin: 0 3px;
}
.b3W_02
{
    height: 1px;
    background: #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin: 0 2px;
}
.b4W_02
{
    height: 2px;
    background: #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin: 0 1px;
}
.contentW_02
{
    background: #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

