/*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; padding-bottom: 1em;}

/* 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;}
a {text-decoration: none; color:#b1154d;}
a:link {color:#b1154d;}
a:hover {color:#05c7c0; text-decoration: underline;}  
a:active {color:#05c7c0;}

/*  layout */
#wrapper{width: 900px; margin: 0 auto; text-align: left; background: #2d3235;}
#header{width: 856px; padding: 20px 22px 25px 22px; height: 420px; background: #262b2e; position: relative;}
#logo {position: absolute; top: 10px; left: 18px; width: 300px; height: 140px;}
#search{position: absolute; top: 100px; right: 22px;}
#imagem{position: absolute; top:140px;}
h2#slogan{position: absolute; top: 55px; right: 22px; font-family: Georgia, "Times New Roman", Times, serif; font-size:28px; font-weight: normal;}
h2#slogan span{font-style: italic; color: #f0982d;}
#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_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:0px; right: 0px;}
#navigation li{float: left;}
#navigation a {
	display: inline-block;
	font-size: 12px;
	text-decoration:none;
	padding:10px 5px 15px 5px;;
	background-color:#000;
	border-bottom: 7px solid #fff;
	color:#fff;
	margin-right: 1px;
	font-weight: normal;
}
#navigation a:hover{border-bottom: 7px solid #b1154d; color:#b1154d;}
#navigation li.selected a{border-bottom: 3px solid #b1154d; color:#b1154d;}

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: 151px;
	margin-right: 42px;
	display: inline;	
}
#clients{
	float: left;
	width: 146px;
	display: inline;
}
#services ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.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%;;
}
#contacts h2{margin-top: 20px;}
.green{color: #95ca05;}
.white_box {background-color: #FFF; border: 2px solid #000; padding: 1em; color: #343a3d;}
.white_box ul li {
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}

