body {
    margin: 0;
    color: #4c4c4c;
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #fff url(../images/body-bg.gif) repeat-x 0 65px;
    min-width: 975px;
}

img {
    border-style: none;
}

a {
    text-decoration: underline;
    color: #1d2a39;
}

a:hover {
    text-decoration: none;
}

input,
    textarea,
    select {
    font: 100% arial, sans-serif;
    vertical-align: middle;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

#container {
    margin: 0 auto;
    width: 975px;
    position: relative;
    padding-top: 95px;
}

#header {
    width: 974px;
    padding: 10px 1px 0 0;
    height: 74px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#header:after {
    content: "";
    clear: both;
    display: block;
}

.logo {
    background: url(../images/logo-bg.gif) no-repeat;
    width: 154px;
    height: 73px;
    float: left;
    margin-right: 300px;
    overflow: hidden;
    text-indent: -9999px;
}

.logo a {
    height: 100%;
    display: block;
}

#header .navigation {
    float: right;
    background: #1d2a39 url(../images/nav-left.gif) no-repeat;
    padding-left: 12px;
    margin: 30px 30px 0 0;
}

.log-in {
    margin-right: 0;
}

#header .navigation ul {
    list-style: none;
    padding: 0 16px 0 5px;
    float: left;
    margin: 0;
    background: url(../images/nav-right.gif) no-repeat 100% 0;
}

#header .navigation ul li {
    float: left;
    background: url(../images/nav-border.gif) no-repeat;
    padding-left: 1px;
    font-size: 11px;
    line-height: 13px;
    position: relative;
}

#header .navigation ul li:first-child {
    background: none;
}

#header .navigation ul li a {
    display: block;
    padding: 6px 16px 6px;
    color: #fff;
    text-decoration: none;
    background: #5da600;
    font-weight: normal;
}

body.home li#home > a,
    body.services #servicesLink,
    body.why li#why > a,
    body.blog li#blog > a,
    body#help li#help > a,
    body.about li#about > a,
    body.signup li#signup > a,
    body.features li#why > a,
    #header .navigation ul li a:hover,
    #header .navigation ul li:hover a,
    #header .navigation ul li.hover a,
    #page #header .navigation li#blog a /* this last item is for blog styling only */
{
    background: url(../images/nav-hover.gif) repeat-x;
    color: #1d2a39;
}

#header .navigation, #header .navigation ul, #header .navigation ul li {
    font-weight: normal;
}

#servicesMenu > li.servicesItem > a {
    background: none;
}

#nav #signup a {
    color: #1d2a39;
    font-weight: bold;
}

#header .navigation ul li:hover li a, #header .navigation ul li.hover li a {
    background: none;
}

#header .sub-nav {
    position: absolute;
    left: -25px;
    top: 25px;
    background: url(../images/sub-nav-top.png) no-repeat;
    width: 124px;
    overflow: hidden;
    padding-top: 10px;
    display: none;
    font-weight: normal;
}

#header .navigation ul li:hover .sub-nav, .navigation ul li.hover .sub-nav {
    display: block;
}

#header .sub-nav div {
    background: url(../images/sub-nav-bottom.png) no-repeat;
    width: 124px;
    height: 10px;
    position: relative;
    overflow: hidden;
}

#header .sub-nav ul {
    list-style: none;
    padding: 0 8px 0 1px;
    margin: 0;
    background: url(../images/sub-nav-center.png) repeat-y;
    width: 115px;
    overflow: hidden;
    float: none;
}

#header .sub-nav ul li {
    float: none;
    background: none;
    padding: 5px 5px 5px 13px;
    border-top: 1px solid #cdcdcd;
    font-weight: normal;
}

#header .sub-nav ul li:first-child {
    border-style: none;
}

#header .sub-nav ul li a {
    padding: 0;
    display: inline;
    color: #1d2a39;
    position: relative;
    font-weight: normal;
}

#header .sub-nav ul li a:hover {
    background: none;
    text-decoration: underline;
}

#main {
    padding: 25px 30px 35px 45px;
    width: 900px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/** special styling for the contact form */
.contact #container {
    left: -10px;
}

/** end of styling for contact form */
h1.do-not {
    margin: 0;
    font-size: 26px;
    line-height: 14px;
    color: #1d2a39;
    font-weight: normal;
}

h1 a {
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h1.do-not span {
    font-weight: bold;
    color: #5da600;
    font-size: 26px;
}

.let {
    display: block;
    margin: 7px 0 0 224px;
    font-size: 23px;
    color: #1d2a39;
    font-weight: normal;
}

.hero {
    width: 100%;
    overflow: hidden;
    height: 293px;
    margin: -2px 0 0;
    position: relative;
    background: url(../images/hero-bg.png) no-repeat 0 100%;
}

#homeTweet {
    float: left;
    margin-top: 207px;
}

.get {
    float: right;
    width: 203px;
}

.get h2 {
    background: #5da600 url(../images/heading-bg.gif) no-repeat;
    text-align: center;
    font-size: 18px;
    padding: 6px 0;
    margin: 0 0 17px;
    color: #fff;
}

.form {
    width: 170px;
    padding: 0 17px 16px;
    text-align: right;
}

.row {
    width: 100%;
    overflow: hidden;
}

.form input.text {
    margin: 0;
    font: 12px / 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #999;
    width: 122px;
    padding: 1px 2px 0 8px;
    border: 1px solid #1d2a39;
    float: left;
}

.form input.button {
    float: left;
    width: 36px;
    height: 21px;
}

.form p {
    margin: 6px 0 0;
}

.form p a {
    color: #1d2a39;
}

.form p a:hover {
    text-decoration: none;
}

.more {
    position: absolute;
    top: 151px;
    left: 760px;
    width: 128px;
    text-align: right;
    font-size: 14px;
    color: #1d2a39;
}

.more a {
    text-decoration: none;
}

.more a:hover {
    text-decoration: underline;
}

.more strong {
    display: block;
    font-size: 15px;
    line-height: 16px;
}

.track {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    padding-top: 39px;
}

.track .box {
    float: left;
    width: 270px;
    font-size: 13px;
    line-height: 15px;
    margin-right: 30px;
}

.track .box a, .track .box a:hover {
    text-decoration: none;
}

.track .box h3 {
    margin: 0 0 12px;
    background: url(../images/box-bg.gif) no-repeat 0 5px;
    padding-left: 33px;
    font-size: 12px;
    line-height: 17px;
    color: #1d2a39;
    text-decoration: none;
}

.track .box h3 strong {
    display: block;
    color: #5da600;
    font-size: 20px;
}

.track .box p {
    margin: 0;
}

.interests {
    width: 930px;
    margin: 40px -30px 0 0;
}

.info-box {
    float: left;
    width: 320px;
    margin-right: 20px;
}

.info-box-quote {
    float: left;
    width: 320px;
    margin-right: 20px;
}

.free {
    width: 200px;
}

.free .box-content {
    width: 160px;
}

.heading {
    float: left;
}

.quote-content {
    font-size: 11px;
}

.other-content {
    font-size: 13px;
}

.box-content {
    float: left;
    width: 280px;
    padding: 4px 6px 0 10px;
    border-top: 1px solid #5da600;
    color: #1d2a39;
    line-height: 15px;
}

.box-content p {
    margin: 0;
    width: 250px;
    padding: 1px 0;
}

.box-content p span {
    display: block;
}

.box-content p span a, #quoteAttribLink a {
    color: #1d2a39;
    background: url(../images/link-bg.gif) no-repeat 100% 50%;
    padding-right: 10px;
    text-decoration: underline;
}

#quoteAttribLink a:hover {
    text-decoration: underline;
}

.box-content p span a:hover {
    text-decoration: none;
}

#footer {
    width: 100%;
    border-top: 1px solid #73bd1e;
    font-size: 10px;
    color: #1d2a39;
}

#footer_left {
    float: left;
    width: 500px;
}

#footer_right {
    float: right;
}

#footer_left input {
    margin: 10px 0;
}

.inner {
    margin: 25px auto;
    padding: 5px 0 15px;
    width: 890px;
    overflow: hidden;
}

#connect {
    list-style: none;
    float: left;
    border-right: 1px solid #5da600;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
}

#connect a {
    text-decoration: none;
}

#connect li {
    padding: 0 0 8px 25px;
}

.connectTwitter {
    background: url('../images/Twitter-16x16.png') 0 0 no-repeat;
}

.connectFacebook {
    background: url('../images/FaceBook-16x16.png') 0 0 no-repeat;
}

.connectFeed {
    background: url('../images/feed-icon-14x14.png') 0 0 no-repeat;
}

.links {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    list-style: none;
}

.lastlink {
    border-right: 1px solid #5da600;
}

#filtrBoxLogo {
    float: left;
    text-align: right;
}

/*page2*/
.content {
    float: left;
    width: 667px;
    padding-top: 8px;
}

.content h1, .content h2, .sidebar h3 {
    margin: 0 0 7px;
    font-size: 20px;
    color: #5da600;
}

.content p {
    margin: 0 0 8px;
}

.mission {
    padding-bottom: 33px;
}

.widetext {
    padding-bottom: 25px;
}

.trackbody {
    padding-bottom: 25px;
    padding-top: 10px;
}

.product {
    padding-bottom: 33px;
    width: 620px;
}

.product strong {
    font-weight: normal;
    font-size: 16px;
    color: #5DA600;
}

.product ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    list-style-image: url(../images/boxbullet.gif);
    font-size: 14px;
    width: 90%;
}

.product-box {
    width: 100%;
    overflow: hidden;
    padding: 5px 0 10px;
}

.team-box {
    width: 100%;
    overflow: hidden;
    padding: 6px 0 43px;
}

.content .team-box p {
    margin: 0;
}

.team-box img {
    float: left;
    margin: 3px 13px 0 0;
    padding-right: 30px;
}

.team-box strong {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
}

.sidebar {
    float: right;
    width: 203px;
    padding-top: 8px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    border-top: 1px solid #fff;
    font-size: 12px;
    background: #5da600;
    width: 100%;
    vertical-align: top;
}

.sidebar ul li a {
    display: block;
    color: #fff;
    padding: 8px 0 5px 15px;
    text-decoration: none;
}

.sidebar ul li a:hover {
    background: #fff url(../images/nav-hover.gif) repeat-x;
    color: #1d2a39;
}

.leadin, .leadin a {
    color: #5da600;
    font-weight: bold;
    font-size: 13px;
}

.features .product strong {
/** for testimonials page */
    font-size: 12px;
}

/** Home page free trial styling */
#searchButton {
    width: auto;
}

#homeSearchFormDiv {
    padding: 8px 0 0 6px;
    width: auto;
    font-size: 20px;
}

#homeSearchFormDiv p {
    margin: 0px;
}

#homeSearchFormDiv a {
    text-align: right;
    float: right;
    width: 80%;
    margin: 0px;
    padding: 0px;
}

#homeSearchFormDiv img {
    float: right;
    width: 97px;
    padding-right: 16px;
    padding-top: 5px;
}

/* end of home page search form styling */

/** quote box styling */
#quote {
    position: relative;
    height: 119px;
    background: #1D2A39;
    padding: 0px;
}

#quote img {
    position: relative;
    top: 10px;
    left: 5px;
}

#quote #quoteTextDiv {
/*background: #1D2A39 url(../images/quote-person-bubble.gif) no-repeat center;*/
    z-index: 100;
    position: relative;
    top: -100px;
    left: 12px;
    width: 255px;
    max-height: 60px;
    overflow-y: hidden;
}

#quoteBox {
    width: 310px;
    margin-right: 10px;
}

#latest, #demo {
    width: 280px;
    margin-right: 10px;
}

#latest .box-content, #demo .box-content {
    width: 240px;
    padding-right: 0px;
}

#latest .box-content p, #demo .box-content p {
    width: 240px;
}

#quote #attrib {
    position: absolute;
    top: 92px;
    left: 55px;
    color: white;
    height: 20px;
    width: 220px;
}

/* eof quote box styling */

/* services pages styling */
.services h3 {
    color: #5da600;
    background: url('../images/boxbullet.gif') no-repeat;
    padding: 0 0 3px 22px;
    width: 100%;
    border-bottom: 1px solid #5da600;
    clear: both;
}

.services .sidebar h3 {
    border-bottom: none;
    background: none;
    padding-left: 0px;
}

.services #filtrrank {
    text-decoration: none;
}

.services .featureItems {
    margin-bottom: 30px;
}

.services .featureItems img {
    float: left;
    background: #CCC; /** remove this background once we get a real image in there and heights &widths below can be removed */
    min-width: 240px;
    min-height: 200px;
    max-height: 240px;
    max-height: 200px;
    border: #1d2a39 2px solid;
}

.services .featureItems ul {
    float: left;
    width: 380px;
    list-style-type: disc;
}

.services .featureItems li {
    padding-bottom: 10px; /*color: #5da600;*/
    list-style-position: inside;
}

.content p.question {
    font-size: 14px;
}

#loginTop {
    border-left: 1px #FFF dotted;
}

#login {
    position: absolute;
    float: right;
    top: 0px;
    right: 31px;
    min-height: 25px;
}

#loginLeft, #loginRight, #loginMid {
    float: left;
}

#loginMid {
    background: #1D2A39;
    color: white;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
}

#loginMid ul {
    margin: 0px;
    padding: 0px;
}

#loginMid li {
    float: left;
    list-style: none;
    padding: 4px 15px 3px 15px;
}

#loginMid li a {
    color: white;
    text-decoration: none;
}

/* styling for help.html */
#gsfn_search_widget, #gsfn_list_widget {
    border: 1px solid #5da600;
    padding: 15px;
    background: url('../images/search-bg.gif') repeat-x;
}

.widget_title {
    color: #1D2A39;
    font-size: 1.2em;
}

.gsfn_topic_list {
    border: 1px solid #5da600;
    background: #FFF;
    padding: 15px;
    list-style-position: inside;
    list-style: none;

}

.gsfn_topic_list li {
    padding-bottom: 5px;
}

.gsfn_suggestion {
    font-weight: bold;
}

.gsfn_submit {
    padding-top: 10px;
}

/*#gsfn_search_widget input[type='submit'] {
    background: #5da600;
    color: white;
    border: 0px;
    padding: 3px 3px;
    border: #1D2A39 1px solid;
}*/
dl {
    width: 100%;
    clear: both;
}

dt {
    width: 135px;
    float: left;
}

dd {
    float: left;
    font-size: 16px;
    width: 400px;
    min-width: 400px;
}

/*New Styles by Slice*/

#homeModules {
    margin-top: 25px;
    background: url('../images/homeModuleBottom.gif') bottom left no-repeat;
}

.homeModule {
    float: left;
    width: 434px;
}

.homeModule h2 {
    background: #5da600 url('../images/homeModuleTop.gif') top left no-repeat;
    margin: 0;
    font-size: 100%;
    text-align: center;
    padding: .75em;
    color: #fff;
}

.homeModule p {
    padding: 0 1em 0 1em;
}

.brands {
    margin-right: 32px;
}

.demo img {
    float: left;
    margin: 1em;
}

/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
div.scrollable {

/* required settings */
    position: relative;
    overflow: hidden;
    margin-left: 1px;
    width: 432px;
    height: 90px;
}

/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a super large width to accomodate scrollable items.
    it's enough that you set width and height for the root element and
    not for this element.
*/
div.scrollable div.items {
/* this cannot be too large */
    width: 20000em;
    position: absolute;
}

/*
    a single item. must be floated on horizontal scrolling
    typically this element is the one that *you* will style
    the most.
*/
div.scrollable div.items div {
    float: left;
    font-size: 200%;
}

/* you may want to setup some decorations to active item */
div.items div.active {
    border: 1px inset #ccc;
    background-color: #fff;
}

/*********** navigator ***********/

/* position and dimensions of the navigator */

#naviWrapper {
    background: #5da600 url('../images/count_cap_left.gif') top left no-repeat;
    width: 50px; /* CHANGE THIS NUMBER TO MAKE THE NAVIGATION BAR WIDER */
    margin: 0 auto;
    padding-left: 5px;
    text-align: center;
}

#navi {
    height: 20px;
    padding: 2px;
    background: url('../images/count_cap_right.gif') top right no-repeat;

}

/* items inside navigator */
#navi a {
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px;
    background: url('../images/navigator.png') 0 0 no-repeat;
    display: block;
    font-size: 1px;

}

/* mouseover state */
#navi a:hover {
    background-position: 0 -10px;
}

/* active state (current page state) */
#navi a.active {
    background-position: 0 -20px;
} 
