ha/*--------- NOTCOT.ORG css1.css mar 27 06 -----------*/  

html {
    padding: 0;
    margin: 0;
    }

body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    text-align: left; 
    color: #eeeeee;
    font-family: Arial, "Trebuchet MS", verdana, arial, sans-serif;
    background-image: url(http://notcot.com/bg-w.gif);
    }


a {text-decoration: none; }
a:link {color: #111111;}
a:visited {color: #111111;}
a:active {color: #111111;}
a:hover {color: #11bbff;}
a img{
    text-decoration: none;
    border: none;
 }


p, h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1em;
    }
    
.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;
}

#title{
    position: absolute;
    top: 10px;;
    left: 8px;
    display: inline;
    float: left;
}
    
/* ---------- Banner coding ---------------------------------------------*/

#banner {
    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;
    text-align: left;
    margin: 0;
    }

#banner a {
    text-decoration: none;
    color: #eeeeee;
    }

#banner .big {
    font-size: 3em;
    letter-spacing: -.23em;
    margin-left: 10px;
    position: relative;
    top: -2px;
    }

#banner .bigsm {
    position: relative;
    left: 6px;
    //left: -4px;
    display: inline;
    font-size: .5em;
    letter-spacing: -.23em;
    //letter-spacing: -.13em;
    }

#banner .sm {
    font-size: .60em;
    letter-spacing: .44em;
    margin-left: 14px;
    position: relative;
    top: -7px;
    }

#ad{
    border: 1px solid #2c2e2e;
    float: right;
    width: 468px;
    height: 60px;
    background: #000000;
    margin-top: 2px;
    margin-right: 5px;
}


.what {
    font-size: 12px;
    font-weight: bold;
    color: #d2d2d2;
    line-height: 1px;
    position: relative;
    top: -7px;
    left: 2px;
}

.star{
    font-weight: normal;
    font-size: 36px;
    line-height: 0px;
    position: relative;
    top: 13px;
}

#bannermini {
    position: relative;
    top: 8940px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    padding-top: 3px;
    height: 20px;
    width: 100%;
    background-image: url(http://notcot.com/bg.gif);
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    }
    

/* ---------- main section ---------------------------------------------*/

#picbody{
    width: 100%;
}


#bigpic {
    width: 807px;
    height: 529px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    margin-top: 50px;
}
    
.navs {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    top: -3px;
}

/* ---------- Featured ---------------------------------------------*/
#contentwrap{
    display: block;
    width: 100%;
}

.prod{
    float: left;
    height: 140px;
    width: 102px;
    padding: 8px;
    margin: 10px;
    border: 1px solid #d2d2d2;
    background: white;
    color: #666666;
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
    
}

.prod img{
    width: 150px
    height: 150px;
    border: 1px solid #666666;
    margin-bottom: 2px;
    
}

.editor{
    float: left;
    height: 140px;
    width: 200px;
    padding: 8px;
    margin: 10px;
    border: 1px solid #d2d2d2;
    background: white;
    color: #666666;
    text-transform: none;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0;
}

.editor h1{
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#footer{
    clear: both;
    display: block;
    width: 100%;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    font-size: 8px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}


