@charset "UTF-8";
body {
    background:black;
    color:white;
}
#container {
    height:70px;

}

#subnav {
    width: 641px;    /* Set the width submenu here */
    }
    
#maintabs {
	margin-left:0px;
	}
	
#maintabs_table {
    background: url(images/purpledot.gif) bottom repeat-x;
}
 
 
#maintabs td {
    padding:0px 8px;    /* Set the space between the maintabs here: the second figure. Increasing and decreasing this setting increases the length of the unit (to the right) composed of main tabs and pink line. Length of beige bar unaffected. Main tabs remain static vis-a-vis their position relative to pink line */
    white-space:nowrap;

}  
    
    td#firstmaintabtd {         
    text-align:left;
    padding-right:0px;     
    padding-left:0px;

}
    

    
div#firstmaintab {
   text-align:left;
    padding-left: 1px;    
    padding-right:0px;

    
 } 
    
    td#lastmaintabtd {         
    padding-right:0px;     
    padding-left:0px;
    text-align:right;
}
    

    
div#lastmaintab {
    padding-top:11px;
    padding-left:2px;    
    padding-right:1px;
    padding-bottom:3px;
    text-align:right;
    }
    
    
.maintab div div {
    padding-top:11px;
    padding-left:10px;    /* Set the space for the text within a mainmenu here - left side */
    padding-right:10px;
    padding-bottom:3px;
    text-transform:uppercase;
    font-family:Arial-BoldMT, Arial, sans-serif;
    font-weight:bold;
    cursor:pointer;
    font-size:10px;
    text-align:center;
    height:12px;
}

#subnav {
    display:none;
    background: url(images/nav-mid.gif) top repeat-x;
    margin-bottom:2px;
    padding-bottom:10px;        /* Set the vertical space for the delay mechanism*/
    margin-left: -3px;
    margin-right:0px;
}
#subnav-left {
    background: url(images/nav-left.gif) no-repeat top left;
}
#subnav-right {
    background: url(images/nav-right.gif) no-repeat top right;
}
#subtabs {
    height:24px;
}

.subtab a, .subtab a:hover, .subtab a:visited {
    padding:0px 15px 0px 15px;
    font-family:Arial-BoldMT, Arial, sans-serif;
    font-weight:bold;
    letter-spacing:0px;
    font-size:9px;
    text-transform:uppercase;
    color:black;
    text-decoration:none;
    line-height:24px;
    vertical-align:middle;
}

.reg {
    font-family:Arial-BoldMT, Arial, sans-serif!important;
    font-size:103%;
    font-size:11px!important;
    }
    
    
.italics {
    font-family:Verdana, Arial, Helvetica, sans-serif!important;
    font-style:italic;
    font-size:11px!important;
    }

    
.italics2 {
    font-family:Arial-BoldMT, Arial, sans-serif!important;
    font-style:italic;
    font-size:10px!important;
    }
    

    

    
/* Set the width of the beige tabs and the cell for the main menu here */

/* Home */
#maintab1 div div {width:50px; padding-right: 2px;}
/* Intro */
#maintab2 div div {width:35px;}
/* Writings */
#maintab3 div div {width:60px;}
/* Practice */
#maintab4 div div {width:60px}
/* Coolstuff */
#maintab5 div div {width:80px;
padding-right: 14px}
/* Events */
#maintab6 div div {width:43px;
padding-left: 8px}
/* Buy the Course */
#maintab7 div div {width:118px}

/* ADJUST SUBMENUS BELOW: Set the space from the left or right of the submenu bar

/* Home */

#subtab1 {
    text-align:left;
    padding-left:20px;
}

/* Intro */

#subtab2 {
    text-align:center;
/*    padding-left:20px; */
}

#subtab2 a {
    padding:0px 25px; /* Space between two submenu items */
    }

/* Writings */

#subtab3 {
    text-align:center;
    padding-right:10px;
    }

#subtab3 a {
   padding-right:0px; When there is an "a" - adjusts the space between two submenu items */
   padding-left: 0px;
    }

/* Practice */

#subtab4 {
    text-align:center;
    padding-right:60px;
    }

/* Cool Stuff */
#subtab5 {
    text-align:right; /* with text-align:right you align the submenus to the right */
    padding-left:80
    px; /* with padding-right:xx px you set the padding */
    0px; /* with padding-right:xx px you set the padding */
    }

/* Events */

#subtab6 {
    text-align:right;
    padding-right:120px;
    }

/* Buy The Course */

#subtab7 {
    text-align:right;
    padding-right:65px;
    }

/* Possible future subtabs */

#subtab8 {
    text-align:right;
    padding-right:20px;
    }
