/*#### GENERAL ####*/

html, body {
	background-color: #fff;
}
body {
	font: 100% arial, verdana, sans-serif;
	font-size: 10pt;
}

a{
	color: #ed1b35;
	text-decoration : none;
}

a:focus, a:hover{
	text-decoration : underline;
}

span{
	font-style: normal;
}

#container{
	width: 660px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

.required{
	color: #ed1b35;
}

button{
	float: right;
	margin-right: 3px;
	padding: 2px 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ed1b35;
	border: 0px;
	cursor: pointer;
}

.to-upper{
	text-transform: uppercase;
}


/*#### HEADER ####*/

#header{
	padding-left: 20px;
	background: url(/img/gradient_left.jpg) top left no-repeat;
}

#header a{
	display: block;
	height: 298px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/*#### NAV ####*/

#nav{
	margin-top: 0px;
}

#nav h2{
	position: absolute;
	left: -9999px;
}

#nav ul{
	display: block;
	padding-left: 35px;
	background: url(/img/gradient_menu.jpg) top left no-repeat;
	list-style-type: none;
}

#nav ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

#nav ul li{
	float: left;
}

#nav ul li a{
	display: block;
	padding: 8px 10px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background: url(/img/spacer_menu.jpg) center right no-repeat;
	
	/* margin fix to hide li background image on hover. */
	position: relative;
	margin-left: -1px;	
}

#nav ul li a:hover{
	color: #ffffff;
	background-image: none;
	background-color: #ed1b35;
	
	text-decoration: none;
}

#nav ul li a#active{
	color: #ffffff;
	background: #ed1b35;
}

#nav a.last-item{
	background-image: none;
}

/*#### CONTENT ####*/

#content{
	min-height: 360px;
	width: 600px;
	margin-top : 0px;
	padding: 20px 0 10px 35px;
	background: url(/img/bg_content.jpg) top left no-repeat;
}

h1.page-title,
h2.page-title{
	color: #ed1b35;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 15px;
}

#content div.data p{
	margin-bottom: 12px;
}

#content div.data ul{
	margin: 0 0 12px 25px;
}

#route{
	margin: 60px 0 15px 0;
}

#route i{
	float: left;
}

#route input{
	width: 240px;
}

#route label:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#origin{
	width: 200px;
}

#route button{
	position: relative;
	margin: -23px 7px 0 0;
}

#map,
#directions{
	width: 593px;
}

#map.bitmap{
	height: 400px;
	background: none;
}

#directions{
	margin-left: -5px;
}


/*#### REGISTER ####*/

form p{
	margin-bottom: 10px;
}

form .register,
form .gender{
	width: 20px;
}

form input{
	width: 180px;
}
 
form div.form-fields{
	float: left;
	margin-top: 15px;
}

#form-footer{
	clear: both;
	height: 60px;
}

#register-error, #contact-error{
	color: #ed1b35;
	font-weight: bold;
}

form label{
	display: block;
	float: left;
	width: 100px;
}
form label.trailing {
	/* display: inline; */
	float: none;
}

#register-yes, #register-no{
	float: left;
}

.trailing-block{
	display: block;
	margin-left: 30px;
	width: 550px;
}

form div#right-pane p{
	padding-left: 30px;
}
 
form span#gender {
	float: left;
}
 
.form-text{
	width: 85px;
	margin: 0 0 15px 0;
}

label.gender-label{
	width: 35px;
}

div p input.gender{
	float: left;
}

span#gender{
	width: 90px;
}

#form-footer p{
	width: 415px;
}

#form-footer p.form-desc{
	color: #000000;
}

form #required-fields{
	float: left;
	margin: 5px 0 20px 0;
	color: #ed1b35;
}

#registration-success{
	font-weight: bold;
	color: #ed1b35;
}


/*#### CONTACT ####*/

#contact label, 
#route label{
	width: 200px;
}

#contact input, 
#contact textarea{
	width: 390px;
}

#contact p#required-fields{
	width: 140px;
	margin-top: 0;
}

#contact-error{
	display: block;
	margin: 0 0 15px 0;
}

#contact button{
	margin-right: 7px;
}


/*#### FOTOS ####*/

ul#gallery{
	padding-left: 25px;
}

ul#gallery li{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px;
}

ul#gallery li.last{
	clear: right;
}

ul#gallery img{
	border-style: none;
}

ul#gallery:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

div.pagination,
div.images-by{
	text-align: center;
}

div.images-by{
	margin-top: 20px;
	font-size: 8pt;
}

div.pagination a, div.pagination span{
	padding: 0 10px;
	list-style: none;
	background: url(/img/spacer_menu.jpg) center right no-repeat;
}

div.pagination a{
	font-weight: bold;
	color: #ed1b35;
}

div.pagination a:hover{
	text-decoration: underline;
}

div.pagination .active{
	color: #000000;
}

div.pagination .end{
	background: none;
}


/*#### FOOTER ####*/

#footer{
	margin-top: 55px;
	padding-left: 35px;
}

#link-pp-site{
	/*float: left;*/
	/*margin-left: 5px;*/
}

#link-pp-site a{
	/*position: relative;
	top: -22px;*/
	display: block;
	width: 103px;
	height: 36px;
	background: url(/img/PP_logo.jpg) center center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#footer address{
	font-size: 8pt;
}

address span, address strong {
	float: left;
}

.twitter, .linked-in {
	float: right;
}

address span, address strong {
	padding-top: 6px;
}

#footer strong{
	font-style: normal;
	font-weight: normal;
}

#footer address:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer a{
	color: #000000;
}

.twitter, .linked-in {
	display: block;
	margin-left: 8px;
	text-indent: -9999px;
	cursor: pointer;
}

.twitter {
	width: 24px;
	height: 24px;
	background: url(/img/twitter.gif) no-repeat bottom left;
}

.linked-in {
	width: 24px;
	height: 24px;
	background: url(/img/linkedin.gif) no-repeat bottom left;
}
