/* CSS Document */

/* Framework */

body {
margin:0px auto;
padding: 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
background-color: #000000;
}

/* Default Links */

a:link, a:visited {
color: #006699; 
text-decoration: none;
font-size: 200%;
font-weight: bold;
font-family: "Trebuchet MS";
}

a:hover {
color: #0066CC;	
text-decoration: none;
}

#wrapper {
width: 899px;
text-align: left;
position: relative;
}

#masthead {
float: left;
clear: both;
width: 899px;
height: 98px;
text-align: left;
}

#logo {
float: left;
width: 237px;
height: 90px;
clear: none;
background-image: url(../images/logo.gif);
background-repeat: no-repeat;
}

#menu {
float: right;
width: 661px;
margin-top: 30px;
}

#billboard {
width: 899px;
height: 600px;
clear: both;
}

#footer {
width: 899px;
height: 30px;
color: #CCCCCC;
padding-top: 20px;
border-top: 1px solid #CCCCCC;
font-size: 70%;
padding-left: 15px;
clear: both;
}

#content-area {
float: left;
width: 597px;
background-color: #FFFFFF;
padding: 10px;
min-height: 610px;
}

h1 {
width: 94%;
border-top: 1px solid #d0d0c6;
margin-top: 10px;
padding: 10px;
padding-left: 18px;
margin-left: 3px;
font-family: "Trebuchet MS";
font-weight: bold;
font-size: 200%;
letter-spacing: -1px;
color: #271d1c;
border-bottom: 1px dotted #d1d1c7;
background-color: #f6f6f0;
}

h2 {
width: 94%;
margin-top: -20px;
margin-left: 3px;
font-family: "Trebuchet MS";
font-weight: bold;
font-size: 110%;
letter-spacing: 0px;
color: #fd516b;
border-bottom: 1px solid #e0e0d6;
padding: 5px;
padding-left: 18px;
}

#content-copy {
line-height: 150%;
font-size: 90%;
padding-left: 30px;
padding-bottom: 10px;
width: 90%;
clear: both;
margin-top: -5px;
}

#right-column {
float: right;
width: 282px;
background-image: url(../images/right-column.png);
height: 630px;
}

#ads {
margin-top: 70px;
}

#main-image-area {
height: 231px;
width: 597px;
background-image: url(../images/main-image-area.png);
}

.products td {
border-bottom: 1px dotted #ccc;
vertical-align: middle;
}

.products td ul li{
padding-top: 8px;
list-style-type: square;
line-height: 125%;
font-size: 85%;
}

.products td ul {
margin: 0;
padding: 0 10px 0;
}

.products td h1 {
padding: 8px;
background-color:#F6F6F0;
border-top: none;
width: 98%;
}

.products td h2 {
color: #0099FF;
border: none;
padding: 20px 0 0 10px;
margin: 0;
font-size: 140%;
letter-spacing: -1px;
}

.products td h3 {
padding: 0;
margin: 0;
font-size: 140%;
letter-spacing: -1px;
text-align: center;
}

.products td h4 {
padding: 5px;
background-color:#F6F6F0;
border-top: 1px dotted #996600;
width: 98%;
}

.smalltext {
font-size: 95%;
line-height: 110%;
}

.price {
font-size: 125%;
font-weight: bold;
text-align: right;
color: #ff4f00;
padding-right: 15px;
}

.buy-now {
margin-top: -15px;
}