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

body, h1, h2, h3, img, ul, li, p {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #587500;
	background: #9C0;
	text-align: center;
}

li {
	list-style: none;
}

a {
	color: #587500;
	text-decoration: none;
}

.divFix {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

/* HEADER */

#header {
	background: #333 url(../images/bg_header_top.gif) repeat-x;
	padding: 25px 120px 12px 20px;
}

#header .container {
	background: #333 url(../images/logo_header.gif) 0 bottom no-repeat;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 846px;
}

#header h1 {
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
}

#header .langUs {
	float: left;
	background: url(../images/flags_us_blur.gif) 0 2px no-repeat;
	color: #666;
	padding: 0 0 0 22px;
	margin: 60px 0 0 0;
}

#header .langUs:hover {
	background: url(../images/flags_us_hover.gif) 0 2px no-repeat;
}

#header .langUy {
	float: left;
	background: url(../images/flags_uy_blur.gif) 0 2px no-repeat;
	color: #666;
	padding: 0 0 0 22px;
	margin: 60px 0 0 0;
}

#header .langUy:hover {
	background: url(../images/flags_uy_hover.gif) 0 2px no-repeat;
}

#header .logo {
	display: block;
	position: relative;
}

#header .logo img {
	position: absolute;
	bottom: 16px;
	left: 0;
	height: 37px;
	width: 159px;
}

#thumbsWorks {
	float: right;
	width: 640px;
}

#thumbsWorks h1 {
	margin: 10px 0 14px 0;
}

#thumbsWorks .links {
	clear: both;
	float: left;
	background: url(../images/line_horiz_header.gif) 0 14px no-repeat;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 30px 0 0 16px;
}

#thumbsWorks .links li {
	float: left;
	padding: 0 10px 13px 0;
	height: 16px;
	width: 108px;
	margin: 0;
	overflow: hidden;
	text-align: left;
}

#thumbsWorks .links a {
	height: 16px;
	width: 108px;
	color: #9C0;
}

/* CONTENT */

#content {
	clear: both;
	margin: 0 auto;
	padding: 14px 170px 0 20px;
	text-align: left;
	width: 796px;
}

#content h1 {
	float: left;
	background: #9C0;
	color: #333;
	font-size: 30px;
	font-weight: normal;
	padding: 0 10px 0 0;
	margin: 0 0 8px 0;
}

#content p {
	clear: both;
	margin: 10px 0;
	line-height: 16px;
}

#us, #news, #contact {
	background: url(../images/bg_content_titles.gif) 0 10px repeat-x;
	width: 370px;
}

#us {
	float: left;
}

#us p {
	margin: 10px 0 14px 0;
}

#news span {
	color: #5F9410;
}

a.download {
	font-size: 11px;
	background: url(../images/ico_download.gif) no-repeat;
	padding: 1px 0 1px 24px;
}

a.download:hover {
	background: url(../images/ico_download_hover.gif) no-repeat;
}

a.mail {
	font-size: 11px;
	background: url(../images/ico_mail.gif) no-repeat;
	padding: 1px 30px 1px 24px;
}

span.phone {
	font-size: 11px;
	background: url(../images/ico_phone.gif) no-repeat;
	padding: 1px 0 1px 24px;
}

p.budget {
	font-size: 11px;
	background: url(../images/ico_budget.gif) 0 5px no-repeat;
	padding: 5px 0 0 24px;
}

p.budget strong {
	display: block;
	padding: 1px 0 1px 0;
	margin: 0 0 10px 0;
}

p.budget span {
	display: block;
	line-height: 13px;
	margin: 0 0 14px 0;
}

#news, #contact {
	clear: right;
	float: right;
}
 
#news a {
	font-style: italic;
}

#news h1 a {
	color: #333;
	font-style: normal;
}

/* FOOTER */

#footer {
	clear: both;
	background: url(../images/bg_footer.gif) right 16px no-repeat;
	font-size: 17px;
	color: #89B700;
	padding: 14px 150px 20px 20px;
}

#footer div {
	margin: 0 auto;
	background: url(../images/bg_content_titles.gif) 0 2px repeat-x;
	padding: 0 0 0 24px;
	text-align: left;
	width: 796px;
}

#footer div span {
	background: #9C0;
	padding: 0 10px 2px 10px;
}