/* Main CSS Stylesheet */

/* Main attributes */

body, html {
	color: #fff;
	font-weight: lighter;
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;

}

body {
	background: #1d1d1d url(../images/bg.jpg) repeat-x top left;
	font-family: Arial, Times, serif;
	font-size:62.5%;
	font-weight: lighter;
}

strong {
	font-weight:bold;
}

body ul a {
	text-decoration: none;
}

body a {    
	color: #b4b4b4;
	text-decoration: underline;
	}
  
.notunderined {
	text-decoration: none;

}


body a:hover, body a:active {
	color: #ffde00;
	text-decoration: none;
	}

img {
	border: 0px;
}

h1 {
	background: transparent url(../images/cb-logo.jpg) no-repeat top left;
	height: 58px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-indent: -9999px;
	width: 270px;
}

h2 {
	color: #ffde00;
	font-size: 2.8em;
	margin: 20px 0px;
}

h3 {
	color: #cc2127;
	font-size:1.6em;
	margin: 20px 0px 5px 0px;
}

h4 {
	color: #ffde00;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 1.3em;
}


/* Forms */

form.contactForm label.error { 
	color: #ff0000;
	margin-left: 123px;
	font-size: 1.2em;
}

form.contactForm fieldset {
	margin-bottom: 10px;
	border: none;
}
form.contactForm legend {
	padding: 0 2px;
	font-weight: bold;
	text-indent: -9999px;
}
form.contactForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-size: 1.2em;
}
form.contactForm fieldset ol {
	margin: 0;
	padding: 0;
}
form.contactForm fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.contactForm fieldset input[type="text"], form.contactForm fieldset select, form.contactForm fieldset textarea {
	background: #575757;
	border: #575757 solid 1px;
	color: #fff;
	font-size: 1.2em;
}

form.contactForm fieldset p {
	padding: 5px;
	margin-left: 123px;
}

form.contactForm fieldset input[type="submit"], form.contactForm fieldset input[type="reset"] {
	background: #CC2127;
	border: none;
	color: #fff;
	font-size: 0.8em;
	margin: 10px 12px 0px 6px;
	height: 24px;
	width: 80px;
}

form.contactForm fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.contactForm fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.contactForm fieldset fieldset label {
	display: block;
	width: auto;
}
form.contactForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.contactForm label {
	width: 120px; /* Width of labels */
}
form.contactForm fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}

p.contactSuccess {
  background-color: #82ca8c;
  border:1px solid #c4eaca;
  text-align: center;
}

p.contactError {
  background-color: #743944;
  border:1px solid #c4eaca;
  text-align: center;
}

/* sIFR */
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}


/* Container */

#container {
	margin: 0px auto 80px auto;
	padding: 0px 10px;
	width: 727px;
}

#header {
	background: #232323;
	position: relative;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	z-index: 98;
}

#cloud {
	background: transparent url(../images/cloud.png) no-repeat top left;
	height: 114px;
	width: 195px;
	position: absolute;
	right: 0px;
	top: 144px;
	z-index: 99;
}

/* Navigation */

#nav {
	font-size: 1.5em;
	margin: 20px 0px 0px 0px;
	/*overflow: hidden;*/
	padding: 0px;
	padding-bottom: 5px;
	position:relative;
	width:auto;
}

#nav ul {
	list-style: none;
	display: inline;
	padding:0;
	margin:0;
}

#nav ul li {
	display:inline;
	height: 30px;
	line-height: 20px;
	list-style: none;
	margin: 0px 30px 0px 0px;
	padding: 5px;
}

#nav ul li a {
	color: #fff;
	z-index: 10;
	position: relative;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #ffde00;
}

#nav li.backLava {
	background: url(../images/nav-selected.gif) no-repeat right -30px;
	 height: 30px;
	list-style: none;
	position: absolute;
    width: 9px;
    z-index: 8;
}

#nav li.backLava .leftLava {
    background: url(../images/nav-selected.gif) no-repeat top left;
    height: 30px;
    margin-right: 7px;
}

#nav li.selected a {
  border-bottom: 5px solid #CC2127;
}


/* Main Content */

#content {
	float: left;
	margin: 50px 0px 60px 0px;
	padding: 0px;
	width: 523px;
}

#contentWide {
	float: left;
	margin: 50px 0px 60px 0px;
	padding: 0px;
	width: 727px;
}

#content p, #contentWide p {
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 5px 0px 10px 0px;
}

#content ul, #contentWide ul {
	list-style-image: url(../images/bullet.jpg);
	margin: 20px 30px 40px 30px; 
}

#content ul li, #contentWide ul li {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
}

#content img, #contentWide img {
	margin: 20px 0px;
}

#content ul li span, #contentWide ul li span {
	color: #575757;
	font-size: 0.9em;
}

#content ul li h3, #contentWide ul li h3 {
	color: #cc2127;
	display: block;
	font-size:1.2em;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.testimoniallogo {
	margin-right: 10px;
	float: left;
	width: 100px;

}

.quoter {
 	font-weight: bold;
 	margin-left: 175px;

}

.quote {
	margin-left: 175px;

}

.quoteImage {
	float: left; 
	width: 165px;

}


#clientFlow {
  /*height:200px;
  width: 510px;*/
}

.clientFlowItem {
  float:left;
  height:60px;
  width:165px;
  margin:20px 3px;
}

#clientFlow img {
  margin:0;
}
/* Featured Items */

#featured {
	/*background: #232323 url(../images/featured-bg.jpg) top left no-repeat;*/
	background:#373737;
	border: 1px solid #575757;
	/*height: 300px;*/
	margin: 20px 0px 40px 0px;
	padding: 0px;
	width: 727px;
	font-size: 0.9em;
}

#featured #view {
	float: left;
	height: 300px;
	margin: 0px;
	overflow: hidden;
	position:relative; 
	padding: 0px;
	width: 567px;
}

#featured #items {
	float: right;
	height: 300px;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#featured #items ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}

#featured #items ul li {
	background: #232323;
	border-bottom: 1px solid #575757;
	border-left: 1px solid #575757;
	height: 19px;
	line-height: 22px;
	margin: 0px;
	padding: 20px;
	vertical-align: middle;
	list-style: none;
}

#featured #items ul li:first-child {
	border-top: none;
}

#featured #items ul li:last-child {
	border-bottom: none;
}

#featured #items ul li.selected {
	background-color:#383838;
}

#featured #items ul li.selected a {
	color: #ffde00 !important;
}

#featured #items ul li a:hover {
	color: #cc2127;
}

#featured #view .item {
	height: 299px;
	margin: 0px;
	padding: 10px;
	width: 567px;
}

#featured #view .item p {
	padding: 10px;
}

#featured #view .item h3 {
	margin: 10px;
	padding: 0px;
	color: #ccc;
}

#featured img.demo {
	border: none;
	/*float: right;*/
	/*margin: 40px 30px 0px 20px;*/
	padding: 0px;
	float:right; 
	margin: 30px 20px 0 5px;

}

#featured img.logo {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Services */

.service {
	background: none;
	border: none;
	margin: 10px 0px;
	padding: 10px;
}

.service h3 a {
	color: #cc2127;
}

.service p a, .service p a:hover {
	color: #fff;
}

.service:hover {
	background: #232323;
	border: none;
	color: #fff;
	cursor: pointer;
	margin: 10px 0px;
	-moz-border-radius: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
}

.service h3 {
	margin: 5px 0px;
}

img.polaroid {
	border: none !important;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px !important;
}
.service .serviceIcon img {
	border: none !important;
	float: left;
	margin: 10px 15px 10px 5px !important;
	width: 86px;
}

.serviceIcon {
	float:left;
}

.service .serviceInfo {
	width: auto;
	margin-left: 110px;
}

.testimonial {
	background: #232323;
	border: none;
	color: #fff;
	margin: 10px 0px;
	-moz-border-radius: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
}

.testimonialDivider {
  background: url(../images/dots.jpg) center no-repeat;
  height:15px;
  margin: 25px 0;
  display:block;
}


/*.service .serviceInfo p a {
	margin-left: 90px;

}*/

ul#pressList {
	margin: 5px 0px;
	list-style: none;
	padding-left:0;
}



/* Sub Content (Right Side)*/

#subcontent {
	float: right;
	width: 175px;
	overflow: hidden;
}

#subcontent.subnav {
	margin-top: 50px;
}

#subcontent #b-trail {
	background: transparent url(../images/B-overlay.png) no-repeat bottom center;
	width: 175px;
	height: 783px;
	position: fixed;
	overflow: hidden;
	bottom: 0px;
	z-index: 0;
}

.module {
	background: #232323;
	border: 0px;
	margin: 0px 0px 30px 0px;
	-moz-border-radius: 10px;
	padding: 15px;
	position: relative;
	width: 145px;
	-webkit-border-radius: 10px;
}

.module ul {
	list-style-image: url(../images/bullet.jpg);
	margin: 15px 10px 10px 15px; 
	padding: 0px;
}

.module ul li {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
}

.module p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0px;
}

.module p a, .module ul li a {
	color: #fff;
	text-decoration: underline;
}

.module ul li a:hover {
	color: #ffde00;
	text-decoration: none;
}

.module a:hover {
	color: #ffde00;
	text-decoration: none;
}

.message {
	background: #575757;
	margin: 20px 0px;
	padding: 5px;
	text-align: center;
}

/* Footer */
#footer {
	background: #232323;
	clear: both;
	color: #575757;
	margin: 0px;
	padding:30px;
	width: auto;
}

#footer #links {
	margin: 0px auto 80px auto;
	padding: 0px 10px;
	width: 727px;
}

#footer h4 {
	color: #ffde00;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: 0px;
}

#footer .column {
	display: inline;
	float: left;
	margin: 5px 20px 0px 5px;
	padding: 5px;
	text-align: left;
	width: auto;
}

#footer ul {
	list-style-image: url(../images/bullet.jpg);
	margin: 5px 15px;
	padding:0;
}

#footer ul li {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	text-align: 0px;
}

#footer #copy {
	clear: both;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

/* Overlay */ 

#overlay { 
    background: transparent url(../images/overlay-bg.png) no-repeat;     
    color:#efefef;
    display: none;
	padding: 20px;
} 

/* default close button positioned on upper right corner */
div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.overlay div.wrap {
	width: 466px; 
    height: 336px;
    overflow:none; 
}

#rssSticker a {
	background: #232323 url(../images/rssfeed-sticker.jpg) no-repeat top left;
	height: 35px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 8px;
	width: 35px;
}

.clientLogo {
	margin-right: 10px 10px !important;
}