@font-face {
	font-family: 'Coda-Heavy';
	src: url('../fonts/Coda-Heavy/Coda-Heavy.eot');
	src: url('../fonts/Coda-Heavy/Coda-Heavy.woff') format('woff'), url('../fonts/Coda-Heavy/Coda-Heavy.ttf') format('truetype'), url('../fonts/Coda-Heavy/Coda-Heavy.svg') format('svg');
}
@font-face {
	font-family: 'Lato-Black';
	src: url('../fonts/Lato-Black/Lato-Black.eot');
	src: url('../fonts/Lato-Black/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black/Lato-Black.svg') format('svg');
}
@font-face {
	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light/Lato-Light.eot');
	src: url('../fonts/Lato-Light/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light/Lato-Light.svg') format('svg');
}
@font-face {
	font-family: 'PT_Sans-Web-Regular';
	src: url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.eot');
	src: url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.woff') format('woff'), url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Sans-Web-Regular/PT_Sans-Web-Regular.svg') format('svg');
}
@font-face {
	font-family: 'PT_Sans-Web-Italic';
	src: url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.eot');
	src: url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.woff') format('woff'), url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.ttf') format('truetype'), url('../fonts/PT_Sans-Web-Italic/PT_Sans-Web-Italic.svg') format('svg');
}
@font-face {
	font-family: 'PT_Sans-Web-Bold';
	src: url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.eot');
	src: url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.woff') format('woff'), url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.ttf') format('truetype'), url('../fonts/PT_Sans-Web-Bold/PT_Sans-Web-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	min-width: 960px;
	padding: 0;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat;
}
#header {
	background: url(../images/bg_header.png) repeat-x top left;
	margin: 0;
	padding: 32px 0 5px;
}
#header div {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#header div:first-child {
	padding: 0 0 9px;
	overflow: hidden;
}
#header div a.logo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#header div a.logo img {
	border: 0;
	display: block;
}
#header div form {
	float: right;
	margin: 34px 10px 0 0;
	overflow: hidden;
	padding: 0;
}
#header div form input {
	background: url(../images/interface.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
}
#header div form #search {
	background-position: -228px -411px;
	line-height: 24px;
	padding: 0 0 0 10px;
	width: 208px;
}
#header div form #searchBtn {
	background-position: -446px -411px;
	cursor: pointer;
	width: 43px;
}
#header div form #searchBtn:hover {
	background-position: -492px -411px;
}
#header .navigation {
	background: url(../images/bg_navigation_right.gif) no-repeat bottom right;
	padding: 0 10px;
	width: 940px;
}
#header .navigation > ul:before, #header .navigation > ul:after {
	content: "";
	display: table;
}
#header .navigation > ul:after {
	clear: both;
}
#header .navigation > ul {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header .navigation > ul > li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 15px;
	position: relative;
	padding: 0;
}
#header .navigation > ul > li > a {
	color: #fff;
	display: block;
	font-family: 'Lato-Light';
	font-size: 14px;
	font-weight: normal;
	height: 52px;
	line-height: 56px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
#header .navigation > ul > li.selected > a {
	font-family: 'Lato-Black';
}
#header .navigation > ul > li > a:hover {
	color: #e2e2e2;
}
#header .navigation > ul > li.booking > a {
	color: #fcac00;
	font-family: 'Lato-Black';
}
#header .navigation > ul > li.booking > a:hover {
	color: #f3be4b;
}
#header .navigation ul ul {
	left: -99999px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 52px;
	z-index: 5;
}
#header .navigation > ul > li:hover ul {
	left: 0;
}
#header .navigation ul ul li {
	border-top: 1px solid #fff;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
}
#header .navigation ul ul li:first-child {
	border: 0;
}
#header .navigation ul ul li a {
	background: #fcac00;
	color: #fff;
	display: block;
	height: 23px;
	font-family: 'Lato-Light';
	font-size: 13px;
	font-weight: normal;
	line-height: 23px;
	margin: 0;
	padding: 0 23px;
	text-decoration: none;
	text-transform: capitalize;
}
#header .navigation ul ul li a:hover {
	background: 	#e9e9e9;
	color: #7a7a7a;
}
#body {
	min-height: 800px;
	margin: 0;
	padding: 0 0 6px;
}
#body .header {
	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	background: #fff;
	margin: 4px auto 6px;
	padding: 0;
	width: 940px;
}
#body .header ul {
	margin: 0;
	overflow: hidden;
	padding: 28px 0 36px;
}
#body .header ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	overflow: hidden;
	padding: 0;
	width: 300px;
}
#body .header ul li:first-child {
	margin: 0;
}
#body .header ul li .figure {
	display: block;
	float: left;
	margin: 2px 18px 0 7px;
	padding: 0;
}
#body .header ul li .figure:hover {
	opacity: 0.8;
}
#body .header ul li img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#body .header ul li div {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 200px;
}
#body .header ul li div h3 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 14px;
	text-transform: capitalize;
}
#body .header ul li div h3 a {
	color: #7a7a7a;
	text-decoration: none;
}
#body .header ul li div h3 a:hover {
	color: #fcac00;
}
#body .header ul li div p {
	color: #7a7a7a;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#body .header ul li div p a {
	color: #7a7a7a;
	text-decoration: underline;
}
#body .header ul li div p a:hover {
	color: #4c4c4c;
}
#body .body {
	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	background: #fff;
	margin: 0 auto 6px;
	overflow: hidden;
	padding: 0;
	width: 940px;
}
#body .body img {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#body .body div {
	float: left;
	margin: 0;
	padding: 59px 38px 0 0;
	width: 462px;
	text-align: justify;
}
#body .body div h1 {
	color: #7a7a7a;
	font-family: 'Coda-Heavy';
	font-size: 62px;
	font-weight: normal;
	line-height: 60px;
	margin: 0;
	padding: 0 0 25px;
	text-align: right;
	text-transform: uppercase;
}
#body .body div h1 span {
	display: block;
	font-size: 42px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#body .body div p {
	color: #7a7a7a;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	line-height: 24px;
	padding: 0 0 38px 14px;
	text-align: justify;
}
#body .body div p a {
	color: #fcac00;
	text-decoration: none;
}
#body .body div p a:hover {
	color: #f3be4b;
}
#body .body div > a {
	background: url(../images/interface.png) no-repeat 0 -530px;
	color: #fff;
	display: block;
	font-family: 'Lato-Black';
	font-size: 24px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 60px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 402px;
}
#body .body div > a:hover {
	background-position: 0 -585px;
}
#body .footer {
	-webkit-box-shadow: 0px -1px 3px rgba(50, 50, 52, 0.5);
	-moz-box-shadow: 0px -1px 3px rgba(50, 50, 52, 0.5);
	box-shadow: 0px -1px 3px rgba(50, 50, 52, 0.5);
	background: #e9e9e9;
	margin: 0;
	padding: 20px 0;
}
#body .footer > div {
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
#body .footer div h2 {
	background: url(../images/border.png) repeat-x 0 12px;
	color: #7a7a7a;
	font-family: 'Lato-Black';
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
	text-transform: capitalize;
}
#body .footer div h2 span {
	background: #e9e9e9;
	display: inline;
	margin: 0;
	padding: 0 10px;
}
#body .footer div ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body .footer div ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	overflow: hidden;
	padding: 20px 0;
	width: 450px;
}
#body .footer div ul li .figure {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#body .footer div ul li .figure:hover {
	opacity: 0.8;
}
#body .footer div ul li img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#body .footer div ul li div {
	float: left;
	margin: 0;
	padding: 0;
	width: 375px;
}
#body .footer div ul li div h3 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 18px 10px;
	padding: 0;
	text-transform: capitalize;
}
#body .footer div ul li div h3 a {
	color: #7a7a7a;
	text-decoration: none;
}
#body .footer div ul li div h3 a:hover {
	color: #fcac00;
}
#body .footer div ul li div p {
	color: #7a7a7a;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;
	text-align: justify;
}
#body .footer div ul li div p a {
	color: #7a7a7a;
	text-decoration: underline;
}
#body .footer div ul li div p a:hover {
	color: #4c4c4c;
}
#body .content {
	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	margin: 0 auto;
	min-height: 973px;
	overflow: hidden;
	padding: 0;
	width: 940px;
	background-color: #fff;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 640px center;
}
#body .content1 {
	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	margin: 0 auto;
	min-height: 973px;
	overflow: hidden;
	padding: 0;
	width: 940px;
	background-color: #fff;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 640px center;
}
#body .content .section {
	float: left;
	margin: 0;
	padding: 0 0 40px;
	width: 640px;
}
#body .content1 .section {
	float: left;
	margin: 0;
	padding: 0 0 40px;
	width: 640px;
}
#body .content1 .section_vendas_off {
	float: left;
	margin: 0;
	padding: 0 0 40px;
	width: 640px;
}
#body .content .section p {
	color: #7a7a7a;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-family: "PT_Sans-Web-Regular";
	text-align: justify;
}
#body .content1 .section_vendas_off p {
	color: #7a7a7a;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-family: "PT_Sans-Web-Regular";
	text-align: justify;
}
#body .content .section p a {
	color: #7a7a7a;
	text-decoration: underline;
}
#body .content1 .section_vendas_off p a {
	color: #7a7a7a;
	text-decoration: underline;
}
#body .content .section p a:hover {
	color: #4c4c4c;
}
#body .content1 .section_vendas_off p a:hover {
	color: #4c4c4c;
}
#body .content .section .breadcrumb {
	background: url(../images/border.png) repeat-x bottom left;
	margin: 0 0 20px 38px;
	overflow: hidden;
	padding: 26px 0 23px;
	width: 560px;
}
#body .content .section .breadcrumb span {
	color: #7a7a7a;
	display: block;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 0;
}
#body .content .section .breadcrumb ul {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body .content .section .breadcrumb ul li {
	background: url(../images/separator2.png) no-repeat center left;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#body .content .section .breadcrumb ul li:first-child {
	background: none;
}
#body .content .section .breadcrumb ul li a {
	color: #fcac00;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 2px 5px 3px 10px;
	text-decoration: none;
	text-transform: capitalize;
}
#body .content .section .breadcrumb ul li a:hover {
	color: #f3be4b;
}
#body .content .section div h2 {
	color: #7a7a7a;
	font-family: 'Lato-Black';
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#body .content .section .company {
	margin: 0;
	padding: 0 40px;
}
#body .content .section .company div {
	margin: 0;
	overflow: hidden;
	padding: 25px 0 0;
	font-family: "PT_Sans-Web-Regular";
}
#body .content .section .company div img {
	background: #fff;
	border: 1px solid #dfdfdf;
	display: block;
	float: left;
	margin: 0 30px 0 0;
	padding: 4px;
}
#body .content .section div h3 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
}
#body .content1 .section .vendas_off div h3 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#body .content .section .company > h3 {
	padding: 25px 0 15px;
	font-family: Lato-Light;
}
#body .content .section .company div h3 {
	padding: 0 0 15px;
	font-family: "PT_Sans-Web-Regular";
}
#body .content .section .company > p {
	padding: 0 0 20px;
}
#body .content .section .team {
	margin: 0;
	padding: 0;
}
#body .content .section .team h2 {
	padding: 0 0 0 40px;
}
#body .content .section .team div {
	margin: 0;
	overflow: hidden;
	padding: 25px 40px 20px;
}
#body .content .section .team h3 a {
	color: #7a7a7a;
	text-decoration: none;
}
#body .content .section .team h3 a:hover {
	color: #fcac00;
}
#body .content .section .team a.figure {
	display: block;
	margin: 0;
	padding: 0;
}
#body .content .section .team a.figure:hover {
	opacity: 0.8;
}
#body .content .section .team a.figure img {
	border: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
}
#body .content .section .team div a.figure {
	float: left;
	margin: 0 40px 0 0;
}
#body .content .section .team span {
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Bold';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 15px;
}
#body .content .section .team ul {
	margin: 0;
	overflow: hidden;
	padding: 0
}
#body .content .section .team ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
	width: 262px;
}
#body .content .section .team ul li a.figure {
	margin: 0 0 15px;
}
#body .content .section .gallery {
	margin: 0;
	padding: 0;
}
#body .content .section .gallery h2 {
	padding: 0 0 0 40px;
}
#body .content .section .gallery ul {
	margin: 0;
	overflow: hidden;
	padding: 25px 0 0;
}
#body .content .section .gallery ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0 0 20px;
	width: 262px;
}
#body .content .section .gallery ul li h4 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px;
	text-transform: capitalize;
}
#body .content .section .gallery ul li h4 a {
	color: #7a7a7a;
	text-decoration: none;
}
#body .content .section .gallery ul li h4 a:hover {
	color: #fcac00;
}
#body .content .section .gallery a.figure {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
#body .content .section .gallery a.figure:hover {
	opacity: 0.8;
}
#body .content .section .gallery a.figure img {
	border: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
}
#body .content .section .gallery > a.figure {
	margin: 25px 0 10px 40px;
}
#body .content .section .gallery div {
	margin: 0;
	overflow: hidden;
	padding: 0 40px;
}
#body .content .section .gallery div span {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
}
#body .content .section .gallery div span span {
	color: #7a7a7a;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 10px;
}
#body .content .section .gallery div > span {
	padding: 6px 0 0;
	width: 75px;
}
#body .content .section .gallery div span a {
	background: url(../images/interface.png) no-repeat;
	display: block;
	float: left;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	width: 18px;
}
#body .content .section .gallery div span a.prev {
	background-position: 0 -120px;
}
#body .content .section .gallery div span a.prev:hover {
	background-position: -24px -120px;
}
#body .content .section .gallery div span a.next {
	background-position: 0 -151px;
}
#body .content .section .gallery div span a.next:hover {
	background-position: -24px -151px;
}
#body .content .section .gallery div p {
	float: right;
	padding: 0;
	width: 440px;
}
#body .content .section .testimonials {
	margin: 0;
	overflow: hidden;
	padding: 0 40px;
}
#body .content .section .testimonials h2 {
	clear: both;
	margin: 0 0 10px;
}
#body .content .section .testimonials div {
	background: url(../images/bg_sidebar.png) repeat-y;
	float: left;
	margin: 0;
	padding: 0;
	width: 266px;
}
#body .content .section .testimonials div form {
	background: url(../images/bg_sidebar_bottom.png) no-repeat bottom left;
	margin: 0;
	padding: 0 0 27px;
}
#body .content .section .testimonials div form span {
	background: url(../images/bg_sidebar_top.png) no-repeat top left;
	color: #7a7a7a;
	display: block;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 20px 21px;
	text-transform: capitalize;
}
#body .content .section .testimonials div form label {
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 23px 0 21px;
	text-transform: capitalize;
}
#body .content .section .testimonials div form input {
	background: url(../images/interface.png) no-repeat 0 -411px;
	border: 0;
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin: 7px 0 20px;
	padding: 0 5px;
	width: 211px;
}
#body .content .section .testimonials div form label textarea {
	background: url(../images/interface.png) no-repeat -425px -179px;
	border: 0;
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	height: 204px;
	margin: 7px 0 11px;
	overflow: auto;
	padding: 10px 5px;
	width: 211px;
	resize: none;
}
#body .content .section .testimonials div form #submitBtn {
	background-position: -276px -476px;
	cursor: pointer;
	height: 31px;
	margin: 0 0 0 21px;
	padding: 0;
	width: 220px;
}
#body .content .section .testimonials div form #submitBtn:hover {
	background-position: -407px -604px;
}
#body .content .section .testimonials ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 560px;
}
#body .content .section .testimonials ul li {
	background: url(../images/border2.gif) no-repeat top right;
	list-style: none;
	margin: 0;
	padding: 25px 0 29px;
}
#body .content .section .testimonials ul li:first-child {
	background: none;
	padding: 11px 0 29px;
}
#body .content .section .testimonials ul li p {
	background: url(../images/icons.png) no-repeat 12px -200px;
	padding: 0 0 0 37px;
}
#body .content .section .testimonials ul li span {
	color: #7a7a7a;
	display: block;
	margin: 0;
	padding: 16px 0 0 37px;
	text-transform: capitalize;
}
#body .content .section .testimonials ul li span b {
	display: block;
	font-family: 'PT_Sans-Web-Bold';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px;
}
#body .content .section .services {
	margin: 0;
	padding: 0 40px;
}
#body .content .section .services ul {
	margin: 0;
	padding: 25px 0 0;
}
#body .content .section .services ul li {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 24px;
}
#body .content .section .services ul li a.figure {
	display: block;
	float: left;
	margin: 5px 0 0;
	padding: 0;
}
#body .content .section .services ul li a.figure:hover {
	opacity: 0.8;
}
#body .content .section .services ul li a.figure img {
	border: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
}
#body .content .section .services ul li div {
	float: left;
	margin: 0;
	padding: 0 0 0 39px;
	width: 339px;
}
#body .content .section .services ul li div h3 {
	padding: 0 0 15px;
}
#body .content .section .promo {
	margin: 0;
	padding: 0;
}
#body .content .section .promo h2 {
	padding: 0 0 0 40px;
}
#body .content .section .promo ul {
	margin: 0;
	overflow: hidden;
	padding: 25px 0 0;
}
#body .content .section .promo ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
	width: 266px;
}
#body .content .section .promo ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
#body .content .section .promo ul li a:hover {
	opacity: 0.8;
}
#body .content .section .promo ul li a img {
	border: 0;
}
#body .content .section .blog {
	margin: 0;
	min-height: 883px;
	padding: 0 40px 50px;
	position: relative;
}
#body .content .section .restauro {
	margin: 0;
	min-height: 300px;
	padding: 0 40px 50px;
	position: relative;
}
#body .content .section .blog ul {
	margin: 0;
	padding: 0;
}
#body .content .section .restauro ul {
	margin: 0;
	padding: 0;
}
#body .content .section .blog ul li {
	background: url(../images/border.png) repeat-x bottom left;
	list-style: none;
	margin: 0 0 10px;
	padding: 30px 0 24px;	
}
#body .content .section .restauro ul li {
	background: url(../images/border.png) repeat-x bottom left;
	list-style: none;
	margin: 0 0 10px;
	padding: 30px 0 24px;
}
#body .content .section .blog h3 {
	font-family: 'Lato-Black';
	line-height: 1;
	padding: 0 0 11px;
	text-transform: none;
}
#body .content .section .restauro h3 {
	font-family: 'Lato-Black';
	line-height: 1;
	padding: 0 0 11px;
	text-transform: none;
}
#body .content .section .blog ul li span, #body .content .section .blog .article span {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 8px 0;
}
#body .content .section .reatauro ul li span, #body .content .section .restauro .article span {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 8px 0;
}
#body .content .section .blog ul li span a, #body .content .section .blog .article span a {
	color: #7a7a7a;
	text-decoration: none;
	text-transform: uppercase;
}
#body .content .section .restauro ul li span a, #body .content .section .restauro .article span a {
	color: #7a7a7a;
	text-decoration: none;
	text-transform: uppercase;
}
#body .content .section .blog .article span a:hover {
	background-position: -60px -126px;
	color: #fcac00;
}
#body .content .section .restauro .article span a:hover {
	background-position: -60px -126px;
	color: #fcac00;
}
#body .content .section .blog a.comment {
	background: url(../images/icons.png) no-repeat 0 -126px;
	color: #7a7a7a;
	display: block;
	float: right;
	height: 14px;
	margin: 0 7px 0 0;
	padding: 0 0 0 24px;
	width: 6px;
}
#body .content .section .restauro a.comment {
	background: url(../images/icons.png) no-repeat 0 -126px;
	color: #7a7a7a;
	display: block;
	float: right;
	height: 14px;
	margin: 0 7px 0 0;
	padding: 0 0 0 24px;
	width: 6px;
}
#body .content .section .blog ul li span a:hover {
	background-position: -60px -126px;
	color: #fcac00;
}
#body .content .section .restauro ul li span a:hover {
	background-position: -60px -126px;
	color: #fcac00;
}
#body .content .section .blog ul li div, #body .content .section .blog .article div {
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0;
	color: #7a7a7a;
}
#body .content .section .blog ul li div, #body .content .section .blog .peca div {
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0;
	color: #7a7a7a;
}
#body .content .section .blog .article {
	background: url(../images/border.png) repeat-x bottom left;
	padding: 30px 0 35px;
}
#body .content .section .blog a.figure {
	display: block;
	float: left;
	margin: 7px 0 0;
	padding: 0;
}
#body .content .section .blog .article a.figure {
	margin: 7px 39px 30px 0;
}
#body .content .section .blog a.figure:hover {
	opacity: 0.8;
}
#body .content .section .blog a.figure img {
	border: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
	margin-right: 3px;
}
#body .content .section .blog ul li div p {
	float: left;
	padding: 0 0 0 39px;
	width: 339px;
}
#body .content .section .blog ul li div p a.more {
	color: #fcac00;
	display: block;
	margin: 18px 0 0 245px;
	text-transform: uppercase;
	text-decoration: none;
	width: 94px;
}
#body .content .section .blog ul li div p a.more:hover {
	text-decoration: underline;
}
#body .content .section .blog .comment {
	background: url(../images/border.png) repeat-x bottom left;
	margin: 0;
	padding: 28px 0 44px;
}
#body .content .section .blog h4 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 17px;
	text-transform: capitalize;
}
#body .content .section .blog .comment div {
	-webkit-box-shadow: 1px 4px 2px #d8d8d8;
	-moz-box-shadow: 1px 1px 4px #d8d8d8;
	box-shadow: 1px 1px 4px #d8d8d8;
	margin: 0;
	overflow: hidden;
	padding: 17px 20px 21px;
}
#body .content .section .blog .comment a.figure {
	color: #fcac00;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
#body .content .section .blog .comment a.figure:hover {
	color: #f3be4b;
}
#body .content .section .blog .comment a.figure img {
	border: 1px solid #dfdfdf;
	display: block;
	margin: 0 0 8px;
	padding: 1px;
}
#body .content .section .blog .comment div p {
	float: left;
	padding: 0 0 0 21px;
	width: 415px;
}
#body .content .section .blog .comment div p span {
	display: block;
	margin: 0;
	padding: 0 0 12px;
	text-transform: capitalize;
}
#body .content .section .blog .comment div p a.reply {
	color: #fcac00;
	display: block;
	margin: 0 0 0 384px;
	padding: 12px 0 0;
	text-decoration: none;
	text-transform: capitalize;
}
#body .content .section .blog .comment div p a.reply:hover {
	text-decoration: underline;
}
#body .content .section .blog .commentForm {
	margin: 0;
	padding: 24px 0 0;
}
#body .content .section .blog form {
	-webkit-box-shadow: 1px 4px 2px #d8d8d8;
	-moz-box-shadow: 1px 1px 4px #d8d8d8;
	box-shadow: 1px 1px 4px #d8d8d8;
	margin: 0;
	overflow: hidden;
	padding: 10px 0 30px;
}
#body .content .section .blog form div {
	float: left;
	margin: 0;
	padding: 0 38px 0 19px;
	width: 221px;
}
#body .content .section .blog form div label {
	display: block;
	margin: 0;
	padding: 11px 0 0;
	width: 221px;
}
#body .content .section .blog form > label {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 0;
	width: 260px;
}
#body .content .section .blog form span {
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 12px;
	text-transform: capitalize;
}
#body .content .section .blog form input {
	background: url(../images/interface.png) no-repeat 0 -411px;
	border: 0;
	color: #7a7a7a;
	height: 24px;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
	width: 211px;
}
#body .content .section .blog form #Btncomment {
	background-position: -277px -440px;
	cursor: pointer;
	float: left;
	height: 31px;
	margin: 18px 0 0 375px;
	padding: 0;
	width: 164px;
}
#body .content .section .blog form #Btncomment:hover {
	background-position: -407px -568px;
}
#body .content .section .blog form textarea {
	background: url(../images/interface.png) no-repeat 0 -440px;
	border: 0;
	color: #7a7a7a;
	display: block;
	height: 75px;
	margin: 0;
	overflow: auto;
	padding: 5px;
	resize: none;
	width: 250px;
}
#body .content .section .blog .paging {
	bottom: 0;
	left: 37px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
#body .content .section .blog .paging span {
	background: url(../images/interface.png) no-repeat -510px -476px;
	color: #7a7a7a;
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 78px;
}
#body .content .section .blog .paging ul {
	float: left;
}
#body .content .section .blog .paging ul li {
	background: none;
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
}
#body .content .section .blog .paging ul li a {
	background: url(../images/interface.png) no-repeat 0 0;
	color: #7a7a7a;
	display: block;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 36px;
}
#body .content .section .blog .paging ul li a:hover, #body .content .section .blog .paging ul li.selected a {
	background-position: 0 -38px;
	color: #fff;
}
#body .content .section .contact, #body .content .section .booking {
	margin: 0;
	padding: 30px 40px;
}
#body .content .section .contact h2, #body .content .section .booking h2 {
	padding: 0 0 29px;
}
#body .content .section .contact form {
	margin: 0;
	padding: 24px 0 0;
}
#body .content .section .contact form label {
	margin: 0;
	padding: 0;
}
#body .content .section .contact form label span {
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	text-transform: capitalize;
}
#body .content .section .contact form input {
	border: 0;
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	height: 24px;
	background-image: url(../images/interface.png);
	background-repeat: no-repeat;
	background-position: 0px -382px;
	background-color: #FFF;
}
#body .content .section .contact form #send {
	height: 31px;
	margin: 18px 0 0;
	padding: 0;
	width: 164px;
	background-position: -453px -440px;
	color: #FFF;
}
#body .content .section .contact form #send:hover {
	background-position: -407px -531px;
	color: #FFF;
}
#body .content .section .contact form textarea {
	background: url(../images/interface.png) no-repeat 0 -179px;
	border: 0;
	color: #7a7a7a;
	height: 159px;
	margin: 0;
	overflow: auto;
	padding: 5px;
	resize: none;
	width: 408px;
}
#body .content .section .booking form {
	margin: 0;
	padding: 0 0 25px;
}
#body .content .section .booking form h4 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 5px;
	text-transform: capitalize;
}
#body .content .section .booking form label, #body .content .section .booking form input, #body .content .section .booking form span, #body .content .section .booking form textarea, #body .content .section .booking form select {
	color: #7a7a7a;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#body .content .section .booking form span {
	line-height: 24px;
	padding: 10px 0 5px;
	text-transform: capitalize;
}
#body .content .section .booking form input {
	border: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	background-color: #FFF;
	background-image: url(../images/interface.png);
	background-repeat: no-repeat;
}
#body .content .section .booking form div {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body .content .section .booking form div div {
	float: left;
	min-height: 37px;
	width: 260px;
}
#body .content .section .booking form label {
	float: left;
}
#body .content .section .booking .form1 input {
	background-position: 0 -382px;
	width: 250px;
}
#body .content .section .booking .form2 div input {
	background-position: -277px -382px;
	width: 110px;
}
#body .content .section .booking form #confirm2 {
	width: 260px;
}
#body .content .section .booking form #confirm2 span {
	padding: 49px 0 5px;
}
#body .content .section .booking form #confirm {
	background-position: 0 -382px;
	width: 250px;
}
#body .content .section .booking form #city, #body .content .section .booking form #state {
	background: url(../images/interface.png) no-repeat -277px -382px;
	border: 0;
	height: 24px;
	width: 120px;
}
#body .content .section .booking form #schedule {
	background: url(../images/interface.png) no-repeat 0 -382px;
	border: 0;
	height: 24px;
	width: 260px;
}
#body .content .section .booking form textarea {
	background: url(../images/interface.png) no-repeat -85px -1px;
	border: 0;
	height: 158px;
	overflow: auto;
	padding: 5px;
	resize: none;
	width: 550px;
}
#body .content .section .booking form #fname, #body .content .section .booking form #email3, #body .content .section .booking form #address1, #body .content .section .booking form #address2, #body .content .section .booking .form2 div {
	margin: 0 40px 0 0;
}
#body .content .section .booking form #city, #body .content .section .booking form #brand, #body .content .section .booking form #year {
	margin: 0 20px 0 0;
}
#body .content .section .booking form #send2 {
	margin: 19px 0 0;
	padding: 0;
	background-position: -453px -440px;
	height: 31px;
	width: 164px;
}
#body .content .section .booking form #send2:hover {
	background-position: -407px -531px;
	color: #FFF;
}
#body .content .sidebar {
	float: left;
	margin: 0;
	padding: 28px 0;
	width: 300px;
}
#body .content .sidebar div {
	margin: 0;
	padding: 0;
}
#body .content .sidebar div ul {
	margin: 0;
	padding: 0;
}
#body .content .sidebar div ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#body .content .sidebar .navigation {
	margin: 0 0 10px;
}
#body .content .sidebar .navigation ul li a {
	background: url(../images/bg_sidebar_nav.gif) no-repeat top center;
	color: #fcac00;
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin: -4px 0 0;
	padding: 0 40px;
	text-decoration: none;
	text-transform: capitalize;
	width: 220px;
}
#body .content .sidebar .navigation ul li:first-child a {
	background: none;
}
#body .content .sidebar .navigation ul li.selected a {
	background: url(../images/bg_sidebar-nav_selected.png) no-repeat left top;
}
#body .content .sidebar .navigation ul li a:hover {
	color: #f3be4b;
}
#body .content .sidebar div h3 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#body .content .sidebar .navigation h3 {
	height: 25px;
	line-height: 25px;
	padding: 0 0 10px 39px;
}
#body .content .sidebar .post {
	background: url(../images/bg_sidebar.png) repeat-y;
	margin: 0 0 24px 18px;
	width: 266px;
}
#body .content .sidebar .post h3 {
	background: url(../images/bg_sidebar_top.png) no-repeat top left;
	height: 50px;
	padding: 0 20px 0 23px;
}
#body .content .sidebar .post ul {
	background: url(../images/bg_sidebar_bottom.png) no-repeat bottom left;
	padding: 0 23px 10px 21px;
}
#body .content .sidebar .post ul li {
	background: url(../images/bg_sidebar_nav.gif) no-repeat top center;
	overflow: hidden;
	padding: 5px 0;
}
#body .content .sidebar .post ul li:first-child {
	background: none;
}
#body .content .sidebar .post ul li a.figure {
	display: block;
	float: left;
	margin: 8px 10px 0 0;
	padding: 0;
}
#body .content .sidebar .post ul li a.figure:hover {
	opacity: 0.8;
}
#body .content .sidebar .post ul li a.figure img {
	border: 1px solid #dfdfdf;
	display: block;
}
#body .content .sidebar .post ul li div {
	float: left;
	margin: 0;
	padding: 0;
	width: 162px;
	font-family: "PT_Sans-Web-Regular";
	font-size: 13px;
}
#body .content .sidebar .post ul li div span {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#body .content .sidebar .post ul li div span a {
	color: #fcac00;
	line-height: 24px;
	text-decoration: none;
}
#body .content .sidebar .post ul li div span a:hover {
	text-decoration: underline;
	font-family: "PT_Sans-Web-Regular";
	font-size: 13px;
}
#body .content .sidebar .post ul li div p {
	color: #7a7a7a;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "PT_Sans-Web-Regular";
}
#body .content .sidebar .post ul li div p a {
	color: #fcac00;
}
#body .content .sidebar .post ul li div p a:hover {
	color: #f3be4b;
}
#body .content .sidebar .contact {
	background: url(../images/bg_sidebar.png) repeat-y;
	margin: 0 0 24px 18px;
	width: 270px;
}
#body .content .sidebar .contact div {
	background: url(../images/bg_sidebar_top.png) no-repeat top left;
	margin: 0;
	padding: 20px 0 0 21px;
}
#body .content .sidebar .contact div a {
	display: block;
}
#body .content .sidebar .contact div a:hover {
	opacity: 0.8;
}
#body .content .sidebar .contact div img {
	border: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
}
#body .content .sidebar .contact h3 {
	background: url(../images/bg_sidebar_top.png) no-repeat top left;
	height: 50px;
	padding: 0 20px 0 23px;
}
#body .content .sidebar div h4 {
	color: #7a7a7a;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 0 21px;
	text-transform: capitalize;
}
#body .content .sidebar .contact ul {
	background: url(../images/bg_sidebar_bottom.png) no-repeat bottom left;
	padding: 0 23px 10px 21px;
}
#body .content .sidebar .contact ul li {
	background: url(../images/bg_sidebar_nav.gif) no-repeat top center;
	padding: 5px 0;
}
#body .content .sidebar .contact ul li:first-child {
	background: none;
}
#body .content .sidebar .contact ul li b {
	font-family: 'PT_Sans-Web-Bold';
	font-weight: normal;
	text-transform: capitalize;
}
#body .content .sidebar .contact ul li b, #body .content .sidebar .contact ul li span {
	color: #7a7a7a;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#body .content .sidebar .contact ul li span a {
	color: #fcac00;
	text-decoration: none;
}
#body .content .sidebar .contact ul li span a:hover {
	text-decoration: underline;
}
#body .content .sidebar .contact ul li:first-child {
	overflow: hidden;
}
#body .content .sidebar .contact ul li:first-child b {
	display: block;
	float: left;
	width: 52px;
}
#body .content .sidebar .contact ul li:first-child span {
	display: block;
	float: left;
	width: 128px;
}
#body .content .sidebar .categories, #body .content .sidebar .archives {
	background: url(../images/bg_sidebar.png) repeat-y;
	margin: 0 0 24px 18px;
	width: 266px;
}
#body .content .sidebar .categories h3, #body .content .sidebar .archives h3 {
	background: url(../images/bg_sidebar_top.png) no-repeat top left;
	height: 50px;
	padding: 0 20px 0 23px;
}
#body .content .sidebar .categories ul, #body .content .sidebar .archives ul {
	background: url(../images/bg_sidebar_bottom.png) no-repeat bottom left;
	padding: 0 23px 10px 21px;
}
#body .content .sidebar .categories ul li, #body .content .sidebar .archives ul li {
	background: url(../images/bg_sidebar_nav.gif) no-repeat top center;
	padding: 10px 0;
}
#body .content .sidebar .categories ul li:first-child, #body .content .sidebar .archives ul li:first-child {
	background: none;
}
#body .content .sidebar .categories ul li a, #body .content .sidebar .archives ul li a {
	background: url(../images/icons.png) no-repeat;
	color: #fcac00;
	display: block;
	margin: 0;
	padding: 0 0 0 21px;
	text-decoration: none;
	text-transform: capitalize;
}
#body .content .sidebar .categories ul li a:hover, #body .content .sidebar .archives ul li a:hover {
	text-decoration: underline;
}
#body .content .sidebar .categories ul li a {
	background-position: 0 -150px;
}
#body .content .sidebar .archives ul li a {
	background-position: 0 -172px;
}
#body .content .sidebar .featured {
	background: url(../images/bg_sidebar.png) repeat-y;
	margin: 0 0 24px 18px;
	width: 266px;
}
#body .content .sidebar .featured h3 {
	background: url(../images/bg_sidebar_top.png) no-repeat top left;
	height: 50px;
	padding: 0 20px 0 23px;
}
#body .content .sidebar .featured ul {
	background: url(../images/bg_sidebar_bottom.png) no-repeat bottom left;
	padding: 0 23px 10px 21px;
}
#body .content .sidebar .featured ul li {
	background: url(../images/bg_sidebar_nav.gif) no-repeat top center;
	padding: 10px 0;
}
#body .content .sidebar .featured ul li:first-child {
	background: none;
}
#body .content .sidebar .featured ul li a {
	color: #fcac00;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: capitalize;
}
#body .content .sidebar .featured ul li a:hover {
	color: #f3be4b;
}
#body .content .sidebar .gallery {
	background: url(../images/bg_sidebar.png) repeat-y;
	margin: 0 0 0 18px;
	width: 266px;
}
#body .content .sidebar .gallery h3 {
	background: url(../images/bg_sidebar_top.png) no-repeat top left;
	padding: 0 20px 0 23px;
}
#body .content .sidebar .gallery a.figure {
	display: block;
	margin: 0 0 0 21px;
	padding: 0;
}
#body .content .sidebar .gallery a.figure:hover {
	opacity: 0.8;
}
#body .content .sidebar .gallery a.figure img {
	border: 1px solid #dfdfdf;
}
#body .content .sidebar .gallery span {
	display: block;
	margin: 0;
	padding: 5px 23px 0 21px;
}
#body .content .sidebar .gallery span a {
	color: #fcac00;
	line-height: 24px;
	text-decoration: none;
}
#body .content .sidebar .gallery span a:hover {
	text-decoration: underline;
}
#body .content .sidebar .gallery p {
	background: url(../images/bg_sidebar_bottom.png) no-repeat bottom left;
	color: #7a7a7a;
	line-height: 24px;
	margin: 0;
	padding: 0 23px 20px 21px;
}
#body .content .sidebar .gallery p a {
	color: #fcac00;
}
#body .content .sidebar .gallery p a:hover {
	color: #f3be4b;
}
#footer {
	font-family: 'PT_Sans-Web-Regular';
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
#footer div {
	background: #7a7a7a;
	margin: 0;
	overflow: hidden;
	padding-top: 23px;
	padding-right: 30px;
	padding-bottom: 23px;
	padding-left: 35px;
}
#footer > div:first-child {
	-webkit-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	-moz-box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
	box-shadow: 1px 0px 3px rgba(52, 50, 50, 0.5);
}
#footer div ul {
	margin: 0;
	padding: 0;
}
#footer div ul li {
	border-top: 1px solid #9a9a9a;
	font-size: 13px;
	list-style: none;
	margin: 0 0 5px;
	padding: 5px 0 0;
}
#footer div ul li:first-child {
	border: 0;
}
#footer div > div {
	float: left;
	padding: 0;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}
#footer div > div:first-child {
	margin: 0;
}
#footer div > div h3 {
	color: #fff;
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 14px;
	text-transform: capitalize;
}
#footer div .contact ul li b {
	font-family: 'PT_Sans-Web-Bold';
	font-weight: normal;
	text-transform: capitalize;
}
#footer div .contact ul li b, #footer div .contact ul li span {
	color: #fff;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#footer div .contact ul li span a {
	color: #fcac00;
	text-decoration: none;
}
#footer div .contact ul li span a:hover {
	color: #f3be4b;
}
#footer div .contact ul li:first-child {
	overflow: hidden;
}
#footer div .contact ul li:first-child b {
	display: block;
	float: left;
	width: 52px;
}
#footer div .contact ul li:first-child span {
	display: block;
	float: left;
	width: 128px;
}
#footer div .tweets ul li a {
	color: #fff;
	display: block;
	line-height: 24px;
	text-decoration: none;
}
#footer div .tweets ul li a:hover {
	color: #fcac00;
}
#footer div .tweets ul li a span {
	color: #fcac00;
	display: block;
}
#footer div .tweets ul li a:hover span {
	color: #f3be4b;
}
#footer div .posts ul li a {
	color: #fcac00;
	display: block;
	line-height: 24px;
	text-decoration: none;
}
#footer div .posts ul li a:hover {
	color: #f3be4b;
}
#footer div .connect p {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#footer div .connect p a {
	color: #fcac00;
}
#footer div .connect p a:hover {
	color: #f3be4b;
}
#footer div .connect ul {
	overflow: hidden;
	padding: 10px 0 0;
}
#footer div .connect ul li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#footer div .connect ul li a {
	background: url(../images/icons.png) no-repeat;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	width: 36px;
}
#footer div .connect ul #facebook a {
	background-position: 0 0;
}
#footer div .connect ul #facebook a:hover {
	background-position: -41px 0;
	font-family: "PT_Sans-Web-Regular";
}
#footer div .connect ul #twitter a {
	background-position: 0 -42px;
}
#footer div .connect ul #twitter a:hover {
	background-position: -41px -42px;
}
#footer div .connect ul #googleplus a {
	background-position: 0 -84px;
}
#footer div .connect ul #googleplus a:hover {
	background-position: -41px -84px;
}
#footer .section {
	background: none;
	padding: 10px 0;
}
#footer .section p {
	color: #fff;
	float: left;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#footer .section ul {
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#footer .section ul li {
	background: url(../images/separator.png) no-repeat left center;
	border: 0;
	float: left;
	margin: 0;
	padding: 0;
}
#footer .section ul li:first-child {
	background: none;
}
#footer .section ul li a {
	color: #fff;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 8px 0 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#footer .section ul li a:hover {
	text-decoration: underline;
}.z {
	font-weight: bold;
}
.t {
	color: #FF0000;
}
.a {
	text-align: center;
}
l {
	text-align: center;
}
l {
	text-align: center;
}
m {
	text-align: center;
}
.l {
	text-align: center;
}
l {
	text-align: center;
}
k {
	text-align: center;
}
.centrado {
	text-align: justify;
}
.alinhado {
	text-align: justify;

}
#body .body div table tr td {
	color: #7a7a7a;
	text-align: center;
}
.bold {
	font-weight: bold;
}
#vlightbox1 {
	width:100%;
	zoom:1;	
}
#vlightbox1 .vlightbox1 {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:240px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
	outline:none;
}
#vlightbox1 .vlightbox1 a{
	margin:0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover{
	opacity:1;
}
#vlightbox1 .vlightbox1 img{
	display:block;
	border:none;
	margin:0;
}
#vlightbox1 .vlightbox1 div {display:none}
#vlb1overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:190;
	width:100%;
	height:auto;
	background-color:#bbbbbb;
}

#vlb1lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:200;
	text-align:center;
	color:#151410;
	line-height:0;
}
#vlb1lightbox td{
	vertical-align:top;
}
#vlb1lightbox a, #vlb1lightbox a:hover {
	border-bottom:none;
	text-decoration:underline;
}

#vlb1lightbox a img{ border:none; }

#vlb1outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
}

#vlb1lightboxImage{
	width:100%;
	height:100%;
}

#vlb1imageContainerMain{
	margin:0 auto;
	overflow:visible;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#vlb1imageContainer{
	width:150px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#vlb1loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#vlb1loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:150px;
	height:29px;
	background:url(loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#vlb1hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#vlb1imageContainer>#hoverNav{ left:0;}
#vlb1prevLinkImg, #vlb1nextLinkImg{
	top:0;
	width:48px;
	height:100%;
	position:absolute;
	z-index:20;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	background:none;
	}
* html #vlb1prevLinkImg,* html #vlb1nextLinkImg{
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#vlb1prevLinkImg { left: -17px; }
#vlb1nextLinkImg { right: -17px; }
#vlb1prevLinkImg:hover, #vlb1prevLinkImg.hover, #vlb1prevLinkImg:visited:hover { 
	background:url(prev.png) 5% center no-repeat; 
}
#vlb1nextLinkImg:hover, #vlb1nextLinkImg.hover, #vlb1nextLinkImg:visited:hover { 
	background:url(next.png) 97% center no-repeat; 
}

#vlb1imageDataContainer{
	width: auto;
	position: absolute;
	z-index:21;
	bottom: 30px;
	left: 30px;
	opacity:.6;
}

#vlb1imageData{
	font: 12px Tahoma,Arial,Helvetica;
	color: #000000;
	background-color: #ffffff;
	overflow:visible;
	text-align:center; 
	position: relative;
	z-index:21;
	margin-right: 30px;
}
#vlb1imageDetails{ width:auto; }
#vlb1caption{ padding: 12px;display:block;text-align:left; }
#vlb1numberDisplay{ display:none;text-align:right;}
#vlb1detailsNav{display:none;}
#vlb1prevLinkDetails, #vlb1nextLinkDetails, #vlb1slideShowControl{display:none;}

#vlb1slideShowControl.started{
	background-image:url($rel#conposit.png$);
	background-position:0 center;
}

#vlb1slideShowControl{
	display:block;
	width:42px; 
	height:49px; 
	float:left;
	background-image:url($rel#conposit.png$);
	background-position:-42px center;
	background-repeat:no-repeat;
	}

#vlb1close{
	position:relative;
	width:100%;
	height:0;
	z-index:21;
}
#vlb1closeLink {
	position:absolute;
	top:-2px;
	right:-3px;
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:58px;
	height:58px;	
	background:url(close.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png', sizingMethod='scale');
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html>body .clearfix {display:inline-block; width:100%;}

* html .clearfix {
	/* Hides from IE-mac \*/
	height:1%;
	/* End hide from IE-mac */
}	

#vlb1outerImageFrame{
	border:none;
	height:100%;
	width:100%;
	position:absolute;
}

#vlb1outerImageContainer{
	overflow:visible;
}
#vlb1outerImageContainer td{
	text-align:center;
	padding:0;
}

#vlb1lightboxFrameBody{
	background-color:#767676;
}

#vlb1outerImageContainer td, #vlb1outerImageContainer tr{
	font-size:0;
	border:0 none;
}

#vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.br{
	height:20px;
	width:20px;
}
.vlb{display:none;}
#vlb1outerImageContainer td.tl{
	background:url(back_corvers.png) 0 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_lt.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tc{
	background:url(back_tb.png) 50% 0;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_ct.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tr{
	background:url(back_corvers.png) 100% 0;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_rt.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.ml{
	background:url(back_lr.png) 0 50%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_lc.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.mr{
	background:url(back_lr.png) 100% 50%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_rc.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bl{
	background:url(back_corvers.png) 0 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_lb.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bc{
	background:url(back_tb.png) 50% 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_cb.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.br{
	background:url(back_corvers.png) 100% 100%;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_rb.png', sizingMethod='scale');
}
.a{
	font-weight: bold;
	text-align: justify;
	font-style: italic;
}

/*-------------------------------------------------------------------------------------------------*/
					/*09 - PORTFOLIO*/
/*-------------------------------------------------------------------------------------------------*/	
.portfolio-item-preview {
	display:block;
	background:url(../images/bg-fade.png) no-repeat center center;
	

}
.portfolio-img{}
.bordered-img {
	border:5px solid #f8f8f8;
}
.pretty-box{
	background-color:#f8f8f8;
	background:-moz-linear-gradient(center bottom , #f8f8f8 0px, #FFF 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #f8f8f8),color-stop(1, #FFF));
	border:1px solid #ebebeb !important;
	padding:4px;
}
.pretty-box:hover {	
	border:1px solid #556074 !important;
	-moz-box-shadow:0 0px 3px #e7e7e7;
	box-shadow: 0 0px 3px #e7e7e7;
	-webkit-box-shadow: 0 0px 3px #e7e7e7;
	-o-box-shadow: 0 1px 3px #e7e7e7;
}
#portfolio {
	width: 960px;
	margin: auto;
}

#portfolio p {padding:0; margin-bottom: 5px}

.portfolio-container ul li a.hide {
	display: none;
}
.portfolio-container {
	padding: 0px;
	display: block;
	width: 990px;
	float: left;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: -30px;
}
.portfolio-container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top:10px;
}

.portfolio-container ul li {list-style-type: none }



/*-------------------------------------------------------------------------------------------------*/
		/* pretty photo */
/*-------------------------------------------------------------------------------------------------*/

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(img/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
