/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	margin-left: 12px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/* END RESET browser defaults */

/* GLOBAL */

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #000000;
}

input, select, textarea {
	font-size: 12px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}


#error {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #c31a00;
	background-image: url('../images/icon_error.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #ffffff;
	border: 1px solid #c31a00;
}

#ok {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #46a000;
	background-image: url('../images/icon_ok.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #ffffff;
	border: 1px solid #46a000;
}

html{
	overflow-y: scroll;
}

body {
	color: #ffffff;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #ffffff;
/*	background-image: url('../images/bg.png');
	background-position: left top;
	background-repeat: repeat-x;*/
	position: relative;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}


/* HEADER */
#container #header {
	float: left;
	width: 100%;
	position: relative;
}

#container #header #logo {
	float: left;
	width: 182px;
	height: 33px;
	background: url('../images/logo.png') no-repeat left top;
	margin-top: 42px;
}

#container #header #logo a {
	float: left;
	width: 100%;
	display: block;
	height: 33px;
}

#container #header #language {
	float: right;
	color: #999999;
	margin-top: 80px;
	font-size: 10px;
}

#container #header #language li {
	float: left;
	width: 20px;
	text-align: right;
}

#container #header #language li a {
	color: #999999;
	text-decoration: none;
}

#container #header #language li a.selected, 
#container #header #language li a:hover {
	color: #333333;
}

#container #header #line {
	float: left;
	width: 100%;
	height: 1px;
	border-top: 1px solid #000000;
	margin-top: 6px;
}

#container #header #menu {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 11px;
	font-family: Georgia;
	font-style: italic;
}

#container #header #menu ul {
	float: left;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}

#container #header #menu li {
	float: left;
	margin-right: 50px;
}

#container #header #menu li a {
	color: #000000;
	text-decoration: none;
}

#container #header #menu li a:hover, 
#container #header #menu li a.selected {
	text-decoration: underline;
}

#container #header #menu li a.but03_contacts {
	cursor: pointer;
}

#container #header #floatmenu {
	position: fixed;
	width: 100%;
	margin-top: 30px;
	font-size: 11px;
	font-family: Georgia;
	font-style: italic;
	display: none;
	z-index: 99999;
}

#container #header #floatmenu ul {
	float: left;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}

#container #header #floatmenu li {
	float: left;
	margin-right: 50px;
}

#container #header #floatmenu li a {
	color: #ffffff;
	text-decoration: none;
}

#container #header #floatmenu li a:hover, 
#container #header #floatmenu li a.selected {
	text-decoration: underline;
}

#container #header #floatmenu li a.but03_contacts {
	cursor: pointer;
}

#container #header #category {
	float: left;
	width: 100px;
	margin-top: 10px;
	font-size: 11px;
	opacity: 0;
	background-color: #ffffff;
}

#container #header #category ul {
	float: left;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}

#container #header #category li {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

#container #header #category li a {
	color: #999999;
	text-decoration: none;
}

#container #header #category li a:hover,
#container #header #category li a.selected {
	text-decoration: underline;
}

#container #header #image-center {
	position: absolute;
	top: 0;
	left: 340px;
	z-index: 10;
}

#container #header #image-right {
	position: absolute;
	top: 140px;
	left: 600px;
	z-index: 20;
	color: #000000;
}




/* SUBCONTAINER */

#container #subcontainer {
	float: left;
	width: 100%;
	color: #000000;
	z-index: 1;
	margin-top: 30px;
}

#container #subcontainer .content a {
	color: #000000;
	text-decoration: none;
}

#container #subcontainer .content a:hover {
	text-decoration: underline;
}

#container #subcontainer .home_list {
	float: left;
	width: 100%;
}

#container #subcontainer .home_list .home_left {
	float: left;
	width: 320px;
	margin-right: 20px;
	overflow-x: hidden;
}

#container #subcontainer .home_list .home_center {
	float: left;
	width: 320px;
	margin-right: 20px;
	overflow-x: hidden;
}

#container #subcontainer .home_list .home_right {
	float: left;
	width: 320px;
	overflow-x: hidden;
}

#container #subcontainer .home_list .project {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	display: none;
}

#container #subcontainer .home_list .project .image {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#container #subcontainer .home_list .project .image a {
	float: left;
	width: 100%;
	position: relative;
}

#container #subcontainer .home_list .project .image a .more {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('../images/vermais.png') no-repeat right bottom;
	display: none;
}

#container #subcontainer .home_list .project .image a img {
	position: absolute;
}

#container #subcontainer .home_list .project .image a img.hidden {
	display: none;
}

#container #subcontainer .home_list .project .name {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0;
}

#container #subcontainer .home_list .project .category {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 10px;
}

#container #subcontainer .home_list .project .category a {
	text-decoration: none;
	color: #000000;
}

#container #subcontainer .home_list .project .category a:hover {
	text-decoration: underline;
}



#container #subcontainer .left {
	float: left;
	width: 745px;
}

#container #subcontainer .left .image {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}




#container #subcontainer .right {
	float: left;
	width: 235px;
	margin-left: 20px;
}

#container #subcontainer .right .name {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
	text-transform: uppercase;
}

#container #subcontainer .right .client {
	float: left;
	width: 100%;
	padding-bottom: 6px;
}

#container #subcontainer .right .category {
	float: left;
	width: 100%;
	padding-bottom: 6px;
}

#container #subcontainer .right .category a {
	text-decoration: none;
	color: #000000;
}

#container #subcontainer .right .category a:hover {
	text-decoration: underline;
}

#container #subcontainer .right .year {
	float: left;
	width: 100%;
	padding-bottom: 6px;
}

#container #subcontainer .right .url {
	float: left;
	width: 100%;
	padding-bottom: 6px;
}

#container #subcontainer .right .url a {
	color: #000000;
	text-decoration: none;
}

#container #subcontainer .right .url a:hover {
	text-decoration: underline;
}

#container #subcontainer .right .description {
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 40px;
}

#container #subcontainer .right .arrows {
	float: left;
	width: 100%;
	height: 27px;
	margin-top: 15px;
	margin-bottom: 22px;
}

#container #subcontainer .right .arrows .arrowleft {
	float: left;
	width: 16px;
	height: 27px;
}

#container #subcontainer .right .arrows .arrowleft a {
	float: left;
	background: url('../images/social.png') no-repeat -42px top;
	width: 16px;
	height: 27px;
}

#container #subcontainer .right .arrows .arrowleft a:hover {
	background: url('../images/social.png') no-repeat -42px -27px;
}


#container #subcontainer .right .arrows .arrowright {
	float: right;
	width: 16px;
	height: 27px;
}

#container #subcontainer .right .arrows .arrowright a {
	float: left;
	background: url('../images/social.png') no-repeat -59px top;
	width: 16px;
	height: 27px;
}

#container #subcontainer .right .arrows .arrowright a:hover {
	background: url('../images/social.png') no-repeat -59px -27px;
}

#container #subcontainer .right .share {
	float: left;
	width: 100%;
	height: 20px;
	border-top: 1px solid #000000;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
}

#container #subcontainer .right .share .facebook {
	position: absolute;
	top: 10px;
	left: 85px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url('../images/social.png') no-repeat left -7px;
}

#container #subcontainer .right .share .facebook a {
	float: left;
	width: 20px;
	height: 20px;
}

#container #subcontainer .right .share .facebook:hover {
	background: url('../images/social.png') no-repeat left -28px;
}

#container #subcontainer .right .share .google {
	position: absolute;
	top: 10px;
	left: 115px;
	width: 20px;
	height: 20px;
	background: url('../images/social.png') no-repeat -21px -7px;
}

#container #subcontainer .right .share .google:hover {
	background: url('../images/social.png') no-repeat -21px -28px;
}




/* FOOTER */
#container #footer {
	float: left;
	width: 100%;
	border-top: 1px solid #000000;
	margin-top: 40px;
	position: relative;
	color: #000000;
	padding-bottom: 20px;
}

#container #footer .social {
	float: left;
	margin-top: 9px; 
}

#container #footer .social .facebook {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url('../images/social.png') no-repeat left -7px;
	cursor: pointer;
}

#container #footer .social .facebook:hover {
	background: url('../images/social.png') no-repeat left -28px;
}

#container #footer .social .facebook a {
	display: block;
	height: 20px;
}

#container #footer .social .google {
	float: left;
	width: 20px;
	height: 20px;
	background: url('../images/social.png') no-repeat -21px -7px;
}

#container #footer .social .google:hover {
	background: url('../images/social.png') no-repeat -21px -28px;
}

#container #footer .social .google a {
	display: block;
	height: 20px;
}


#container #footer .copyright {
	float: right;
	margin-top: 9px;
	font-size: 9px;
}

#container #footer a {
	text-decoration: none;
	color: #000000;
}

#container #footer a:hover {
	text-decoration: underline;
}


.lazy {
	background: url('../images/loader.gif') no-repeat left top;
}

.fade {
	display: none;
}
