@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Body */
body {
	background: #ebebed url(../images/body_back.gif) 0 0 repeat-x;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #746f6b;
}

#master {
	margin: 0 auto;
	width: 1000px;
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 103px;
	position: relative;
}

#idconsulting {
	width: 239px;
	height: 92px;
	position: absolute;
	top: 10px;
	left: 55px;
	float: left;
}

#pens {
	position: absolute;
	top: 0;
	left: 270px;
	float: left;
	width: 657px;
	height: 283px;
	background: url(../images/pens.png) 0 0 no-repeat;
	z-index: 50;
}

#leftColumn {
	float: left;
	width: 235px;
	margin-left: 80px;
}

#about {
	width: 235px;
	background: url(../images/roundtop.png) 0 0 no-repeat;
	min-height: 300px;
}

#aboutBot {
	width: 235px;
	height: 18px;
	background: url(../images/roundbot.png) 0 0 no-repeat;
}

#leftColumn h1, #leftColumn h2 {
	color: #e1552a;
	font-weight: normal;
	padding: 15px 18px 5px 18px;
	text-transform: uppercase;
}

#leftColumn p {
	padding: 0 18px;
}

#leftColumn a {
	color: #2f4f65;
	text-decoration: none;
}

#leftColumn a:hover {
	color: #fff;
	background: #2f4f65;
}

#rightColumn {
	float: right;
	width: 650px;
	margin-top: 160px;
}

.item {
	float: left;
	width: 324px;
	height: 211px;
	background: url(../images/item.png) 0 0 no-repeat;
}

.clientImg img {
	padding: 21px 19px 14px 21px;
}

.clientName {
	padding: 0 20px 5px 20px;
	color: #000;
	font-size: 13px;
	position: relative;
}

.clientName .job {
	color: #fff;
}

.clientName a {
	color: #2f4f65;
	text-decoration: none;
}

.clientName a:hover {
	color: #fff;
	background: #2f4f65;
}

.clientTech {
	padding: 0 20px;
	font-size: 11px;
}