/********************************************
AUTHOR:        Bruno Freitas
WEBSITE:       http: //www.planobe.com.br/
TEMPLATE NAME: Default layout
********************************************/
/* HTML ELEMENTS */
html{
	margin: 0 0 1px 0; 
	height: 100%;
	overflow-x: hidden;
}
select{
	padding: 1px;
}
body{
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 1px 0; 
	height: 100%;
	padding: 0;	
}
img{
	border-width: 0;
}
p,h1,h2,h3,h4,h5,h6{
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1{
	font-size: 1.3em;
	margin-top: 15px;
}
h2{
	font-size: 1em;
}
h3{
	background: #333;
	border-bottom: 1px solid #999;
	color: white;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 2px 10px 3px;
}
h4{
	margin-bottom:  0px;
}
h5{
	margin-bottom: -7px;
}
hr{
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 0;
	margin: 1em 0;
}
textarea{
	width:  100%;
}

/* LAYOUT */
#container{
	display: block;
	font-size: 85%;
	line-height: 1.65em;
	margin: 0 auto;
	width: 976px;
}

#container h3{
	font-size: 1.4em;
	line-height: 1.6em;
}

#container h1{
	margin: 0;
	padding-top: 20px;
}

#container a{
	color: #000;
	text-decoration: none;
}

#container div.productdesc-right{
	float: right;
	padding-right: 20px;
	width: 45%;
}

#container div.productdesc-right img{
	padding-top: 25px;
}

#container a.backtotop{
	float: right;
	font-weight: 700;
	margin-right: 10px;
	margin-top: 25px;
	width: auto;
}

#container span.space{
	padding-left: 68px;
}

#container div.motivacaodesc{
	background: url(../images/bg-solutions-top.png);
	font-weight: 700;
	height: 40px;
	width: 100%;
}

#container div.productdesc-left{
	float: left;
	padding-right: 20px;
	width: 50%;
}

#container div.productdesc-left img{
	margin-left: 95px;
}

#container div.productinfotop-left,#container div.productinfo-left{
	float: left;
	padding-left: 25px;
	width: 45%;
}

#container div.productinfotop-left p,#container div.productinfotop-right p{
	margin-top: 10px;
}

#container a.backtotop:hover,#container a.linkhover:hover,#container a.link:hover,#desc-twitter-d-left a:hover,#desc-blog-e-left a:hover,#desc-twitter-e-left a:hover,.desc-twitter a:hover,.desc-blog a:hover{
	background-color: #555;
	color: #fff;
}

#error_content
{
	margin:1em 0;
	width:95%;
	background:#fff;
	padding:25px;
	float:left;
	min-width:425px;
	min-height:215px;
}

p.error-image{
	text-align: center;
} 

p.error-space{
	height: 200px;
}

/******************************************************************************************************
** ------------------------ ESPECIFIC (THIS SITE) ELEMENTS, IDs and CLASSES ------------------------ **
******************************************************************************************************/

#page-alert{
	margin: 15px 0 15px 0;
	border: 1px solid #ccc;
	background-color: #ffc;
	padding: 0 15px 15px 15px;
	text-align: center;
	height: 74px;
}
#page-alert p{
	margin: 15px;
	font-size: 26px;
}
#page-alert a:hover{
	background-color: #555;
	color: #eee;
}
#sign{
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color: #eee;
	margin-bottom: 25px;
	height: 230px;
}
#sign-up{
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color: #eee;
	margin-bottom: 25px;
	height: 365px;
}
#sign-password{
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color: #eee;
	margin-bottom: 25px;
	height: 140px;
}
#sign-password-msg{
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color: #eee;
	margin-bottom: 25px;
	height: 165px;
}
#sign-new-password{
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color: #eee;
	margin-bottom: 25px;
	height: 170px;
}
#sign-msg{
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
	background-color: #eee;
	margin-bottom: 25px;
	height: 265px;
}
#notice{
	margin: 0 0 10px 0;
	text-align: center;
	background-color: #ffc;
	border: 1px solid #ccc;
}
#error{
	margin: 0 0 10px 0;
	text-align: center;
	background-color: #faa;
	border: 1px solid #f88;
}
#sign-fields{
	margin: 0 0 0 165px;
	padding: 15px;
}
#signin-image{
	float: left;
	padding: 0 15px 0 15px;
	background: #ddd url(../images/signin.png) no-repeat 50% 50%;
	width: 130px;
	height: 100%;
}
#help{
	margin-top: 15px;
	border-top: 1px dashed #ccc;
	font-size: 12px;
}
#help p{
	margin: 5px 0 10px 0;
}
#help a{
	color: #03c;
	text-decoration: underline;
}
#help a:hover{
	background-color: #03c;
	color: #fff;
	text-decoration: none;
}

/* Classes */
.field{
	margin-bottom: 10px;
}
.field a:hover{
	background-color: #ccc;
	color: #eee;
}
.small{
	font-size: 10px;
}
.register{
	padding-left: 5px;
}
.forgot-password{
	margin-top: 15px;
}
.divisor{
	color: #ccc;
}

/* Error Messages (Sign up) */
#errorExplanation{
	width: 400px;
	float: right;
	background-color: #faa;
	border: 2px solid #f88;
	color: #000;
	padding-left: 20px;
	font-size: 11px;
}
#errorExplanation h2{
	font-size: 14px;
}
#errorExplanation p{
	font-size: 12px;
}

/* DEFAULT ERROR PAGES [404, 422, 500] */
#container-inf{
	margin: 0 auto;
	min-width: 760px;
	width: 92%;
	display: block;
}
#link-site{
	text-decoration: none;
	color: #000;
}
#inf{
	padding-bottom: 10px;
	border-bottom: #555 solid 5px;
}
#inf-credits, #inf-credits a{
	font-size: 10px;
	color: #888;
}
#product-inf{
	background-color: #555;
}