/*--------- NOTCOT.ORG css1.css mar 27 06 -----------*/  

html {
    padding: 0;
    margin: 0;
    }

body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    text-align: left; 
    color: #333333;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, arial, sans-serif;
    background-image: url(http://notcot.com/bg-w.gif);
    }


a {text-decoration: none; }
a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #000000;}
a:hover {color: #11bbff;}

p, h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    }
    
.error{
  color: #FF0000;
  font-weight: bold;
}
    
/* ---------- Main Menu ---------------------------------------------*/
ul#mainmenu{
    list-style: none;
    position: absolute;
    top: 5px;
    right: 2px;
    padding:0;
    margin:0;
    display: inline;
    color: #000000;
    float: right;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
}

ul#mainmenu li{
    float:right;
    padding-left: 7px;
    padding-right: 3px;
}
    
/* ---------- Banner coding ---------------------------------------------*/

#banner {
    position: absolute;
    top: 23px;
    left: 0;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    padding-top: 3px;
    height: 69px;
    width: 100%;
    background-image: url(http://notcot.com/bg.gif);
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    }

#banner a {
    text-decoration: none;
    color: #eeeeee;
    }

#banner .big {
    font-size: 3em;
    letter-spacing: -.23em;
    margin-left: 25px;
    position: absolute;
    top: 3px;
    }

#banner .sm {
    font-size: .60em;
    letter-spacing: .44em;
    margin-left: 28px;
    position: absolute;
    top: 55px;
    color: #eeeeee;
    }

#ad{
    border: 1px solid #2c2e2e;
    float: right;
    width: 468px;
    height: 60px;
    background: #ffffff;
    margin-top: 2px;
    margin-right: 5px;
}

.add{
    font-size: 12px;
    font-weight: bold;
    color: black;
    position: absolute;
    left: 5px;
    top: -8px;
    z-index: 2;
    height: 16px;
    display: block;
    line-height: 1px;
}

.star{
    font-weight: normal;
    font-size: 36px;
    line-height: 0px;
    position: relative;
    top: 13px;
}



/* ---------- Featured ---------------------------------------------*/
#contentwrap{
    position: absolute;
    top: 103px;
    left: 10px;
    margin: 8px;
  padding-bottom: 20px;
}

#contentwrap img{
    border: 1px solid #000000;
}

#prod{
    float: left;
    margin-top: 20px;
    width: 402px;
    font-size: 11px;
    margin-right: 35px;
    height: 500px;
}

#prod p{
    padding: 5px;
}

