/*********************
=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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*********************
=global
**********************/
html, body {
	height: 100.1%; 
}
body {
	background: #000;
	color: #fff;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
textarea {font-family: Helvetica, Arial, Verdana, sans-serif;}
p {
    line-height: 1.5;
}
a, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}
.yellow {
    margin: 0 0 0 10px;
    padding: 0 4px;
    background: #FFE01C;
    color: #000;
}
.yellow:hover {
	color: #000;
    background-color: #FFF487;
}
#center .yellow {
    padding: 4px 8px;
    font-size: 1.5em;
}
span.pipe {
    color: #999;
}
/*********************
=flash
**********************/
#flash-container {
	height: 100%;
	overflow: visible;
	width: 100%;
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
/*********************
=layout
**********************/
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0 0 40px 0;  /* bottom must be same height as the footer */
}
#container {
	width: 924px;
	margin: 0 auto;
}
#content {
	width: 924px;
	background-color: inherit;
	color: inherit;
	padding: 0pt;
	position: absolute;
	top: 0pt;
}
/*********************
=sidebar
**********************/
#sidebar {
    position: absolute;
	width: 224px;
    margin-top: 55px;
    padding: 0 0 10px 0;
    background: url(/services/_common/img/dots-yellow.png) no-repeat 0 100%;
    font-size: 22px;
}
#sidebar p {
    padding: 0 0 10px 5px;
}
#sidebar h2 a.logo {
    display: block;
    height: 55px;
    width: 203px;
    margin-top: 65px;
    text-indent: -9999px;
    background: url(/services/_common/img/logo.png) no-repeat 0 0;
}
#sidebar .contact {
    margin: 104px 24px 0 0;
    padding: 20px 0 0 0;
    background: url(/services/_common/img/dots-yellow.png) repeat-x 0 0;
}
/*********************
=center
**********************/
#center {
	float: right;
    clear: both;
	width: 700px;
    margin: 55px 0 50px 0;
    z-index: 5;
}
/*********************
=services
**********************/
#center p.portfolio-link { 
    display: block;
    clear: both;
    height: 30px;
    text-align: right; 
    line-height: 20px;
}
#center p.portfolio-link a {
    padding: 0 0 0 20px;
    background: url(/services/_common/img/propeller-small.png) no-repeat 0 0;
    color: #fff;
}
#center .intro {
    padding: 40px 80px;
    line-height: 32px;
    font-size: 28px;
    background: #333;
}
#center .service {
    position: relative;
	float: left;
	clear: both;
	height: 200px;
	width: 100%;
    overflow: hidden;
    background: url(/services/_common/img/bg-white-84.png) 0 0;
	cursor: pointer;
}
#center .open {
	background: #fff;
}	
#center .odd {
    background: url(/services/_common/img/bg-white-90.png) 0 0; 
}
#center .odd.open {
	background: #fff;
}	
#center .service:hover { background: #fff; }
#center .service h2 {
    margin: 35px 0 0 22px;
    padding: 0 0 0 55px;
    font-size: 56px;
    color: #333;
}
#center .service h2 a,
#center .service h3 a {
    color: #333;
}
#center .service h3 {
    margin: 16px 0 0 77px;
    padding: 0 50px 0 0;
    font-size: 28px;
    color: #333;
    cursor: pointer;
}

/* full page */

#center .service-page {
    position: relative;
	float: left;
	clear: both;
	width: 100%;
    overflow: hidden;
    background: url(/services/_common/img/bg-white-84.png) 0 0;
    color: #333;
}
#center .service-page p {
    margin: 0 50px 0 77px;
    padding: 10px 0;
}
#center .service-page h1 {
    margin: 16px 0 20px 77px;
    padding: 0 50px 0 0;
    font-size: 20px;
    color: #333;
	line-height: 25px;
}
#center .service-page h2 {
    margin: 35px 0 0 22px;
    padding: 0 0 0 55px;
    font-size: 56px;
    color: #333;
}
#center .service-page h2,
#center .service-page h3 {
    color: #333;
}
#center .service-page h3 {
    margin: 16px 0 20px 77px;
    padding: 0 50px 0 0;
    font-size: 28px;
    color: #333;
}
#center .service-page h4 {
    margin-left: 77px;
}   
#center .service-page ul { margin: 10px 100px 10px 100px; font-size: 12px; }  
#center .service-page ul li { margin: 0 0 7px 0; padding-left: 15px; line-height: 18px; }
#center .service-page .service {
    position: relative;
	float: left;
	clear: both;
	height: auto;
	width: 100%;
    overflow: hidden;
    background: none;
}
#center .service-page .service h3 {
    display: none;
}
#center .service-page .inner {
    position: relative;
    top: auto;
    left: auto;
	margin-left: 77px;
}
#center .service-page .inner .offer p {
    margin: 0;
    padding: 0;
}

/* =service icons */
#center .consulting h2 { background: url(/services/_common/img/icon-consulting.gif) no-repeat 0 10px; }
#center .websites h2 { background: url(/services/_common/img/icon-website.gif) no-repeat 0 10px; }
#center .marketing h2 { background: url(/services/_common/img/icon-marketing.gif) no-repeat 0 10px; }
#center .social h2 { background: url(/services/_common/img/icon-social.gif) no-repeat 0 10px; }
#center .blog h2 { background: url(/services/_common/img/icon-blog.gif) no-repeat 0 10px; }
#center .apps h2 { background: url(/services/_common/img/icon-website.gif) no-repeat 0 10px; }
#center .support h2 { background: url(/services/_common/img/icon-apps.gif) no-repeat 0 10px; }
#center .audit h2 { background: url(/services/_common/img/icon-audit.gif) no-repeat 0 10px; }
#center .rep h2 { background: url(/services/_common/img/icon-rep.gif) no-repeat 0 10px; }

/* =service plus */
#center h3 span.plus {
	font-size: 16px;
	margin-left: 10px;
}
#center .consulting h3 span.plus { color: #2B65CC; }
#center .websites h3 span.plus { color: #35F2FF; }
#center .marketing h3 span.plus { color: #FF3300; }
#center .social h3 span.plus { color: #CC027D; }
#center .blog h3 span.plus { color: #28FF94; }
#center .apps h3 span.plus { color: #25A8E8; }
#center .support h3 span.plus { color: #3BA0D2; }
#center .audit h3 span.plus { color: #66FF00; }
#center .rep h3 span.plus { color: #D609E3; }

/* =list styles */

#center .consulting li { background: url(/services/_common/img/square-consulting.gif) no-repeat 0 5px; }
#center .websites li { background: url(/services/_common/img/square-website.gif) no-repeat 0 5px; }
#center .marketing li { background: url(/services/_common/img/square-marketing.gif) no-repeat 0 5px; }
#center .social li { background: url(/services/_common/img/square-social.gif) no-repeat 0 5px; }
#center .blog li { background: url(/services/_common/img/square-blog.gif) no-repeat 0 5px; }
#center .apps li { background: url(/services/_common/img/square-apps.gif) no-repeat 0 5px; }
#center .support li { background: url(/services/_common/img/square-support.gif) no-repeat 0 5px; }
#center .audit li { background: url(/services/_common/img/square-audit.gif) no-repeat 0 5px; }
#center .rep li { background: url(/services/_common/img/square-rep.gif) no-repeat 0 5px; }

#center .inner {
    position: absolute;
	top: 200px;
	left: 77px;
    color: #333;
}
#center .offer {
    float: left;
    width: 200px;
    padding: 20px 0 25px 0;
    margin: 0 90px 25px 0;
    background: url(/services/_common/img/dots-gray.png) repeat-x 0 0;
}
#center .offer h4 {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 20px;
}
#center .offer h4 a {
    background: none;
    color: #333;
    margin: 0;
    padding: 0;
}
#center .offer h4 a:hover {
    background: #FFF487;
    color: #000;    
}
#center .offer p {
    font-size: 12px;
}
#center .offer a {
    margin: 0 0 0 15px;
    padding: 0 4px;
    background: #FFE01C;
    color: #000;
}
#center p a {
    margin: 0;
    padding: 0 4px;
    background: #FFE01C;
    color: #000;
}
#center .offer a:hover,
#center p a:hover {
	background-color: #FFF487;
}
#center .offer ul { margin: 10px 0 0 0; font-size: 12px; }  
#center .offer ul li { margin: 0 0 7px 0; padding-left: 15px; line-height: 18px; }

/* =inner content */
#center .inner-content {
    position: absolute;
	top: 200px;
	left: 77px;
    color: #333;
    background: url(/services/_common/img/bg-white-84.png) 0 0;
}
/*****
=forms
******/
form { margin: 0; }
legend { padding: 2px 10px; font-size: 1.6em; font-weight: normal; }
label { position: relative; clear: left; display: block; margin: 0 0 1em 0; font-weight: bold; }
label span { float: left; width: 23%; padding-top: 5px; text-align: left; font-size: 1.2em; font-weight: normal; }
label input, label select, label textarea { border: 2px solid; border-color: #333; }
label input { float: left; width: 70%; margin: 0 0 .5em 0; padding: 3px 5px; font-size: 16px; background: #eee; color: #000; }
label input:focus { border-color: #333; background-color: #eaeaea; color: #333; }
label input.button { float: right; width: 40%; margin: 10px 18px 0 0; padding: 3px 0; border: none; }
/*label input.required { border-color: #FFE01C; }*/
label textarea { float: left; width: 70%; height: 150px; margin: 0; padding: 3px 5px; background: #eee; color: #000; font-family: Helvetica, Arial, Verdana, sans-serif; }
label textarea:focus { background-color: #eaeaea; }
.error-list {
    clear: both;
    width: 150px;
    margin: 0 0 0 25%;
    padding: 5px 0 0 0;
    color: #FFE01C;
    font-size: 12px;
}
.error-list li {
    margin: 5px 0;
}

/**********
=bottom nav
***********/
#bottom-nav {
    float: left;
    clear: both;
    width: 700px;
    margin: 0;
    padding: 0 0 20px;
    background: url(/services/_common/img/bg-white-84.png) 0 0;
}
#bottom-nav a {
    color: #333;
}
#bottom-nav a:hover {
    text-decoration: underline;
}
#bottom-nav div.col { float: left }    
#bottom-nav ul { margin: 35px 0 0 40px; }
#bottom-nav ul.first { margin: 35px 0 0 77px; }
#bottom-nav ul li { font-size: 14px; font-weight: 600; }
#bottom-nav ul li ul { margin: 0 0 22px 0; }
#bottom-nav ul li ul li { margin: 5px 0; font-size: 12px; font-weight: normal; }

/*********************
=footer (sticky)
**********************/
html, body, #wrapper { height: 100%; }
body > #wrapper { height: auto; min-height: 100%; }
#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear: both;
	background: #000;
}
#footer .inner {
	margin: 0 auto;
	width: 960px;
}
/*********************
=clearfix
**********************/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }