/*
 * Title: Business Elegance v.1.0
 * Site: http://www.chamadigital.com
 * Author: Anselmo Ribeiro
 * Last Modified: 28_02_2008
*/

/*global reset */

html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#footer ol, ul {
  list-style: none;
}

p{
	margin-top: 10px;
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
  background: #343a3d url(images/bgd.png) fixed;
  /*background: white bottom right no-repeat url(images/houses_gs.jpg) fixed;*/
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#05c7c0;
}
a:link {/* unvisited link */
 color:#05c7c0;
}     
 
a:hover { /* mouse over link */
 color:#05c7c0;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#05c7c0;
}



/* end base html */
/*  layout */
#wrapper{
	width: 1000px;
	margin: 0 auto;
	text-align: left;	
	background: #2d3235;
	border: 2px solid #0f1523;
	border-bottom: 0px;
}

#top_header_across {
	height: 0px;
	margin: 0 auto;
	background: #0f1523 ;
}

#footer_across {
	height: 300px;
	margin: 0 auto;
	background: #0f1523;
}

#footer_container {
	background: #0f1523 url(images/bottom.jpg) bottom center no-repeat;
	width: 1000px;
	margin:0 auto;
}

#footer_col_right {
width: 500px;
float:left;
height: inherit;
text-align: justify;
}

#footer_col_left {
width: 500px;
text-align: left;
float: left;
height: inherit;
}

#big_column {
	clear: both;
	width:1000px;
	height:260px;
	text-align:center;
	background: #0f1523;
}

#header{
	width: 960px;
	padding: 20px;
	padding-bottom: 25px;
	height: 240px;
	background: #0f1523 url(images/business.jpg) top left no-repeat;
	position: relative;
}
#header h1{
	position: absolute;
	top:20px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
}
#header h1 a{
	text-decoration: none;
	color:#fff;
}

#content{
	float: left;
	width: 1000px;
	background: #2d3235;
}
#col_left{
	float: left;
	width: 580px;
	padding-bottom: 30px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 30px;
}

#col_left .service_div {
   width: 900px;
}


.service_div p {
   padding-top: 4px;
   padding-bottom: 6px;
}

.service_div h2 {
   margin-top: 15px;
   padding-bottom: 3px;
}

#col_right{
	float: right;
	width: 310px;
	padding-top: 50px;
	padding-bottom: 30px;
}
#footer{
	width: 1000px;
	margin: 10px auto 20px auto;
}
#footer p{
	text-align: center;
}


/* contactform */

#contact-area { 
   margin: 50px;
}

#tbl1 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 500px;
}

#tbl1 td {
	padding: 3px;
}

#contact-area p {
   padding: 15px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 10px;
	padding-top: 5px;
	font-size: 1.0em;
}

/* END CONTACT FORM */

#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
/*navigation*/
#navigation{
	background: #0f1523;
	width: 1000px;
	height: 45px;
	text-align: left;
}
#navigation li{
	list-style: none;
	float: right;
}
#navigation a {
	display: inline-block;
	font-size: 13px;
	
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 35px 15px 35px;
	background-color: #000;
	border-bottom: 3px solid #fff;
	color:#fff;
	margin-right: 1px;
	font-weight: normal;
}
#navigation a:hover{
	border-bottom: 3px solid #05c7c0;
	color:#05c7c0;
}
#navigation li.selected a{
	border-bottom: 5px solid #05c7c0;
	color:#05c7c0;
}
#imagem{
	position: absolute;
	top:142px;
}
#search{
	position: absolute;
	top: 105px;
	left: 22px;
}

h2#slogan{
	position: absolute;
	top: 100px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;	
	font-weight: normal;
}
h2#slogan span{
	font-style: italic;
	color: #95ca05;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
#search input{
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}
#about_us{
	float: left;
	width: 194px;
	margin-right: 27px;
	display: inline;
}
#services{
	float: left;
	width: 181px;
	margin-right: 22px;
	display: inline;	
}
#clients{
	float: left;
	width: 126px;
	display: inline;
}
#services ul li{
	padding:0 0 14px 18px;
	background: url(images/arrow.jpg) no-repeat top left;
}
#clients ul li{
	padding:0 0 14px 20px;
	background: url(images/arrow.jpg) no-repeat top left;
}
	
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#center{
	float:left;
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
#quote{
	float:left;
	padding: 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
	
}
#quote p{
	line-height: 22px;
}
#quote p.testimonial{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	
}
#quote .quote{
		font-size: 26px;
}
#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}
#news li{
	margin-bottom: 20px;
	}
#news li p.date{
	color: #95ca05;
	font-weight: bold;
}
#news li p.archive{
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;;
}

.imagethumb {
	height: 230px;
	width: 230px;
	margin-left: 3px;
	border: 2px solid white;
}

#contact {
	position: absolute;
	right: 50px;
	top: 64px;
	clear: left;
}

#contact_networks {
	text-align: right;
}

#contact img {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: 7px;
}

#contact p {
text-align: right;
font-size: 16px;
}

#contacts h2{
	margin-top: 20px;
}
.green{
	color: #95ca05; 
}