/*
 * Title: Norwest Engineering Upgrade Layout
 * Site: http://www.norwestengineering.com
 * Last Modified: 30_6_2010
*/

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;
}


body {
  background: #343a3d url(images/background.jpg);
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}
a {
 text-decoration: none;
 color:#05c7c0;
}
a:link {
 color:#05c7c0;
}     
 
a:hover { 
 color:#05c7c0;
 text-decoration: underline;
}  
a:active {
 color:#05c7c0;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #003065;
}
#header{
	width: 856px;
	padding: 20px 22px 25px 22px;
	height: 320px;
	background: #003065;
	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;
	font-family: "Courier New", Courier, monospace;
}

#content{
	float: left;
	width: 900px;
	background: #003065;
}
#content_bottom{
	float: left;
	width: 900px;
	background: #003065;
}
#col_left{
	float: left;
	width: 571px;
	padding: 0px 22px;
}
#col_right{
	float: right;
	width: 220px;
	padding: 0px 15px 30px 20px;
}
#footer{
	width: 900px;
	margin: 10px auto 20px auto;
	
}
#footer p{
	text-align: right;
}
#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}
#imagem{
	position: absolute;
	top:47px;
	left: 21px;
}
h2#notice{
	position: absolute;
	top: 20px;
	right: 27px;
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	font-weight: normal;
}
h2#notice span{
	font-style: italic;
	color: #95ca05;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
#expertise{
	float: left;
	width: 450px;
	margin-right: 50px;
	display: inline;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#expertise ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.png) no-repeat top left;
}

#services{
	float: left;
	width: 350px;
	margin-right: 20px;
	display: inline;	
}
#services ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.png) 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;
}
#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: 10px;
}
.green{
	color: #95ca05; 
}
