/*
 * 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;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
  background: #343a3d url(../images/bgd.gif);
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#1bffc6;
}
a:link {/* unvisited link */
 color:#1bffc6;
}     
 
a:hover { /* mouse over link */
 color:#1bffc6;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#1bffc6;
}



/* end base html */
/*  layout */
#wrapper{
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	background: #2d3235;
}
#header{
	width: 856px;
	padding: 20px 22px 25px 22px;
	height: 390px;
	background: #262b2e;
	position: relative;
}
#header h1{
	position: absolute;
	top:25px;
	left: 22px;
	width: 300px;
	height: 90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
}
#header h1 a{
	display: block;
	width: 204px;
	height: 60px;
	margin: 0 0 10px;
	text-indent: -9999px;
	background: url(../images/logo2.gif) no-repeat;
}

#content{
	float: left;
	width: 900px;
	background: #2d3235 url(../images/main_bgd.gif) repeat-y top left;
}
#col_left{
	float: left;
	width: 571px;
	padding: 30px 22px;
}

#col_left li{
     line-height:1.6em;
}
#col_right{
	float: right;
	width: 197px;
	padding: 30px 58px 30px 30px;
}
#footer{
	width: 900px;
	margin: 10px auto 20px auto;
	
}
#footer p{
	text-align: center;
}
#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
/*navigation*/
#navigation{
	
	position: absolute;
	top:25px;
	
	right: 22px;
}
#navigation li{
	
	float: left;
	
}
#navigation a {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	padding:10px 15px 35px 15px;;
	background-color:#000;
	border-bottom: 3px solid #fff;
	color:#fff;
	margin-right: 1px;
	font-weight: normal;
}
#navigation a:hover{
	border-bottom: 3px solid #1bffc6; /******************************************/
	color:#1bffc6; /******************************************/
}
#navigation li.current a{
	border-bottom: 3px solid #1bffc6; /******************************************/
	color:#1bffc6; /******************************************/
}
#imagem{
	position: absolute;
	top:142px;
	outline: 1px solid #fff;
}
#crumbs{
	position: absolute;
	top: 115px;
	left: 22px;
}
#crumbList li a{
	color: #1bffc6; /******************************************/
}

h2#slogan{
	position: absolute;
	top: 100px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;	
	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;
}
.colored{
        color: #3fa9f5;
}
#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: 151px;
	margin-right: 42px;
	display: inline;	
}
#clients{
	float: left;
	width: 146px;
	display: inline;
}
#services ul li{
	padding:0 0 18px 18px;
	background: url(../images/bullet.jpg) no-repeat top left;
}
#clients ul li{
	padding:0 0 18px 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%;;
}
#contacts h2{
	margin-top: 20px;
}
.green{
	color: #95ca05; 
}

/* Speakers page */
.speakers{
	margin: 10px 0 0 20px;
}
.speaker{
	padding: 30px 0;
	border-bottom: 1px solid #343a3d;
}
.speaker_info_left{
        float: left;
}
.speaker_pic{
/* 	display: block; */
	border: 2px solid #fff;
}
.speaker_info_right{
	float: left;
	margin: 0 0 0 20px;
	width: 431px;
}
.speaker_name{
	margin: 0 0 10px;
	padding: 0;
    color: #3fa9f5;
}
.speaker_links{
	margin: 5px 0 0 0;
	width: 100px;
}
.speaker_link{
	float: left;
	display: block;
	margin: 0 0 0 5px;
	width: 30px;
	height: 30px;
	background: #fff;
}
.speaker_link:first-child{
	margin: 0;
}

/* Schedule page */
#schedule_table tr{
	border-bottom: 1px solid #343a3d;
}

#schedule_table .spacer{
	height: 20px;
}

#schedule_table td.time{
	width: 100px;	
}

#schedule_table .time h4{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#login{width:300px;}
#login input{width:100%; padding:5px;}
#login div{margin-bottom:15px;}
#login label{padding-bottom:5px;display:block;}
#login span{color:#F00;}
#login .button{margin:20px 0 30px 0;width:100px;}
#login .forgot{text-align:right;padding-top:5px;padding-right:0;margin-right:0;}
#login p{padding-bottom:10px;}
