/* CSS Document */

	* { padding:0px; margin:0px; border:0px; }
	
	html { height:100%; }
	
	p { font-family:Arial, Helvetica, sans-serif; }
	
	h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	}
	
	label {
	font-family:Arial, Helvetica, sans-serif;
	}
	
	span {
	font-family:Arial, Helvetica, sans-serif;
	}
	
	body {
	background:url(../images/background-body.jpg) center repeat-y #FFE9BA;
	}
	
/* Includes */
	
/* header.php */
	
	#Header {
		height:108px;
		width:900px;
		clear:both;
		margin:0px auto;
	}
	
/* fim da página header.php */
	
/* menu.php */
	
	#Menu-Div {
		width:900px;
		margin:0px auto;
		clear:both;
		height:37px;
		background:url(../images/background-menu.jpg) repeat-x top;
	}
	
	#Menu-Separator {
		height:34px;
		float:left;
		margin-left:20px;
		margin-top:4px;
	}
	
	#Menu a {
		color: #fff;
		text-decoration: none;
		padding-left: 18px;
	} 
	
	#Menu a span {
		padding-right: 18px;
	} 
	
	#Menu a:hover  {
		color: #000;
		background: #fff url(../images/left-tab-hover.jpg) left top no-repeat;
		padding-left: 18px;
	}
	
	#Menu a:hover span {
		background: #fff url(../images/right-tab-hover.jpg) right top no-repeat;
		padding-right: 18px
	} 
	
	#Menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#Menu li {
		list-style:none;
		float: left;
		margin:0px 4px 0px 4px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:33px;
		vertical-align:middle;
		font-size:12px;
		font-weight:bold;
	} 
	
	#Menu a, #Menu a span {
		display: block;
		float: left;
	
	}
	
	/* Hide from IE5-Mac \*/
	#Menu a, #Menu a span {
		float: none;
	}
	/* End hide */ 
	
/* Fim de menu.php */

/* footer.php */

	#Footer {
		width:900px;
		height:37px;
		background:url(../images/background-footer.jpg) repeat-x;
		margin:0px auto;
		clear:both;
	}
	
	#Footer ul {
		list-style:none;
		width:700px;
		margin-left:150px;
		height:37px;
	}
	
	#Footer li {
		list-style:none;
		height:37px;
		padding-left:4px;
		padding-right:4px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#fff;
		float:left;
		line-height:37px;
		font-weight:bold;
		text-decoration:none;
		vertical-align:middle;
	}
	
	#Footer li a:visited {
		text-decoration:none;
		color:#fff;
	}
	
	#Footer li a:active {
		text-decoration:none;
		color:#fff;
	}
	
	#Footer li a:link {
		text-decoration:none;
		color:#fff;
	}
	
	#Footer li a:hover {
		text-decoration:underline;
		color:#fff;
	}
	
	#Copyright {
		height:22px;
		width:900px;
		margin:0px auto;
		clear:both;
	}
	
	#Copyright p {
		line-height:22px;
		font-size:11px;
		vertical-align:middle;
		text-align:center;
		color:#003300;
	}

/* Fim de footer.php */

/* Fim dos Includes */
	
/* Corpo */
	
	#Corpo {
		width:900px;
		height:auto;
		clear:both;
		margin:0px auto;
	}
	
	#Corpo h1 {
		font-size:18px;
		line-height:32px;
		vertical-align:middle;
		padding-left:13px;
		color:#5F3B30;
	}
	
	#Barra {
		height:auto;
		width:214px;
		float:right;
		background:#FFEECC;
	}
	
	#Barra p {
		font-size:12px;
		color:#5F3B30;
		line-height:16px;
		padding-left:7px;
		padding-right:7px;
		text-decoration:none;
	}
	
	#Barra p a {
		text-decoration:underline;
		color:#0066FF;
	}
	
	#Barra p a:hover {
		text-decoration:none;
		color:#0099FF;
	}
	
	.center {
		text-align:center;
	}
	
	#Conteudo {
		width:686px;
		height:auto;
		float:left;
	}
	
	#Conteudo p {
		font-size:12px;
		color:#5F3B30;
		padding-left:13px;
	}
	
/* Fim do Corpo */
	
/* index.php */
	
	#Package1 {
		height:225px;
		width:210px;
		margin:8px 0px 0px 13px;
		float:left;
		background:url(../images/package1.jpg) repeat-y;
	}
	
	#Package1 p {
		font-size:12px;
		line-height:16px;
		color:#333333;
		text-align:left;
		padding:4px 7px 0px 8px;
	}
	
	#Package2 {
		height:225px;
		width:210px;
		margin:8px 0px 0px 13px;
		float:left;
		background:url(../images/package2.jpg) repeat-y;
	}
	
	#Package2 p {
		font-size:12px;
		line-height:16px;
		color:#333333;
		text-align:left;
		padding:4px 7px 0px 8px;
	}
	
	#Package3 {
		height:225px;
		width:210px;
		margin:8px 0px 0px 13px;
		float:left;
		background:url(../images/package3.jpg) repeat-y;
	}
	
	#Package3 p {
		font-size:12px;
		line-height:16px;
		color:#333333;
		text-align:left;
		padding:4px 7px 0px 8px;
	}
	
	#Package4 {
		height:245px;
		width:322px;
		margin:8px 0px 0px 13px;
		float:left;
		background:url(../images/package4.jpg) repeat-y;
	}
	
	#Package4 p {
		font-size:12px;
		line-height:16px;
		color:#333333;
		text-align:left;
		padding:4px 7px 0px 8px;
	}
	
	#Package5 {
		height:245px;
		width:322px;
		margin:8px 0px 0px 13px;
		float:left;
		background:url(../images/package5.jpg) repeat-y;
	}
	
	#Package5 p {
		font-size:12px;
		line-height:16px;
		color:#333333;
		text-align:left;
		padding:4px 7px 0px 8px;
	}
	
	#Package6 {
		height:245px;
		width:322px;
		margin:8px 0px 0px 13px;
		float:left;
		background:url(../images/package6.jpg) repeat-y;
	}
	
	#Package6 p {
		font-size:11.5px;
		line-height:15px;
		color:#333333;
		text-align:left;
		padding:4px 7px 0px 8px;
	}
	
	#Package7 {
		height:245px;
		width:322px;
		margin:8px 0px 0px 13px;
		float:left;
		background:url(../images/package7.jpg) repeat-y;
	}
	
	#Package7 p {
		font-size:11.5px;
		line-height:15px;
		color:#333333;
		text-align:left;
		padding:4px 7px 0px 8px;
	}
	
/* Fim da página index.php */

/* specials.php */

	#Special {
		float:left;
		width:280px;		
	}
	
	#Special p {
		font-size:12px;
		font-weight:bold;
		line-height:17px;
		padding-top:6px;
		color:#876D64;
	}

/* Fim da página specials.php */

/* caskets.php */

	
	#Casket {
		height:315px;
		width:210px;
		margin:10px 0px 6px 13px;
		float:left;
		background:url(../images/background-casket.jpg) no-repeat;
	}
	
	#Casket p {
		font-size:12px;
		line-height:16px;
		color:#333333;
		text-align:center;
		padding:8px 7px 0px 8px;
	}
	
/* Fim da página caskets.php */

/* contact.php */

	.contact-form {
		width:250px;
		height:20px;
		border:1px solid #624527;
		margin-top:2px;
	}
	
	#Contact label {
		width:140px;
		text-align:right;
		line-height:22px;
		font-size:12px;
		font-weight:bold;
		vertical-align:bottom;
		color:#624527;
		float:left;
		padding-right:6px;
		margin-top:2px;
	}
	
	.erro3 {
		font-size:11px;
		font-weight:bold;
		line-height:22px;
		color:#CC0000;
		vertical-align:middle;
		clear:both;
		margin-left:140px;
		padding-left:14px;
		text-transform:uppercase;
	}

/* Fim da página contact.php */

/* privacy-legal.php */

	#Privacy {
		width:686px;
		height:auto;
		float:left;
	}
	
	#Privacy p {
		font-size:12px;
		color:#624527;
		text-align:justify;
		padding:13px 13px 0px 13px;
	}
	
	#Privacy h2 {
		font-size:14px;
		font-weight:bold;
		text-align:justify;
		padding:13px 0px 0px 13px;
		line-height:16px;
		color:#624527;
	}
	
	#Privacy h3 {
		font-size:12px;
		font-weight:bold;
		text-align:justify;
		padding:13px 0px 0px 13px;
		line-height:16px;
		color:#666;
	}
	
/* Fim da Página privacy-legal.php */

/* locations.php */
	
	#Google-Maps {
		width:425px;
		height:auto;
		border:1px solid #624527;
		margin-left:130px;
	}
	
	.google-maps {
		margin-left:130px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#0066FF;
		line-height:20px;
	}
	
/* Fim da Página locations.php */

/* cremation-forms.php */

	.forms {
		font-size:12px;
		color:#624527;
		text-align:center;
		font-weight:bold;
		text-decoration:none;
	}
	
	.forms a {
		text-decoration:none;
		color:#624527;
	}
	
	.forms a:hover {
		text-decoration:underline;
		color:#0099FF;
	}	
	
/* Fim da Página cremation-forms.php */

/* urns.php */
	
		#Urns {
			height:auto;
			width:210px;
			margin:10px 0px 6px 13px;
			float:left;
			background:url(../images/bg-unrs.jpg) repeat-y;
		}
		
		#Urns p {
			font-size:12px;
			line-height:16px;
			color:#5F3B30;
			text-align:center;
			padding:5px 7px 0px 4px;
			font-weight:bold;
		}
		
		#Urns span {
			font-size:13px;
			line-height:16px;
			color:#333333;
			padding:0px 7px 0px 35px;
			clear:both;
			font-weight:bold;
		}
