/* 
    Document   : style
    Created on : 5-Nov-2009, 12:08:11 AM
    Author     : enzo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


.w774{
    width: 774px;
}

.h740{
    height: 740px;
}

.h371 {
    height: 371px;
}

.w350{
    width: 350px;
}

.w280{
    width: 280px;
}
.pabsolute{
    position: absolute;
}

.prelative{
    position: relative;
}

.blackbg{
    background-image: url("../images/blackbg.jpg");
    background-repeat: repeat-x;
}

.topbg {
    /* background-image: url("images/topbg.png"); */
}

hr {
    top: 368px;
    left: 8px;
}

.padTop50{
    padding-top: 50px;
}

.robot{
    z-index:100;
    top: 37px;
    left: 375px
}

.shadow {
    z-index:50;
    top: 5px;
    left: 420px;
}

.logo{
    z-index: 500;
    top: 20px;
    left: 30px;
}

.sml_menu{
    z-index: 600;
    top: 200px;
    left: 650px;
}

.main{
    z-index: 900;
    background-color: #ffffff;
    width: 704px;
    height: 479px;
    top: 215px;
    left: 35px;
}

.fingers{
    z-index: 999;
    top: 283px;
    left: 725px;
}

.txt_menu {
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    text-decoration:none;
}

.ezweb_orange{
    color: #ff6926;
}

.copyright{
    top: 735px;
    left: 320px ;
    color: #aaaaaa;
    font-family: serif;
    font-size: 9px;
    font-weight: bold;
}

.bttm_menu {
    top: 700px;
    left: 35px
}

.fright{
    float: right;
}

.fleft {
    float: left;
}

.f10{
    font-size: 10px;
}

.f11{
    font-size: 12px;
}

.f12 {
    font-size: 13px;
}

.f14{
    font-size: 14px;
}
.bold {
    font-weight: bold;
}

.padTop10 {
    padding-top: 10px;
}

.padTop20 {
    padding-top: 20px;
}

.padBottom10 {
    padding-bottom: 10px;
}

.padBottom5{
    padding-bottom: 5px;
}

.padLeft10{
    padding-left: 10px;
}
.padTop5 {
    padding-top: 5px;
}

.padBottom30{
    padding-bottom: 30px;
}

.clearFloat{
    clear: both;
}

.h481{
    height: 481px;
}

.w320{
    width: 320px;
}

.titleColor{
     color: #6b6969;
}

a {
    text-decoration: none;
    color: #000000;
}
a:active {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #000000;
}

.teampic{
	top: -10px;
}

.portfolio_logo{
    padding: 20px 30px 30px 30px;
    display: inline;
}