/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background:#f0f0f0; line-height:1.6em; color:##424242; font-family:Arial, Helvetica, sans-serif; font-size:12px; /* backgrounds? */ }


#bodyWrapper {width:961px;  margin:0 auto 0 auto; }

/* specific link colours for this site */
a         { color: #227d2b; text-decoration: none; font-weight:bold; }
a:link    { color: #227d2b; text-decoration: none; font-weight:bold; }
a:visited { color: #227d2b; text-decoration: none; }
a:hover   { color: #666666; text-decoration: underline; }
a:active  { color: #227d2b; text-decoration: none; }

/*******************/
/* format elements */
/*******************/

#main h1{
	margin:0 0 0 0px;
}

h2{
	font-size:14px;
	font-weight:bold;
}

h3{
	font-size:13px;
	font-weight:bold;
}

/*******************/
/* header elements */
/*******************/
#header { margin:13px auto 0 auto; background:#fff; padding:7px 0 0 7px; border-top:1px solid #f7f7f7; border-bottom:1px solid #f7f7f7;}

#logo { float: left; }

ul#nav      {float:right; margin-right:23px; margin:35px 21px 0 0; padding:0;}
ul#nav li   { float: left;  }
ul#nav li a { display: block;  height:18px; background:url(../images/nav-bar.png) no-repeat top left; text-indent:-9999px; }

li a:focus{outline:none;}

#nav #nav-home a{
	width:54px;
	background-position:0 0;
}

#nav #nav-sample-projects a{
	width:145px;
	background-position:-54px 0;
}

#nav #nav-team a{
	width:61px;
	background-position:-199px 0;
}

#nav #nav-partners a{
	width:93px;
	background-position:-260px 0;
}

#nav #nav-testimonials a{
	width:122px;
	background-position:-353px 0;
}
#nav #nav-contact a{
	width:76px;
	background-position:-475px 0;
}

/*over state*/

#nav #nav-home a:hover{
	width:54px;
	background-position:0 -18px;
}

#nav #nav-sample-projects a:hover{
	width:145px;
	background-position:-54px -18px;
}

#nav #nav-team a:hover{
	width:61px;
	background-position:-199px -18px;
}

#nav #nav-partners a:hover{
	width:93px;
	background-position:-260px -18px;
}

#nav #nav-testimonials a:hover{
	width:122px;
	background-position:-353px -18px;
}
#nav #nav-contact a:hover{
	width:76px;
	background-position:-475px -18px;
}

/*selected state*/

#nav #nav-home.selected a{
	width:54px;
	background-position:0 -36px;
}

#nav #nav-sample-projects.selected a{
	width:145px;
	background-position:-54px -36px;
}

#nav #nav-team.selected a{
	width:61px;
	background-position:-199px -36px;
}

#nav #nav-partners.selected a{
	width:93px;
	background-position:-260px -36px;
}

#nav #nav-testimonials.selected a{
	width:122px;
	background-position:-353px -36px;
}
#nav #nav-contact.selected a{
	width:76px;
	background-position:-475px -36px;
}

/********************/
/* content elements */
/********************/

#sideImg{
	float:left;
	width:301px;
	margin-top:24px;
}

.content_index{
	width:628px;
	float:right;
	margin-top:24px;
}

.content_main{
	width:728px;
	float:right;
	margin-top:24px;
}

/*sitemap and disclaimer styles*/
#disc_content, #sitemap_content{
	padding:25px;
}

#disc_content li, #sitemap_content li{
	list-style-type:circle;
}

#disc_content li a, #sitemap_content li a{
	text-decoration:none;
	font-weight:normal;
}

#main {margin:0px auto 0 auto; padding:20px 0 0 0;}

.content{
	margin:24px 0 10px 0;
	float:right;
}

.content p{
	color:#424242;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*******************/
/* format */
/*******************/

p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}



/*********/
/* items */
/*********/
.item          { margin-bottom: 10px; }
.item .title   { font-size: 1em; font-weight: bold; }
.item .date    { font-style: italic; }
.item .image   { float: left; margin-right: 5px; margin-bottom: 5px; }


/*******************/
/* footer elements */
/*******************/
#footer {padding:10px 20px 20px 0; color:#585858; background:url(../images/index_line_break.png) no-repeat;}
#footer a { text-decoration: none; color:#585858; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#recaptcha_widget         { margin-bottom: 15px; }
#recaptcha_image          { float: left; width: 300px; }
#recaptcha_options        { border-left: 1px solid #999; padding-left: 5px; float: left; margin-left: 10px; }
#recaptcha_response_field { width: 325px; }
#recaptcha_notice         { font-size: 0.833em; color: #555; }

/* message and error boxes, not just useful in contact form */
#messages,
#errors,
#warnings,
#info { margin-bottom: 10px; }
.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */


/* news teaser */

#news_teaser{
	background:url(../images/news_bg.png) repeat-x top left;
	width:604px;
	padding:10px;
}

#news_teaser #news_image{
	float:left;
	clear:both;
	padding-right:14px;
}

#news_teaser h2{
	font-weight:bold;
	font-size:14px;
	color:#424242;
	font-family:Arial, Helvetica, sans-serif;
}

#news_teaser p{
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*team*/

.team_content{
	float:left;
	margin:0 0 0 20px;
	width:650px;
}


.team_content p{
	font-family:Arial, Helvetica, sans-serif;
	color:#42424;
	font-size:12px;
}
/*sample projects*/

li:focus{
	outline:none;
}

.side_menu{
	width:179px;
	float:left;
	margin-top:10px;
}

.side_menu li a {
	list-style-type:none;
	width:179px;
	height:23px;
	display:block;
	text-indent:-9999px;
	background:url(../images/nav2.png) no-repeat top;
}

.side_menu #nav-lfgte a{
	background-position:0 0;
}

.side_menu #nav-dg a{
	background-position:0 -23px;
}

.side_menu #nav-cc a{
	background-position:0 -46px;
}

/*over */

.side_menu #nav-lfgte a:hover, .side_menu #nav-lfgte.selected a{
	background-position:-179px 0;
}

.side_menu #nav-dg a:hover, .side_menu #nav-dg.selected a{
	background-position:-179px -23px;
}

.side_menu #nav-cc a:hover, .side_menu #nav-cc.selected a{
	background-position:-179px -46px;
}



.content_sample{
	width:750px;
	float:right;
	margin-top:10px;
}

/*testimonials*/

.test_content{
	float:left;
	margin:24px 0 0 20px;
	width:630px;
}
.part_content{
	float:left;
	margin:24px 0 0 20px;
	width:950px;
}

/*contact*/

#contact_details{
	height:475px;
	margin:auto;
}


/**/