/*-- das: default document styles --*/

body {
    width: 1024px  !important;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    background-image: url("images/bg_purple-argyle.gif");
}

/*------ generic styles -------*/
.smallText {font-size: 70%; }
.tinyText  {font-size: 50%; }
.clear {clear: both;}
.strong {font-weight:bold; }
.italic {font-style:italic; }
.code {font-family:Courier New, Courier, monospace; }
.ins {background-color:inherit; text-decoration:underline; }
.del {text-decoration:line-through; }


.pageContainer{
    color: white;
    background-color:black;
}


/*----page header----*/
.header{
    width:100%;
    border-bottom: 0px solid white;
    background-image: url("images/bg_pr-header-2.png");
}
.header img{
    padding-left:5px;
}


/*------main menu (top-nav)-----*/
.menu  {
    width: 100%;
    height: 28px;
    font-size: 100%;
    margin:0;
    padding: 0;
    background-color: rgb(90,40,98);
    border-top: 1px solid black;
    overflow: hidden;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 6px 0;
}
.menu ul li {
    display: inline;
}
.menu ul li .current  {
    color:white;
}
.menu ul li a {
    color: #aaaaaa;
    padding: 6px 1.5em;
    margin:0;
    text-decoration:none;
    font-weight:bold;
    border-right:2px solid black;
}
.menu ul li a:hover {
    color:yellow;
    background-image: url("images/btn_purple-1.png");
}
#menuPhone {
    float: right;
    font-weight: bold;
    color: yellow;
    text-decoration: none;
    padding-right: 1em;
}

.footer {
    width: 100%;
    font-size: 70%;
    text-align: center;
    color: yellow;
    background-color: rgb(70,20,78);
    margin: 0;
    padding: 0.5em 0;
    border-top: 1px solid #aaaaaa;

}

/*-- end of das styles --*/
