/*
  ______________________________________
 | Cathy Sultan - Main CSS              |
 |ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ|
 | Anurag Mishra a.k.a. Van Dame        |
 |                                      |
 | Thursday, June 08, 2006 11:04:05 AM  |
 |                                      |
  ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
*/

BODY {
 background:#380B18;
 color:#FFF;
 margin:1em;
 font-size:70%;
 font-family:Verdana, Arial, sans-serif;
 padding:10px 0px;
}

TABLE, IMG {
 border:0;
 margin:0;
 padding:0;
}

A {
text-decoration:none;font-weight: bold;color: #CE927B;
}

A:hover {
 text-decoration:underline;
 color: #ffffff
}

#mainTbl {
 width:756px;
}

.leftMenu {
 padding-right:2px;
 vertical-align:top;
 width:152px;
}

.menuItem {
 background:#CC917E;
 cursor:hand;
 font-family:Century Gothic;
 font-size:1.2em;
 font-weight:600;
 text-align:center;
 margin-bottom:10px;
 padding:5px 2px;
}

.menuItem A {
 color:#380B18;
}

.menuItemOver {
 background:#380B18;
 cursor:hand;
 font-family:Century Gothic;
 font-size:1.2em;
 font-weight:600;
 text-align:center;
 margin-bottom:10px;
 padding:5px 2px;
}

.menuItemOver A {
 color:#CC917E;
}

.subHead {
 background:url(images/bg_subcats.jpg) repeat-x;
 font-size:10pt;
 height:25px;
 padding-left:5px;
 text-align:left;
}

.subCats {
 text-align:center;
 margin-bottom:10px;
 margin-top:-10px;
}

.subCatItem {
 background:#CC917E;
 height:17px;
}

.subCatItem A {
 color:#380B18;
 margin:2px 0px;
}

.subCatItemOver {
 background:#380B18;
 height:17px;
}

.subCatItemOver A {
 color:#CC917E;
 margin:2px 0px;
}

.header {
 background:url(images/header.jpg) no-repeat right top;
 cursor:hand;
 width:756px;
 height:214px;
 text-align:left;
 vertical-align:top;
}

.content {
 /*background:#BB7464;*/
 width:82%;
 height:200px;
 padding-left:5px;
 text-align:left;
 vertical-align:top;
}

.footer {
 background:url(images/bg_footer.jpg);
 height:28px;
 text-align:center;
 vertical-align:middle;
}

.footImgs {
 background:#9A0000;
 text-align:center;
}

/* Error Related Stuff */

#error {
 background:#666;
 border:1px solid #FFFFA0;
 position:absolute;
 left:10px;
 top:10px;
 z-index:5;
}

.errHead {
 background:#FFFFA0;
 color:#FF0000;
 font-size:1em;
 font-weight:bold;
 padding:2px 4px;
 text-align:left;
}

.errHead-text {
 position:relative;
 top:-5px;
}

.errPt, {
 font-weight:bold;
}

.errFile {
 color:#FFFFA0;
 border-bottom:2px dashed #00AAFF;
}

.errSrc {
 background:#FFF;
}