/*////////  Images   /////////*/
#nav li.knowledge { background-image: url(fade-knowledge.jpg); }
#nav li.solutions { background-image: url(fade-solutions.jpg); }
#nav li.technologies { background-image: url(fade-technologies.jpg); }
#subnav input { background-image: url(search.png); }

#showcase { background-image: url(showcase-bg.png); }
#showcase .nav li.active { background: #35475D; }
#showcase .nav li.active a { background: #35475D; }
#showcase a.info { background-image: url(showcase-info.png); }

body { background-image: url(background.gif); }

/*////////  Colors   /////////*/
body  { color: #444; background-color: #F7F7F7 }
#workspace { background: #DCCF87; }
#header  { color: #fff; background-color: #353535 }
#header, #nav, #nav li  { border-color: #fff !important }
#nav li a  { color: #fff }
#subnav a { color: #444 }
#subnav input { border-color: #AAA !important; background-color: #fAfAfA; }
a { color: #4f6a8f; border-color: #4f6a8f !important }
a:visited { color: #758dab; border-color: #758dab !important }
a:hover { color: #8e7579; border-color: #8e7579 !important }

#info h3:hover { color: #4f6a8f; }

#showcase .nav a { color: #444; }
#showcase .nav a:hover { color: #7197c6; }
#showcase .nav .active a { color: white; }
#showcase .panel { background-color: #35475d; }
#showcase .nav li.active { background-color: #353535; }

/*////////  General  /////////*/

body {
    font-size: 14px;
    background-repeat: repeat-x;
    background-position: top;
}

td {
    font-size: 14px;
}

input.default {
    color: #999;
}

a {
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid;
}

a.button, a.simple, a.image, a.simplebutton {
    border-bottom: 0 !important;
    outline: none;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 22px;
    color: #35475d;
}

h2 {
    font-size: 20px;
    color: #79775e;
}

h3 {
    font-size: 18px;
    color: #79775e;
}

.form {
    margin: 8px 12px;
    width: 500px;
}

.form .field {
    width: 240px;
}

.msg {
    font-style: oblique;
    color: #999977;
    margin-top: 2em;
    font-size: 12px;
}

.more a {
    color: #888;
}

.qtip .qtip-content {
    font-size: 10px;
}

/*////////  Page Elements  /////////*/

/*/ Undo Underlining /*/
#logo, #subnav a, #nav a { border: none; }

/*/ Header & Nav /*/
#header {
    margin-top: 28px;
    border-top: 4px solid;
    border-bottom: 4px solid;
    height: 117px;
    text-align: center;
}

#header .content {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#nav {
    position: absolute;
    list-style-type: none;
    margin: auto;
    top: 0px;
    right: 0px;
    border-right: 4px solid;
    background-color: white;
}

#nav li {
    float: left;
    border-left: 4px solid;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    overflow: hide;
    width: 150px;
}

#nav li a.title {
    text-decoration: none;
    display: block;
    float: left;
    width: 150px;
    height: 117px;
    outline: none;
    text-align: right;
}

#nav li.open a.title {
    width: 280px;
}

#nav li a.title span {
    position: absolute;
    bottom: 6px;
    right: 10px;
}

#nav li ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: .8em;
}

#nav li ul li {
    display: block;
    float: none;
    border: none;
    position: relative;
    width: 200px;
    margin: 4px 10px;
}

#nav li ul a {
    float: none;
    width: auto;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #EEE;
}

#nav li ul a:hover {
    text-decoration: underline;
}

#nav li ul a span {
    position: inherit;
}

#nav li ul {
    width: 100px;
}

/*/ Subnav /*/
#subnav {
    position: absolute;
    top: -26px;
    right: 8px;
    font-size: .7em;
    float: right;
    list-style-type: none;
}

#subnav li {
    float: right;
    display: inline;
    margin-left: 10px;
}

#subnav a {
    display: inline;
    height: 20px;
    padding-right: 5px;
    padding-left: 5px;
    outline: none;
    text-decoration: none;
    text-transform: lowercase;
}

#subnav a:hover {
    text-decoration: underline;
}

#subnav input {
    width: 120px;
    padding: 0px 16px 0px 4px;
    border: 1px solid;
    margin-top: -1px;
    font-size: 10px;
    margin-left: 6px;
    background-position: right;
    background-repeat: no-repeat;
    line-height: 12px;
}

#subnav input.submit {
    display: none;
}

/*/ Workspace /*/

#workspace {
    text-align: center;
    min-height: 350px;
    margin-top: 0px;
}

#workspace .content {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1000px;
    position: relative;
    min-height: 480px;
    background-color: #FFFFFF;
}

/*/ Breadcrumbs /*/

/*/ Main /*/

#main {
    padding: 0px 0px 0em;
    height: 100%;
}

#tags {
    font-size: 12px;
    text-align: right;
}

/*/ Etc /*/

#footer {
    clear: both;
    font-size: .7em;
    padding: 24px;
    text-align: center;
    /*background: #f7f7f7;*/
}

#breadcrumbs {
    font-size: 10px;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 5px;
}

.body #breadcrumbs {
    margin-top: 5px;
    margin-left: 0px;
}

#breadcrumbs a {
    border-bottom: 0px solid;
}

#breadcrumbs a:hover {
    border-bottom: 1px solid;
}

#breadcrumbs + h1, #breadcrumbs + h2, #breadcrumbs + h3 {
    margin-top: 10px;
}

/*/ Showcase /*/
#showcase {
    margin-top: 12px;
    height: 248px;
    position: relative;
    background: #ffffff;
    margin-top: 0;
    width: 100%;
}

#showcase .panel {
    display: none;
    color: white;
    z-index: 1;
    height: 238px;
    overflow: hidden;
    top: 0;
    bottom: 10px;
    width: 683px;
    position: absolute;
    left: 5px;
}

#showcase .active {
    display: block;
}

#showcase ul {
    list-style: none;
    margin: 0;
}

#showcase ul li {
    padding: 0;
}

#showcase .controls {
    position: absolute;
    bottom: -16px;
    left: 820px;
    width: 60px;
    z-index: 99;
}

#showcase .controls .left, #showcase .controls .right {
    width: 24px;
    height: 24px;
    background-image: url('showcase-left.png');
    background-repeat: no-repeat;
    background-position: top right;
    cursor: pointer;
    float: left;
}

#showcase .controls div.left:hover {
    background-image: url('showcase-left-hover.png');
}

#showcase .controls div.left-disabled {
    background-image: url('showcase-left.png') !important;
    cursor: default;
}

#showcase .controls div.right {
    background-image: url('showcase-right.png');
}

#showcase .controls div.right:hover {
    background-image: url('showcase-right-hover.png');
}

#showcase .controls div.right-disabled {
    background-image: url('showcase-right.png') !important;
    cursor: default;
}

#showcase .nav {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0;
    width: 301px;
    height: 237px;
    border: 1px solid #CBCCCC;
    left: 693px;
    
}

#showcase .nav a {
    display: block;
    padding: 6px 8px 6px 20px;
    border: none;
    background-repeat: no-repeat;
    background-position: top right;
    outline: none;
    font-size: 12px;
}

#showcase .nav .active a {
    cursor: default;
}

#showcase .nav li {
    background-repeat: no-repeat;
    background-position: bottom right;
    clear: both;
}

#showcase .panel h2 {
    position: absolute;
    color: white;
    bottom: 10px;
    left: 10px;
    padding-left: 52px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-position: left;
    background-repeat: no-repeat;
    margin: 0px;
    font-size: 20px;
    width: 320px;
}

#showcase .panel ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style-type: disc;
    width: 290px;
}

#showcase .panel ul li {
    margin-top: 10px;
    margin-left: 15px;
}

#showcase .nav li .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 4px;
    margin-top: -3px;
}

#showcase .panel .info {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 18px;
    height: 18px;
    z-index: 200;
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
}

#content2 {
    margin-top: 10px;
}

#content2 p {
    margin: 0;
    font-size: 11px;
}

#content2 td {
    padding: 3px 8px;
}

#content2 thead h2 {
    font-size: 18px;
    margin-left: -20px;
}

#casestudies {
    width: 550px;
    padding-left: 15px;
    float: right;
}

#casestudies img {
    float: right;
    margin: 0 5px;
}

#featured {
    margin-left: 35px;
    padding-right: 15px;
    width: 400px;
}

#content2 ul {
    margin-left: 0;
}

#content2 dl {
    margin-top: 0;
}

#content2 dt {
    display: none;
}

#content2 .description {
    display: none;
}

/* Listing */
dl.list dt {
    margin-top: 10px;
}

dl.list ul {
    list-style: none;
    margin-left: 0px;
}

dl.list li {
    clear: left;
    margin-top: 6px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 24px !important;
    position: relative;
}

dl.list .description {
    font-size: .8em;
    font-color: #666;
}

dl.list li.page { background-image: url('icons/page.png'); }
dl.list li.event { background-image: url('icons/date.png'); }
dl.list li.casestudy { background-image: url('icons/book.png'); }
dl.list li.whitepaper { background-image: url('icons/page_white_text.png'); }
dl.list li.job { background-image: url('icons/user_suit.png'); }
dl.list li.newsletter { background-image: url('icons/newspaper.png'); }

dl.list li.category {
    padding-left: 0px;
    margin-left: -37px;
    margin-top: 10px;
    color: #888;
}

dl.job dt {
    font-size: 16px;
}

dl.job dd {
    font-size: 14px;
    padding-left: 18px;
}

dl.job dd ul {
    list-style: disc;
}

a.job { background-image: url('icons/user_suit.png'); }
a.apply { background-image: url('icons/tick.png'); }

/* tag filter */
.taglist {
    list-style-type: none;
    font-size: 11px;
    margin: 0px;
}

.taglist p {
    font-size: 12px;
}
.taglist li {
    margin-top: 4px;
    padding-left: 20px !important;
    background-repeat: no-repeat;
    background-position: left;
}

.taglist .tag_is_filtered {
	background-image: url('icons/tick.png');
}

/* Items */
a.item {
    display: block;
    padding-left: 24px !important;
    border: 0 !important;
    margin: 4px;
    background-position: top left;
    background-repeat: no-repeat;
}

a.item-page { background-image: url('icons/page.png'); }
a.item-event { background-image: url('icons/date.png'); }
a.item-casestudy { background-image: url('icons/book.png'); }
a.item-whitepaper { background-image: url('icons/page_white_text.png'); }
a.item-jobposting { background-image: url('icons/user_suit.png'); }
a.item-newsletter { background-image: url('icons/newspaper.png'); }
a.item-pressrelease { background-image: url('icons/page.png'); }

/* Buttons */
a.simplebutton {
    display: block;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 24px;
    height: 18px;
    margin: 4px 6px;
    font-size: 12px;
    width: 140px;
}

a.button {
    display: inline;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    padding: 2px 2px 4px;
    height: 18px;
    margin: 4px 6px;
    font-size: 12px;
    border: 1px solid #CCC !important;
    background-color: #fafafa;
}

a.button:hover {
    background-color: #fafafa;
}

a.button span {
    margin-left: 24px;
    margin-right: 4px;
}

li a.button {
    font-size: 11px;
}

a.pdf {
    background-image: url('icons/page_white_acrobat.png');
}

/* form */
.form {
    width: 400px;
}

.form textarea {
    width: 400px;
}

.form label {
    text-align: left;
    font-size: 12px;
    display: block;
    width: 160px;
    font-weight: normal;
    margin-bottom: 14px;
}

.login label {
    width: 100px;
}

.form .required {
    font-weight: bold;
}

.form th {
    vertical-align: top;
}

.form .submit {
    float: right;
    margin: 10px 0px;
}

.form input {
    width: 300px;
}

.form select {
    width: 300px;
}

.form li input {
    width: 20px;
}

.form .submit {
    width: auto;
}

.form ul.errorlist {
    font-style: oblique;
    color: #884444;
    font-size: 12px;
    margin: 2px 0px 8px;
    background-image: url('icons/error.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

#main .form ul {
    list-style: none;
    margin-left: 0px;
}

#main .form ul li {
    padding-left: 0px;
}

#sandler_contact_form label {
    width: 357px;
}

#sandler_support_form label {
    width: 275px;
}

#sandler_referral_form label {
    width: 330px;
}

#sandler_referral_form #id_call_me, #sandler_referral_form #id_copy_me {
    width: 20px;
}

/* Info */
#info {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 300px;
    font-size: 12px
}

#info .panel {
    padding-left: 12px;
}

#info h2 {
    font-size: 18px;
    cursor: pointer;
    background-image: url('expand.png');
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px 0px 4px 20px;
    margin-top: 10px;
    margin-left: -10px;
}

#info h2.active {
    background-image: url('minimize.png');   
}

#contact_form table {
    border-spacing: 10px;
}

#contact_form th {
    text-align: left;
    font-weight: normal;
    padding-right: 30px;
}

/* Layout */
.column {
    width: 650px;
}

/* spotlight */
#spotlight {
    margin-top: 6px;
    margin-left: 0;
    width: 835px;
    height: 156px;
    background-image: url('spotlight-bg.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}

#spotlight.single {
    width: 425px;
}

#spotlight .picture {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-position: top left;
    background-repeat: no-repeat;
}

#spotlight h3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    padding: 0px 4px;
    color: #666;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url('spotlight-text-cap.png');
}

#spotlight .first {
    position: absolute;
    left: 7px;
    top: 7px;
    height: 139px;
    width: 408px;
    cursor: pointer;
    overflow: hidden;
}

#spotlight .second {
    position: absolute;
    left: 418px;
    top: 7px;
    width: 407px;
    height: 139px;
    cursor: pointer;
    background-position: top left;
    background-repeat: no-repeat;
}

#spotlight .cap {
    position: absolute;
    background-image: url('spotlight-bg-cap.png');
    background-position: top right;
    background-repeat: no-repeat;
    width: 16px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.contact-us {
    margin: 5px;
}

.profile {
    clear: both;
}

li.profile .description, li.profile .title {
    margin-left: 130px;
}

.profile .description, .profile .title {
    margin-left: 200px;
}

.profile .title {
    font-size: 1.2em;
}

li.profile .picture {
    width: 100px;
}

.profile .picture {
    float: left;
    margin: 30px 10px 10px; 
    width: 160px;
    border: 1px solid #AAA;
}

.profile .info {
    float: left;
    margin: 30px 10px 10px;  
    width: 160px;
}

.profile .info .picture {
    float: none;
    margin: 0;
}

.profile .info a.picture {
    
}

.profile .related {
    margin: 12px 0px;
}

.profile .related dd {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    line-height: 16px;
}

a.icon {
    line-height: 18px;
    padding-left: 18px;
    background-position: left;
    background-repeat: no-repeat;
}

.icon-rss { background-image: url(icons/rss.png); }
.icon-twitter { background-image: url(icons/twitter.png); }
.icon-linkedin { background-image: url(icons/linkedin.png); }
.icon-facebook { background-image: url(icons/facebook.png); }
.icon-slideshare { background-image: url(icons/slideshare.png); }
.icon-plaxo { background-image: url(icons/plaxo.png); }




.layout, .listlayout {
    height: 100%;
}

.layout .left {
    padding: 0 15px 0 15px;
}

.layout .right {
    padding: 0 20px 0 20px;
}

.listlayout .left {
    padding: 0 5px 0 5px;
    width: 130px;
}

.listlayout .right {
    padding: 0 10px 0 15px;
    width: 835px;
}

.listlayout  ul {
    margin: 0px;
}

dl.left {
    width: 84%;
    float: right;
}

.topborder {
    background-image: url(border-gradient-top-no-white.gif);
    background-position: top;
    background-repeat: repeat-x;
}

.leftborder {
    background-image: url(border-gradient-left.gif);
    background-position: right;
    background-repeat: repeat-y;
}

.rightborder {
    background-image: url(border-gradient-right.gif);
    background-position: left;
    background-repeat: repeat-y;
}

.bottomborder {
    background-image: url(border-gradient-bottom-no-white.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 1px;
}

.content_page {
    margin: 0 10px;
}

