* { margin:0; padding:0; }

body img {
	border:none;
}

body a {
	cursor:pointer;
	text-decoration:none;
	color:#DDD;
}

body {
	width:100%;
	height:100%;
	background:#000;
	font-family: "HelveticaRegular";
	color:#DDD;
	font-size:10px;
}

#main {
	width:940px;
	height:400px;
	background:#000;
	margin: 0 auto;
}

#esquerda {
	width:280px;
	height:600px;
	float:left;
}

#direita {
	width:660px;
	height:600px;
	float:right;
}

#esquerdaadm {
	width:280px;
	float:left;
}

#direitaadm {
	width:660px;
	float:right;
}

#logo {
	width:280px;
	height:160px;
	background:#1F2630;
}

#logo img {
	margin: 60px 0 0 10px;
	display:none;
}

#logoadm {
	width:280px;
	height:160px;
	background:#1F2630;
}

#logoadm img {
	margin: 60px 0 0 10px;
}

#menu_sp {
	width:280px;
	height:440px;
}

#conteudo {
	width:660px;
	height:600px;
	background:#000;
}

#home {
	padding:280px 0 0 100px;
}

#foto_home {
	width:150px;
	height:150px;
	float:left;
	margin-top:90px;
}

#twi {
	width:290px;
	height:150px;
	margin-top:100px;
	margin-left:20px;
	float:left;
	padding-top:100px;
}

#twi ul li {
	font-size: 0.96em;
	font-weight:bolder;
	list-style:none;
	color:#DDD;
}

#twi ul li a {
	text-decoration:none;
	color:#7EA1CD;
}

#rodape {
	width:925px;
	height:20px;
	margin: 0 auto;
	background:#000;
	text-align:right;
	padding:5px 0 5px 5px;
}

#endereco {
	display:none;
}

#sptop, #sptop2 {
	padding: 170px 0 0 10px;
	width:660px;
	height:30px;
}

#sptop2 {
	display:none;
}

#loader {
	margin:300px 0 0 302px;
	position:absolute;
	display:none;
}

/* ******* slides ********** */

#boxes {
	width:660px;
	height:200px;
	margin-top:180px;
}

.box {
	width:150px;
	height:200px;
	float:left;
	margin-left:10px;
}

#img_01_pb, #img_01, #img_02_pb, #img_02, #img_03_pb, #img_03, #img_04_pb, #img_04 {
	display:none;
	position:absolute;
}

#div_foto {
	height:116px;
	position:absolute;
	margin: 20px 0 0 10px;
}

#foto {
	display:none;
	width:96px;
	height:96px;
}

#desc_01, #desc_02, #desc_03, #desc_04 {
	width:150px;
	height:30px;
	margin-top:160px;
	display:none;
	position:absolute;
	font-weight:bolder;
}

/* ********* profile ********* */

#tx_perfil {
	width:400px;
	float:left;
	margin-top:200px;
	font-size:11px;
	padding:10px 0 0 15px;
}

#foto_perfil {
	float:right;
	margin-top:280px;
}

#dv_depoimentos {
	width:540px;
	margin:0 auto;
}

#tx_depoimentos {
	width:500px;
	height: 200px !important;
	max-height:200px;
	overflow:hidden;
	margin:0 auto;
	margin-top:240px;
	font-size:12px;
	padding:5px;
}

.coment {
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bolder;
	font-style:oblique;
}

.assin {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bolder;
	color:#7EA1CD;
}

.bt {
	float:right;
}

/* *********** menu ********* */

#menu {
	width:100px;
	float:left;
	margin:240px 0 0 20px;
	display:none;
}

#menu ul {
	list-style:none;
}

#menu ul li {
	border-bottom:1px solid #DDD;
	text-align:right;
	padding-top:5px;
	padding-bottom:2px;
}

#menu ul li a:hover {
	color:#7EA1CD;
}

#menu_portifolio {
	width:100px;
	float:left;
	margin:187px 0 0 120px;
	border-bottom:1px solid #DDD;
	display:none;
	position:absolute;
}

#menu_news {
	width:100px;
	float:left;
	margin:279px 0 0 120px;
	border-top:1px solid #DDD;
	display:none;
	position:absolute;
}

#menu_profile {
	width:100px;
	float:left;
	margin:263px 0 0 120px;
	border-bottom:1px solid #DDD;
	display:none;
	position:absolute;
}

#menu_portifolio ul, #menu_news ul, #menu_profile ul {
	list-style:none;
}

#menu_portifolio ul li, #menu_news ul li, #menu_profile ul li {
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
}

#menu_portifolio ul li a:hover, #menu_news ul li a:hover, #menu_profile ul li a:hover {
	color:#7EA1CD;
}

.lk_ativo {
	color:#5b6170;
}

/* ********** galeria ********** */

div.sc_galeria {
	position: relative;
	max-height: 52px;
	width: 539px;
	overflow: auto;
	margin: 0 auto;
	margin-top:90px;
}

ul.sc_galeria {
	display: block;
	width: 50000px;
	padding: 0;
	margin: 0;		
	list-style: none;
}

.sc_galeria li {
	display: block;
	float: left;	
	padding: 0 4px;
}

.sc_galeria a {
	display: block;
	text-decoration: none;
}

/* ********** fotos ********* */

#galeria_portfolio {
	width:540px;
	height:362px;
	margin:0 auto;
	margin-top:70px;
}

#galeria_portfolio img {
	display:none;
}

/* ********** form *********** */

#contato {
	padding-top:260px;
}

#resposta {
	padding-left:100px;
}

fieldset {
    border: 0;
}

ul.form {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 350px;
    border: 0;
}

ul.form li {
    border-bottom: 1px dashed #464e5f;
    padding: 6px 0;
    height: 35px;
}

.form_head {
    height: 20px;
    width: 400px;
    color: #C5482A;
    border-bottom: 0 !important;
}

.mailto a {
	color:#C5482A;
	text-decoration:none;
}

.mailto a:hover {
	color:#464e5f;
}

ul.form li label {
    display: block;
    float: left;
    width: 160px;
}

.required {
    display: block;
    font-size: 10px;
    color: #5b6170;
    width: 160px;
    float: left;
    clear: left;
}

ul.form li input, ul.form li select, ul.form li textarea {
    width: 180px;
    background-color: #ccc;
    border: 2px solid #ccc;
    padding-left: 3px;
	color:#464e5f;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

ul.form li.submit {
    text-align: right;
    border: 0;
}

ul.form li.submit input {
    height: 20px;
    width: 80px;
    float: right;
	color:#7EA1CD;
	background-color: #ccc;
    border: 2px solid #ccc;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
	cursor: pointer;
}

ul.form li.submit input:hover {
	color:#F00;
}

#comment {
    width: 400px;
    background-color: #ccc;
    border: 2px solid #ccc;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

ul.form li textarea {
    height: 90px;
    width: 340px;
}

ul.form li.comment .required, ul.form li.comment label {
    width: 120px;
}

li.comments {
    height: 130px !important;
}

.valid {
    border: 2px solid green !important;
}

.invalid {
    border: 2px solid #800 !important;
}

#flash {
	width:100%;
	height:598px;
	display:none;
}

/********* adm ************/

.classedd {
	float:right;
	padding-botton:2px;
	padding-top:1px;
	color:#9AA1AA;
	width:100%;
	text-align:right;
	/* border-bottom: 1px solid #FFF; */
}

#direitaadm {
	padding:0px;
}

.loaderadm {
	margin-top:20px;
	width:300px;
	text-align:center;
	display:none;
}

#del_adm {
	width:300px;
}

#li_adm {
	width:260px;
	height: 225px !important;
	max-height:225px;
	overflow:hidden;
	margin:0 auto;
	font-size:12px;
}

#li_adm_usu {
	width:260px;
	height: 80px !important;
	max-height:80px;
	overflow:hidden;
	margin:0 auto;
	font-size:12px;
}

.delpic {
	float:right;
	border:none;
	background:none;
	color:#FFF;
	margin:20px 10px 0 0;
}

.del_li {
	padding:2px 2px 0 2px;
}

#esquerdaadm a:hover, #direitaadm a:hover {
	color:#FFF;
	text-decoration:underline;
}

