ul.dropdown,ul.dropdown li,ul.dropdown ul { list-style: none; margin: 0; padding: 0;}ul.dropdown { position: relative; z-index: 597;}ul.dropdown li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1;}ul.dropdown li.hover,ul.dropdown li:hover { position: relative; z-index: 599; cursor: default;}ul.dropdown ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}ul.dropdown ul li { float: none;}ul.dropdown ul ul { top: 1px; left: 0;}ul.dropdown li:hover > ul { visibility: visible;}ul.dropdown li.rtl ul { top: 100%; left: 0;}ul.dropdown li.rtl ul ul { top: 1px; left: 0;}/*------------------------------------------------------------------------------------------------------/@sectionStyle Framework  *//* First-level expected directory tag - li */ul.dropdown li { padding: 5px;}ul.dropdown *.dir { padding-right: 30px; background-image: none; background-position: 100% 50%; background-repeat: no-repeat;}/* Non-first level */ul.dropdown ul *.dir { padding-right: 15px; background-image: url(css/dropdown/mtv/images)/nav-arrow-right.png); background-position: 100% 50%; background-repeat: no-repeat;}ul.dropdown ul ul *.dir { background-image: url(css/dropdown/mtv/images)/nav-arrow-right2.png);}/* Components override */ul.dropdown-vertical *.dir { background-image: url(css/dropdown/mtv/images)/nav-arrow-right.png);}ul.dropdown-vertical-rtl *.dir { padding-right: 15px; background-image: url(css/dropdown/mtv/images)/nav-arrow-left.png); background-position: 0 50%;}/*------------------------------------------------------------------------------------------------------/@sectionBase Drop-Down Styling  *//* ALL LEVELS (incl. first) */ul.dropdown { font: normal 16px/normal Tahoma, Arial, sans-serif;}ul.dropdown li { color: #fff;}ul.dropdown li.hover,ul.dropdown li:hover {}/* Links */ul.dropdown a:link,ul.dropdown a:visited { color: #fff; text-decoration: none;}ul.dropdown a:hover { background-color: #4c92da; color: #fff;}ul.dropdown ul a.dir:hover { /* proposal */ background-color: #4c92da; color: #fff;}ul.dropdown a:active { color: #fff;}/* NON-FIRST LEVEL */ul.dropdown ul { left: 0; width: 250px; margin-top: -1px; font: normal 14px/1em Tahoma, Arial, sans-serif;}ul.dropdown ul li {}ul.dropdown ul ul { top: 0; left: 0; margin-top: 0; font-weight: normal;}ul.dropdown ul ul li { background-color: #4c4c4c;}ul.dropdown ul ul ul li { background-color: #595959;}ul.dropdown ul{padding:10px;background-color: #3a3a3a;}ul.dropdown ul a{font-weight:bold;padding:4px;}ul.dropdown ul a span.description{font-size:0.8em;font-weight:normal;padding:0 0 0 10px;}ul.dropdown ul a span.title{padding:0;}/*------------------------------------------------------------------------------------------------------/ * @sectionBase Style Extension */ul.dropdown a,ul.dropdown span { display: block; padding: 5px 18px;}/*------------------------------------------------------------------------------------------------------/ *@sectionBase Style Override */ul.dropdown li { padding: 0;}/*------------------------------------------------------------------------------------------------------/ * @sectionBase Style Reinitiate: post-override activities */ul.dropdown *.dir { /* POI */ padding: 5px 18px;}ul.dropdown ul *.dir { padding: 8px 30px 8px 8px;}/*------------------------------------------------------------------------------------------------------/ *@sectionCustom Styles */ul.dropdown ul a {}ul.dropdown ul a.dir {}/*------------------------------------------------------------------------------------------------------/ * @sectionSupport Class `open` Usage * @sourcejs, artificial * */ul.dropdown *.open { background-color: #3d3d3d;}ul.dropdown ul *.open { background-color: #4c4c4c; background-image: url(css/dropdown/mtv/images)/comnav-arrowover.png); color: #fff;}ul.dropdown ul ul *.open { background-color: #595959; background-image: url(css/dropdown/mtv/images)/comnav-arrowover2.png); color: #fff;}/* Override UPPER TWO definitions */ul.dropdown a.open:hover { background-color: #4c92da; color: #fff;}ul.dropdown ul a.open:hover { background-image: url(css/dropdown/mtv/images)/comnav-arrowon.png); color: #fff;}/* Clone in CSS 2 */ul.dropdown li:hover > *.dir { background-color: #3d3d3d;}ul.dropdown ul li:hover > *.dir { background-color: #4c4c4c; background-image: url(css/dropdown/mtv/images)/comnav-arrowover.png);}ul.dropdown ul ul li:hover > *.dir { background-color: #595959; background-image: url(css/dropdown/mtv/images)/comnav-arrowover2.png); color: #fff;}/* Override UPPER TWO definitions */ul.dropdown li:hover > a.dir:hover { background-color: #4c92da; color: #fff;}ul.dropdown ul li:hover > a.dir:hover { background-image: url(css/dropdown/mtv/images)/comnav-arrowon.png); color: #fff;}/* ------------------------------------------------------------------------------ */.uniForm{ margin: 0; padding: 0; position: relative; z-index: 1; } /* reset stuff */  /* Some generals and more resets */  .uniForm fieldset{ border: none; margin: 0; padding: 0; }    .uniForm fieldset legend{ margin: 0; padding: 0; }    /* This is the main unit that contains our form elements */    .uniForm .ctrlHolder,    .uniForm .buttonHolder{ margin: 0; padding: 0; clear: both; }    /* Clear all floats */     .uniForm:after,      .uniForm .buttonHolder:after,       .uniForm .ctrlHolder:after,         .uniForm .ctrlHolder .multiField:after,          .uniForm .inlineLabel:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }    /* A class to be used on a label that contains a checkbox or a radio button */    .uniForm .inlineLabel,    .uniForm .inlineLabels .inlineLabel,    .uniForm .blockLabels .inlineLabel{ width: auto; float: none; margin: 0; display: block; }      /* IE shows borders & padding on checkboxes and radio buttons if they are declared on an input element, remove them */      /* Legacy/Inheritance fix */      .uniForm .inlineLabel input,      .uniForm .inlineLabels .inlineLabel input,      .uniForm .blockLabels .inlineLabel input{ border: none; padding: 0; margin: 0; }/* ------------------------------------------------------------------------------ */    /* Styles for form controls where labels are above the input elements */    /* Set the class of the parent (preferably to a fieldset) to .blockLabels */      .uniForm label,      .uniForm .label,      .uniForm .blockLabels label,      .uniForm .blockLabels .label{ display: block; float: none; padding: 0; line-height: 100%; width: auto; }      /* Float the input elements */      .uniForm .textInput,      .uniForm .blockLabels .textInput,      .uniForm .blockLabels .fileUpload,      .uniForm .selectInput,      .uniForm .blockLabels .selectInput,      .uniForm .blockLabels select,      .uniForm textarea,      .uniForm .blockLabels textarea{ float: left; }            /* Postition the hints */      .uniForm .formHint,      .uniForm .blockLabels .formHint{ float: right; margin: 0; clear: none; }            /* Position the elements inside combo boxes (multiple selects/checkboxes/radio buttons per unit) */      .uniForm .multiField,      .uniForm .blockLabels .multiField{ width: auto; float: left; }        .uniForm .multiField .inlineLabel,        .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }        .uniForm .multiField .blockLabel,        .uniForm .blockLabels .multiField .blockLabel{ float: left; width: auto; margin: 0; }        .uniForm .multiField .blockLabel .textInput,        .uniForm .multiField .blockLabel .selectInput,        .uniForm .multiField .blockLabel select,        .uniForm .blockLabels .multiField .blockLabel .textInput,        .uniForm .blockLabels .multiField .blockLabel .selectInput,        .uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: 0; }/* ------------------------------------------------------------------------------ */    /* Styles for form controls where labels are in line with the input elements */    /* Set the class of the parent (preferably to a fieldset) to .inlineLabels */        .uniForm .inlineLabels label,        .uniForm .inlineLabels .label{ float: left; margin: 0; padding: 0; line-height: 100%; position: relative; }                /* Float the input elements */        .uniForm .inlineLabels .textInput,        .uniForm .inlineLabels .fileUpload,                .uniForm .inlineLabels .selectInput,        .uniForm .inlineLabels select,        .uniForm .inlineLabels textarea{ float: left; }      /* Postition the hints */      .uniForm .inlineLabels .formHint{ clear: both; float: none; }      .uniForm .inlineLabels .multiField{ float: left; }      .uniForm .inlineLabels .multiField .inlineLabel{}      .uniForm .inlineLabels .multiField .blockLabel{}        .uniForm .inlineLabels .multiField .blockLabel .textInput,        .uniForm .inlineLabels .multiField .blockLabel .selectInput,        .uniForm .inlineLabels .multiField .blockLabel select{ display: block; width: 100%; float: none; }        .uniForm .inlineLabels .multiField select{ float: left; }      /* ------------------------------------------------------------------------------ */    /* Required fields asterisk styling for .blockLabels */    .uniForm label em,    .uniForm .label em,    .uniForm .blockLabels label em,    .uniForm .blockLabels .label em{ position: absolute; left: -7px; }        /* Required fields asterisk styling for .inlineLabels */    .uniForm .inlineLabels label em,    .uniForm .inlineLabels .label em{ display: block; position: absolute; left: auto; right: 0; font-style: normal; font-weight: bold; }    .uniForm .inlineLabel em{ position: absolute; left: 7px; }/* ------------------------------------------------------------------------------ */    /* Messages */    .uniForm #errorMsg,    .uniForm .error{    }      .uniForm #errorMsg dt,      .uniForm #errorMsg h3{      }      .uniForm #errorMsg dd{      }        .uniForm #errorMsg ol{        }          .uniForm #errorMsg ol li{          }      .uniForm .errorField{      }        .uniForm #OKMsg{    }/* ------------------------------------------------------------------------------ */    /* Columns */        .uniForm .col{ float: left; }    .uniForm .col.first{}    .uniForm .col.last{}/* Keep in mind that wherever you see 'Required property' it means that the property must exist *//* ------------------------------------------------------------------------------ */  /* Generals */  .uniForm fieldset{}    .uniForm fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }        /* This is the main unit that contains our form elements */    .uniForm .ctrlHolder{ padding: 7px; }        .uniForm .buttonHolder{ text-align: right; padding:10px; }      .uniForm .resetButton{ float: left; }      .uniForm .primaryAction{ font-weight: bold; }        /* This class gets added to div.ctrlHolder to highlight the row */    .uniForm .focused{ background: #fffcdf; }            /* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */      .uniForm .inlineLabel input,      .uniForm .inlineLabels .inlineLabel input,      .uniForm .blockLabels .inlineLabel input{ float: left; margin: 0 .4em 0 0; }        .uniForm .inlineLabel span{ float: left; width: 90%; }        /* ------------------------------------------------------------------------------ */    /* .blockLabels (default style, will be applied even if you don't class the parent element) */    .uniForm .blockLabels .ctrlHolder{}            .uniForm label,      .uniForm .blockLabels label,      .uniForm .blockLabels .label{ margin: 0 0 .5em 0; }            .uniForm .textInput,      .uniForm .blockLabels .textInput,      .uniForm .blockLabels .fileUpload{ width: 53%; /* <- Required property */ }          .uniForm .selectInput,      .uniForm select,      .uniForm .blockLabels .selectInput,      .uniForm .blockLabels select{ width: 53.5%; /* <- Required property */ }      .uniForm textarea,      .uniForm .blockLabels textarea{ width: 53%; /* <- Required property */ height: 12em; }      .uniForm .formHint,      .uniForm .blockLabels .formHint{ width: 45%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }            .uniForm .multiField,      .uniForm .blockLabels .multiField{ width: 53%; }        .uniForm .multiField .inlineLabel,        .uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }        .uniForm .multiField .blockLabel,        .uniForm .blockLabels .multiField .blockLabel{ width: 30%; margin: 0 10px 0 0; }        .uniForm .multiField .blockLabel .textInput,        .uniForm .multiField .blockLabel .selectInput,        .uniForm .multiField .blockLabel select,        .uniForm .blockLabels .multiField .blockLabel .textInput,        .uniForm .blockLabels .multiField .blockLabel .selectInput,        .uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }/* ------------------------------------------------------------------------------ */    /* .inlineLabels */    .uniForm .inlineLabels .ctrlHolder{}        .uniForm .inlineLabels label,    .uniForm .inlineLabels .label{ width: 45%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }        .uniForm .inlineLabels .textInput,    .uniForm .inlineLabels .fileUpload{ width: 45%; /* <- Required property */ }        .uniForm .inlineLabels .selectInput,    .uniForm .inlineLabels select{ width: 45%; /* <- Required property */ }        .uniForm .inlineLabels textarea{  width: 45%; /* <- Required property */ height: 12em; }    .uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; }        .uniForm .inlineLabels .multiField{ width: 45%; /* <- Required property */ margin: 0 0 .3em 0; }      .uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }      .uniForm .inlineLabels .multiField .blockLabel{ float: left; width: 26%; margin: 0 3% 0 0; }      .uniForm .inlineLabels .multiField .blockLabel .textInput,      .uniForm .inlineLabels .multiField .blockLabel .selectInput,      .uniForm .inlineLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }/* Focus pseudoclasses */.uniForm .ctrlHolder .textInput:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }.uniForm .ctrlHolder textarea:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }.uniForm div.focused .formHint{ color: #333; }/* Columns (they are floated left by default) */.uniForm .col{ width: 47.9%; /* <- Required property */ margin: 0 2% 20px 0; }/* Use .first and .last classes to control the layout/spacing of your columns */.uniForm .col.first{ width: 49%; /* <- Required property */ float: left; clear: none; }.uniForm .col.last{ width: 49%; /* <- Required property */ float: right; clear: none; margin-right: 0; }/* Messages */.uniForm #errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }.uniForm .error{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }  .uniForm #errorMsg dt, .uniForm #errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }  .uniForm #errorMsg dd{ margin: 0; padding: 0; }    .uniForm #errorMsg ol{ margin: 0; padding: 0; }      .uniForm #errorMsg ol li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }    .uniForm .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 10px; background: #ffbfbf; }.uniForm #OKMsg{ background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }  .uniForm #OKMsg p{ margin: 0; }/*IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, AND MODIFYING IT WITH YOUR OWN PROPERTIES/VALUES. THIS IS RECOMMENDED BECAUSE IF YOU HAPPEN TO RUN INTO TROUBLE, YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... *//* ------------------------------------------------------------------------------ */html, body{width:100%;height:100%;margin:0;padding:0;text-align:center;font-family: Tahoma, Arial, sans-serif;font-size:10pt;color:#171717;}/*layout*/.footer{background-color:#131313;border-top:2px solid #2c2c2c;text-align:center;width:1000px;margin:100px auto 0 auto;color:#CCCCCC;padding:10px 10px 30px 10px;}.header{height:120px;background-color:#171717;min-width:1000px;width:auto !important;width:1000px;}.header .contact{text-align:right;color:#fff;padding:15px;}.header .inner{width:1000px;margin:auto;text-align:left;}.main{background-image:url(/images/bg_subheader.png);background-repeat:repeat-x;padding-top:30px;min-width:1000px;width:auto !important;width:1000px;}.main .inner{width:960px;padding:0 20px;margin:auto;text-align:left;}.subnavcontainer{width:980px;padding-right:20px;height:40px;margin:auto;}/*links*/a, a:visited{text-decoration:none;color:#2488df;}a:hover{text-decoration:underline;color:#003466;}img{border:0;}/*headers*/h1, h2, h3, h4, h5, h6{margin-top:10px;margin-bottom:5px;font-weight:normal;font-family: Optimer, Arial, Tahoma, sans-serif;}h1{margin-top:0;font-size:2.5em;color:#000;}h1 a, h1 a:visited{color:#000;}h2{font-size:2.1em;color:#2e68b2;}h2 a, h2 a:visited{color:#2e68b2;}h3{font-size:1.8em;color:#E55900;}h3 a, h3 a:visited{color:#E55900;}h4{font-size:1.4em;color:#2488DF;}h4 a, h4 a:visited{color:#2488DF;}h5{font-size:1.1em;color:#00CC00;}h5 a, h5 a:visited{color:#00CC00;}h1.home{font-size:2em;color:#2488df;}h2.home{font-size:1.8em;color:#003466;}h2.announce{font-size:2.3em;color:#2488DF;}h2.subannounce{font-size:1.8em;color:#999;margin-bottom:30px;}/* boxes */.center33{width:279px;float:left;padding:20px;}.left33{width:279px;float:left;padding:20px;}.right33{width:279px;float:left;padding:20px;}.left50{width:440px;float:left;padding:20px;}.right50{width:440px;float:left;padding:20px;}.leftvr{border-left:1px solid #DCDCDC;padding-bottom:40px;}.rightvr{border-right:1px solid #DCDCDC;padding-bottom:40px;}.image200{margin:20px auto;}.image200 img{float:left;}.image200 .data{width:740px;padding-left:20px;float:left;}/*et al*/blockquote{  margin: 10px 50px;  border-left: 3px solid #2488DF;  padding-left:10px;  color:#555;  font-size:1.1em;  line-height:1.4em;}.quote{margin:0 200px;border-left:none;background-image:url(/images/quoteopen.png);background-repeat:no-repeat;background-position:top left;font-size:1.1em;padding-top:10px;padding-left:30px;}.quote div{background-image:url(/images/quoteclose.png);background-repeat:no-repeat;background-position:bottom right;padding-right:30px;}.quote .author{font-weight:bold;text-align:right;background:none;padding:0;}.quote .byline{font-weight:normal;}button{border:none;background-image:url(/images/bu_white.png);color:#171717;border:1px solid #809ab0;font-weight:bold;padding:2px 15px;-moz-border-radius: 5px;-webkit-border-radius: 5px;line-height:1em;}.domainresults{width:500px;margin:auto;font-size:1.3em;line-height:1.7em;}.domainresults .avail{color:#00c000;}.domainresults .taken{color:#c00000;}.domainsearch{background-image:url(/images/bg_domainsearch.png);width:500px;height:100px;margin:30px auto;line-height:100px;text-align:center;-moz-border-radius: 5px;-webkit-border-radius: 5px;}.domainsearch input{width:300px;margin-right:10px;}hr{border:0;height:1px;background-color:#DCDCDC;color:#DCDCDC;margin:20px 0;}.imageul{margin-right:10px;margin-bottom:10px;float:left;}.imageur{margin-left:10px;margin-bottom:10px;float:right;}.imagebl{margin-top:10px;margin-right:10px;float:left;}.imagebr{margin-top:10px;margin-left:10px;float:right;}.li_blue, .li_good, .li_green, .li_white{padding:5px 0 5px 25px;background-repeat:no-repeat;background-position:left center;}.li_blue{background-image:url(/images/ico_li_blue.png);}.li_good{background-image:url(/images/ico_li_good.png);}.li_green{background-image:url(/images/ico_li_green.png);}.li_white{background-image:url(/images/ico_li_white.png);}.nobottom{margin-bottom:0;padding-bottom:0;}.noleft{margin-left:0;padding-left:0;}.noright{margin-right:0;padding-right:0;}.notop{margin-top:0;padding-top:0;}.shout{font-size:1.2em;margin: 10px 50px;border-left: 3px solid #2488DF;padding-left:10px;color:#555;font-size:1.3em;}table.comparison{width:90%;margin:auto;border:0px solid #b0cee5;}table.comparison tr.features td{padding-top:20px;padding-bottom:20px;border-top:0px solid #b0cee5;border-bottom:0px solid #b0cee5;}table.comparison tr.features .number{font-size:1.1em;font-weight:bold;}table.comparison tr.features td.highlighted{background-color:#f6f6f6;}table.comparison tr.footer td{background-color:#fff;color:#000;text-align:left;}table.comparison tr.price .monthly{font-size:0.7em;line-height:2em;font-weight:normal;vertical-align:top;color:#777;}table.comparison tr.price td{background-color:#e7f3d9;font-size:1.5em;font-weight:bold;}table.comparison tr.price td.highlighted{background-color:#cfe7b3;}table.comparison tr.tableheader .description{font-size:0.7em;font-weight:normal;}table.comparison tr.tableheader .favorite{font-size:0.7em;font-weight:normal;font-style:italic;}table.comparison tr.tableheader img{float:right;}table.comparison tr.tableheader td{background-color:#e7f3d9;vertical-align:middle;font-weight:bold;font-size:1.4em;}table.comparison tr.tableheader td.highlighted{background-color:#cfe7b3;}table.comparison tr.tableheader .title{line-height:70px;}.typeface-js{font-family: Optimer, Arial, Tahoma, sans-serif;}ul{margin:0;padding:0;}ul.bad li, ul.blue li, ul.good li, ul.green li, ul.red li, ul.white li, ul.yellow li{list-style-type:none;background-repeat:no-repeat;background-position:0px 5px;line-height:16px;padding:5px 26px;margin-left:10px;}ul.bad li{background-image:url(/images/ico_li_bad.png);}ul.blue li{background-image:url(/images/ico_li_blue.png);}ul.dropdown{margin-top:40px;}ul.good li{background-image:url(/images/ico_li_good.png);}ul.green li{background-image:url(/images/ico_li_green.png);}ul.red li{background-image:url(/images/ico_li_red.png);}ul.white li{background-image:url(/images/ico_li_white.png);}ul.yellow li{background-image:url(/images/ico_li_yellow.png);}ul.homeintro{list-style-type:none;margin-bottom:40px;}ul.homeintro li {background-image:url(/images/ico_li_white.png);background-repeat:no-repeat;background-position:5px center;padding-left:30px;}ul.homelist{list-style-type:none;}ul.homelist li{padding:10px 0 10px 58px;background-repeat:no-repeat;background-position:0px 10px;}ul.homelist li.consulting{background-image:url(/images/ico_home_consulting.png);}ul.homelist li.graphicdesign{background-image:url(/images/ico_home_graphicdesign.png);}ul.homelist li.smallbusiness{background-image:url(/images/ico_home_smallbusiness.png);}ul.homelist li.socialmedia{background-image:url(/images/ico_home_socialmedia.png);}ul.homelist li.softwaredevelopment{background-image:url(/images/ico_home_softwaredevelopment.png);}ul.homelist li.startups{background-image:url(/images/ico_home_startups.png);}ul.homelist li.usability{background-image:url(/images/ico_home_usability.png);}ul.homelist li.webdesign{background-image:url(/images/ico_home_webdesign.png);}ul.homelist li.webdevelopment{background-image:url(/images/ico_home_webdevelopment.png);}ul.homelist span.title{font-size:1.2em;}ul.services{margin-top:20px;}ul.services .description{font-size:1.1em;}ul.services li{padding-bottom:30px;padding-left:70px;list-style-type:none;background-repeat:no-repeat;background-position:5px 0px;display:block;width:42%;float:left;}ul.services li.startups{background-image:url(/images/ico_services_startups.png);}ul.services li.smallbusiness{background-image:url(/images/ico_services_smallbusiness.png);}ul.services li.consulting{background-image:url(/images/ico_services_consulting.png);}ul.services li.commercialization{background-image:url(/images/ico_services_commercialization.png);}ul.services li.marketing{background-image:url(/images/ico_services_marketing.png);}ul.services li.webdesign{background-image:url(/images/ico_services_webdesign.png);}ul.services li.graphicdesign{background-image:url(/images/ico_services_graphicdesign.png);}ul.services li.usability{background-image:url(/images/ico_services_usability.png);}ul.services li.multimedia{background-image:url(/images/ico_services_multimedia.png);}ul.services li.webdevelopment{background-image:url(/images/ico_services_webdevelopment.png);}ul.services li.softwaredevelopment{background-image:url(/images/ico_services_softwaredevelopment.png);}ul.services li.socialmedia{background-image:url(/images/ico_services_socialmedia.png);}ul.services li.mobiledevelopment{background-image:url(/images/ico_services_mobiledevelopment.png);}ul.services li.hosting{background-image:url(/images/ico_services_hosting.png);}ul.services li.domains{background-image:url(/images/ico_services_domains.png);}ul.services .title{font-size:1.5em;}ul.subnav{float:right;font-size:1.1em;list-style-type:none;}ul.subnav li{float:left;}ul.subnav li a{color:#595959;padding:10px 5px 5px 5px;margin:0 5px;display:block;}ul.subnav li a:hover{text-decoration:none;border-bottom:2px solid #ddd;}ul.subnav li a.active, ul.subnav li a.active:hover{color:#176eb1;border-bottom:2px solid #1a7eca;}
