﻿body { 
margin: 0px; 
padding: 0px; 
background: url(../img/bg-menu.png) repeat-x; 
}

img { 
border: 0px; 
}

a { 
color: #005E99; 
text-decoration: none; 
}

a:visited { 
color: #005E99; 
text-decoration: none; 
}

a:hover	{ 
color: #005E99; 
text-decoration: underline; 
}

#hd	{ 
height: 86px; 
padding: 0px; 
margin: 0px 0px 35px 0px; 
}

#logo { 
float: left; 
width: 280px; 
height: 65px; 
margin-top: 10px; 
background: url(../img/logo.png) no-repeat; 
}

#menu { 
float: right; 
width: 675px; 
text-align: right; 
margin-top: 20px; 
font-family: Trebuchet MS, Verdana, Arial; 
}

ul#navlist { 
margin-left: 0; 
padding-left: 0; 
white-space: nowrap; 
text-transform: uppercase; 
}

#navlist li { 
display: inline; 
list-style-type: none; 
font-size: 14px; 
font-weight: bold; 
}

#navlist a { 
padding: 5px 10px; 
letter-spacing: .1em; 
text-shadow: #000000 2px 1px 1px; 
}

#navlist a:link { 
color: #AEAEAE; 
text-decoration: none; 
}

#navlist a:visited { 
color: #AEAEAE; 
text-decoration: none; 
}

#navlist a span { 
padding: 5px 0px 5px 0px; 
}

#navlist a:hover, #navlist #current { 
color: #FFFFFF; 
text-decoration: none; 
background: url(../img/menu_a.png) center right no-repeat; 
padding: 5px 10px 5px 0px; 
}

#navlist a:hover span, #navlist #current span { 
color: #FFFFFF; 
text-decoration: none; 
background: url(../img/menu_a.png) center left no-repeat; 
padding: 5px 0px 5px 10px; 
}

#navlist .phone  { 
color: #FFFFFF; 
font-size: 19px; 
font-weight: normal; 
text-shadow: #000000 2px 1px 1px; 
margin-left: 15px; 
letter-spacing: .1em; 
}

#bold { 
font-size: 18px; 
color: #005E99; 
margin-bottom: 20px; 
line-height: 22px; 
}

p { 
color: #333333; 
line-height: 20px; 
}

h5 { 
color: #222222; 
font-weight: normal; 
font-size: 18px;
}

#ft1 { 
width: 100%; 
height: 83px; 
margin-top: 20px; 
background: url(../img/bg-footer.png) repeat-x; 
}

#ft2 { 
width: 974px; 
margin-left: auto; 
margin-right: auto; 
}

#ft-l { 
float: left; 
padding: 5px 0px 0px 0px; 
}

#navlist2 a { 
color: #FFFFFF; 
text-decoration: none; 
}

#navlist2 li { 
display: inline; 
list-style-type: none; 
padding-right: 20px; 
}

#ft-r { 
float: right; 
color: #FFFFFF; 
}

#ft-phone { 
font-size: 22px; 
padding-top: 10px; 
text-align: right; 
}

#ft-addy {
text-align: right;
}

#ft-address {
color: white;
padding-top: 10px; 
text-align: left;
}

#dictionary {
width: 600px;
height: 422px;
margin: 0 auto;
background: url(../img/paper.png) no-repeat; 
}

#dictionaryText {
padding: 40px 55px 0px 50px;
color: #333333;
font-family: Serif, Arial Narrow, Arial, Trebuchet MS, Verdana;
font-size: 14px;
}

#dictionary p {

}

#dictionary h2 {
margin: 0px;
padding: 0px;
font-weight: bold;
}

#rotate {
margin: 0 auto;
margin-top: 15px;
font-size: 16px;
padding: 0px;
}

#rotate img {
padding: 5px;
background: #FFFFFF;
border: 1px solid #DDDDDD;
}

#appleLogo {
margin: 40px 0px 0px 0px;
}


/* base.css, part of YUI's CSS Foundation */

h1 {
/*18px via YUI Fonts CSS foundation*/
font-size:138.5%;  
}

h2 {
/*16px via YUI Fonts CSS foundation*/
font-size:123.1%; 
}

h3 {
/*14px via YUI Fonts CSS foundation*/
font-size:108%;  
}

h1,h2,h3 {
/* top & bottom margin based on font size */
margin:1em 0;
}

h1,h2,h3,h4,h5,h6,strong {
/*bringing boldness back to headers and the strong element*/
font-weight:bold; 
}

abbr,acronym {
/*indicating to users that more info is available */
border-bottom:1px dotted #000;
cursor:help;
} 

em {
/*bringing italics back to the em element*/
font-style:italic;
}

blockquote,ul,ol,dl {
/*giving blockquotes and lists room to breath*/
margin:1em;
}

ol,ul,dl {
/*bringing lists on to the page with breathing room */
margin-left:2em;
}

ol li {
/*giving OL's LIs generated numbers*/
list-style: decimal outside;	
}

ul li {
/*giving UL's LIs generated disc markers*/
list-style: disc outside; margin-bottom: 5px; 
}

dl dd {
/*giving UL's LIs generated numbers*/
margin-left:1em;
}

th,td {
/*borders and padding to make the table readable*/
border:0px solid #000;
padding:.5em;
}

th {
/*distinguishing table headers from data cells*/
font-weight:bold;
text-align:center;
}

caption {
/*coordinated margin to match cell's padding*/
margin-bottom:.5em;
/*centered so it doesn't blend in to other content*/
text-align:center;
}

p,fieldset,table,pre {
/*so things don't run into each other*/
margin-bottom:1em;
}

/* setting a consistent width, 160px; 
control of type=file still not possible */
input[type=text],input[type=password],textarea{ 
width:12.25em;
*width:11.9em;
}


#clear {
clear: both;
padding-top: 20px; 
}

#line {
height: 10px;
border-bottom: 1px dotted #999999;
margin: 10px 0px 20px 0px;
padding-bottom: 5px;
}

#small {
font-size: 11px;
color: #660000;
margin: 0px 0px 10px 0px;
}

/* logo matrix layout */

#references {
width:955px;
height:500px;
background:url(../img/bg-clients.jpg) no-repeat center top;
text-align:center;
border-top:1px solid #ededed;
}

ul.client-logos {
display:block;
width:941px;
height:340px;
margin:0 auto;
padding-left:2px;
}

ul.client-logos li {
display:block;
float:left;
width:19.999%;
height:33.333%;
}

ul.client-logos li a {
display:block;
width:186px;
height:112px;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
cursor:pointer;
}

ul.client-logos li a.cl06,
ul.client-logos li a.cl07,
ul.client-logos li a.cl08,
ul.client-logos li a.cl09,
ul.client-logos li a.cl10 {
margin-top: -5px;
}

ul.client-logos li a.cl11,
ul.client-logos li a.cl12,
ul.client-logos li a.cl13,
ul.client-logos li a.cl14,
ul.client-logos li a.cl15 {
margin-top: -10px;
}

ul.client-logos li a.cl16,
ul.client-logos li a.cl17,
ul.client-logos li a.cl18,
ul.client-logos li a.cl19,
ul.client-logos li a.cl20 {
border-bottom:0;
margin-top: -15px;
}

ul.client-logos li a:hover, ul.client-logos li a:focus {
text-decoration:none;
}

ul.client-logos li a span {
display:block;
position:absolute;
left:-99999em;
width:186px;
background:#555;
color:#fff;
line-height:112px;
}

ul.client-logos li a:hover span, ul.client-logos li a:focus span {
position:relative;
left:0;url(../img/bg-clients.jpg)
}


/* START CLIENT 01 */
ul.client-logos li a.cl01[class] {
background:url(../img/client-yr.gif) no-repeat;
}

ul.client-logos li a.cl01 span {
background:#0198cd;
}
/* END CLIENT 01 */

/* START CLIENT 02 */
ul.client-logos li a.cl02[class] {
background:url(../img/client-jwt.gif) no-repeat;
}

ul.client-logos li a.cl02 span {
background:#d1b65e;
}
/* END CLIENT 02 */

/* START CLIENT 03 */
ul.client-logos li a.cl03[class] {
background:url(../img/client-ajc.gif) no-repeat;
}

ul.client-logos li a.cl03 span {
background:#4f7aba;
}
/* END CLIENT 03 */

/* START CLIENT 04 */
ul.client-logos li a.cl04[class] {
background:url(../img/client-page.png) no-repeat;
}

ul.client-logos li a.cl04 span {
background:#496A31;
}
/* END CLIENT 04 */

/* START CLIENT 05 */
ul.client-logos li a.cl05[class] {
background:url(../img/client-sony.gif) no-repeat;
}

ul.client-logos li a.cl05 span {
background:#92312b;
}
/* END CLIENT 05 */

/* START CLIENT 06 */
ul.client-logos li a.cl06[class] {
background:url(../img/client-publicis-groupe.gif) no-repeat;
}

ul.client-logos li a.cl06 span {
background:#9e8b4e;
}
/* END CLIENT 06 */

/* START CLIENT 07 */
ul.client-logos li a.cl07[class] {
background:url(../img/client-viacom.gif) no-repeat;
}

ul.client-logos li a.cl07 span {
background:#df6939;
}
/* END CLIENT 07 */

/* START CLIENT 08 */
ul.client-logos li a.cl08[class] {
background:url(../img/client-wb.gif) no-repeat;}

ul.client-logos li a.cl08 span {
background:#0281B4;
}
/* END CLIENT 08 */

/* START CLIENT 09 */
ul.client-logos li a.cl09[class] {
background:url(../img/client-ogilvy.gif) no-repeat;
}

ul.client-logos li a.cl09 span {
background:#ff0000;
}
/* END CLIENT 09 */

/* START CLIENT 10 */
ul.client-logos li a.cl10[class] {
background:url(../img/client-palm-beach-post.gif) no-repeat;
}

ul.client-logos li a.cl10 span {
background:#f2d653;
}
/* END CLIENT 10 */

/* START CLIENT 11 */
ul.client-logos li a.cl11[class] {
background:url(../img/client-gannett.gif) no-repeat;
}

ul.client-logos li a.cl11 span {
background:#000000;
}
/* END CLIENT 11 */

/* START CLIENT 12 */
ul.client-logos li a.cl12[class] {
background:url(../img/client-chapman-cutler.gif) no-repeat;
}

ul.client-logos li a.cl12 span {
background:#005a9c;
}
/* END CLIENT 12 */

/* START CLIENT 13 */
ul.client-logos li a.cl13[class] {
background:url(../img/client-landor.gif) no-repeat;
}

ul.client-logos li a.cl13 span {
background:#cc0000;
}
/* END CLIENT 13 */

/* START CLIENT 14 */
ul.client-logos li a.cl14[class] {
background:url(../img/client-222.gif) no-repeat;
}

ul.client-logos li a.cl14 span {
background:#ebba43;
}
/* END CLIENT 14 */

/* START CLIENT 15 */
ul.client-logos li a.cl15[class] {
background:url(../img/client-interbrand.gif) no-repeat;
}

ul.client-logos li a.cl15 span {
background:#fb0017;
}
/* END CLIENT 15 */

/* START CLIENT 16 */
ul.client-logos li a.cl16[class] {
background:url(../img/client-bbdo.gif) no-repeat;
}

ul.client-logos li a.cl16 span {
background:#f03034;
}
/* END CLIENT 16 */

/* START CLIENT 17 */
ul.client-logos li a.cl17[class] {
background:url(../img/client-bbdo.gif) no-repeat;
}

ul.client-logos li a.cl17 span {
background:#f03034;
}
/* END CLIENT 17 */

/* START CLIENT 18 */
ul.client-logos li a.cl18[class] {
background:url(../img/client-bbdo.gif) no-repeat;
}

ul.client-logos li a.cl18 span {
background:#f03034;
}
/* END CLIENT 18 */

/* START CLIENT 19 */
ul.client-logos li a.cl19[class] {
background:url(../img/client-bbdo.gif) no-repeat;
}

ul.client-logos li a.cl19 span {
background:#f03034;
}
/* END CLIENT 19 */

/* START CLIENT 20 */
ul.client-logos li a.cl20[class] {
background:url(../img/client-bbdo.gif) no-repeat;
}

ul.client-logos li a.cl20 span {
background:#f03034;
}
/* END CLIENT 20 */






/* logo matrix layout */

#services {
width:955px;
text-align:center;
}

ul.services-logos {
display:block;
width:941px;
margin:0 auto;
padding-left:2px;
}

ul.services-logos li {
display:block;
float:left;
width:19.999%;
height:33.333%;
}

ul.services-logos li a {
display:block;
width:186px;
height:112px;
border-right:1px solid #ededed;
border-bottom:1px solid #ededed;
cursor:pointer;
}

ul.services-logos li a.cl09,
ul.services-logos li a.cl10,
ul.services-logos li a.cl11,
ul.services-logos li a.cl12,
ul.services-logos li a.cl13,
ul.services-logos li a.cl14,
ul.services-logos li a.cl15 {
margin-top: 0px;
}

ul.services-logos li a.cl16,
ul.services-logos li a.cl17,
ul.services-logos li a.cl18,
ul.services-logos li a.cl19,
ul.services-logos li a.cl20 {
margin-top: 0px;
}

ul.services-logos li a:hover, ul.services-logos li a:focus {
text-decoration:none;
}

ul.services-logos li a span {
display:block;
position:absolute;
left:-99999em;
width:186px;
background:#555;
color:#fff;
line-height:112px;
}

ul.services-logos li a:hover span, ul.services-logos li a:focus span {
position:relative;
left:0;url(../img/bg-clients.jpg)
}

/* START MENU 01 */
ul.services-logos li a.cl01[class] {
background:url(../img/menu-apple.gif) no-repeat;
}

ul.services-logos li a.cl01 span {
background:#aaaaaa;
}
/* END MENU 01 */

/* START MENU 02 */
ul.services-logos li a.cl02[class] {
background:url(../img/menu-active-storage.gif) no-repeat;
}

ul.services-logos li a.cl02 span {
background:#afafb1;
}
/* END MENU 02 */

/* START MENU 03 */
ul.services-logos li a.cl03[class] {
background:url(../img/menu-casper.gif) no-repeat;
}

ul.services-logos li a.cl03 span {
background:#ffd14b;
}
/* END MENU 03 */

/* START MENU 04 */
ul.services-logos li a.cl04[class] {
background:url(../img/menu-sophos.gif) no-repeat;
}

ul.services-logos li a.cl04 span {
background:#184990;
}
/* END MENU 04 */

/* START MENU 05 */
ul.services-logos li a.cl05[class] {
background:url(../img/menu-zimbra.gif) no-repeat;
}

ul.services-logos li a.cl05 span {
background:#ea253a;
}
/* END MENU 05 */

/* START MENU 06 */
ul.services-logos li a.cl06[class] {
background:url(../img/menu-max.gif) no-repeat;
}

ul.services-logos li a.cl06 span {
background:#a37629;
}
/* END MENU 06 */

/* START MENU 07 */
ul.services-logos li a.cl07[class] {
background:url(../img/menu-parallels.gif) no-repeat;
}

ul.services-logos li a.cl07 span {
background:#ef2f24;
}
/* END MENU 07 */

/* START MENU 08 */
ul.services-logos li a.cl08[class] {
background:url(../img/menu-filemaker.gif) no-repeat;
}

ul.services-logos li a.cl08 span {
background:#FFCC00;
}
/* END MENU 08 */

/* START MENU 09 */
ul.services-logos li a.cl09[class] {
background:url(../img/menu-apple2.gif) no-repeat;
}

ul.services-logos li a.cl09 span {
background:#000000;
}
/* END MENU 09 */



/* START MENU 11 */
ul.services-logos li a.cl11[class] {
background:url(../img/menu-adobe.gif) no-repeat;
}

ul.services-logos li a.cl11 span {
background:#e00024;
}
/* END MENU 11 */

/* START MENU 12 */
ul.services-logos li a.cl12[class] {
background:url(../img/menu-xsan.gif) no-repeat;
}

ul.services-logos li a.cl12 span {
background:#5a5b5d;
}
/* END MENU 12 */

/* START MENU 13 */
ul.services-logos li a.cl13[class] {
background:url(../img/menu-finalcut.gif) no-repeat;
}

ul.services-logos li a.cl13 span {
background:#647e80;
}
/* END MENU 13 */