/* CSS 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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

/* HTML ATTRIBUTES
---------------------------------------------------------------------------------- */

a {

}

a:hover {
  color: #ed174f;
}

a:visited {
  color: #ed174f;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 1.78em;
	color: #5C4E44;
	margin-bottom: 12px;
}

h2 {
  font-size: 1em;
	color: #5C4E44;
	margin-bottom: 12px;
}

.details h3 {
	color: #ffffff;
    font-size: 1em;
	margin-bottom: 12px;

}

h3 {
  font-size: 1em;
	margin-bottom: -12px;
	margin-top: 25px;
	color: #5C4E44;
}

p {
  margin: 0 0 12px 0;
}





/* CLASSES AND IDS
---------------------------------------------------------------------------------- */


#adPanels {
  margin: 0 0 15px 0;
}

#adPanels .panel {
  background:  url(../im/bg/panelLinks.jpg) no-repeat;
	width: 250px;
	height: 125px;
	margin: 0 0px 0 0;
	color: #FFF;
}

#adPanels .panel.last {
  margin-right: 0;
}

#adPanels .details {
  padding: 18px 0 10px 24px;
	background-repeat: no-repeat;
	position: relative;
}

#adPanels .details a {
  color: #FFF;
	text-decoration: none;
}

#adPanels #register .details {
  background-image: url(../im/bn/panel_email.png);
	background-position: 165px 30px;
}

#adPanels #paper .details {
  background-image: url(../im/bn/panel_paper.png);
	background-position: 160px 30px;
}

#adPanels #resources .details {
  background-image: url(../im/bn/panel_notes.png);
	background-position: 165px 30px;
}

#adPanels #blog .details {
  background-image: url(../im/bn/panel_blog.png);
	background-position: 165px 36px;
}

#adPanels #caseStudies .details p {
  position: absolute;
	right: 40px;
	top: 45px;
	width: 105px;
}

.ie6 #adPanels #register .details {
  background-image: url(../im/bn/panel_email.gif);
}

.ie6 #adPanels #resources .details {
  background-image: url(../im/bn/panel_notes.gif);
}

.ie6 #adPanels #blog .details {
  background-image: url(../im/bn/panel_blog.gif);
}

#adPanels h3 {
  font: bold 1.5em Arial;
	line-height: 30px;
	margin: 5px 0 0 0;
}

#adPanels p {
  font-size: 0.71em;
	margin-bottom: 0;
	width: 160px;
}

#adPanels .details p.text {
	font-size: 0.8em;
	margin: 10px 0 0;
	width: 200px;
}

.clientLogos img {
  border: 2px solid #D4D4D4;
}

.contactBoxes {
  float: left;
	margin: 40px 20px 0 0;
}

#contact fieldset {
  font-size: 12px;
	margin-bottom: 20px;
	width: 515px;
	position: relative;
}

#contact label {
  float: left;
	width: 200px;
	font-weight: bold;
	margin: 2px 0 5px 0;
}

#contact legend {
  display: none;
}

#contact input {
  margin-bottom: 5px;
}

#contact textarea {
  width: 300px;
	height: 100px;
}

#enquiryDetail .clearFix {
  margin-bottom: 10px;
}

#enquiryDetail .submit {
  position: absolute;
	left: 430px;
	padding: 4px 6px;
} 

.contentCopy ul {
  font-size: 0.8em;
  margin-bottom: 12px;
}

.termsCopy ul, .termsCopy ol {
	list-style-type: decimal;
	margin-left: 50px;
	font-weight: bold;
}
.termsCopy ul {
	list-style-type: lower-roman;
}
.termsCopy p {
	font-weight: normal;
}
.termsTable ul {
	list-style-type: disc;
	font-weight: normal;
	color: #5C4E44;
}
.TableHolder {
	padding-left: 50px;
	padding-right: 50px;
}
.termsTable td{
	border: #5C4E44 1px solid;
	padding: 2px;
}
.termsTable {
	border: #5C4E44 1px solid;
}
.termsTable th {
	text-align: left;
	background-color:#5C4E44;
	color:#FFF;
	padding: 2px;
}
.termsCopy h1 {
	text-align: center;
}
/* .contentCopy ul li {
  padding: 2px 0 2px 20px;
} */

.clearFix {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.container {
  margin: 0 auto;
	width: 995px;
}

#content {
  background: #fbfbfb url(../im/bg/content.gif) repeat-y;
}

.contentCopy table {
	margin: 10px auto;
	width: 500px;
} 

.contentCopy td {
	border: #5C4E44 1px solid;
	color: #5C4E44;
	font-size: 12px;
	padding: 5px;
}

.topBg {
  background: url(../im/bg/content_top.gif) no-repeat top left;
  padding: 20px 26px 40px 26px;
}

.contentCopy {
  padding: 0 0 0 20px;
	width: 640px;
	float: left;
}

.contentCopy p, .contentCopy span, .termsCopy {
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #5C4E44;
}

.contentCopy h2 {
	margin: 0 0 15px 0;
}

.contentCopy h4 {
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #342D27;
	margin-bottom: 5px;
	margin-top: 20px;
}

#contentRow {
  background: #EDEEDE url(../im/bg/contentRow.gif) repeat-x top;
}

.featureBox {
  border: 1px solid #EEE;
	padding: 10px;
	margin-top: 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
	position: relative;
	font-size: 11px;
}

.featureBox.aboutus {
	background: #FFF url(../im/bg/panel_aboutus.jpg) no-repeat 10px 10px;
}

.featureBox.resources {
	background: #FFF url(../im/bg/panel_resources.jpg) no-repeat 10px 10px;
}

.featureBox.solutions {
	background: #FFF url(../im/bg/panel_solutions.jpg) no-repeat 10px 10px;
}

.featureBox.contact {
	background: #FFF url(../im/bg/panel_contact.jpg) no-repeat 10px 10px;
}

.featureBox.clients {
	background: #FFF url(../im/bg/panel_clients.jpg) no-repeat 10px 10px;
}

.featureBox.examples {
  height: 175px;
}

.downloadsBox {
  border: 1px solid #EEE;
	padding: 10px;
	margin-top: 20px;
	background-color: #FFF;
	position: relative;
	font-size: 11px;
	line-height: 130%;
}

.featureBox p {
  position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 11px;
	width: 120px;
	color: #5C4E44;
	line-height: 130%;
}

#featureList {
  width: 150px;
	float: left;
	margin-right: 10px;
}

#featureList ul {
  border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	padding: 10px 0 20px 0;
	margin-top: 10px;
}

#featureList ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#featureList ul li a {
	color: #5a5046;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding: 6px 0 2px 20px;
	text-decoration: none;
	background: url(../im/bg/sprite.gif) no-repeat -10px -424px;
}

#featureList ul li a:hover {
  color: #A3998D;
}

#features .contentCopy {
  width: 490px;
}

#footerRow {
  background: #5F4F40 url(../im/bg/footerRow.gif) repeat-x top;
	padding: 30px 0;
}

#footerRow ul {
  display: block;
	text-align: center;
	margin: 7px 0;
}

#footerRow ul li {
  display: inline;
	margin: 0 0 0 5px;
	line-height: 0;
	height: 2px;
}

#footerRow a {
  font: 11px Arial;
	color: #FFF;
	border-right: 1px solid #bcada1;
	padding: 0 10px 2px 0;
}

#footerRow li.last a {
  border-right: none;
}

.floatFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ie6 .floatFix {
  height: 1%;
}

.ie7 .floatFix {
  display: inline-block;
}

#heroBox {
  border: 14px solid #ECE9D8;
	position: relative;
	margin: 0 0 20px 0;
	background-color: #FEFEFE;
}

#home #heroBox {
	height: 250px;
}

#home #heroBox img {
  position: absolute;
	top: 0;
	left: 0;
}

#heroBox h1 left {
  font-size: 2.5em;
	letter-spacing: -0.9px;
	color: #A3998D;
	font-weight: bold;
	position: absolute;
	bottom: 35px;
	left: 26px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#heroBox h1 {
  font-size: 2.5em;
	letter-spacing: -0.9px;
	color: #A3998D;
	font-weight: bold;
	position: absolute;
	bottom: 35px;
	right: 26px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#heroBox h1 {
  font-size: 2.5em;
	letter-spacing: -0.9px;
	color: #A3998D;
	font-weight: bold;
	position: absolute;
	bottom: 35px;
	right: 26px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#home h2 {
  font-size: 1.78em;
	color: #5C4E44;
	margin-bottom: 12px;
}

#home .contentCopy {
  width: 670px;
}

#navRow {
  height: 50px;
	background: #3E352E url(../im/bg/navRow.gif) repeat-x;
}

#navRow ul {
  padding: 13px 0 0 20px;
}

#navRow ul li {
  float: left;
	margin: 0 20px 0 5px;
}

#navRow ul li a {
  font: bold 1em Arial;
	text-decoration: none;
	color: #FFF;
	text-transform: lowercase;
}

#navRow ul li a:hover {
  color: #A3998D;
}

.pagination {
  background: url(../im/bg/sprite.gif) no-repeat 55px -638px;
}

.panel {
  float: left;
}

#portfolio .portfolioBox {
  border: 1px solid #403730;
	padding: 4px;
}

#portfolio h4 {
  color: #FFF;
	background-color: #403730;
	font-size: 11px;
	padding: 5px 0 8px 8px;
	margin-bottom: 15px;
}

#portfolio .contentCopy {
  width: 613px;
}

#rightColumn {
	width: 230px;
	float: right;
	margin-right: 20px;
}

.ie6 #rightColumn {
	margin-right: 10px;
}

#home #rightColumn {
	width: 250px;
	margin-right: 0;
}

#rightColumn .Member {
	text-align: right;
	margin-top: 20px;
}

/*

#rightColumn .panel {
	margin: 0 0 20px 0;
	position: relative;
}

#home #rightColumn .panel {
  width: 298px;
	margin-right: 2px;
	height: 152px;
}

#rightColumn #features {
  background: #FFF url(../im/bn/panel_features.jpg) no-repeat;
}

#rightColumn #blog {
  background: #FFF url(../im/bn/panel_blog.jpg) no-repeat;
}
*/

#rightColumn .tagLine {
  position: absolute;
	top: 25px;
}

#rightColumn .tagLine p {
	font-size: 0.7em;
	font-weight: bold;
	width: 125px;
	margin-top: 5px;
}

#rightColumn #features .tagLine {
	left:  140px;
}

#rightColumn #blog .tagLine {
	left: 30px;
}

#rightColumn ul li {
  border-bottom: 1px dotted #CCCCCC;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rightColumn ul li a {
	color: #5a5046;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	text-decoration: underline;
	background: url(../im/bg/sprite.gif) no-repeat;
	padding: 8px 0 4px 40px;
}

#rightColumn ul li a:hover {
  color: #A3998D;
}

#rightColumn ul li.client a {
  background-position: 0 -60px;
}

#rightColumn ul li.case a {
  background-position: 0 -90px;
}

#rightColumn ul li.portfolio a {
  background-position: 0 -120px;
}

#rightColumn ul li.what a {
  background-position: 0 -150px;
}

#rightColumn ul li.different a {
  background-position: 0 -180px;
}

#rightColumn ul li.why a {
  background-position: 0 -240px;
}

#rightColumn ul li.features a {
  background-position: 0 -270px;
}

#rightColumn ul li.modules a {
  background-position: 0 -298px;
}

#rightColumn ul li.agency a {
  background-position: 0 -330px;
}

#rightColumn ul li.cms a {
  background-position: 0 -360px;
}

#rightColumn ul li.blog a {
  background-position: 0 -450px;
}

#rightColumn ul li.articles a {
  background-position: 0 -480px;
}

#rightColumn ul li.links a {
  background-position: 0 -510px;
}

#rightColumn ul li.events a {
  background-position: 0 -540px;
}

#rightColumn ul li.contactus a {
  background-position: 0 -570px;
}

#rightColumn ul li.careers a {
  background-position: 0 -600px;
}

#testimonials {
  float: right;
	width: 265px;
	margin-top: 10px;
}

#testimonials h3 {
  font-size: 20px;
	margin: 0 0 10px 0;
}

#testimonials .panel {
  background: transparent url(../im/bg/testimonials.gif) no-repeat top left;
	position: relative;
	width: 236px;
	height: 125px;
	margin: 0 30px 0 0;
	padding: 15px 20px 0 10px;
}
.ie6 #testimonials .panel {
	left: 48px;
}

#testimonials .panel span {
  font: bold 11px Arial;
	color: #FFF;
}

#testimonials .panel img {
  position: absolute;
	bottom: 5px;
	right: 130px;
}

#topRow {
  height: 110px;
	background: #FFF url(../im/bg/topRow.gif) repeat-x bottom;
	position: relative;
	border-top: 5px solid #9C9487;
}

#topRow .container {
	position: relative;
}

#topRow .container .logo {
  position: absolute;
	z-index: 2;
	top: 15px;
	left: 20px;
}

#topRow ul {
	position: absolute;
	top: 70px;
	right: 0;
}

#topRow ul li {
  float: left;
	margin: 0 0 0 10px;
}

#topRow ul li a {
  font: bold 0.7em Arial;
	text-decoration: none;
	color: #3D332A;
	background: url(../im/bg/sprite.gif) no-repeat;
	padding: 3px 0 3px 32px;
	display: block;
}

#topRow ul li.login a {
  background-position: 5px -5px;
}

#topRow ul li.news a {
  background-position: 0 -35px;
}

#topRow h5 {
  position: absolute;
	top: 68px;
	left: 165px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	font-style: italic;
}
.content_bullet {
font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #ed174f;
list-style-type: disc;
margin: 0 30px; 
}

.content_bullet span {
color: #5C4E44;
}

.contentCopy ol.list {
font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 10px 30px; 
}

.contentCopy ol.list li {
	margin: 5px 0;
}

.contentCopy ol.list span {
color: #5C4E44;
}