/* CSS Document - SOAVES */

/* STANDARD PAGE FORMATTING */

body {
	background-attachment: fixed;
	background-image: url(../graphics/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #bd104a;
	color: #666;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	text-align: center;
	}

* {
	margin: 0;
	padding: 0;
	}


table {
	   padding: 5px;
	   border: solid 1px #eeeeee;
	   }
	   
td {
	   padding: 15px;
	   border: solid 1px #eeeeee;
	   }
	   
table.flav {
	   padding: 5px;
	   border: solid 0px #eeeeee;
	   }
	   
td.flav {
	   padding: 5px;
	   border: solid 0px #eeeeee;
	   }	   
	 
td.form {
	   padding: 5px;
	   } 

a {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	}
	
p {
	font-size: 1.1em;
	padding-bottom: 0.2em;
	padding-top: 0.6em;
	text-align:justify;
	}

h1 {
	font-size: 1.3em;
	margin-bottom: 4px;
	color: #990033;
	}

h2 {
	color: #666666;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 10px;
	}

h3 {
	color: #bf114c;
	padding-top: 0px;
	padding-bottom: 1px;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	text-align: left;
	}
	
ol {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 35px;
	}

.clearer {
	clear: both;
	}


/* CONTAINER */
.container {	
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 6px;
	width: 750px;
	background-color: #fff;
	margin-top: 10px;
	border: 10px solid #bd104a;
	}

/*******END CONTAINER*********/


/* TOP NAV */
.topnav {
	padding: 1px 15px 2px 15px;
	COLOR: #bd104a;
	text-align:right;
}

a.tnav:link, a.tnav:active, a.tnav:visited
{ color: #bd104a; text-decoration: none; font-weight: bold; }
a.tnav:hover
{ color: #8f0a37; font-weight: bold; }

/*******END TOP NAV*********/


/* HEADER */
.header {
	margin-bottom: 12px;
	height: 170px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
	background-color: #FFF;
	}
	
/*******END HEADER*********/


/* MAIN */
.main {
	clear: both;
	padding: 5px 15px 15px 15px;
	background-color: #FFFFFf;
	}
	
/*******END MAIN*********/



/* SIDE NAVIGATION */

	
.sidenav h1,.sidenav ul {
	padding-left: 10px;
	}

.sidenav {
	float: left;
	width: 160px;
	background-color: #fff;
	color: #FFFFFF;
	border: 0px solid #FFF;
	margin-top: 3px;
	}

.sidenav ul {
	border-top: 0px solid #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	}

.sidenav h1 {
	color: #BD104A;
	background-image: url(../graphics/sidenav_holder.jpg);
	font-size: 1.2em;
	height: 10px;
	}

.sidenav li {
	border-bottom: 1px solid #FFF;
	border-top: none;
	list-style: none;
	margin: 0;
	}
	
.sidenav li a {
	color: #fff;
	display: block;
	font-size: 0.9em;
	padding: 7px 6px 7px 10px;
	text-decoration: none;
	background-color: #bd104a;
	font-weight: bold;
}
.sidenav li a:hover {
	color: #fff;
	background-color: #da1356;
}

	
/*******END SIDE NAVIGATION*********/
	
	
	
/* CONTENT */
.content {
	float: right;
	width: 540px;
	text-align: left;
	background-color: #fff;
}

.content .global {
	padding: 0px 5px 5px 3px;
	border: 0px;
	background: #FFF;
	width: 350px;
	float: left;
}

.content .rightside {
	padding: 0px 2px 5px 12px;
	border: 1px solid #f2f2e6;
	background: #fff;
	width: 160px;
	float: right;
	}
	
.content .rightside p{
	color: #bd104a;
	text-align: left;
	}
	
.content .sedesc {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	color: #BBB;
	}
	
.form_input{
	width: 200px;
	}	
	
.fotm {
	width: 150px;
	}
	
.cafe_img {
	margin-top: 15px;
	margin-bottom: 10px;
	}

/*******END CONTENT*********/



/* FOOTER */
.footer {
	background: #FFF;
	color: #666;
	font-size: 1.0em;
	margin: 0 auto;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border: 1px solid #dddddd;
	}

.ftleft {
	float: left;
	width: 50%;
	}
	
.ftright {
	float: right;
	width: 50%;
	}



/* CLEARER */
.clearfix:after {
        content: ".";            /* the period is placed on the page as the last thing before the div closes */
        display: block;          /* inline elements don't respond to the clear property */ 
        height: 0;               /* ensure the period is not visible */
        clear: both;             /* make the container clear the period */
        visibility: hidden;      /* further ensures the period is not visible */
}
