body {
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	white-space:normal;
	background: #252525;
	color: #D9E7EC;
	font-size: 12px;
	font-family: "Tahoma", "Arial", sans-serif;
}
#topslide{
	width: 100%;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	background: #000 url(../img/bgtopslide_dark.png);
	height: 323px;
	border-bottom: 3px solid #fff;
	border-top: 4px solid #000;
	overflow: hidden;
	display: none;
	z-index: 999;
}
#panel .linedivider{
	width: 2px;
	height: 213px;
	position: relative;
	float: left;
	margin: 30px 20px 0 75px;
	background: url(../img/dividertop_dark.png) no-repeat;
}
#top{
	width: 100%;
	height: 1px;
	background: #fff;
}
#toggle .open{
	position: relative;
	float: left;
	width: 59px;
	height: 30px;
	background: url(../img/btntopslide_open_dark.png) no-repeat;
	background-position: 0 0;
	display: block;
	top: -1px;
}
#toggle .close{
	position: relative;
	float: left;
	width: 59px;
	height: 30px;
	background: url(../img/btntopslide_close2.png) no-repeat;
	background-position: 0 0;
	display: block;
	top: -32px;
}
#logo{
	width: 100px;
	height: 100px;
	position: relative;
	float: left;
	margin: 23px 0 0 35px;
}
.social_search .search li .text{
	position: relative;
	float: left;
	width: 150px;
	height: 22px;
	border-bottom: 1px solid #696969;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: none;
	color: #7A7A7A;
	padding-left: 5px;
	font-family: "Tahoma", sans-serif;
	background: none repeat scroll 0 0 #252525;
	letter-spacing: 0.2px;
	text-shadow: 0 1px 0 #000;
}
.social_search #searchsubmit{
	border: none;
	background: url(../img/btnsearch_dark.png);
	width: 47px;
	height: 26px;
	display: block;
	color: #000;
	position: relative;
	float: left;
}
.wrapper_c .stronglineleft{
	background: url("../img/stronglineleft_dark.png") no-repeat scroll 0 0 transparent;
    height: 461px;
    left: -304px;
    position: absolute;
    top: 1px;
    width: 462px;
    overflow: hidden;
    display: block;
}

.wrapper_c .content{
	position: relative;
	float: left;
	width: 882px;
	height: 564px;
	background: #000 url(../img/bgcontent2.png) repeat;
}
.wrapper_c .content .hidecorner{
	position: absolute;
	width: 104px;
	height: 104px;
	left: 0;
	bottom: 0;
	background: url(../img/hidecorner_dark.png) no-repeat;
	z-index: 999;
}

.wrapper_c .contentautoheight .hidecorner{
	background: url(../img/hidecorner_dark.png) no-repeat;
}
.menu ul{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 172px;
	margin-left: -14px;
}
.menu ul li{
	position: relative;
	height: 29px;
	width: 172px;
	display: block;
}

.menu ul li a{
	color: #b5b5b5;
    display: block;
    float: left;
    font-size: 12px;
    height: 29px;
    line-height: 31px;
    overflow: hidden;
    padding-left: 50px;
    text-decoration: none;
    width: 172px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.1px;
}
.menu ul li a:hover, .menu ul li a.selected{
	color: #000;
	background: url(../img/btnhover_dark.png);
}
.menu ul li:hover a.top_link{
	color: #000;
	background: url(../img/btnhover_toplink_dark.png);
}
.menu ul li ul{
	position: absolute;
	display:block;
	visibility:hidden;
	background:#e9e9e9;
	margin: 0;
	padding: 0;
}
.menu ul li ul li {
	display: list-item;
	float: none;
	height: 29px;
	margin: 0;
	padding: 0;
	border-bottom:none;
	display: block;
	//border-bottom: 1px solid #f1f1f1;
}
.menu ul li ul li a {
	display: list-item;
	float: none;
	line-height: 30px;
	width: auto;
	margin: 0;
	padding-left: 15px;
	border-top-width: 0;
	color: #828282;
	letter-spacing: 0.2px;
	overflow-x: hidden;
}
.menu ul li ul li a:hover {
	color: #000;
	background: #fff;
	height: 29px;
	width: auto;
	text-shadow: 0 1px 0 #fff;
}

.menu a.lfade_dark{
    color: #828282;
}

.menu a.lfade_dark:hover{
	color: #000;
}

.menu-parent a:hover{
	color: #000;
	background: url(../img/btnhover_toplink_dark.png) no-repeat;
}

.selected a{
	color: #000;
	background: url(../img/btnhover_dark.png) no-repeat;
}

.selected a:hover {
	color: #000;
}

.content .titlepage p, .contentautoheight .titlepage p{
	background: url("../img/btntitlepage_right_dark.png") no-repeat scroll right top transparent;
    color: #000;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: 100;
    height: 22px;
    letter-spacing: 0.5px;
    line-height: 13px;
    padding-right: 25px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}

.content .titlepage p span, .contentautoheight .titlepage p span{
	background: url("../img/btntitlepage_left_dark.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 22px;
    padding: 4px 8px 0 14px;
}
#footer .footer_c .lineleft{
	width: 454px;
	height: 177px;
	position: relative;
	left: -194px;
	bottom: 0;
	background: url(../img/lineleft_dark.png) no-repeat;
}

#footer .footer_c .textfooter p, #footer .footer_c .textfooter a {
    color: #5B5B5B;
    font-size: 11px;
    text-shadow: 0 1px 0 #000000;
}
/** PROJECTS LINES **/
.openproject .project_content .typedivider{
	background: url(../img/linedividerh.png) repeat-x scroll 0 0 transparent;
    float: left;
    height: 2px;
    left: 0;
    position: relative;
    top: 0;
    width: 299px;
}
#content_proj .typedividerpr{
	background: url("../img/linedividerh.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 2px;
    left: 0;
    margin: 10px 0 5px 0;
    position: relative;
    width: 761px;
}
#content_proj .typedividerprbottom{
	background: url("../img/linedividerh.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 2px;
    left: 0;
    margin: 0;
    position: relative;
    width: 761px;
}
#projectmoreinfo .typedividerpr{
	background: url("../img/linedividerh.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 2px;
    left: 60px;
    position: absolute;
    top: 66px;
    width: 758px;
}
#projectmoreinfo .typedividerprbottom{
	background: url("../img/linedividerh.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 2px;
    left: 60px;
    position: absolute;
    top: 460px;
    width: 758px;
}
.switchtheme .lightoff{
	background: url(../img/light_teste_dark.png) no-repeat;
	background-position: 0 -55px;
	display: block;
	width: 138px;
	height: 54px;
	position: relative;
	float: left;
	margin-top: 27px;
	left: 0;
}
/*** SWITCH LIGHT ***/
.switchtheme{
	position: fixed;
	left: 0;
	top: 10px;
	z-index: 9999;
	height: 140px;
}

.switchtheme .lightslide{
	background: url(../img/lightpanel_dark.png) no-repeat;
	background-position: 0 0;
	display: block;
	width: 31px;
	height: 57px;
	position: relative;
	float: left;
	left: 0;
	top: 15px;
}
.switchtheme .lightpanel{
	background: url(../img/bgpanel.png);
	position: relative;
	float: left;
	width: 94px;
	height: 73px;
	top: 7px;
	left: -125px;
}
.switchtheme .lighton{
	background: url(../img/lightteste.png) no-repeat;
	background-position: 0 -64px;
	display: block;
	width: 45px;
	height: 63px;
	position: relative;
	float: left;
	margin-top: 5px;
	left: 20px;
}
.switchtheme .lighton span.hover{
	background: url(../img/lightteste.png) no-repeat;
	background-position: 0 0;
	display: block;
	width: 45px;
	height: 63px;
	position: relative;
	float: left;
	
}
.switchtheme .lightoff{
	display: none;
}
.openproject .project_content .typedivider{
	background: url(../img/linedividerh.png) repeat-x scroll 0 0 transparent;
    float: left;
    height: 2px;
    left: 0;
    position: relative;
    top: -9px;
    width: 299px;
}
.openproject .project_content .projectinfo .info{
	width: 299px;
	height: 291px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	top: 0;
	line-height: 15px;
	text-align: justify;
}