:focus
{
  -moz-outline-style: none;
}

body {
    font-size: 100%;
    background-color: black;
    font-family: Verdana, Geneva,Kalimati, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    position: relative;
}

div.clear-both {
    clear: both;
    float: none;
}


#outer {
    position: relative;
    /* margin: 0px auto; */
    margin: 0px;
    padding: 0px;    
    background-color: black;
    text-align: left;
    width: 950px;
    height: 606px;
}

/* Left column, menus */
#leftColumn {
    position: relative;
    float: left;    
    width: 340px;
    height: 553px;
}

#topMenu {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 340px;
    height: 448px;
    color: #efefef;
    font-size: 10px;
    font-weight: bold;
}

#outerBottomMenu {
    position: absolute;    
    bottom: 5px;
    left: 0px;
    height: 20px;
    width: 340px;
    border-left: 6px solid #b5b5b5;
    overflow: hidden;
}

#innerBottomMenu {
    margin-top: 2px;
    margin-left: 6px;
}

#innerBottomMenu a {
    text-decoration: none;
    color: #b5b5b5;
    font-size: 12px;    
}

#innerBottomMenu a:hover {
    text-decoration: underline;
    color: #DF7401;    
}

div.section {
    padding-top: 10px;        
}

#menuIntro {
    position: relative;
    width: 332px;
    height: 37px;
    border-left: 8px solid #e96079; 
    background-image: url("../images/pink_right.png");
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    color: #e96079;
}

#menuIntro_selected {
    position: relative;
    width: 302px;
    height: 37px;
    border-left: 30px solid #e96079; 
    border-right: 8px solid #e96079;
    text-align: center;
    vertical-align: middle;
    color: #e96079;
}

#menuEffect {
    position: relative;
    width: 332px;
    height: 37px;
    border-left: 8px solid #e85737; 
    background-image: url("../images/orange_right.png");
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    color: #e85737;
}

#menuEffect_selected {
    position: relative;
    width: 302px;
    height: 37px;
    border-left: 30px solid #e85737; 
    border-right: 8px solid #e85737;
    text-align: center;
    vertical-align: middle;
    color: #e85737;
}

#menuAdvice {
    position: relative;
    width: 332px;
    height: 37px;
    border-left: 8px solid #e64448; 
    background-image: url("../images/red_right.png");
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    color: #e64448;
}

#menuAdvice_selected {
    position: relative;
    width: 302px;
    height: 37px;
    border-left: 30px solid #e64448; 
    border-right: 8px solid #e64448;
    text-align: center;
    vertical-align: middle;
    color: #e64448;
}


div.menuText {
    padding-top: 12px;   
}

#menuEffect div.menuText,
#menuAdvice div.menuText,
#menuIntro div.menuText
{
    margin-left: -30px;    
}

#menuIntro a, #menuIntro_selected a {
    color: #e96079;
    text-decoration: none;
}

#menuEffect a, #menuEffect_selected a {
    color: #e85737;
    text-decoration: none;
}

#menuAdvice a, #menuAdvice_selected a {
    color: #e64448;
    text-decoration: none;
}

#menuIntro a:hover, #menuIntro_selected a:hover,
#menuEffect a:hover, #menuEffect_selected a:hover,
#menuAdvice a:hover, #menuAdvice_selected a:hover
{
    text-decoration: underline;        
}

#topMenu ul {
    margin: 0px;
    padding: 3px 0 0 20px;    
    /*padding-bottom: 10px; */
    list-style-position: outside;    
}

#topMenu li {
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;    
    
}

#topMenu li a {
    text-decoration: none;
    color: #efefef;    
}

#topMenu ul.effects li a:hover {
    text-decoration: underline;
    /* color: #DF7401; */
    color: #e85737;    
}

#topMenu ul.effects li a.selected {
    /* color: #DF7401; */
    color: #e85737;
    font-weight: bold;    
}

#topMenu ul.advice li a:hover {
    text-decoration: underline;
    /* color: #DF7401; */
    color: #e64448;    
}

#topMenu ul.advice li a.selected {
    /* color: #DF7401; */
    color: #e64448;
    font-weight: bold;    
}

/* Content */
#outerRightColumn {
    position: relative;    
    float: left;
    width: 610px; 
    height: 553px;
}

#innerRightColumn {
    position: relative;
    width: 560px;
    float: left;
    height: 553px;
}

#outerContent {
    position: relative;    
    width: 560px;
    height: 448px;
    background-color: #e96079;    
}

#innerContent {
    position: relative;
    width: 545px;
    height: 438px;    
    padding: 10px 5px 0px 10px;
/*    overflow: hidden; */
}

#innerContent h2 {
    margin: 12px 0px;
    padding: 0;
    text-align: center;
    font-size: 18px;        
}

#Content {
    position: relative;
    overflow: auto;    
    height: 380px;
    float: left;
    width: 505px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
}

#Content p {
    text-align: justify;   
}

#Content ul {
    margin-left: 0px;
    padding-left: 20px;
}

#Content ul li {
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 5px;
    text-align: justify;    
    
}

#Content ul li p.justify {
    margin-top: 2px;
    margin-left: 0;
    margin-bottom: 2px;
    padding: 0px;    
    
}

div.ContentEffects {
    background-color: #e85737;    
    
}

div.ContentAdvice {
    background-color: #e64448;    
    
}

#outerDrinks {
    position: relative;
    width: 560px;
    height: 105px;
    overflow: hidden;    
}

#drinks {
    position: absolute;
    top: 40px;
    left: 0px;
    margin: 0 auto;
    width: 560px;
}

#drinks ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    padding-left: 13px;
}

#drinks ul li {
    float: left;    
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding-left: 30px;
}

#drinks ul li a {
    text-decoration: none;    
}

#drinks ul li a:hover {
    text-decoration: underline;    
}

div.poto {
    padding-top: 5px;    
}

div.poto img {
    margin-top: 0px;    
}

#dontDrive {
    position: absolute;
    bottom: 5px;
    left: 0px;
    text-align: center;    
    width: 560px;
    color: white;
    font-size: 17px;
    font-family: Verdana, Geneva,Kalimati, Arial, sans-serif;
}


/* Footer objects */
#footer {
    position: relative;    
    background-color: #cccccc;
    width: 950px;
    height: 53px;
}

#footer a, #footer img {
    border: none;
    text-decoration: none;
}

#interamerican_logo {
    position: absolute;
    top: 0;
    left: 0;    
}

#sep_left {
    position: absolute;
    top: 0;
    left: 152px;    
}

#eddipy {
    position: absolute;
    top: 0;
    left: 201px;    
}

#ekpa {
    position: absolute;
    top: 0;
    left: 343px;    
}

#ikpi {
    position: absolute;
    top: 0;
    left: 605px;    
}

#sep_right {
    position: absolute;
    top: 0;
    left: 790px;    
}

#ypourgeio {
    position: absolute;
    top: 0;
    left: 814px;    
}

/* Content specific css */
table.myths {
    width: 100%;
    border-collapse: collapse;    
    border: 0;
}

table.myths colgroup.header {
    width: 85px;
    font-weight: bold;    
}

table.myths tr td {
    padding-bottom: 5px;
    vertical-align: top;
    text-align: justify;
}

table.myths tr td.bold {
    font-weight: bold;       
}

table.myths tr.truth td {
    padding-bottom: 10px;
    
}

