/* Browser 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
caption, th, td { text-align: left; font-weight: normal; }

p { margin: 1em 0 };

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* ***************************************************************** */

body {
	background: white;
}

#header {
	height: 80px;
	width: 942px;
	position: relative;
}

#footer { height: 30px; }

#logo {
	position: absolute;
	top: 23px;
	left: -2px;
}

#login-client {
	position: absolute;
	top: 31px;
	left: 702px;
}

#login-employee {
	position: absolute;
	top: 60px;
	left: 702px;
}

#baseWrapper {
	position: relative;
	width: 942px;
	margin: 10px auto 0 auto;
}

#base {
	background: url('../images/back.png') repeat-y;
}

#baseTop {
	background: url('../images/back-top.png') no-repeat 0 top;
}

#baseBottom {
	background: url('../images/back-bottom.png') no-repeat 0 bottom;
}

#content {
	padding: 120px 0 70px 75px; 
	width: 555px;
	min-height: 475px;
}

#nav {
	position: absolute;
	width: 942px;
	top: 80px;
	left: 35px;
}

#nav ul {
	list-style: none;
}

#nav a {
	display: block;
	position: absolute;
	height: 20px;
	text-indent: -2000em;
	top: 3px;
}

#nav-caret {
	position: absolute;
	top: -5px;
}

.whoweare {
	left: 112px; /* 80 + (73-8)/2 */
}

.whatwedeliver {
	left: 234px; /* 185 + (107-8)/2 */
}

.clientindustries {
	left: 371px; /* 324 + (105-8)/2 */
}

.leadership {
	left: 490px; /* 460 + (69-8)/2 */
}

.contactus {
	left: 591px; /* 560 + (71-8)/2 */
}

#nav-whoweare {
	background: url('../images/nav-whoweare.png') no-repeat;
	width: 80px;
	left: 73px;
}

#nav-whatwedeliver {
	background: url('../images/nav-whatwedeliver.png') no-repeat;
	width: 107px;
	left: 185px;
}

#nav-clientindustries {
	background: url('../images/nav-clientindustries.png') no-repeat;
	width: 105px;
	left: 324px;
}

#nav-leadership {
	background: url('../images/nav-leadership.png') no-repeat;
	width: 69px;
	left: 460px;
}

#nav-contactus {
	background: url('../images/nav-contactus.png') no-repeat;
	width: 71px;
	left: 560px;
}

#subnav {
	position: absolute;
	list-style: none;
	top: 24px;
	left: 74px;
	margin-left: 0;
}

#subnav li {
	display: inline;
}

#subnav li a {
	display: inline;
	position: relative;
	height: auto;
	text-indent: 0;
	color: #ee7600;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	margin-right: 20px;
}

#subnav li a.current,
#subnav li a:hover {
	padding-bottom: 1px;
	border-bottom: 3px solid #f4a659;
}

#sidebar {
	position: absolute;
	top: 146px;
	left: 704px;
	width: 210px;
}

#sidebar-top {
	background: url('../images/sidebar-top-2.png') no-repeat;
	height: 26px;
}

#sidebar-middle {
	width: 210px;
	background: url('../images/sidebar-back.png') repeat-y;
}

#sidebar-bottom {
	background: url('../images/sidebar-bottom.png') no-repeat;
	height: 22px;
}

/*#testimonail {
	text-align: center;
	margin: 0 9px 0 3px;
	padding: 0px 15px 45px 15px;
	background: url('../images/testimonial-bottom.png') no-repeat 0 bottom;
}

#testimonail p {
	color: black;
}*/

#partners {
	text-align: center;
	margin: 0 9px 0 3px;
	font-family: Tahoma;
	font-size: 10px;
	line-height:17px;
	color: #666666;
}

#partners img {
	margin: 0 0 20px 0;
}

#partners  h3 {
	text-indent: -2000em;
	height: 5px;
}

h2 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 24px;
	color: #ee7600;
	margin-bottom: 22px;
}

h3 {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 17px;
	color: #ee7600;
}

ul {
	margin-left: 3em
}