html {
	background-color: #333333; 
	background-image: url('/img/bg.jpg'); 
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	font-family: Arial,Sans-serif;
	font-size: 0.7em;
	margin: 0px auto;
	/*	opacity: 0.8; */
	overflow-x: hidden;
}

h1 {
	position: relative;
	width: 260px;
	margin: 10px;	
	height: 120px;
	color: black;
	border-left: 0px;
	letter-spacing: -2px;	
	background-image: url('/img/logoNovo2t.png');
/*	background-image: url('/img/logo2.png');*/
	background-position: 0px 10px;
	background-repeat: no-repeat;
	z-index: 40;
}
h1 .titulo {
	display:none;
}	
h1 .subTitulo {
	font-size: 0.6em;
}

h2 { /*	position: relative;
	top: -50px; */
	position: absolute;
	width: 960px;
	margin: 20px;
	margin-top: -35px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid silver; */
	text-align: right;
	display: none;
}

hr {
	visibility: hidden;
	height: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: black;
}

a:visited {
	color: navy;
}
#acessPanelForm {
	height: 5px;
	background: black;
	display: none;		
}
#loginForm {
	padding: 20px;
	margin: auto;
	width: 960px;
	display: none;
}
#toggleAcessPanel {	
	background-image: url('/img/login.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 20px;
	cursor: pointer;
	margin: auto;
	width: 995px;	
}
#toggleAcessPanel span {
	display:none;
}
#loginLinks {
	margin: 5px;
}
#content {	
	background-color: white;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: auto;
	opacity: 1;
	display: block;
	width: 1000px;
	height: 574px;	
	margin-top: 20px;
	padding: 0px;  
}
#cover {
	position: absolute;	
	width: 1000px;
	height: 574px;	
	top: 40px;
}
#produtos {
	margin-left: 20px;
	background-color: rgba(220,220,220,0.65);
	padding: 20px;
	width: 400px;
	font-size: 13px;
}
#produtos h3 {
	font-size: 14px;
	color: black;
	margin: 0px;
}
#produtos ul {
	list-style-type: square;
}
#contact {
	margin-left: 20px;
}
.index {
	background-image: url('/img/bgd.jpg');
}
.produtos {
	background-image: url('/img/casamento/casa16.jpg');
}
.contato {
	background-image: url('/img/contato.jpg');
}

.hearderImage {
	margin: 0px;	
}



ul#mainMenu,ul#mainMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul#mainMenu {
	position: relative;
	top: -90px;
	margin-left: 670px;
	width: 480px;
	z-index: 300;
}

ul#mainMenu li {
	float: left;
	margin-right: 0px;
	text-align: center;
	opacity: .65;
}

ul#mainMenu a {
	float: left;
	width: 6em;
	padding: 3px 0;
	background-color: #f7f7f7;
	background-color: #070707;
	text-decoration: none;
	color: black;
	color: white;
	font-size: 11px;
	font-weight: bold;		
}

ul#mainMenu a:hover {
	background: red;
	color: #FFF
}

ul#mainMenu li.activelink a,ul#mainMenu li.activelink a:hover {
	background: #FFF;
	color: #003
}
#copyright {
	font-size: 0.7em;
	text-align: center;
	color: silver;
	margin: 4px;
	float: left;
}

#copyright a {
	color: white;
}

.menuAcessibilidade {
	display: none;
}

#breadCrumb {
	clear: both;
}

#accessPanel {
	text-align: right;
	color: white;
	font-size: 0.9em;
	margin-right: 20px;
	display: block;
	width: 100%;
}

#accessPanel ul {
	list-style: none;
	margin: 2px;
}

#accessPanel  li {
	color: #c7c7c7;
	font-size: 0.9em;
}

#accessPanel  li a {
	color: white;
}

h3 {
	color: gray;
}


#flashcontent {
	margin: 0px;
}

dd {
	float: left;
	margin: 3px;
}

hr {
	clear: both;
}

#dashBoard {
	float: left;
	width: 680px;
	background-color: #e7e7e7;
	min-height: 400px;
	margin-top: 20px;
}

#userMenu {
	border: 1px solid gray;
	width: 200px;
	float: right;
	margin-top: 20px;
}

#userMenu h4 {
	background-color: #AF0000;
	color: white;
	padding: 4px;
	margin: 0px;
}

form dt {
	margin-top: 5px;
}

form dd {
	float: none;
	margin: 10px;
}

form dd .errors {
	color: red;
}
#galleryList {
	margin-left: 10px;	
	height: 388px;
	overflow: auto;
}
#galleryList dd {
	width: 159px;
	height: 185px;		
	margin-bottom: 2px;
	border: 0px solid gray;
	margin: 0px;
	text-align: center;
 	vertical-align: middle;
 	background-color: #ffffff;

	padding: 0px;
 
}
#galleryList dd a {
	color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size:9px;
	display: block;
	text-align: center;
}
#galleryList dd .info  {	
	position: absolute;
	margin-top: -25px;
	margin-left: 4px;
	z-index: 50;
	opacity: 0.65;
	background-color: #ffffff;
	padding-left: 10px;
	display: none;
}

#galleryList dd .info p {
	text-align: center;
	margin: 2px;
}


#galleryList dd img {
	display: block;	
	margin: auto;
	margin: 2px;
	border: 0px;
}


#galleryList dd.firstGallery, #galleryList dd.firstGallery img {
	width: 317px;
	height: 370px;	
}
	
#galleryList dd.secondGallery, #galleryList dd.secondGallery img {
	width: 318px;		
	height: 185px;
	
}

.options {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.options li {
	float: right;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #AF0000;
	margin: 1px;
}

.options li:hover {
	background-color: gray;
}

.options li a {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

#msgOk {
	border: 1px solid black;
	background-color: #9FEF86;
	margin: 20px;
	padding: 20px;
	text-align: center;
	font-size: 1.2em;
}

#msgErro {
	border: 1px solid black;
	background-color: #EF8694;
	margin: 20px;
	padding: 20px;
	text-align: center;
	font-size: 1.2em;
}
#menuGaleria {
	margin: auto;
	padding-top: 10px;	
}
#menuGaleria ul {
	margin-left: 0px;
	list-style: none;
}
#menuGaleria li {
	background-color: #9FD14A;
	display: block;
	float: left;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 5px;
}
#menuGaleria li.back {
	background-color: silver;
}
#menuGaleria li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


#portfolio {
	height: 455px;
	overflow: auto;
	overflow: hidden;
}

#portfolio .back {
	display: block;
	margin-left: 20px;
	height: 18px;
	text-align: center;
	padding: 2px;
	background-color: rgba(20,20,20,0.7);		
	width: 60px;
	display: none;
	margin-bottom: 5px;
}
#portfolio .back a {
	font-size: 12px;
	color: white;
	text-decoration: none;	
}

#portfolioMenu {
	position: absolute;
	z-index: 200;
}
#portfolioMenu ul {
	list-style: none;	
	margin: 0px;
	padding: 20px;
}
#portfolioMenu li {
	float: left;
}
#portfolioMenu li a {
	opacity: 0.75;
}
#portfolioMenu li a:hover {
	opacity: 1;
}
#portfolioMenu li a span {
	opacity: .7;
	display: block;
	margin: 0px;
	width: 150px;
	height: 20px;
	text-align: center;
	font-size: 15px;
	color: white;
	padding: 3px;
	margin-top: -30px;
	background-color: rgba(20,20,20,1);
	z-index: 2;
	font-weight: bold;
}
#portfolioMenu li a:hover span {
	color: black;
	background-color: rgba(0,0,0,0.8);
}

#portfolioMenu li a img
{
	border: 0px;
}
#portfolioImages 
{
	z-index: 300;
	position: absolute;
	width: 1000px;	
	top: 520px;		
	height: 95px;
	overflow: hidden;
	opacity: .3;	
}

#portfolioImages .casamentos, #portfolioImages .eventos, #portfolioImages .infantil {
	display: none;
}
#portfolioImages img {
	width: 104px;	
	cursor: pointer;
}
#portfolioImages .thumb {
	z-index: 1;
	width: 104px;
	
	position: relative;
}

#portfolioImages ul {
	list-style: none;	
	margin: 0px;
	padding-left: 20px;
}

#portfolioImages ul li {
	float: left;
	height: 64px;
	margin-right: 2px;	
}

#coverPortfolio {
	position: absolute;	
	width: 1000px;
	height: 574px;
	top: 40px;
}
#galleryPager {
	list-style: none;	
	margin: 0px;
	padding-left: 8px;
}
#galleryPager li {
	float: left;	
}
#galleryPager li a {
	display: inline-block;
	padding: 5px;
	width: 12px;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 1px;	
	text-decoration: none;
	
	color: white;
	font-weight: bold;
}

.selectorGalleryPage
{
	background-color: silver;
}

.selectedGallery {
	background-color: red;	
}

.accessPanelOpen
{
	height: 70px;
}
.galeria #portfolioImages
{
	top: 520px;		
	height: 95px;
	overflow: hidden;
	opacity: .3;
}
#portfolioImages.over
{
	opacity: .8;
}
#portfolioImages #photoList
{
	height: 125px;
	overflow: hidden;	
}
.galeria #portfolio h3
{
	z-index: 125;
	position: absolute;
	color: white;
	background-color: gray;
	padding: 5px;
	display: inline-block;
	opacity: 0.65;	
	padding-left: 40px;
}
.galeria #portfolioImages .back {	
	display: block;
}

#portfolioImages ul li img.selected {
	border: 2px solid white;
	width: 100px;
}

#samplePhotoList dd img {
	display: none;	
}

#goBack, #goForw
{	
	border: 0px solid red;
	width: 450px;
	height: 340px;
	z-index: 400;
	margin-top: 80px;	
	cursor: pointer;
}
#goBack {
	float: left;
}
#goForw {
	float: right;
}
#social {	
	text-align: right;
	padding-top: 5px;
	display: block;
	width: 1000px;
	margin: auto;
}

#facebook {
	float: right;
}
#facebook .fb_edge_widget_with_comment {
	width: 80px;
}
#twiter {
	float: right;
}
#googlePlus {
	float: right;	
}
.slideshow img {
	display: none;
}
	
	
	
#loadingBox {
	display: none;
	margin: auto;
	margin-top: 230px;
	margin-left: 430px;
	z-index: 0;
}
	
	/* position the bars and balls correctly (rotate them and translate them outward)*/
.bar1 {
  -moz-transform:rotate(0deg) translate(0, -40px);
  -webkit-transform:rotate(0deg) translate(0, -40px);opacity:0.12;
}
.bar2 {
  -moz-transform:rotate(45deg) translate(0, -40px);
  -webkit-transform:rotate(45deg) translate(0, -40px);opacity:0.25;
}
.bar3 {
  -moz-transform:rotate(90deg) translate(0, -40px);
  -webkit-transform:rotate(90deg) translate(0, -40px);opacity:0.37;
}
.bar4 {
  -moz-transform:rotate(135deg) translate(0, -40px);
  -webkit-transform:rotate(135deg) translate(0, -40px);opacity:0.50;
}
.bar5 {
  -moz-transform:rotate(180deg) translate(0, -40px);
  -webkit-transform:rotate(180deg) translate(0, -40px);opacity:0.62;
}
.bar6 {
  -moz-transform:rotate(225deg) translate(0, -40px);
  -webkit-transform:rotate(225deg) translate(0, -40px);opacity:0.75;
}
.bar7 {
  -moz-transform:rotate(270deg) translate(0, -40px);
  -webkit-transform:rotate(270deg) translate(0, -40px);opacity:0.87;
}
.bar8 {
  -moz-transform:rotate(315deg) translate(0, -40px);
  -webkit-transform:rotate(315deg) translate(0, -40px);opacity:1;
}


/* set up the three bar spinners */
#loading {
  position:relative;
  width:100px;
  height:100px;
  margin:25px;
  -moz-border-radius:100px;
  float:left;
  -moz-transform:scale(0.5);
  -webkit-transform:scale(0.5);

  /* not used right now: */
  -webkit-animation-name: rotateThis;
  -webkit-animation-duration:2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
}
#loading div {
  width:10px;
  height:30px;
  background:#000;
  position:absolute;
  top:35px;
  left:45px;
}

  /* rounded outer corners for the second */
#loading div {
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
}

/* uncomment this to use css animation in webkit browsers */
/* @-webkit-keyframes rotateThis {
  from {-webkit-transform:scale(0.5) rotate(0deg);}
  to {-webkit-transform:scale(0.5) rotate(360deg);}
} */
