/**
 * Layout
 */
body {
	background: #fff;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(../images/body-bg.gif);
}

body.static {
	background-image: url(../images/static-body-bg.gif);
}

body.homepage {
	background-image: url(../images/homepage-body-bg.gif);
}

body.homepage #wrapper {
	background-repeat: no-repeat;
	background-position: center 200px;
	background-image: url(../images/men.gif);
}

#wrapper{
	min-width: 1000px;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	z-index: 800;
	height: 185px;
}

#header h1 {
	width: 350px;
	height: 120px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(../images/smartling-logo.gif);
	position: absolute;
	left: 0;
	bottom: 5px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header p {
	color: #666;
	font-size: 190%;
	position: absolute;
	right: 0;
	bottom: 45px;
	max-width: 460px;
	text-align: justify;
} 

#header ul {
	list-style: none;
	float: left;
	color: #fff;
	font-weight: bold;
}

#header ul li {
	float: left;
}

#header ul a {
	color: #fff;
}

#header .navigation {
	font-size: 120%;
}

#header .navigation li {
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 9px 0 20px;
}

#header .navigation li.selected {
	background-image: url(../images/header-navigation-tile.gif);
}

#header .navigation li a {
	display: block;
}

#header .navigation li a span {
	display: block;
	padding: 0 20px;
}

#header .navigation li.highlighted {
	font-style: italic;
}
	
#header .navigation li.highlighted a {
	background-image: url(../images/header-navigation-highlighted.gif);
	background-position: right -26px;
}

#header .navigation li.highlighted a span {
	background-image: url(../images/header-navigation-highlighted.gif);
	background-position: left 0;
}

#header .menu {
	float: right;
	font-size: 120%;
	padding-left: 80px;
}

#header .menu li {
	float: none;
	display: inline;
	line-height: 44px;
}

#header .menu li:before {
	content: ' | ';
}

#header .menu li:first-child:before {
	content: '';
}

#header .language {
	float: right;
	border-top: 2px solid #313031;
	border-left: 2px solid #313031;
	border-right: 2px solid #313031;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height: 40px;
	padding: 0 14px 2px;
	position: relative;
	z-index: 900;
	cursor: pointer;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#header .language.unhover {
	border-top: 2px solid #313031 !important;
	border-left: 2px solid #313031 !important;
	border-right: 2px solid #313031 !important;
	background-color: transparent !important;
}

#header .language.hover,
#header .language:hover {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #99cc33;
}

#header .language label {
	color: #88c425;
	float: left;
	padding-right: 5px;
}

#header .language.unhover label {
	color: #88c425 !important;
}

#header .language.hover label,
#header .language:hover label {
	color: #fff;
}

#header .language span {
	background: transparent url(../images/header-language-arrow.gif) no-repeat right 15px;
	padding-right: 18px;
	float: left;
}

#header .language.unhover span {
	color: #fff !important;
	background-position: right 15px !important;
}

#header .language.hover span,
#header .language:hover span {
	color: #000;
	background-position: right -29px;
}

#header .language ul {
	border: 2px solid #000;
	border-top: 0;
	background: #fff;
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 42px;
	left: -2px;
	display: none;
	line-height: 1em;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#header .language.unhover ul {
	display: none !important;
}

#header .language.hover ul,
#header .language:hover ul {
	display: block;
}

#header .language ul li {
	float: none;
	padding: 8px 14px;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
}

#header .language ul li:first-child {
	border-top: none;
}

#header .language ul li:hover {
	background-color: #6ca015;
}

#header .language ul li:last-child:hover {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#header .language a {
	color: #333;
	float: left;
}

#header .language ul li:hover a {
	color: #fff;
}

/**
 * Content
 */
body.homepage #content {
	height: 412px;
	overflow: visible;
}

body.homepage #content .body {
	float: left;
	padding: 68px 0 0 100px;
}

body.homepage #content .body .movie {
	display: block;
	background: transparent url(../images/watch_the_movie.gif);
	width: 415px;
	height: 30px;
	color: #fff;
	font-size: 200%;
	text-align: center;
	padding: 215px 0 30px;
	line-height: 30px;
}

body.homepage #content .body .movie:hover {
	background-position: left bottom;
}

body.homepage #content .sidebar {
	float: right;
	width: 310px;
	height: 317px;
	background: transparent url(../images/homepage-separator.gif) no-repeat left 14px;
	position: relative;
	padding: 95px 40px 0 45px;
}

body.homepage #content .sidebar h2 {
	color: #fff;
	font-size: 230%;
	font-weight: normal;
	text-align: center;
	background: transparent url(../images/sidebar-h2-bg.gif);
	width: 269px;
	height: 46px;
	line-height: 46px;
	padding: 21px 15px 40px 10px;
	overflow: hidden;
	position: absolute;
	top: -20px;
	left: 40px;
	margin: 0;
}
body.smartling-es #content .sidebar h2,
body.smartling-fr #content .sidebar h2 {
	line-height: 23px !important;
}

body.homepage #content .sidebar p {
	color: #fff;
	font-size: 160%;
	margin: 0;
}

/**
 * Footer
 */
#footer {
	overflow: hidden;
	padding-bottom: 65px;
}

#footer .quote {
	float: right;
	color: #333;
	width: 240px;
}

#footer .quote {
	float: right;
	padding-left: 18px;
	padding: 85px 90px 0 0;
}

#footer .drop_io {
	width: 86px;
	height: 27px;
	overflow: hidden;
	background-image: url(../images/text/drop.io.gif);
	text-indent: -1000px;
}

#footer .drop_io a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer blockquote {
	font-size: 210%;
	background: transparent url(../images/quote.gif) no-repeat 0 4px;
	padding-left: 18px;
	margin: 0.5em 0 1em -18px;
}

#footer .navigation {
	float: left;
	padding: 40px 0 0 24px;
}

#footer .navigation h2 {
	color: #666;
	font-size: 180%;
	font-weight: normal;
	margin: 0 0 1em 200px;
}

#footer .navigation h2 a {
	color: #666;
}

#footer .navigation h3 {
	color: #88c425;
	font-size: 140%;
	font-weight: normal;
	margin: 0.4em 0 0.8em;
}

#footer .navigation h3 a {
	color: #88c425;
}

#footer .navigation .wrapper {
	padding: 0;
	background: transparent url(../images/footer-separator2.gif) repeat-y;
	width: auto;
}

#footer .navigation div {
	float: left;
	width: 250px;
	padding: 0 10px;
}

#footer .navigation ul {
	list-style: none;
	margin: 0.8em 0 2em;
	color: #666;
	font-size: 120%;
	line-height: 1.5em;
}

#footer .navigation ul a {
	color: #666;
}

#footer .navigation ul a:hover {
	text-decoration: underline;
}

#footer .copy {
	clear: both;
	color: #000;
	text-align: center;
	padding: 5em 0 0;
}

#footer .copy a {
	color: #000;
	text-decoration: underline;
	margin-left: 1em;
}


/**
 * Bottom block
 */
#bottom {
	color: #fff;
	font-weight: bold;
	background: #333 url(../images/bottom-bg.gif) repeat-x left bottom;
	padding: 1.5em 0 1.2em;
	min-width: 1000px;
	font-size: 110%;
}

#bottom div {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}

#bottom p {
	margin: 0 0 0.5em;
}

#bottom a {
	color: #88c425;
}

#bottom a:hover {
	text-decoration: underline;
}

#bottom ul {
	list-style: none;
	color: #88c425;
}

#bottom ul li {
	display: inline;
}

#bottom ul li:before{
	content: ' | ';
}

#bottom ul li:first-child:before{
	content: '' !important;
}