/* nTiM
   Web design & development agency 
*/
 * {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:Arial,"Times New Roman",Times,serif;
	font-size:14px;
	background:url("../img/bg.gi") repeat-x center 125px #F4F8F9;
	color:#A3B3C3;
}
p {
	line-height: 1.6em;
}
h1, h2, h3, p {
	margin-top: 0;
}
img {
	border: none;
}
a {
    text-decoration:none;
	color:#0255A3;
}
a:hover {
    text-decoration:underline;
}
.clear {
	clear:both;
}
/* web */
.container {
	margin:0 auto;
	width:990px;
	text-align:center;
	margin-top:150px;
}
header {
	text-align:center;
	float:left;
	width:990px;
}
header nav {
	margin:25px auto 0;
	float:left;
}
header li {
	float:left;
	width:247px;
	padding:5px 0;
}
header li.no1 {
	background:#00B3F2;
}
header li.no2 {
	background:#6FC816;
}
header li.no3 {
	background:#FFB100;
}
header li.no4 {
	background:#D21B77;
}
header li a {
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
section {
	padding:10px 0;
	margin-bottom:10px;
	float:left;
	width:990px;
}
footer {
	background:url("../img/footer2.png") no-repeat top center;
	float:left;
	width:100%;
	height:282px;
	color:#A5A5A5;
	padding-top:100px;
}
footer nav {
	float:left;
}
footer li {
	float:left;
	padding:0 5px 0 0;
}
footer li.selected a {
	text-decoration:underline;
}
footer a {
	color:#A5A5A5;
}
footer p a {
	color:#F30;
}
footer section {
	width:300px;
	float:right;
	text-align:right;
}
footer section p {
	line-height:1.2em;
}
footer section p.space {
	margin:15px 0;
}
.center {
	text-align:center;
	clear:both;
}
.center .wedo {
	margin-bottom:25px;
}
.center .five {
	float:right;
}
article {
	float:left;
	width:400px;
	margin:0 10px 10px 0;
}
article ul {
	float:right;
	width:80px;
}
p.email {
	margin-top:20px;
}
