html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/1.5 Arial, Tahoma, "Lucida Grande", "Bitstream Vera Sans", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
h1 {font-size: 2.2em}
h2 {font-size: 1.8em}
h3 {font-size: 1.5em}
h4 {font-size: 1.3em}
h5 {font-size: 1.15em}
h6 {font-size: 1em;}
li, dd, blockquote {margin-left: 2em}
dt {font-weight: bold}
input, select {font-size: 100%}
form label, button,
input[type="button"], input[type="submit"], input[type="reset"] {cursor: pointer}
abbr, acronym {border:none}
abbr[title], acronym[title] {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}
/* bypass monospace browser special settings */
textarea, tt {font: 100% 'Courier New', Courier, 'Lucida Console', 'Andale Mono', 'Dejavu Sans Mono', 'Bitstream Vera Sans Mono', Monaco, Consolas, monospace}

/* Nice titles, links, extras */
.nice, .nice-links a {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    outline: none;
    background-repeat: no-repeat;
    background-position: 10000px 10000px;
    display: block;
}
.nice span.ir, .nice-links span.ir, span.ir {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.no-css-helper {
    position: absolute;
    left: -99999px;
}

/* Structure */

body {
    font-family: arial, "lucida grande", sans-serif;
    text-align: center;
    background-color: #74828d;
}
#container {
    margin: 0 auto;
    text-align: left;
}
#header {
    height: 194px;
    color: #fff;
    width: 800px;
    margin: 0 auto;
    padding-top: 23px;
}
#content {
    background: #daddde url(images/bg-gradient.gif) repeat-x 0 0;
    padding-top: 74px;
    padding-bottom: 98px;
}
#main {
    width: 800px;
    margin: 0 auto;
}
#footer {
    color: #fff;
    font-size: 12px;
    background: #74828d url(images/isotype-dimmed-gray.gif) no-repeat 0 60%;
    width: 500px;
    padding-top: 20px;
    height: 44px;
    margin: 0 auto;
    text-align: left;
}

/* #header */
#header h1 {
    margin: 0 0 23px 118px;
}
#header h1 img {
    display: block;
}
#header #tagline {
    height: 51px;
    width: 417px;
    margin: 0 0 0 186px;
    text-transform: uppercase;
    position: relative;
}
#header #tagline a {
    color: #c7cdd1;
}
#header #tagline span.ir {
    background-image: url(images/web-standards-studio.gif);
    z-index: 10;
}
#header #tagline strong {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-weight: bold;
}
#header #tagline span#design-studio {
    position: absolute;
    top: 12px;
    left: 50px;
    z-index: 1;
    font-weight: bold;
    font-size: 24px;
}
#header #tagline span#languages {
    position: absolute;
    top: 3px;
    left: 175px;
    font-size: 10px;
    z-index: 1;
    color: #c7cdd1;
    font-weight: bold;
}

/* #content */
#hiring {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
#hiring li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}
#hiring li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-left: 127px;
}
#hiring li a span {
    color: #f90;
	cursor: pointer;
}
#hiring .en a {
    width: 550px;
    height: 88px;
    padding: 35px 0 0;
    background-color: #bc8647;
    color: #fff;
    font-size: 36px;
    text-align: center;
}
#hiring .en a, #hiring .en span.ir {
    background-image: url(images/we-are-hiring.gif);
}
#hiring .en span.ir {height:123px}

#hiring .es a {
    width: 300px;
    height: 14px;
    color: #666;
}
#hiring .es a, #hiring .es span.ir {
    background-image: url(images/estamos-buscando.gif);
}

/* #footer */

#footer .copyright {
    float: left;
    width: 120px;
    line-height: 32px;
    margin-left: 50px;
    display: inline;
}
#footer a {
   text-decoration: none;
   color: #fff;
}
#footer .contact-info {
    float: right;
    width: 310px;
    line-height: 12px;
    border-left: 1px solid #fff;
    padding: 0 0 0 16px;
    line-height: 1.2;
    display: inline;
}