/* RESET CSS STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}
strong {
	font-weight: bold;
}
:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* END RESET CSS STYLES */


/* FORM STYLES */
form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 10px;
	border: 0px solid #A5A8B8;
	width:400px;
}

.formular fieldset {
	padding : 15px;
	border: 0px solid #B5B8C8;

}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;

}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;

}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}
/*
--------------------------------------------------------
Buttons
--------------------------------------------------------
*/
button{
    display:inline-block;
	width:auto;
	margin:0px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	height:30px;
	border-radius: 3px;
	-moz-border-radius: 3px; /* Firefox o Gecko */
	-webkit-border-radius: 3px; /* Safari o Webkit */

}
button{
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */

}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/*Buttons*/
/* END FORM STYLES */

/* BASIC LAYAOUT STRUCTURE */
html,body{margin:0;padding:0; background-color:#ffffff;
background-image:url(/gui/img/bg.png); background-position:0px 0px;background-repeat:repeat-x;}
body{font: 1em arial,sans-serif}
p{margin:0 10px 10px}
div#topbar{height:30px;padding:10px;position:relative;background-image:url(/gui/img/topbar_bg.png);background-repeat:repeat-x;text-align:center;}
/*
div#topbar h1{line-height:10px;color:#FFFFFF;font-size:20px;padding:5px;text-align:center;}
div#topbar a{position:absolute;right:0;}
*/
div#content p{line-height:1.4}
div#navigation{}
div#extra{}
div#footer{color: #00000;font-size:12px;padding-top:50px;}

div#wrapper{float:left;width:100%;height:600px;}
div#content{margin: 0 200px;align:center;}
div#navigation{float:left;width:200px;margin-left:-300px}
div#extra{float:left;width:200px;margin-left:-100%}
div#footer{clear:left;width:100%}
/* END BASIC LAYAOUT STRUCTURE */

div#topbar #services{
	display:inline-block;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	text-align:center;
	margin-left:5px;

}


div#wrapper #content #logoAllServices{
	min-height:180px;
	text-align:center;
	overflow:visible;
}
#wrapper #content #logoAllServices #textlogo{
	display:inline-block;
	height:150px;
	font-weight:900;
	font-size:8em;
	vertical-align:top;
	color:#FFFFFF;

}
#wrapper #content #logoAllServices #logo{
	display:inline-block;
	height:150px;
	width:300px;
	background-image:url(/gui/img/logoPB.png);
	background-position:center;
	background-repeat:no-repeat;

}
div#wrapper #content #invitation{
	width:489px;
	height:442px;
	position:absolute;
	left: 50%;
	margin-left: -246px;
	background-image:url(/gui/img/invitation.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
div#wrapper #content #desiredPbname{
	font-weight:bold;
}

div#wrapper #content #invitation .iconPB{
	padding-left:30px;
	background-position:5px center;
	background-image:url(/gui/img/iconPB.gif);
	background-repeat:no-repeat;
	font-size:20px;
	width:400px;
	border-radius: 2px;-moz-border-radius: 2px; /* Firefox o Gecko */-webkit-border-radius: 2px; /* Safari o Webkit */
}
div#wrapper #content #invitation button.submit:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
div#wrapper #content #invitation button.submit:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
div#footer {
	text-align:center;

	overflow:auto;
}
div#footer ul{
	text-align:center;

}
div#footer ul li{
	display:inline;
	border-right:solid 1px #CCCCCC;
	padding-right:10px;
	padding-left:10px;
}








