/*
    Document   : default
    Created on : Apr 2, 2009, 1:43:50 PM
    Author     : christian
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background: #c5c7c8;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 62.5%;
    }
	
#wrapper {
    width: 800px;

    margin: 30px auto 30px auto;
    }

a,
a:visited {
    color: #950c13;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

.whiteLink,
.whiteLink:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.whiteLink:hover {
    text-decoration: underline;
}

#header {
	width: 800px;
    height: 288px;
	
	position: relative;
    }
	
#header span.logo {
	position: absolute;
	top: 20px;
	left: 20px
	}
	
#header span.languages {
	position: absolute;
	top: 20px;
	right: 20px;
	}

#navigation {
    height: 50px;
    }

#navigation ul {
    list-style: none;
    margin: 0;
    }

#navigation li {
    font-size: 12px;
    line-height: 50px;
    text-align: center;

    float: left;
    display: inline;
    }

#navigation li a,
#navigation li a:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
	
	padding: 0 30px 0 30px;
    }

#navigation li a:hover {
	background: url(http://www.coffeeslender.com/images/navigation_li_border.png) repeat-x top left !important;
	}

#navigation li a.active,
#navigation li a.active:visited,
#navigation li a.active:hover {
    font-weight: bold;
    }

#content {
    background: #ffffff;
    overflow: hidden;
    }

#inner-col,
#page {
	font-size: 12px;
    padding: 20px;
    }

#col-1 h1,
#page h1 {
    font-size: 16px;
    color: #950c13;

    margin: 0 0 16px 0;
    }

#col-1 h2,
#page h2 {
    font-size: 14px;

    margin: 0 0 7px 0;
    }

#col-1 p,
#col-2 p,
#page p {
    font-size: 12px;
    line-height: 18px;
	text-align: justify;

    margin: 0 0 12px 0;
    }
	
#page table.press thead td {
	font-weight: bold;
	}
	
#page table.press td {
	padding: 5px 0 5px 0;
	}

#page ul {
	margin: 0 0 18px 0;
	}

#col-1 li,
#page li {
	line-height: 24px;
	}
	
.cleared {
	clear: both;
}
	
#col-1 {
	background: #ffffff;
	width: 332px;
	height: 450px;
	
	font-size: 12px;
	
	margin: 0;
	float: left;
	display: inline;
	}
	
#col-2 {
	width: 468px;
	
	float: left;
	display: inline;
	}

#flash {	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	}

#flash div div {
	font-size: 14px;
	padding: 15px 20px 0 20px;
	}

#footer {
    height: 185px;

    font-size: 11px;
    color: #ffffff;
    }

#footer #address {
    width: 360px;

    margin: 20px;
    float: left;
    display: inline;
    }

#footer #address p {
    line-height: 16px;

    margin: 0 0 12px 160px;
    }
	
#footer #address a,
#footer #address a:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
#footer #address a:hover {
	text-decoration: underline;
	}

#footer #tips {
    width: 360px;

    margin: 20px;
    float: left;
    display: inline;
    }

#footer #tips p {
    line-height: 16px;

    margin: 0 0 12px 0;
    }

#footer #tips h2 {
    font-size: 14px;
    margin: 0 0 12px 0;
    }

#footer #tips h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
    }