@charset "utf-8";

/* Sitewide styles */

body {
	font-family: "Myriad Pro", "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #F0F0F0;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/background_body.jpg);
	background-repeat: no-repeat;
	background-position: center -75px;
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.transparent_white {
	background-image: url(../images/background_transparentwhite.png);
}
.horizontal_divider  {
	margin-top: 30px;
	margin-bottom: 30px;
	display: inline-block;
}

/* Top Navigation */

#menubar {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
        padding:8px 0px;
}
#menubar a {
    display:inline-block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	border:none;
}
#topnav-company {
	background:url(../images/menu_company.png) 0 0 no-repeat;
	width:98px;
	height:15px;
}
#topnav-company:hover {
	background:url(../images/menu_hover-company.png) 0 0 no-repeat;
}
#topnav-company:active {
	background:url(../images/menu_active-company.png) 0 0 no-repeat;
}

#topnav-home {
	background:url(../images/menu_home.png) 0 0 no-repeat;
	width:60px;
	height:15px;
}
#topnav-home:hover {
	background:url(../images/menu_home-hover.png) 0 0 no-repeat;
}
#topnav-home:active {
	background:url(../images/menu_home-active.png) 0 0 no-repeat;
}

#topnav-portfolio {
	background:url(../images/menu_portfolio.png) 0 0 no-repeat;
	width:102px;
	height:15px;
}
#topnav-portfolio:hover {
	background:url(../images/menu_portfolio-hover.png) 0 0 no-repeat;
}
#topnav-portfolio:active {
	background:url(../images/menu_portfolio-active.png) 0 0 no-repeat;
}

#topnav-products {
	background:url(../images/menu_products.png) 0 0 no-repeat;
	width:94px;
	height:15px;
}
#topnav-products:hover {
	background:url(../images/menu_hover-products.png) 0 0 no-repeat;
}
#topnav-products:active {
	background:url(../images/menu_active-products.png) 0 0 no-repeat;
}
#topnav-services {
	background:url(../images/menu_services.png) 0 0 no-repeat;
	width:92px;
	height:15px;
}
#topnav-services:hover {
	background:url(../images/menu_hover-services.png) 0 0 no-repeat;
}
#topnav-services:active {
	background:url(../images/menu_active-services.png) 0 0 no-repeat;
}
#topnav-blog {
	background:url(../images/menu_blog.png) 0 0 no-repeat;
	width:46px;
	height:15px;
}
#topnav-blog:hover {
	background:url(../images/menu_hover-blog.png) 0 0 no-repeat;
}
#topnav-blog:active {
	background:url(../images/menu_active-blog.png) 0 0 no-repeat;
}
#topnav-contact {
	background:url(../images/menu_contact.png) 0 0 no-repeat;
	width:79px;
	height:15px;
}
#topnav-contact:hover {
	background:url(../images/menu_hover-contact.png) 0 0 no-repeat;
}
#topnav-contact:active {
	background:url(../images/menu_active-contact.png) 0 0 no-repeat;
}
#whoslogged {
        font-size:12px;
}
#whoslogged a {
        color:#CC9900;
        margin:0px 5px;
        margin-top:7px;
}
#whoslogged a:hover {
        color:#CC9900;
        border-bottom:1px dotted #CC9900;
        text-decoration:none;
}

/* Perceptive Navigation */

#perceptive-menu {
        margin:15px 0px;
        padding: 10px 0 8px 10px;
}
#perceptive-menu a {
        margin-right:5px;
        padding: 5px 10px;
        display:inline-block;
}
#perceptive-menu a:hover {
	background-image:url(../images/background_transparentwhite.png);
}


/* Side Navigation block */

.nav-side ul {
	margin: 0;
	padding: 0;
        list-style-type:none;
        list-style-image:none;
}
.nav-side li a {
	background: #000000;
	border-top: 1px solid #333333;
	color: #999999;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 18px;
	width: 200px;
	text-decoration: none;
}
.nav-side li.selected a,
.nav-side li.selected a:hover {
	background-image:url(../images/background_transparentwhite.png);
        background-color:transparent;
	cursor: default;
}
.nav-side li a:hover {
	background-image:url(../images/background_transparentwhite.png);
        background-color:transparent;
	border-top: 1px solid #333333;
	color: #1969bc;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
}



/* Page Layout */

.fullwide {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}
.span_120 {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.span_150 {
	width: 150px;
	float: left;
}
.span_200 {
	width: 200px;
	float: left;
}
.span_250 {
	width: 250px;
	float: left;
}
.span_300 {
	width: 300px;
	float: left;
}
.span_420 {
	width: 420px;
	float: left;
}
.span_450 {
	width: 450px;
	float: left;
}
.span_500 {
	width: 500px;
	float: left;
}
.span_550 {
	width: 550px;
	float: left;
}
.span_600 {
	width: 600px;
	float: left;
}


/* Header */

#title_block {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}


/* Footer */

#footer {
	background-attachment: scroll;
	background-position: center top;
	margin-top: 30px;
        margin-bottom: 20px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
#footer  .menu  a {
	font-family: "Myriad Pro", "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif, "Myriad Pro";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
}
#footer  .menu  a:hover {
	color:#999999;
	border-bottom-color: #333333;
}
#footer_info {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}
#footer_info a {
	color: #CC9900;
	text-decoration: none;
}

#footer_info a:hover {
	color: #996600;
	text-decoration: none;
}
.footer_title {
	margin-bottom: 15px;
}


/* General Page Content */

#page_content  a {
	color: #CC9900;
	text-decoration: none;
}
#page_content  a:hover {
	color: #996600;
}
#page_content img a:hover {
	border: 0px solid none;
}


/* Home Page Perceptive OBP Promo */

#perceptive_promo {
	padding: 25px;
}
#perceptive_teaser {
	margin-left: 40px;
	line-height: 15px;
}
#perceptive_promo {
	margin-bottom: 50px;
}
#video_button   {
	position: relative;
	top: 120px;
	right: 5px;
	clear: none;
	display: block;
	float: right;
	margin-top: -135px;
}


/* Home Page Featured Work */

#featured_work {
	margin-left: 60px;
}
#featured_grid {
	margin-top: 10px;
}
#featured_grid .gridbox_120 {
	background-color: #FFFFFF;
	padding: 5px;
	height: 65px;
	width: 110px;
	float: left;
	margin-left: 30px;
}
#featured_grid .gridtop {
	margin-bottom: 18px;
}
#featured_grid .gridleft {
	margin-left: 0px;
}


/* Home Page Latest Blog Entries */

#getthescoop {
	float: right;
	margin-top: 50px;
}
.blogsitesummary {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 15px;
}
.blogsitesummary a {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-bottom:-3px;
}
.blogsitesummary .author {
	display: none;
}
.blogsitesummary .date {
	font-size: 11px;
	color: #666666;
}
.blogsitesummary li {
	margin-bottom: 10px;
}


/*  Slider */

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}
.slider-wrap .box {
       background-color:#DDDDDD;
       padding:15px 10px;
       text-align:right;
}
a.link-to-button,
a.link-to-button:link,
a.link-to-button:visited {
        font-weight:bold;
        font-size:18px;
	color: #fff;
	padding: 6px 9px;
	cursor: pointer;
	cursor: hand;
}
a.link-to-button:hover {
	background: #FFFFFF;
	color: #fff;
	padding: 6px 9px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border-top: 5px solid #d7d7d7; /* this is the border. should have the same value for the links */ 
        border: none;
	margin: auto;
	width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	/*height: 460px;*/
	clear: both;
	background-image:url(../images/background_transparentwhite.png);
}

.sliderServices .stripViewer { /* For the slider on the services page */
        width: 900px;  /* Also specified in #slider2 .stripViewer .panelContainer .panel  below */
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 600px; /* Also specified in  .stripViewer  above */
}

.sliderServices .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	width: 900px; /* Also specified in  #slider2 .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 30px 30px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	/* background: #eee;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
        */
	height: 36px;
	margin: 0;
	overflow: hidden;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.stripNav ul li {
	float: left;
	margin: 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

#stripNav0 a { /* The nav links */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	color: #CC9900;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}


#stripNav0 li a:hover {
	color: #996600;
	text-decoration: none;
}

#stripNav0 li a.current {
	background:url(../images/background_transparentwhite.png);
	color: #000;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	background: #000;
	display: none;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}
.skinny {
        width:70%;
}
.skinny  h3 {
       color:#FFFFFF;
       margin-bottom:5px;
}
.skinny p {
        color:#CCCCCC;
        margin-top:0px;
}
.super-image {
        position:absolute;
        top:80px;
        right:0px;
        width:25%;
}

/* Link Boxes */

a.link-block {
	background: #000000;
	color: #fff;
	display: block;
	margin: 0 0 18px;
	padding: 15px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.link-block:hover {
	background: #CCCCCC;  
	color: #1969bc;
}

a.link-block:visited{
	color: #eeeeee;
}
a.link-block .heading {
	display: block;
	font-size: 24px;
	margin: 0 0 6px;
}

a.link-block .txt {
	font-size: 12px;
}

.prev-next {
        margin-top:20px;
}
a.link-button {
	background: #fff;
	border: 1px solid #cccccc;
	color: #0066bc;
	font-weight: bold;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.link-button:hover {
	background: #111111;
	border: 1px solid #cccccc;
	color: #fff;
	text-decoration: none;
}
.nav {
	margin: 0 0 18px;
}
.nav li {
	display: inline;
}
.nav li a {
	margin: 0 6px 0 0;
}


/* Featured Block */

.feature-blox {
        width:100%;
}
.feature-blox td {
        width:244px;
        padding: 0 32px 20px 0;
        vertical-align: top;
}
.feature-blox td p {
        margin-top:0px;
}
.feature-blox td h3 {
        margin-bottom:5px;
}

/* Featured List */

.feature-list h3 {
	color: #FFFFFF;
	font-size: 12px;
}
.feature-list h3,
.feature-list h4 {
        font-size:14px;
	margin: 0 0 3px 75px;
}
.feature-list p {
	margin: 0 0 18px 75px;
        color:#CCCCCC;
}
.feature-list ul {
	margin: 0 0 0 75px;
}
.feature-list li {
	margin: 0 0 21px;
	overflow: hidden;
	position: relative;
}
.feature-list li li {
	margin: 0;
	padding: 0;
}
.feature-list li .icon {
	float: left;
	_margin-top: 18px; /* IE6 */
}
.alt-list {
        list-style-image:none;
        list-style-type:none;
        list-style-position:outside;
}


/* Feature table */
.supported-payment-gateways td {
        padding:10px;
        vertical-align:middle;
}
.supported-payment-gateways td p {
        margin-top:0px;
}
.supported-payment-gateways .logo {
        vertical-align:middle;
        background-color:#FFFFFF;
}


/* Detailed Tour */

.detailed-tour img {
        border:5px solid #999999;
        padding:15px;
        background-color: #FFFFFF;
        margin-bottom:2px;
}


/* Pricing */

.table-friendly {
	width: 100%;
        margin-top:20px;
}
.table-friendly th,
.table-friendly td {
	color: #fff;
	font-size: 15px;
	padding: 7px;
        text-align:center;
}
.table-friendly thead th {
	background: #eeeeee;
	color: #cc9900;
}
.table-friendly .stripe th,
.table-friendly .stripe td {
	background-image: url(../images/background_transparentwhite.png);
}
.table-friendly a.button-friendly,
.table-friendly a.button-friendly:link,
.table-friendly a.button-friendly:visited,
.table-friendly a.button-friendly:hover,
.table-friendly a.button-friendly:active {
	font-size: 12px;
	font-style: normal;
	padding: 6px 9px;
}
.table-friendly tfoot {
} 
.table-friendly tfoot td {
        padding-top:10px;
	height: 30px;
}
th.txt-large {
	font-size: 26px;
}
th.txt-mid {
	font-size: 20px;
}
th.txt-small {
	font-size: 14px;
}


/* friendly button */

a.button-friendly,
a.button-friendly:link,
a.button-friendly:visited {
	background: #000000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 50px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
        margin-top:10px;
}

a.button-friendly:hover,
a.button-friendly:active {
	background: #eeeeee;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 9px 50px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* WebApp Table */
.webapptable {
        text-align:right;
}
.webapptable td {
        padding:10px 30px 5px 0;
}
.webapptable img {
	background-image: url(../images/background_transparentwhite.png);
        padding:15px;
}
.webapptable h2 {
        margin: 5px 0px;
        font-size:16px;
        font-weight:normal;
}
.webapptable h2 a:hover {
        border-bottom:1px dotted #CC9900;
}


/* Portfolio Details */

.portfolio_detail {
        font-size:14px;
}
.portfolio_detail .main_image img {
        width: 880px;
        padding: 10px;
	background-image: url(../images/background_transparentwhite.png);
        margin:0px 30px 30px 0px;
}
.portfolio_detail .extra_images img {
        width: 140px;
        padding: 10px;
	background-image: url(../images/background_transparentwhite.png);
        margin:0px 21px 20px 0px;
}
.portfolio_detail label {
        float:left;
        width:90px;
        color: #999999;
}


/* FixPNG for IE6 */
/* FixPNG from Komodo */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
} 
