﻿/*..............................................
.   brazilianbeauty.se
.
.   Copyright 2008 WebDesign Lab Stockholm/Anders Eliasson. All rights reserved
.
.   Version 1.0/2008-03-10
................................................*/

body
{
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
}

/*..............................................
.
.   Link properties
.
................................................*/

a:link
{
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
a.hover
{
    color: #32cd32;
    text-decoration: none;
    font-weight: bold;
}
a:active
{
    color: #666;
    text-decoration: none;
    font-weight: bold;
}


/*..............................................
.
.   Simple CSS classes.
.
................................................*/
.font-verdana
{
    font-family: Verdana;
}

.background-white
{
    background-color: White;
}

.border-thick-grey
{
    border: 2px solid #666666;
}

.border-bottom-thick-grey
{
    border-bottom: 2px solid #666666;
}

.border-bottom-thin-grey
{
    border-bottom: 1px solid #666666;
}
 
.border-bottom-thick-yellow
{
    border-bottom: 2px solid Yellow;
}
   
.background-LimeGreen
{
    background-color: #32cd32;  
}

.color-red
{
    color: Red;
}

.color-grey
{
    color: #666666;
}

.color-yellow
{
    color: Yellow;
}

.color-LimeGreen
{
    color: #32cd32;  
}

.text-small
{
    font-size: 10px;
}

.text-small-medium
{
    font-size: 11px;
}

.text-medium
{
    font-size: 12px;
}

.text-large
{
    font-size: 16px;
}

.text-italic
{
    font-style: italic;
}

.text-bold
{
    font-weight: bold;
}

.space-horizontal
{
    margin-right: 4px;
}

.space-vertical
{
   margin-top: 4px;
}

.space-vertical-2
{
   margin-top: 8px;
}

.align-center
{
    text-align: center;
}


/*..............................................
.
.   Generic container classes
.
................................................*/
.row-container-wide
{
    clear: both;
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}

.row-container
{
    clear: both;
    margin-left: 15%;
    margin-right: 15%;
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
}

.column-left
{
    float: left;
    max-width: 77%;
}

.column-right
{
    float: right;
}


/*..............................................
.   
.   Page specific classes
.
................................................*/

.start-page
{
    width: auto; 
    min-height: 512px;
}

.start-page-text
{
    margin-top: 10%; 
    padding: 8px; width: 50%; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7; 
    background-color: White;
}

/*..............................................
.
.   Classes for the navigation menu
.
................................................*/

.menu-container
{
    width: 100%;
    padding: 4px;
    min-height: 18px;
}

.button
{
    float: left; 
    font-family: verdana; 
    font-size: 10px; 
    font-weight: bold; 
    text-align: center; 
    color: #666666; 
    border: 1px solid #666666; 
    padding: 2px; 
    width: 105px; 
    cursor: pointer;
    margin-right: 2px;   
}
a.button:link { text-decoration: none; background-color: White; color: #666; }
a.button:visited { text-decoration: none; background-color: White; color: #666; }
a.button:hover { text-decoration: none; background-color: Yellow; color: #32cd32; }
a.button:active{ text-decoration: none; background-color: White; color: #666; }

.html-link
{
    cursor: pointer;
}

a.html-link:link { text-decoration: none; color: #666; }
a.html-link:visited { text-decoration: none; color: #666; }
a.html-link:hover { text-decoration: none; color: #32cd32; }
a.html-link:active{ text-decoration: none; color:  #666; }

.message-rect
{
    margin: 4px; 
    padding: 4px; 
    border: 1px dotted #666;
}

/*..............................................
. 
.   Page structure
.
................................................*/

#container
{
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-family: verdana;
    font-size: 10px;
    padding: 4px;
    border: 2px solid #32cd32;
    text-align: left;
    width: 1000px;
    background-color: White;
}

#top
{
    height: 80px;
    width: 100%;
    background-color: #32cd32;
    background-repeat: no-repeat;
    border: 2px solid Yellow;
    clear: both;
    font-style: italic;
}

#address
{
    height: 24px;
    width: 100%;
    background-color: #32cd32;
    border-left: 2px solid Yellow;
    border-right: 2px solid Yellow;
    border-bottom: 2px solid Yellow;
    clear: both;
    
}

#content
{
    min-height: 450px;
    height: auto;
    width: 80%;
    border-left: 2px solid Yellow;
    border-right: 2px solid Yellow;
    border-bottom: 2px solid Yellow;
    padding-bottom: 10px;
    background-color: #eeeeee;
    overflow: hidden;
    float: left;
}

#content2
{
    min-height: 450px;
    height: 100%;
    width: auto;
    overflow: hidden;
    float: right;
    width: 19%;
}

#footer
{
    clear: both;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    color: #666;
    width: 100%;
    height: 14px;
}