
h1, h2, h3, h4 {
    margin-bottom: 5px
}
p {
    margin: 5px 0;
    font-size: 18px;
}
a:hover {
    color:purple;
}

table#linksTable img {
    border: none;
}

table#linksTable a {
    text-decoration: none;
}

table#linksTable a:hover {
    text-decoration: underline;
    color: #0000ff;
}

table#linksTable {
    text-align: center;
    font-weight: bold;
}

table#linksTable tr td {
    vertical-align: top;
}
body {
    background: url(../chardbackground.gif) 0 0 repeat #c0c0c0;
    color: #000;    
    font-family: "Times New Roman", Helvetica, sans-serif;
}
a {
    color: #00f;
}
.container {

}
.container:before, .container:after {
    display: table;
    content: "";
    zoom: 1;
}
.header {
    border-bottom: 1px solid #9a9a9a;
}
.header h1 {
    float: left;
    width: 720px;
    color: purple;
    font-size: x-large;
    font-weight: normal;
}
#search-form {
    float: right;
    width: 300px;
}
.content {
    float: left;
    width: 55%;
}
.products {
    float: right;
    width: 35%;
}
.productlist {
    margin: 0;
    padding: 0;
    width: 458px;
    float: right;
}
.productlist li {
    list-style: none;
    margin: 5px 10px;
    padding: 5px;
    width: 120px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.productlist li img {
    margin-bottom: 5px;
}
.productlist li a {
    text-decoration: none;
}
.productlist li a:hover {
    text-decoration: underline;
}

.content h2 {
    font-size: 13px;
    color: #800080;
}
.cols {

}
.cols .left {
    width: 49%;
    float: left;
    border-right: 1px solid #9A9A9A;
}
.cols .right {
    width: 49%;
    float: right;
}
.cols .right h4 {
    margin-top: 10px;
}
p.center {
    text-align: center;
}
#footer {
    border-top: 1px solid #9A9A9A;
}
#footer h1 {
    float: right;
    color: purple;
    font-size: x-large;
    font-weight: normal;
}
#footer p {
 font-size: x-small;
}


#slider {
    margin: 10px auto 10px auto;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
    -moz-box-shadow: 0px 0px 5px 0px #cccccc;
    box-shadow: 0px 0px 5px 0px #cccccc;
}


.clearfix:before,
.clearfix:after,
.cols:before,
.cols:after{
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after, .cols:after {clear: both;}
.clearfix, .cols {zoom: 1;}
