.center { 
  text-align: center;
} 
.center table { 
  margin: auto; 
}


img {
 border-width: 0px;
}

#mainTable {
 width: 100%;
 background-color: white;
 border-collapse:  collapse;
 border-style:     none;
 vertical-align:   top;
}

.hiddenTable {
 width: 100%;
}

.hiddenTable td {
 vertical-align:  top;
}

.header {
 display: none;
}

.linksBar {
 display: none;
}

.newsMenu {
 display: none;
}


#myMenu1, #myMenu2, #myMenu3, #myMenu4 {
 width:      200px;
 height:     40px;
 position:   absolute;
 z-index:    20;
 visibility: hidden;
}

.specialMenu {
 display: none;
}

.specialMenu img {
 border-width: 0px;
}

.textBody {
 padding: 30px;
 width: 90%;
}

.textBody h1, .textBody h2 {
 color:     black;
}

.textBody a {
 color:           #6666aa;
 font-weight:     900;
 border-style:    solid;
 border-color:    white;
 border-width:    1px;
}

.priceList table {
 border-collapse: collapse;
 border-style:    solid;
 border-width:    1px;
 border-color:    #e4dddd;
 width:           400px;
}

.priceList td {
 padding: 5px;
}

.iteminfo {
 font-size: 0.8em;
 color:     #777777;
}

.price {
 text-align:  right;
 font-size:   1.3em;
 font-weight: 600;
 width:       70px;
}


.specialOffer a {
 width:            400px;
 font-weight:      900;
}

.specialOffer {
 border-style:     solid;
 border-width:     0px;
 border-top-width: 2px;
 border-color:     #662288;
 width:            600px;
 vertical-align:   top;
 border-spacing:   0px;
}

.specialOffer img {
 width:  172px;
 height: 79px;
 padding: 14px;
}

#info1 {
 width:            400px;
}

#info2 {
 width:            400px;
}


#background {
 position:     absolute;
 width:        500px;
 height:       500px;
 top:          300px;
 z-index:      0;
}

.compareTable table, .compareTable td {
 border-style:     solid;
 border-collapse:  collapse;
 border-width:     2px;
 border-color:     #e4dddd;
 color:            #330055;
}

.quickLinks {
 width: 100%;
 background-color: #eeddee;
 text-align: center;
}

.quickLinks a {
 display:          block;
 color:            #ffffff;
 background-color: #cc99bb;
 border-width:     0px;
 padding:          2px;
 letter-spacing:   2px;
}

.quoteBox {
 width:            40%;
 background-color: #f5f5f5;
 border-style:     dashed;
 border-collapse:  collapse;
 border-width:     2px;
 border-color:     #e4dddd;
 margin-top:       30px;
 margin-bottom:    30px;
 margin-left:      30px;
 float:            right;
 text-align:       center;
 color:            #c5aec5;
 font-size:        1.3em;
}

.quoteBox a {
 font-weight:      100;
 border-width:     0px;
 display:          block;
 color:            #c5aec5;
}

.quoteBox p, .quoteBox a {
 padding:          30px;
}