﻿@import url(layout.css);
#column_l {
	position: relative;
	float: left;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
}
#navigation {
	background-color: #FFCCCC;
	overflow: hidden;
}
#page_content {
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #FFCCCC;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #FFCCCC;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	background: #FFCCCC;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #FFCCCC solid;
	background-color: #FFCCCC;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #cc99cc;
	background-color: #cc99cc;
	
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	background: #FFCCCC;
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/**************************************************************
	Image Menu
	v 2.2
**************************************************************/
#imageMenu {
	position: relative;
	width: 600px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.BelaSaffe a {
	background: url(../imagens/BelaSaffe.jpg) repeat scroll 0%;
}

#imageMenu ul li.Kairos a {
	background: url(../imagens/Kairos.jpg) repeat scroll 0%;
}

#imageMenu ul li.Fotos a {
	background: url(../imagens/Fotos.jpg) repeat scroll 0%;
}

#imageMenu ul li.Videos a {
	background: url(../imagens/Videos.jpg) repeat scroll 0%;
}

#imageMenu ul li.Calendario a {
	background: url(../imagens/Calendario.jpg) repeat scroll 0%;
}

#imageMenu ul li.Contato a {
	background: url(../imagens/Contato.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}
/*************************************************************/
