/* @override http://bitgroup.dev/css/services.css */

/**** section header (primary navigation and header) */
#sectionHeader {
    background:url(../../images/bg/services_bg.jpg) no-repeat top left;
}

/**** page header (secondary navigation and intro) */
#pageHeader {
    background:#222255;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

/* QuickStart calls to action */

#cta {
	background:url(/images/services/bg-cta-div.gif) no-repeat left bottom;
	color:#fff;
	margin:20px -10px 0;
	padding-bottom:10px;
	width:525px;
}

/* proper display for IE6 */
* html #cta {
	width:535px;
}


#cta h4 {
	background:url(/images/services/bg-cta-h4.gif) no-repeat left top;
	color:#fff;
	margin-top:0;
	padding:10px 0 0 10px;
	font-size:1.5em;
}

#cta p {
	color:#ccc;
	margin:8px 0 0 10px;
	padding:0;
}

/* proper display for IE6 */
* html #cta p {
	margin-left:5px;
}

#cta a {
	text-decoration:underline;
	color:#ebebdd;
}

#cta form {
	margin:8px 10px 0 100px;
}

#cta input {
	background:#fff;
	border:#000 solid 1px;
	border-color:#000 #333 #444;
	color:#333;
	float:left;
	font-family:inherit;
	font-size:100%;
	height:18px;
	padding:4px 4px 0;
	width:200px;
}

#cta label {
	display:block;
	font-size:100%;
	margin:4px 5px 0 0;
	padding-bottom:3px;
	float:left;
}

#cta label span.example {
	color:#ccc;
	font-size:9px;
	line-height:inherit;
}

#cta a.button {
    background: transparent url('/images/services/bg-button-a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-left: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#cta a.button span {
    background: transparent url('/images/services/bg-button-span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#cta .button:active, #cta .button:hover {
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
    text-decoration:none;
}

#cta .button:hover {background-position:center right;}
#cta .button:active {background-position:bottom right;}

#cta a.button:hover span {background-position:center left;}
#cta a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#cta a.default {
	font-weight:bold;
}

#cta div#invalid {
	clear:both;
	color:yellow;
	margin-left:138px;
}

.samples img {
	border:1px solid #bbb;
	float:left;
	margin:2px 20px 20px 0;
}

table.features {
	width:100%;
}

table.features td {
	width:225px;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

