@import url('/assets/css/editor.css');


/****************************************** layout ***************************************/
 body {
     background: #aaa url('/assets/images/global/bg.gif') center top repeat-x;
 }
 
 #wrap {
     background: url('/assets/images/global/shadow.png') center top repeat-y;
     width: 970px;
     margin: 0 auto;
 }

#wrapInner {
    width: 930px;
    margin: 0 auto;
}
/************************* header *********************/

#header {
    background: url('/assets/images/global/contentBottom.gif') left bottom no-repeat;
    padding: 0 0 4px 0;
    margin: 0 0 1px 0;
}

#headerInner {
    background: #fff;
    padding: 10px;
}

#logo {
     float: left;
     width: 101px;
     height: 102px;
}

#header ul {
    float: right;
    padding: 23px 15px 0 0;
}

#header ul li {
    background: url('/assets/images/global/navDivide.gif') left top no-repeat;
    min-height:55px;
      height:auto !important;
      height:55px;
    float: left;
    font-size: 14px;
    padding: 20px 21px 0;
    width: auto;
}

#header ul li a {
    font-size: 14px;
    color: #999999;
}

#header ul li a:hover {
    color: #f6923c;
}

#header ul li.on a {
    color: #000;
}

#header ul li.on a:hover {
    color: #000;
}

/************************* main *********************/

#main {
    background: url('/assets/images/global/contentTop.gif') left top no-repeat;
    padding: 4px 0 0;
}

#mainInner {
    background: #fff;
    padding: 15px 12px 15px;
}

/**************** crumbs *************/

#wrap #crumbs {
    margin: 0 0 15px 0;
    padding: 0;
    background: none;
}

#wrap #crumbs li {
    font-size: 12px;
    color: #2b2b2b;
    display: inline;
    margin: 0 8px 0 0;
    background: none;
    padding: 0;
}

#crumbs li a {
    color: #a0a1a1;
    background: url('/assets/images/global/crumbArrow.gif') 100% 5px no-repeat; 
    padding: 0 12px 0 0;
}

#crumbs li a:hover {
    color: #000;
}

/**************** right nav *************/

#rightNav li {
    font-size: 12px;
    margin: 0 0 0px 0;
    background: url('/assets/images/global/blackDotHoriz.gif') left bottom repeat-x;
}

#rightNav li a {
    color: #999999;
    background: url('/assets/images/global/arrowLeftGrey.gif') 100% 15px no-repeat;
    padding: 12px 10px 12px 0;
    display: block;
}

#rightNav li.on a {
    font-weight: bold;
    color: #000;
    background-image: url('/assets/images/global/arrowLeftBlack.gif');
}

#rightNav li a:hover {
    color: #000;
    background-image: url('/assets/images/global/arrowLeftBlack.gif');
}

/************************* footer *********************/

#footer {
    background: url('/assets/images/global/contentBottom.gif') left top no-repeat;
    padding: 5px 0 0;
}

#footerInner {
    background: url('/assets/images/global/contentTop.gif') left top no-repeat;
    padding: 4px 0 0;
}

#footerInner div {
    background: #fff;
    padding: 5px 15px;
}

#footer ul li {
    font-size: 12px;
    color: #000;
    display: inline;
    margin: 0 6px 0 0;
}

#footer ul li a {
    color: #000;
}

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

/****************************************** columns ***************************************/

#left {
    width: 663px;
    float: left;
}

#right {
    width: 217px;
    float: right;
}

/****************************************** unique ***************************************/

/************************* home *********************/
#homeFeatured {
    background: #f2f2f2;
    margin: 0 0 15px 0;
}


#featTop {
    padding: 10px 10px 1px 10px;
    background: url('/assets/images/global/blackDotHoriz.gif') left bottom repeat-x;
}

#homeFeatured #featBottom {
    padding: 10px 454px 0px 10px;
    background-repeat: no-repeat;
    background-position: top right;
}

#featBottom h3 {
    font-size: 20px;
    color: #000;
    margin: 0 0 5px 0;
}

#featIntro {
    font-size: 15px;
    margin: 0 0 5px 0;
}


/**************** homeLeft *************/

#homeLeft {
    width: 599px;
    float: left;
}

#tabs {
    margin: 0 0 15px 0;
}

#tabsList li {
    float: left;
    background: url('/assets/images/home/tabLeft.gif') left top no-repeat;
    margin: 0 1px 0 0;
    border-bottom: 1px solid #fff;
}

#tabsList.withJs li {
    cursor: pointer;
}

#tabsList li span {
    height: 36px;
    display: block;
    background: url('/assets/images/home/tabRight.gif') right top no-repeat;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 8px 0 0;
}


#tabsList li.off {
    background-position: left center;
}

#tabsList li.off span {
    background-position: right center;
    color: #bdbdbd;
    
}


#tabsList li.hover {
    background-position: left bottom;
}

#tabsList li.hover span {
    background-position: right bottom;
    color: #9f9f9f;
}

#tabsList li.on {
    background-position: left top;
    cursor: auto;
    border-bottom: 1px solid #f2f2f2;
    
}

#tabsList li.on span {
    background-position: right top;
    color: #000;
}



#tProducts span {
    width: 154px;
}

#tSupport span {
    width: 143px;
}

#tExpertise span {
    width: 157px;
}

#tabs #tExtras {
    margin: 0;
}

#tExtras span {
    width: 142px;
}


#tabsInner {
    background: #f2f2f2;
    padding: 10px;
}

#tabsInner .tickList {
    width: 355px;
    float: left;
}

#tabsInner div img {
    float: right;
    width: auto;
}

#tabsInner div {
    margin: 0 0px 15px 0;
}

#homeQuote {
    background: #f2f2f2;
    padding: 40px 20px;
    text-align: center;
    margin: 0 0 15px 0;
}

#homeQuote p {
    font-size: 18px;
    color: #000;
}

#homeQuote span {
    font-size: 13px;
}

/**************** homeRight *************/

#homeRight {
    width: 292px;
    float: right;
}

#homeNews {
    margin: 0 0 10px 0;
}

#homeNews li {
    background: url('/assets/images/global/blackDotHoriz.gif') left bottom repeat-x;
}

#homeNews li a {
    display: block;
    background: url('/assets/images/global/arrowBlack.gif') 100% 20px no-repeat;
    padding: 15px 10px 15px 0;
    font-size: 12px;
    color: #000;
}

#homeNews li a span {
    padding: 0 4px 0 0;
}

#homeNews li a:hover {
    background: url('/assets/images/global/arrowGrey.gif') 100% 20px no-repeat;
    color: #808080;
}

#homeRight .button {
    float: none;
    margin-right: 0;
}

#homeRight .button span {
    float: none;
}

/************************* about us page *********************/

.profile {
    background: url('/assets/images/global/blackDotHoriz.gif') left top repeat-x;
    padding: 13px 0 0;
    margin: 0 0 13px 0;
}

.profile p {
    margin: 0;
}

.profile img {
    float: left;
    width: 150px;
}

.profile div {
    float: right;
    width: 490px;

}

/************************* categories *********************/

/**************** chooser *************/

#catWrap {
    position: relative;
    min-height:50px;
      height:auto !important;
      height:50px;
}

#wrap #cat {
    background: #ededed url('/assets/images/cat/dropDownBg.gif') right top no-repeat;
    border: 1px solid #666;
    padding: 0px;
    width: 241px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#wrap #cat li{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background: none;
}


#wrap #cat #catOnClosed {
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}


#wrap #cat #catOn {
    background: url('/assets/images/global/blackDotHoriz.gif') left bottom repeat-x;
    margin: 0 0 8px 0;
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}


#wrap #cat li a {
    display: block;
    padding: 5px 9px;
    color: #484848;
}

#wrap #cat li a:hover {
    color: #000;
    background: #dedede;
}

/**************** products *************/

.abb {
    background: url('/assets/images/cat/abbLogo.gif') right top no-repeat;

}

.prodInner {
    background: url('/assets/images/global/blackDotHoriz.gif') left top repeat-x;
    padding: 10px;
    
}

.prod img {
    border: 1px solid #cfcfcf;
    float: left;
    width: auto;
    margin: 0 20px 0 0;
}

.prod h4 {
    color: #f68a2e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.prod h4 span {
    color: #000;
    text-transform: none;
    padding: 0 0 0 10px;
}

.prodInner div {
    width: 381px;
    float: left;
}

.prod p {
    padding: 10px 0 0;
}


/************************* clients *********************/

#clients {
    background: url('/assets/images/clients/horiz.gif') left bottom repeat-x;
    padding: 0 0 1px 0;
}

#clientsInner {
    background: url('/assets/images/clients/vert.gif') left bottom repeat-y;
    padding: 0 0 0 1px;
}

#clients table {

}

#clients td {
    background: url('/assets/images/clients/topLeft.gif') right top no-repeat;
    padding: 1px 1px 0 0;
    width: 300px;
    height: 208px;
    position: relative;
    display: block;
    float: left;
}

#wrap #clients td a {
    display: block;
    position: absolute;
    top: 50%;
    margin: -40px 0 0;
    text-align: center;
    width: 100%;
}


#wrap #clients td a img{
    display: inline;
}

#clients td div {
    height: 136px;
    background: #f2f2f2 url('/assets/images/clients/rollover.gif') right top no-repeat;
    top: 1px;
    left: 0px;
    width: 280px;
    position: absolute;
    padding: 72px 0 0 20px;
    cursor: pointer;
}

#clients td div h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#clients td div h4 {
    font-size: 15px;
    color: #aaa;
}

/************************* products *********************/

#wrap #tabLinks {
    margin: 0 0 15px 0 ;
    padding: 0;
    background: url('/assets/images/global/tabLinksBg.gif') left bottom repeat-x;
    border-left: 1px solid #000;
    
}

#wrap #tabLinks li{
    display: block;
    float: left;
    background: url('/assets/images/global/tabOff.gif') left bottom repeat-x;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

#wrap #tabLinks li.on {
    background: url('/assets/images/global/tabBg.gif') left bottom repeat-x;
}

#tabLinks li a {
    display: block;
    padding: 7px 10px;
    color: #000;
}

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

#prodLeft {
    width: 165px;
    float: left;
}

#prodLeft img {
    border: 1px solid #cfcfcf;
}

#prodRight {
    width: 461px;
    float: right;
}

#wrap .appList {
    background: none;
    margin: 0 0 20px 0;
    padding: 0;
}

#wrap .appList li {
    background: url('/assets/images/global/greyDotHoriz.gif') left bottom repeat-x;
    margin: 0;
    padding: 10px 0;
}

#wrap .appList li.last {
    background: none;
}

#wrap .downloadList {
    background: url('/assets/images/global/greyDotHoriz.gif') left top repeat-x;
    margin: 0 0 20px 0;
    padding: 1px 0 1px 0;
}

#wrap .downloadList li {
    display: block;
    background: url('/assets/images/global/greyDotHoriz.gif') left bottom repeat-x;
    margin: 0;
    padding: 0 0 1px 0;
}

#wrap .downloadList li a {
    display: block;
    background: url('/assets/images/product/pdfBg.gif') -462px 0px no-repeat;
    padding: 24px 0 24px 50px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

#wrap .downloadList li a .dLeft {
    float: left;
}

#wrap .downloadList li a:hover {
    background: url('/assets/images/product/pdfBg.gif') 0px 0px no-repeat;
    
}

#wrap .downloadList li a .dRight {
    float: right;
    text-align: right;
    font-weight: normal;
    padding: 0 40px 0 0 ;
}

/************************* testimonials *********************/

.test {
    background: #f2f2f2;
    padding: 30px 60px 20px 0;
    margin: 0 0 10px 0;
}

.tLeft {
    width: 240px;
    float: left;
    text-align: center;
}

.tRight {
    width: 553px;
    float: right;
    text-align: center;
    
}

.tRight p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

.tRight span {
    font-size: 12px;
}

.tRight span span {
    font-weight: bold;
}

/************************* news *********************/

#newsLeft {
    width: 293px;
    float: left;
}

#wrap #newsLeft ul  {
    background: url('/assets/images/global/blackDotHoriz.gif') left top repeat-x;
    margin: 0;
    padding: 0;
}

#wrap #newsLeft ul li {
    background: url('/assets/images/global/blackDotHoriz.gif') left bottom repeat-x;
    display: block;
    margin: 0;
    padding: 1px 0 1px;
}

#wrap #newsLeft ul li a {
    display: block;
    background: url('/assets/images/global/arrowBlack.gif') 98% 50% no-repeat;
    padding: 16px 0;
    font-size: 12px;
    color: #000;
}

#wrap #newsLeft ul li a:hover {
    background: url('/assets/images//global/arrowGrey.gif') 98% 50% no-repeat;
    color: #808080;
}

#wrap #newsLeft ul li.on a {
    display: block;
    background: #f3f3f3 url('/assets/images/global/arrowBlack.gif') 98% 50% no-repeat;
    font-weight: bold;
    
}

#newsRight {
    width: 565px;
    float: right;
    padding: 15px 15px 0;
    background: #f3f3f3 url('/assets/images/global/blackDotHoriz.gif') left top repeat-x;
}

#newsRight h2 {
    width: 434px;
    float: left;
}

#newsRight #newsDate {
    width: 110px;
    float: right;
    text-align: right;
}


#newsLeft #newsNewer {

    float: left;
    background: url('/assets/images/global/blackDotVert.gif') right top repeat-y;
    padding: 7px;
    font-size: 12px;
    width: 131px;
    text-align: center;
    color: #000;
}

#newsLeft #newsNewer:hover, #newsLeft #newsOlder:hover  {
    color: #808080;
}



#newsLeft #newsNewer span{
    background: url('/assets/images/global/arrowLeftBlack.gif') left center no-repeat;
    padding: 0 0 0 10px;
}

#newsLeft #newsNewer:hover span{
    background: url('/assets/images/global/arrowLeftGrey.gif') left center no-repeat;
    
}


#newsLeft #newsOlder {
    float: left;
    padding: 7px;
    font-size: 12px;
    width: 131px;
    text-align: center;
    color: #000;
    
}

#newsLeft #newsOlder span{
    background: url('/assets/images/global/arrowBlackRight.gif') right center no-repeat;
    padding: 0 10px 0 0px;
}

#newsLeft #newsOlder:hover span{
    background: url('/assets/images/global/arrowGreyRight.gif') right center no-repeat;
}

/************************* case studies *********************/

.study {
    background: #f2f2f2;
    padding: 10px;
    margin: 0 0 10px 0;
}



.sLeft {
    display: block;
    width: 163px;
    float: left;
    border: 1px solid #cfcfcf;
    
}



.sRight {
    width: 453px;
    float: right;
}

.sIntro {
    font-size: 14px;
}

#caseStudyTop {
    background: #f5f5f5;
}

/**************** case study tab links *************/


#wrap #caseLinks {
    margin: 0 0 15px 0 ;
    padding: 0;
    background: url('/assets/images/global/tabLinksBg.gif') left bottom repeat-x;
    border-right: 1px solid #000;
}

#wrap #caseLinks li{
    display: block;
    float: right;
    background: url('/assets/images/global/tabOff.gif') left bottom repeat-x;
    margin: 0;
    padding: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

#wrap #caseLinks #caseLink {
    float: left;
    border: none;
    background: none;
    padding: 6px 0 0 10px;
}

#wrap #caseLinks #caseLink  a{
    display: inline;
    font-weight: bold;
}

#wrap #caseLinks li.on {
    background: #fff url('/assets/images/global/tabBg.gif') left bottom repeat-x;
}

#caseLinks li a {
    display: block;
    padding: 7px 10px;
    color: #000;
}


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

#caseStudyTop img {
    padding: 10px 0 20px 10px;
}

/************************* case left *********************/

#caseLeft {
    width: 471px;
    float: left;
}


#caseTest {
    margin: 0 0 10px 0;
    text-align: center;
    background: #f2f2f2 url('/assets/images/global/blackDotHoriz.gif') left top repeat-x;
}

#caseTestInner {
    padding: 20px;
    background: url('/assets/images/global/blackDotHoriz.gif') left bottom repeat-x;
}

#caseTest p {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

#caseTest span {
    font-size: 12px;
}

#caseTest span span {
    font-weight: bold;
}

/**************** caseNav *************/

#wrap #caseNav {
    background: none;
    border-top: 1px solid #000;
    margin: 0;
    padding: 0;
}

#wrap #caseNav li {
    float: left;
    background: none;
    margin: 0;
    padding: 0;
}

#wrap #caseNav li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #000;
}

#wrap #caseNav li a:hover {
    background-color: #f2f2f2;
}

#wrap #caseNav #caseNavLeft, #wrap #caseNav #caseNavMiddle {
    background: url('/assets/images/global/blackDotVert.gif') right top repeat-y;
    
}
 #wrap #caseNav #caseNavLeft {
     width: 152px;
 }
 #wrap #caseNav #caseNavMiddle {
     width: 167px;
 }
 #wrap #caseNav #caseNavRight {
     width: 152px;
 }

#wrap #caseNav #caseNavLeft a span{
    background: url('/assets/images/global/arrowLeftBlack.gif') left center no-repeat;
    padding-left: 10px;    
}

#wrap #caseNav #caseNavRight a span {
    background: url('/assets/images/global/arrowBlackRight.gif') right center no-repeat;
    padding-right: 10px;    
}

/**************** case rgith *************/

#caseRight {
    width: 170px;
    float: right;
}

#caseRight div {
    margin: 0 0 20px 0;
}

#caseRight p {
    font-size: 11px;
    
}



#caseRight div img {
    padding: 0 0 10px 0;
}

/************************* contact apge *********************/

#contactProm {
    background: #f2f2f2;
    padding: 17px 15px;
    margin: 0 0 13px 0;
}

#contactProm p {
    font-size: 22px;
    background: url('/assets/images/contact/tick.gif') 0px 2px no-repeat;
    margin: 0 auto;
    padding: 0 0 0 30px;
    width: 450px;
}

#contLeft {
    width: 640px;
    float: left;
    background: #f2f2f2;
    min-height:199px;
      height:auto !important;
      height:199px;
    margin: 0 0 20px 0;
}

#contLeft h2 {
    font-size: 16px;
    padding: 10px 0 10px 7px;
    background: url('/assets/images/global/blackDotHoriz.gif') left bottom repeat-x;
    margin: 0 0 40px 0;
}

#contHouse {
    width: 106px;
    background: url('/assets/images/contact/house.gif') left top no-repeat;
    padding: 0 0 0 56px;
    float: left;
    margin: 0 20px 0 30px;
}

#contPhone {
    width: 126px;
    background: url('/assets/images/contact/phone.gif') left top no-repeat;
    padding: 0 0 0 56px;
    float: left; 
    margin: 0 20px 0 0;
}

#contMouse {
    width: 136px;
    background: url('/assets/images/contact/mouse.gif') left top no-repeat;
    padding: 0 0 0 56px;
    float: left;
}

#contRight {
    width: 251px;
    height: 199px;
    float: right;
}

/************************* sitemap page *********************/

#sitemap ul {
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}

#sitemap ul 

#sitemap ul li {
    font-size: 13px;
    margin: 0 0 5px 0;
}

#sitemap ul li a {
    color: #494949;
}

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