@charset "utf-8";
/* CSS Document */

/* SDL PLC */

/* Reset */

p {
    color:#333;
    font-size:0.9em;
    line-height:1.35em;
    margin: 0 0 1em 0;
}
h1 {
    border: none
}
h2 {
    color:#005740;
    font-weight:lighter;
    font-size:20px;
    margin-top:0;
}
h3 {
    color:#005740;
    font-weight:lighter;
    font-size:18px;
    margin-top:0;
}
p a:link, p a:visited, p a:active, p a:focus {
    color:#0066cc;
    border-bottom: 1px dotted #0066cc;
    text-decoration: none;
}
p a:hover {
    text-decoration:none;
    border-bottom:none;
}
ul {
    margin: 0;
    padding: 0;
}
body {
    background-color:#333;
    font-family:Arial, Helvetica, sans-serif;
}
/* Layout */

#layout {
    width: 960px;
    background:url("http://www.sdl.com/en/images/bgGradient.jpg");
    background-repeat:repeat-x;
    background-color:#FFF;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
#branding {
    background:url("http://downloadcenter.sdl.com/SDL_Trados/proz/bg-header.gif");
    background-repeat:repeat-x;
}
#branding h1 {
    margin: 0px;
    padding:20px;
}
#content {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.strapline p {
    font-size:24px;
    font-weight:lighter;
    color:#005740;
    line-height:32px;
}
.strapline p a:link, p a:visited, p a:active, p a:focus {
    color:#0066cc;
    font-weight:normal;
    border-bottom:1px dotted #0066cc;
    text-decoration:none;
}
.strapline p a:hover {
    color:#0066cc;
    font-weight:normal;
    border-bottom:none;
    text-decoration:none;
}
/* Navigation */

#top_nav ul {
    background-color:#b20000;
    background-repeat:repeat-x;
    height: 30px;
}
#top_nav li {
    float:left;
    padding: 8px 20px 5px 20px;
    list-style-type: none;
    font-size:0.9em;
    margin-right: 0.25em;
    border-right: 1px solid #FFF;
}
#top_nav a:link, a:visited, a:focus {
    color: #FFF;
    text-decoration:none;
}
#top_nav a:hover, a:active {
    color: #D9A600;
    text-decoration:none;
}
#top_nav .trial {
    border-right: none;
}
.trial a {
    background-image:url(http://www.sdl.com/en/images/button_gradient.gif);
    background-repeat: repeat-x;
    background-color: #0066cc;
    color: #ffffff;
    margin-left: 295px;
    height: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    border: 1px solid #000066;
    text-decoration: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
#footer {
    clear:both;
    background-image:url(http://www.sdl.com/en/images/footer_gradient.gif);
    background-repeat: repeat-x;
    background-color:#333;
    padding: 20px;
}
.social {
    padding-bottom: 10px;
    color: #fff;
}
.social li {
    float: right;
    list-style-type: none;
    font-size:0.75em;
    padding: 0;
    margin: 0 10px 0 0;
}
.social .website, .social .contact {
    float:left;
    margin-right: 200px;
}
.social a:link, a:visited, a:active, a:focus {
    color:#FFF;
}
.social a:hover {
    color:#FFF;
    text-decoration: none;
}
/* default.asp */

#columns {
    float:left;
    list-style-type:none;
    margin-bottom: 20px;
    padding-left: 20px;
}
.column1, .column2, .column3 {
    border: 1px solid #CCC;
    padding: 10px;
    box-shadow: 5px 5px 5px #CCC;
    -moz-box-shadow: 5px 5px 5px #CCC;
    -webkit-box-shadow: 5px 5px 5px #CCC;
}
.column1 {
    float: left;
    width: 266px;
    height: 300px;
    margin-right: 20px;
}
.column2 {
    float: left;
    width: 266px;
    height: 300px;
    margin-right: 20px;
}
.column3 {
    float: left;
    width: 266px;
    height: 300px;
    margin-right: 20px;
}
/* buy.html */

#products {
    float:left;
    list-style-type:none;
    margin-bottom: 20px;
    padding-left: 20px;
}
.studio, .plus, .studio_suite, .plus_suite, .starter, .autosuggest, .extract, .passolo {
    border: 1px solid #CCC;
    padding: 10px;
    float: left;
    width: 420px;
    height: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px #CCC;
    -moz-box-shadow: 5px 5px 5px #CCC;
    -webkit-box-shadow: 5px 5px 5px #CCC;
}
#products img {
    float: left;
}
#products p {
    margin-left: 100px;
    font-size:0.75em;
}
.product_price {
    text-decoration: line-through;
}
.proz_price {
    color: #b20000;
    font-weight:bold;
    margin-top: -10px;
}
.starter_price {
    color: #b20000;
    font-weight:bold;
}
/* upgrade.html */

#upgrade {
    clear:both;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}
#upgrade table {
    border-collapse: collapse;
    font-size:0.75em;
    margin-bottom: 20px;
}
#upgrade table th {
    padding: 10px;
    color:#888888;
    font-size:1.1em;
    font-style:italic;
    font-weight:normal;
    text-align:left;
}
#upgrade table td {
    padding: 10px;
}
#upgrade table em {
    color:#0066CC;
    display:block;
    font-size:0.9em;
    font-style:normal;
    font-weight:bold;
}
#upgrade table a {
    background-image:url(http://www.sdl.com/en/images/button_gradient.gif);
    background-repeat: repeat-x;
    background-color: #0066cc;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 5px;
    border: 1px solid #000066;
    width: 50px;
    text-decoration: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
#upgrade table a:hover {
    color: #D9A600;
    text-decoration:none;
}
.odd {
    background-color:#efefef;
}
.upgrade_price {
    color: #b20000;
    font-weight: bold;
    font-size:0.9em;
    margin: 0px;
    padding: 0px;
}