
*{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 14px;
    font-weight: bold;
    color: #000099;
}
h2 {
    font-size: 13px;
    font-weight: bold;
    color: #cc0000;
}
h3 {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #669966;
}
p {
    font-size: 11px;
    text-align: justify
}

table, th, td {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
th, td{
    padding: 0;
}
/*
-------------Container Table rows------------------
 */
.centerAll{
     max-width: 774px;
     margin: 0 auto;
 }
.centerText {
    text-align: center;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*
-----------------HEADER----------------------
*/
.bodyAll {
    background-image: url("/images/scanline.jpg");
}
.FixedHeight {
    height: 70px;
}
.headerTblWidth{
    width: 774px;
    height: 70px;
}
.headerImg{
    width: 451px;
    height: 70px;
}
.header1 {
    width: 198px;
    height: 70px;
}

.header2 {
    width: 125px;
    height: 70px;
}

/*
--------------ASIDE---------------
 */
.left-col{
    vertical-align: top;
    width:127px;
    max-height: 1413px;
    background-color: rgb(59,0,83);
}

.right-col{
    vertical-align: top;
    width:127px;
    max-height:1413px;
    background-color: rgb(59,0,83);
}

.bannerBorder{
    border: 1px solid #000000;
}

.sidebarImg{
    width:125px;
    height:auto;
}
.sidebarList{
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 2px;
}

.bannersRight {
    width:125px;
    height: 60px;
}

.bannersLeft {
    width:122px;
    height: 60px;
}

/*
-----------------NAVIGATION----------------
 */
ul.sidebar {
    width: 124px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #000000;
}
ul.sidebar li{
    width: 122px;
    min-height: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
}
.sidebar li a {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    padding: 4px 0;
    color: #000099;
    font-weight: bold;
}

.sidebar li:not(:first-child) a:hover{
    color: #990000;
}

.sidebar li a.banner{
    padding: 0;
    height: 60px;
}
.sidebar li:first-child a {
    background-color: rgb(204, 204, 204);
}

.positioning {
    margin:0;
    width: 124px;
    position: relative;
    top: -5px;
}

/*
-------------------MAIN-----------------
 */

.main {
    vertical-align: top;
    min-width: 500px;
    max-width: 500px;
    max-height: 1413px;
    background-color: #ffffff;
    padding: 10px;
}

.centerDiv{
    margin: 0 auto;
    border: 1px solid black;
    padding: 10px;
}
.marginDiv{
    margin:0 35px;
}
.centerDiv-title {
    background-color: #cccccc;
    width: 100%;
    padding: 5px 0;
}

.bannerMain{
    padding:10px 0;
    width: 468px;
    height: 60px;
}

.rotateStarText{
    color:#ff0000;
    font-size:1em;
}
.rotateStar{
    vertical-align: middle;
}

.centerDiv p{
    padding: 0 15px;
    margin: 0;
}

.screenshotImg{
    width: 300px;
    height: 186px;
    padding: 10px 0;
}
.specsSelected {
    background-color: #cccccc;
}
.affLink{
    color: #0000ff;
    font-weight: bold;
    text-decoration: underline;
}
/*
-----------------SLIDER-------------------
 */
.sliderButtons{
    width: 120px;
    height: 13px;
    vertical-align: bottom;
}

.sliderImg {
    width: 46%;
    float: left;
}
.sliderImg img{
    width: 200px;
    height: 185px;
}
.sliderText {
    width: 54%;
    float: left;
}
.sliderText textarea{
    width: 225px;
}

.infoSlide{
    padding: 10px 0;
}

.leftColText {
    width: 20%;
    float:left;
    text-align: center;
    position:relative;
}
.rightColText{
    width:80%;
    float:left;
    position: relative;
}
/*
--------------FOOTER IMG-----------------
 */
.sideImg{
    width:125px;
    height: 69px;
}
.bannerTD {
    width:524px;
    height: 72px;
}

.bannerImg {
    padding: 4px 0;
    width:522px;
    height: 59px;
    background-color:rgb(59,0,83);
}