/* ---------------------------------------------------------------------------------------------------------
LocalBased
version: 2.0
last updated: Feb 8, 2010
--------------------------------------------------------------------------------------------------------- */

/* Default Style 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}


/* Main Styles
--------------------------------------------------------------------------------------------------------- */

body {
	background: url(../img/bg.gif) top left repeat;
}

p {
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 22px;
	margin: 0 0 15px 0;
}

h2 {
	font-family: "Myriad Pro","Myriad Set","Myriad Apple", Myriad, Helvetica Nueue, Arial,Verdana,Sans-serif;
	font-size: 22px;
	color: #39C;
	margin: 0 0 10px 0;
	line-height: 18px;
}

h3 {
	font-family: "Myriad Pro","Myriad Set","Myriad Apple", Myriad, Helvetica Nueue, Arial,Verdana,Sans-serif;
	font-size: 16px;
	color: #39C;
	margin: 0 0 10px 0;
	line-height: 18px;
}

h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0 0 10px 0;
	line-height: 18px;
}

a {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.clear {
	clear: both;
}

#bg_container {
	background: url(../img/bg_top.gif) top left repeat-x;
}

#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(../img/content_bg.png) top center repeat-y;
}

/* IE6 Hack */
* html #container {
	background: url(../img/IE6/content_bg.gif) top center repeat-y;
}


/* Header
--------------------------------------------------------------------------------------------------------- */

#header {
	float: left;
	margin: 0 0 20px 0;
}

#header h1 {
	float: left;
	width: 280px;
	height: 60px;
	margin: 20px 0 0 0;
	text-indent: -9999px;
	background: url(../img/logo.gif) top left no-repeat;
}


/* Nav
--------------------------------------------------------------------------------------------------------- */

#header #nav {
	float: left;
	width: 481px;
	margin: 0 0 0 159px;
	background: url(../img/nav/nav_right_border.gif) top right no-repeat;
}

#header #nav li {
	float: left;
}

/* these styles are applied to each page respectivily ... per rollover effect for the top nav.
#header #nav li a#selected { 
	background-position: 0 -180px;
}

#header #nav li a:hover#selected { 
	background-position: 0 -180px;
}*/

/* Home */
#header #nav #home a {
	display: block;
	width: 120px;
	height: 90px;
	background: url(../img/nav/home.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #home a:hover { 
	background-position: 0 -90px;
}

/* Benefits */
/* ..... backup 
#header #nav #benefits a{
	display: block;
	width: 120px;
	height: 90px;
	background: url(../img/nav/benefits.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}*/

#header #nav #benefits a#benefit {
	display: block;
	width: 120px;
	height: 90px;
	background: url(../img/nav/benefits.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #benefits a#benefit:hover { 
	background-position: 0 -90px;
}

#header #nav #features a#feature {
	display: block;
	width: 120px;
	height: 90px;
	background: url(../img/nav/features.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #features a#feature:hover { 
	background-position: 0 -90px;
}

/* Clients .... this rule is not needed right not. When our clients section grows, add it. 
#header #nav #clients a {
	display: block;
	width: 120px;
	height: 90px;
	background: url(../img/nav/clients.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #clients a:hover { 
	background-position: 0 -90px;
}*/

/* Get Started */
#header #nav #get_started a {
	display: block;
	width: 120px;
	height: 90px;
	background: url(../img/nav/get_started.gif) 0 0 no-repeat;
	text-decoration: none;
	text-indent: -9999px;
}

#header #nav #get_started a:hover { 
	background-position: 0 -90px;
}


/* Drop down Navigation
--------------------------------------------------------------------------------------------------------- */
		
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 118px; 
}

#nav li {
	float: left;
	width: 120px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background: #EAEAEA url(../img/nav/navListBg.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 239px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;	
}

ul#nav li#benefits ul, ul#nav li#features ul {
	margin-top: -10px;
	background: #eaeaea url(../img/nav/navListBg.jpg) repeat-x top left;
}

ul#nav li#benefits ul li, ul#nav li#features ul li {
	border-bottom: 1px solid #C9C9C9;	
	width: 100%;
	padding: 8px 0px;
	cursor: pointer;
}


/* Background Images For Benefits Section */
ul#nav li#benefits ul li#nonTradRev {
	background: url(../img/icons/revenue.gif) no-repeat 8px 8px;
}
ul#nav li#benefits ul li#nonTradRev:hover {
	background: #fff url(../img/icons/revenue.gif) no-repeat 8px 8px;
}

ul#nav li#benefits ul li#newAud {
	background: url(../img/icons/audience.gif) no-repeat 8px 8px;
}
ul#nav li#benefits ul li#newAud:hover {
	background: #fff url(../img/icons/audience.gif) no-repeat 8px 8px;
}

ul#nav li#benefits ul li#growthProft {
	background: url(../img/icons/profitability.gif) no-repeat 8px 8px;
}
ul#nav li#benefits ul li#growthProft:hover {
	background: #fff url(../img/icons/profitability.gif) no-repeat 8px 8px;
}

ul#nav li#benefits ul li#brandIdent {
	background: url(../img/icons/brand.gif) no-repeat 8px 8px;
}
ul#nav li#benefits ul li#brandIdent:hover {
	background: #fff url(../img/icons/brand.gif) no-repeat 8px 8px;
}

ul#nav li#benefits ul li#destiny {
	background: url(../img/icons/destiny.gif) no-repeat 8px 8px;
}
ul#nav li#benefits ul li#destiny:hover {
	background: #fff url(../img/icons/destiny.gif) no-repeat 8px 8px;
}

ul#nav li#benefits ul li#integrate {
	background: url(../img/icons/integrate.gif) no-repeat 8px 8px;
}
ul#nav li#benefits ul li#integrate:hover {
	background: #fff url(../img/icons/integrate.gif) no-repeat 8px 8px;
}


/* Background images for Features Section*/
ul#nav li#features ul li#turnKey {
	background:  url(../img/icons/turnkey.gif) no-repeat 8px 8px;
}
ul#nav li#features ul li#turnKey:hover {
	background: #fff url(../img/icons/turnkey.gif) no-repeat 8px 8px;
}

ul#nav li#features ul li#secCateg {
	background:  url(../img/icons/categories.gif) no-repeat 8px 8px;
}
ul#nav li#features ul li#secCateg:hover {
	background: #fff url(../img/icons/categories.gif) no-repeat 8px 8px;
}

ul#nav li#features ul li#upgrade {
	background:  url(../img/icons/maintained.gif) no-repeat 8px 8px;
}
ul#nav li#features ul li#upgrade:hover {
	background: #fff url(../img/icons/maintained.gif) no-repeat 8px 8px;
}

ul#nav li#features ul li#trackSale {
	background:  url(../img/icons/tracking.gif) no-repeat 8px 8px;
}
ul#nav li#features ul li#trackSale:hover {
	background: #fff url(../img/icons/tracking.gif) no-repeat 8px 8px;
}

ul#nav li#features ul li#custServ {
	background:  url(../img/icons/training.gif) no-repeat 8px 8px;
}
ul#nav li#features ul li#custServ:hover {
	background: #fff url(../img/icons/training.gif) no-repeat 8px 8px;
}

ul#nav li#features ul li#integr {
	background: url(../img/icons/community.gif) no-repeat 8px 8px;
}
ul#nav li#features ul li#integr:hover {
	background: #fff url(../img/icons/community.gif) no-repeat 8px 8px;
}

ul#nav li#benefits ul li a, ul#nav li#features ul li a{
	padding: 5px 0 5px 37px; 
	width: 199px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #226B8C;
}

ul#nav li#benefits ul li a:hover, ul#nav li#features ul li a:hover {
	text-decoration: none;	
}


/* Spotlight
--------------------------------------------------------------------------------------------------------- */

#spotlight {
	margin: 0 0 30px 0;
}


/* Content
--------------------------------------------------------------------------------------------------------- */

#content {
	margin: 0 10px;
	padding: 0 0 30px 0;
}

#content h2#dont_compete {
	float: left;
	margin: 0 10px 0 0;
}

/* Highlights */
#content #highlights {
	margin: 30px 0 0 10px;
	padding: 30px 0 0 0;
	background: url(../img/separator.gif) top center no-repeat;
}

#content #highlights li {
	margin: 0 0 2px 0;
}

#content #highlights #left {
	float: left;
	width: 430px;
	margin: 0 30px 0 0;
}

#content #highlights #right {
	float: left;
	width: 430px;
}

/* Content Box */
#content .content_box {
	float: left;
	width: 898px;
	margin: 15px 0 35px 0;
	background: #e5e5e5 url(../img/content_box/bg.gif) top left repeat-x;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#content .content_box #top {
	display: block;
	width: 900px;
	height: 8px;
	position: relative;
	bottom: 8px;
	background: url(../img/content_box/top.gif) top left no-repeat;
}

#content .content_box #bottom {
	display: block;
	width: 900px;
	height: 8px;
	position: relative;
	top: 8px;
	background: url(../img/content_box/bottom.gif) bottom left no-repeat;
}

#content .content_box li {
	margin: 0 0 0 0;
	padding: 0 10px;
}

#content .content_box li h3 img {
	margin: 0 4px -4px 0;
}

#content .content_box li p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	margin: 0 0 5px 0;
}

#content .content_box li.revenue_item {
	float: left;
	width: 128px;
	border-right: 1px solid #CCC;
}

#content .content_box li.classifieds_section_item {
	float: left;
	width: 193px;
	border-right: 1px solid #CCC;
	padding: 0 15px;
}

#content .content_box li.classifieds_section_item img {
	border: 1px solid #CCC;
	border-bottom: 1px solid #999;
}

#content .content_box li#last {
	border: none;
}

#content #headquarters {
	float: left;
	margin: 0 15px 0 0;
}

#content #map {
	float: right;
	width: 350px;
	height: 350px;
	border: 1px solid #999;
	margin: 0 0 0 15px;
}

#content .email {
	position: relative;
	top: 4px;
}

/*  Sub page Content
--------------------------------------------------------------------------------------------------------- */

/* Left side supporting img in copy */
	img.supportImgLeft { 
		float: left;
		padding-right: 25px;
	}


/* Right side supporting images in copy */
	img.supportImgRight {
		float: right;
		padding-left: 20px;
	}

/* Form Styles
--------------------------------------------------------------------------------------------------------- */

#content .content_box .form {
	margin: 0 0 0 20px;
}

#content .content_box .form legend {
	height: 1px;
	overflow: hidden;
}

#content .content_box .form .note {
	font-size: 10px;
	font-style: italic;
}

#content .content_box .form label {
	width: 120px;
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
	line-height: 1.8em;
	vertical-align: middle;
	text-align: right;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
}

#content .content_box .form li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 2px 0;
}

#content .content_box .form li input,textarea {
	padding: 4px 20px 4px 4px;
	border: 1px solid #CCC;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#content .content_box .form li .validate-one-required {
	padding: 0;
	border: none;
}

#content .content_box .form #submit {
	padding: 0;
	margin: 5px 0 0 0;
	border: none;
}

/* Form Validation */
input.validation-failed, textarea.validation-failed {
	background: #FFF url(../img/form/failed.gif) top right no-repeat;
}

input.validation-passed, textarea.validation-passed {
	background: #FFF url(../img/form/passed.gif) top right no-repeat;
}

#agreement.validation-failed {
	background: none;
}

#agreement.validation-passed {
	background: none;
}

.validation-advice {
	margin: 5px 0 0 135px;
	color: #900;
	font: 12px Arial, Helvetica, sans-serif;
}

/* CSS rules for php form validation */
li.hideError, p.hideError{
	display: none;	
}
		
li.showError{
	width: 350px;	
}
		
li.showError, p.showError{
	font-family: Arial, Helvetica, sans-serif;
	background: #FFCFCF;
	border: 1px solid #C00;
	padding: 5px;
	color: #000;
}
.form li{
	padding: 5px;	
}

#content .green_box {
	background: #CFC;
	border: 1px solid #060;
	padding: 10px;
	margin: 0 0 20px 0;
}

#content .green_box h4 {
	color: #060;
	margin: 0;
}

#content .green_box p {
	color: #060;
	margin: 0;
}

/* Footer
--------------------------------------------------------------------------------------------------------- */

#footer {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	background: #999 url(../img/footer_bg.gif) top center no-repeat;
}

#footer_nav {
	height: 35px;
	margin: 0 0 0 150px;
}

#footer_nav #logo {
	float: left;
	margin: 0 40px 0 0;
	position: relative;
	bottom: 10px;
}

#footer_nav li {
	float: left;
	margin: 0 40px 0 0;
	font: 14px Arial, Helvetica, sans-serif;
}

#footer_nav a {
	color: #FFF;
}

#footer #copyright {
	float: left;
	width: 960px;
	height: 47px;
	text-align: left;
	background: #999 url(../img/copyright_bg.gif) top center no-repeat;
}

#footer #copyright p {
	float: left;
	margin: 15px 0 0 240px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* IE6 Hack */
* html #footer #copyright p {
	display: inline;
}

#footer #copyright a {
	display: block;
	float: left;
	width: 100px;
	height: 25px;
	margin: 12px 0 0 10px;
	text-indent: -9999px;
	background: url(../img/gb_logo.png) top left no-repeat;
}

/* IE6 Hack */
* html #footer #copyright a {
	background: url(../img/IE6/gb_logo.gif) top left no-repeat;
}

/* Video Container
--------------------------------------------------------------------------------------------------------- */

#video_container {
	background: #EEE;
	width: 900px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
}

#video_container #video {
	margin: 0 0 0 135px;
}

/* Colorbox
--------------------------------------------------------------------------------------------------------- */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;font: 10px Lucida Grande, Tahoma, Verdana, sans-serif;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../img/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../img/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#000;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#666;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
