/* This stylesheet was originally designed and developed by Codify Design Studio (codifydesign.com) */
@charset "UTF-8";

/* Text Formatting */
body {
	font-family: Arial;
	font-size: 12px; /* base font-size defined in pixels, all else proportional to this base */
	margin: 0px;
	padding: 0px 20px 20px 20px;
	color: #555;
	background: #205576 url(../images/page_background.jpg) repeat-x 0px 0px;
}

.page { font-size: 1em; }

.clear_both { clear: both; line-height: 1px; }
.debug { margin: 0px 0px 20px 10px; font-family: Courier; }

h1 { font-size: 2em; color: #9e472a; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 { font-size: 1.6em; color: #525032; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #9e472a; margin: 0em 0px .25em 0px; }
p {
	margin: 0px 0px 1em 0px;
	font-size: 1em;
}
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #db4104; text-decoration: none; }
a:hover { color: #0e7db1; text-decoration: underline; }

/* Layout */
.page { position: relative; margin: 0px auto 0px auto; max-width: 980px; }

.page header {
	display: block;
	position: relative;
	height: 75px;
	background-color: #fbfbf1;
	z-index: 100;
}
.page header a.logo {
	position: absolute;
	top: 25px;
	left: 20px;
	display: block;
	width: 110px;
	height: 65px;
	background: url(../images/logo.png) no-repeat 0px 0px;
}

.page .page_content {
	background-color: #f9f2db;
	padding: 0px 0px 0px 0px;
}

.page .marquee_smallscreen { display: none; }
.page .marquee_panel_data { display: none; }
.page .marquee_container {
	position: relative;
	width: auto;
	height: 325px;
	overflow: hidden;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,.3);
	box-shadow: 0px 3px 3px rgba(0,0,0,.3);
}
.page .marquee_container .marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.page .marquee_container .marquee_caption { width: 275px; margin: 0px; padding: 15px 0px 10px 0px; color: #fff; position: absolute; top: 350px; left: 20px; background-color: rgba(41,17,0,.82); }
.page .marquee_container .marquee_caption_content { margin: 0px 20px 20px 20px; padding: 0px 0px 20px 0px; }
.page .marquee_container .marquee_caption h2 { margin: 0px 0px 10px 0px; color: #ffffff; font-size: 2em; font-family: Georgia; font-weight: normal;  }
.page .marquee_container .marquee_caption p { margin: 0px 0px 10px 0px; color: #fff; }
.page .marquee_container .marquee_caption a { color: #2fa4db; text-decoration: none; }
.page .marquee_container .marquee_caption a:hover { color: #fff; text-decoration: underline; }
.page .marquee_container .marquee_nav { position: absolute; width: 200px; bottom: 10px; left: 25px; text-align: left; padding: 0px; }
.page .marquee_container .marquee_nav a {
	display: inline-block;
	width: 20px; height: 20px;
	margin-left: 15px;
	background: url(../images/marquee_buttons.png) no-repeat 0px 0px; cursor: pointer;
}
.page .marquee_container .marquee_nav a:hover { background-position: -25px 0px; }
.page .marquee_container .marquee_nav a.selected { background-position: -50px 0px; }

.page .home_promo_container {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	alignment-adjust: central;
}	
.page .home_promo_container .home_promo { margin: 0px; padding: 0px; width: 33%; float: left; }
.page .home_promo_container .home_promo .home_promo_content { margin: 0px; padding: 0px 35px 0px 75px; background: no-repeat 0px 4px; }
.page .home_promo_container .home_promo .home_promo_content h2 { margin: 0px 0px 10px 0px; font-family: Georgia; font-weight: normal; font-size: 1.5em; }
.page .home_promo_container .home_promo .home_promo_content p:first-line { font-weight: bold; color: #444; }


.page nav {
	position: absolute;
	top: 50px;
	right: 11px;
	text-align: right;
	letter-spacing: 1px;
	z-index: 200;
	width: 638px;
}
.page nav a {
	color: #db4104;
	padding: 7px 0px 7px 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 2px 4px 17px;
	font-size: 1.1 em;
	background: url(../images/icon_dots.png) no-repeat 0px 10px;
}
.page nav a:hover { color: #0e7db1; }

.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: 1em;
	color: #757575;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #fbfbf1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f2db 52%, #c5bfaa4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#f9f2db), color-stop(100%,#c5bfaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f2db 52%,#c5bfaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f2db 52%,#c5bfaa4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f2db 52%,#c5bfaa 100%); /* IE10+ */
	background: linear-gradient(top,  #f9f2db 52%,#c5bfaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2db', endColorstr='#e9e0c4',GradientType=0 ); /* IE6-9 */

}

img{
	-webkit-transition: width .5s	
}

img#foto1{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	top: 458px;
	margin-left: -420px;
}

img#foto2{
	position:absolute;
	margin-left:-220px;
	margin-top:-110px;
	-webkit-transform:rotate(5deg);
}

img#foto4{
	position:absolute;
	margin-left:50px;
	top: 458px;	
	-webkit-transform:rotate(-5deg);
}

img#foto5{
	position:absolute;
	margin-left:250px;
	top: 458px;		
	-webkit-transform:rotate(5deg);
}

img#foto6{
	position:absolute;
	margin-left:200px;
	-webkit-transform:rotate(-5deg);
	left: 70px;
	top: 750px;
}

img#foto7{
	position:absolute;
	margin-left: 20px;
	-webkit-transform:rotate(5deg);
	left: 50px;
	top: 750px;
}

img#foto8{
	position:absolute;
	margin-left:600px;
	-webkit-transform:rotate(5deg);
	left: 60px;
	top: 800px;
}

img#foto9{
	position:absolute;
	margin-left:400px;
	-webkit-transform:rotate(0deg);
	left: 60px;
	top: 750px;
}

img#foto10{
	position:absolute;
	-webkit-transform:rotate(-5deg);
	margin-left: -420px;
	top: 1010px;
}

img#foto11{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: -220px;
	top: 1050px;
}

img#foto3{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: 1000px;
	left: -420px;	
	top: 1050px;
}

img#foto12{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: -420px;
	top: 1300px;
}

img#foto13{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: -200px;
	top: 1300px;
}

img#foto14{
	position:absolute;
	-webkit-transform:rotate(10deg);
	margin-left: 0px;
	top: 1300px;
}

img#foto15{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: 250px;
	top: 1250px;
}

img#foto16{
	position:absolute;
	-webkit-transform:rotate(10deg);
	margin-left: -420px;
	top: 1500px;
}

img#foto17{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: -220px;
	top: 1500px;
}

img#foto18{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: 0px;
	top: 1500px;
}

img#foto19{
	position:absolute;
	-webkit-transform:rotate(10deg);
	margin-left: 250px;
	top: 1500px;
}

img#foto20{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: -420px;
	top: 1700px;
}

img#foto21{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: -200px;
	top: 1700px;
}

img#foto22{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: 10px;
	top: 1700px;
}

img#foto23{
	position:absolute;
	-webkit-transform:rotate(10deg);
	margin-left: 200px;
	top: 1700px;
}

img#foto24{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: -420px;
	top: 1950px;
}

img#foto25{
	position:absolute;
	-webkit-transform:rotate(10deg);
	margin-left: -220px;
	top: 1950px;
}

img#foto26{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: -50px;
	top: 1950px;
}

img#foto27{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: 150px;
	top: 1970px;
}

img#foto28{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: -420px;
	top: 2180px;
}

img#foto29{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: -180px;
	top: 2190px;
}

img#foto30{
	position:absolute;
	-webkit-transform:rotate(10deg);
	margin-left: 50px;
	top: 2200px;
}

img#foto31{
	position:absolute;
	-webkit-transform:rotate(10deg);
	margin-left: -420px;
	top: 2390px;
}

img#foto32{
	position:absolute;
	-webkit-transform:rotate(0deg);
	margin-left: -220px;
	top: 2390px;
}

img#foto33{
	position:absolute;
	-webkit-transform:rotate(-10deg);
	margin-left: 50px;
	top: 2410px;
}

img#foto1:hover{
	width:210px;
	z-index:2;
}

img#foto2:hover{
	width:310px;
	z-index:2;
}

img#foto4:hover{
	width:210px;
	z-index:2;
}

img#foto5:hover{
	width:210px;
	z-index:2;
}

img#foto6:hover{
	width:210px;
	z-index:2;
}

img#foto7:hover{
	width:210px;
	z-index:2;
}

img#foto9:hover{
	width:210px;
	z-index:2;
}

img#foto10:hover{
	width:210px;
	z-index:2;
}

img#foto8:hover{
	width:310px;
	z-index:2;
}

img#foto11:hover{
	width:310px;
	z-index:2;
}

img#foto3:hover{
	width:280px;
	z-index:2;
}

img#foto15:hover{
	width:210px;
	z-index:2;
}

img#foto12:hover{
	width:280px;
	z-index:2;
}

img#foto13:hover{
	width:280px;
	z-index:2;
}

img#foto14:hover{
	width:280px;
	z-index:2;
}

img#foto16:hover{
	width:260px;
	z-index:2;
}

img#foto17:hover{
	width:260px;
	z-index:2;
}

img#foto18:hover{
	width:280px;
	z-index:2;
}

img#foto19:hover{
	width:190px;
	z-index:2;
}

img#foto20:hover{
	width:260px;
	z-index:2;
}

img#foto21:hover{
	width:210px;
	z-index:2;
}

img#foto22:hover{
	width:180px;
	z-index:2;
}

img#foto23:hover{
	width:180px;
	z-index:2;
}

img#foto24:hover{
	width:270px;
	z-index:2;
}

img#foto25:hover{
	width:180px;
	z-index:2;
}

img#foto26:hover{
	width:210px;
	z-index:2;
}

img#foto27:hover{
	width:210px;
	z-index:2;
}

img#foto28:hover{
	width:260px;
	z-index:2;
}

img#foto29:hover{
	width:260px;
	z-index:2;
}

img#foto30:hover{
	width:260px;
	z-index:2;
}

img#foto31:hover{
	width:220px;
	z-index:2;
}

img#foto32:hover{
	width:220px;
	z-index:2;
}

img#foto33:hover{
	width:260px;
	z-index:2;
}
