﻿body {
    margin:0px; /*removes indent IE and Opera*/
    border:0px; /*removes indent Mozilla and NN7*/
    font-size: 11pt;
    color: #000066;
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background-color:#d0ddd1;
}

p, img {
    margin:0px;
    border:0px;
}

#container {
    
    width:800px;
    margin: 0 auto 0 auto;
	text-align:left;
}

#header {
    height:93px;
}

#content {
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
    background-color: #ffffff;
    border: white 2px solid;
}

#content p {
    padding:5px;
}

#login1{float:left;width:240px;}
#login2{float:left;width:205px;}

.headers 
{
    background-color:#000066;
   color: #fff;
}

.txt_box 
{
    color: #000066;
    font-size:8pt;
}

#footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    height:35px;
}

#menu {
    background-image: url(../images/menubar.png);
    background-repeat: no-repeat;
    height:46px;
}

#menu li
{
    list-style-type: none; /*turns off display of bullet*/
    font-size: 13pt;
    letter-spacing: 0.5pt;
    display: inline;
    float: left;
    padding-right: 30px;
    padding-top: 12px;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    color: #ffffff;
}

#menu a:hover {
    color: #000066;
}

h1, h2 {
    font-size: 13pt;
    text-transform:uppercase;
    margin-top:0px;
    padding:3px 5px 0px 5px;
}

h2 
{
    font-size:12pt;
    text-transform:capitalize;
}

#flash {  border-bottom: white 2px solid; }
#footer p {
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    padding-top:6px;
}

.FloatRight {
    float:right;
}
    
#logo {
    float:left;
}

#tel {float:right;padding-top:15px;padding-right:10px;font-size: 11pt;text-align: right;}

.products 
{
    width:320px;
    float:left;
}

#copyright 
{
    padding-left:5px;
    padding-right:5px;
    font-size:90%;
}

#clear {
    clear:both;
}