/* --------------------------------------------------------------------------------------------------------------- */
/* LEVEL THE PLAYING FIELD (REMOVE DEFAULT FORMATTING) - DO NOT EDIT! -------------------------------------------- */

* {
	font-family:"lucida grande","trebuchet ms",arial,helvetica,verdana,sans-serif;
	padding:0;
	margin:0;
	}

a img,
:link img,
:visited img,
:active img {
	border:none
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* GENERAL GLOBAL STYLES ----------------------------------------------------------------------------------------- */

body {
	margin:40px 20px;
	text-align:center;
	color:#000;
	background-color:#333;
	}

a,
a:link,
a:visited {
	color:#C41301;
  background-color:inherit;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	border-top:1px solid #C41301;
	border-bottom:1px solid #C41301;
	}

p,ul,ol,dl,address,label,input {
	font-size:12px;
	line-height:18px;
	margin:0 0 10px 0;
	}

dt {font-weight:bold;}
dd {padding-left:15px;} 




/* --------------------------------------------------------------------------------------------------------------- */
/* ERROR/SUCCESS ------------------------------------------------------------------------------------------------- */

.error li {
	color:#F00;
        background-color:inherit;
	}

.success li {
	color:#369;
        background-color:inherit;
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* WRAPPER ------------------------------------------------------------------------------------------------------- */

#wrapper {
	text-align:left;
	width:750px;
	margin:0 auto;
  color:#333;
	background:#fff url(../img/hands.jpg) no-repeat;
	}




/* ---------------------------------------------------------------------------------------------------------------- */
/* CAP ------------------------------------------------------------------------------------------------------------ */

#cap {
	position:relative;
	height:118px;
	}

#cap h1 {
	position:absolute;
	left:25px;
	top:5px;
	width:206px;
	height:108px;
	font-size:9px;
	}

#cap img {
	position:absolute;
	top:0;
	left:0;
	width:206px;
	height:108px;
	}

#cap h1 a:hover {
	border-width:0;
	}

#cap ul {
	position:absolute;
	top:47px;
	right:22px;
	list-style:none;
	width:auto;
	float:right;
	}

#cap ul li {
	font-size:10px;
	line-height:13px;
	float:left;
	padding:0 15px;
	background:transparent url(../img/line.gif) no-repeat;
	}

#cap ul li#firstli {
	background-image:none;
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* BANNER/HEADER ------------------------------------------------------------------------------------------------- */

#banner {
	background:transparent url(../img/nav.jpg) no-repeat;
	}

#header {
	float:left;
	padding:15px 0;
	width:489px;
	}

#header h2,
#header p {
	color:#FFF;
        background-color:inherit;
	font-family:times,"times new roman",serif;
	}

#header p {
	font-size:12px;
	padding:0 15px 0 40px;
	}

#header h2 {
	font-size:22px;
	line-height:80px;
	padding:0 15px 0 40px;
	font-style:italic;
	}

#home #header h2 {
	line-height:26px;
	padding:0 15px 10px 40px;
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* NAVIGATION ---------------------------------------------------------------------------------------------------- */

#navigation {
	float:left;
	padding:20px 0;
	width:260px;
	}

#navigation ul {
	list-style:none;
	padding:0 70px;
	border-bottom:1px dotted #C41301;
	}

#navigation li {
	background:url(../img/arrow.gif) 0 50% no-repeat;
	}

#navigation li a,
#navigation li a:link,
#navigation li a:visited {
	padding:0 0 0 10px;
	color:#FFF;
        background-color:inherit;
	font-size:11px;
	line-height:14px;
	}

#navigation li a:hover {
	color:#000;
        background-color:inherit;
	border-width:0;
	padding:0 0 0 10px;
	}

#home #navigation li a {
	line-height:30px;
	}

#partners #partnerslnk,
#about #aboutlnk,
#team #teamlnk,
#services #serviceslnk,
#clients #clientslnk {
	color:#000;
        background-color:inherit;
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* CONTENT ------------------------------------------------------------------------------------------------------- */

#content {
	padding:40px 70px;
	}

acronym.title {
	font-weight:bold;
	cursor:help;
	}

#content ul,
#content ol {
	padding:0 0 0 18px;
	}

#partnersul li {
	float:left;
	width:30%;
	padding-right:15px;
	list-style-type:none;
	}

#clientsul li {
	float:left;
	width:30%;
	padding-right:15px;
	list-style-type:none;
	}

#services h4,
#clients h4,
#partners h4{
	clear:both;
	text-transform:lowercase;
}

.zip h4 {
	color:#C00;
	/*background:#CC0000;*/
	border:1px solid #C00; border-width:0 0 0 0;
	padding:2px 4px 2px 0;
	cursor:pointer;
	font-size:smaller;
}

.zip ul {
	margin-left:15px;
}

.servicesul li{
	float:left;
	width:47%;
	padding-right:15px;
	list-style-type:none;
}

#referencesul {
	list-style:none;
	padding:0;
	}

#referencesul li {
	float:left;
	width:48%;
	height:80px;
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* HEADERS ------------------------------------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}

h3 {font-size:20px; margin:0 0 10px 0;}
h4 {font-size:18px; margin:0 0 10px 0;}
h5 {font-size:16px; margin:0 0 10px 0;}
h6 {font-size:14px; margin:0 0 10px 0;}




/* --------------------------------------------------------------------------------------------------------------- */
/* FORMS --------------------------------------------------------------------------------------------------------- */

fieldset {
	border:none;
	}

input,
textarea {
	float:left;
	width:180px;
	margin:0 0 10px 0;
	}

input.frmbtn {
	width:auto;
	clear:both;
	margin-left:120px;
	}

textarea {
	height:100px;
	}

label {
	float:left;
	width:120px;
	clear:both;
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* FOOTER -------------------------------------------------------------------------------------------------------- */

#footer {
	text-align:right;
	width:750px;
	margin:0 auto;
	padding:10px 0 20px 0;
	}

#footer p {
	font-size:10px;
	color:#666;
        background-color:inherit;
	}

#footer a {
	color:#666;
        background-color:inherit;
	}

#footer a:hover {
	color:#C41301;
        background-color:inherit;
	}




/* --------------------------------------------------------------------------------------------------------------- */
/* CLEARING ELEMENTS - DO NOT EDIT! ------------------------------------------------------------------------------ */

.clr:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* WinIE7 only */
*:first-child+html .clr{height:1%;}

/* WinIE6 and below */
/*\*/
* html .clr{height:1%;}
/**/

/* MacIE only */
/*\*//*/
.clr{display:inline-table;}
/**/