﻿*
{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, dl, fieldset, address
{
    margin-bottom: 1em;
}
html
{
    background: White url(Images/Css/background.gif) repeat-x top left;
     height: 100%;
}
body
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    margin: 0px auto;
    padding: 0;
    text-align: center;
    height: 100%;
}

h1, h2, h3
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
}

h1
{
    font-size: 16px;
    color: #1b68a3; 
    text-align: left;
    margin-bottom: 20px;
    margin-left: 10px;
}

h2
{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #1b68a3; 
    margin-left: 10px;
}
h3
{
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px;
    color: #1b68a3; 
    margin-left: 10px;
    margin-top: 25px;
}

p
{
    font-size: 11px;
    text-align: left;
    margin-left: 10px;
}

div.hr
{
    height: 1px;
    color:#1b68a3;
    margin: 0px;
    padding: 0px;
}

#wrapper
{
    margin: 0px auto;
    width: 929px;
    height: 100%;
    padding-top: 10px;
}


#backWrapper
{
    width: 929px;
    min-height: 457px;
    background: White url(Images/Css/main_bg.png) no-repeat top left; 
}



/************************************* Loga **************************************/
div#loga
{
    height: 93px;
    width: 900px;
    padding: 0px 0px 10px 0px;
}
.ApexLogo
{
    float: left;
    margin-left: 10px;
    border: none;
}
.AccsLogo
{
    float:right;
    border: none;
    padding-top:25px;

}

/************************************ Header *************************************/
#header
{
    clear: both;
    width: 929px;
    background: White url(Images/Css/header_bg.png) no-repeat 0 0 ;
    height: 116px;
}

/*********************************** Menu ****************************************/
.menu
{
    clear:both;
    width: 800px;
    margin: 0px auto;
    height: 73px;
    padding-top: 28px;
    margin-left: 50px;
}

.menu li
{
    display: inline;
    list-style: none;
    float: left;
    width: 150px;
    height: 32px;
    text-align:left;
}
.menu li a
{
    text-decoration: none;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-weight : bold;
    font-size: 12px;
    color:White;
}
.menu li:hover
{
    background: url(Images/Css/indicator.png) no-repeat left bottom;
}

.menuFirstLevel
{
    text-align:right;
    height:12px;
    width: 100%;
}
.menuFirstLevel a
{
    text-decoration: none;
    margin-right: 22px;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-weight : normal;
    font-size: 10px;
    color:White;
}
.menuFirstLevel a:visited
{
    text-decoration: none;
}
.menuFirstLevel a:hover
{
    text-decoration: none;
}
/************************************ Footer *************************************/
#footer
{
   clear:both;
   width: 929px;
  height: 150px;
position: relative;
background: White url(Images/Css/gears.jpg) no-repeat bottom right;
}

#footer img
{
    position: absolute;
    top: 1px;
    right: 120px;
}

/*********************************** main ******************************************/
.main
{
   background: White url(Images/Css/back.png) no-repeat;
   background-position:left top;  
   width: 899px;
   min-height: 470px;
   margin: 0px auto;
   border-right: 1px solid #88b4d5;
   border-left: 1px solid #88b4d5;
    border-bottom: 1px solid #88b4d5;

}

.main div
{
    padding: 0px 40px;
    padding-bottom: 35px;
        min-height: 250px;
}

/*********************************** Downloadable images ****************************/
.downableImage
{
    margin: 15px;
}

.downableImage img
{
    border: 1px solid Grey;
}

.downableImage img:hover
{
    border: 1px solid Black;
}

.downableImage img:visited
{
    border: 1px solid Grey;
}

/************************************* Cotnacts table *******************************/
div.contact
{
    font-size: 11px;
}

div.contact h1, div.contact h2, div.contact h3
{
    text-align: left;
    color: #1b68a3;
}

div.contact h1
{
    font-size: 16px;
}
div.contact h2
{
    font-size: 14px;
}
div.contact h3
{
    font-size: 13px;
}

div.contact p
{
   line-height: 1.2;
   margin-bottom: 20px;
}

div.contact table
{
    clear: both;
    margin-top: 25px;
    margin-left: 0px;
}

.imgContact
{
    float: left;
    margin-right: 15px;
    border: 1px solid Grey;
}

div.contact table img
{
    border: 1px solid Grey;
}

div.contact table span
{
    font-weight: bold;
    padding-bottom: 5px;
}

/******************************* Gallery *******************************/
div.gallery table td img
{
    height: 150px;
    width: 150px;
    border: 1px solid Grey;
}
div.gallery table td img:hover
{
    border: 1px solid Black;
}
div.gallery
{
    padding-top: 25px;
}
div.gallery table td
{
    padding: 10px 0px;
}

/********************************* Content ******************************/
div.content
{
    padding-top: 25px;
}

/******************************* Cad page *****************************/
table.cadTable th
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 16px;
    text-align: left;
    color: #1b68a3;
    padding-bottom:10px;
}
table.cadTable td
{
    font-size: 12px;
    padding: 5px;
    text-align: left;
}
table.cadTable td a
{
    color:  #1b68a3;
}

table.cadTable
{
    margin: 0px auto;
}

/******************************* Order form ******************************/
div#orderForm
{
    text-align: left;

}
.objForm
{
   
    margin-top: 5px;
    font-size: 11px;
    padding: 5px;
    
}
.objForm td
{
        text-align: right;
        padding: 5px;
}

.objForm td + td
{
    text-align: left;
}

/*************************** Copyright ****************************/
.copy
{
    font-size: 10px;
    color: #1b68a3;
}

/*************************** About Apex ****************************/
table.aboutTable td
{
    line-height: 18px;
    font-size: 11px;
}