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

/*
	Design: Denis Leroy
	www.leroystudio.com.br
	
	Produ��o: Paula Oliveira
	www.twitter.com/paulaa_oliveira
*/

/********************************************* INICIO NORAMTIZACAO*****************************************************************/

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

p{ 
	padding:5px 0; 
	font:normal 12px Helvetica, Arial, sans-serif ;
	color:#999999;
}

a{outline: none;}

html {overflow:-moz-scrollbars-vertical; }

html {overflow-y:scroll }

body {
    line-height: 1;
	font:normal 12px Helvetica, Arial, sans-serif ;
	color:#fff;
	text-align:center;
	overflow: hidden;
	background:url(images/bg.jpg) repeat;
}

/************ INIICO NORMATIZA��O ***************/
#geral-home{
	width:781px;
	height:452px;
	margin:20px auto;
	text-align:left;
	background:url(images/home.jpg) no-repeat;
	position:relative;
}

#geral{
	width:781px;
	height:452px;
	margin:20px auto;
	text-align:center;
	
}
	ul#menu{
		width:370px;
		height:20px;
		margin:0 auto;
	}
		ul#menu li{
			width:auto;
			height:auto;
			display:inline-block;
			float:left;
		}
		ul#menu li a{
			color:#fff;
			text-decoration:none;
		}
		ul#menu li a:hover{
			text-decoration:underline;
		}
/****************INICIO HOME*****************/
.home-navigation{
	width:100%;
	position:absolute;
	text-align:center;
	bottom:20px;

}
	a.link-home{
		color:#FFF;
		text-decoration:none;
	}
	a.link-home:hover{
		text-decoration:underline;
	}
/*****************INICIO HOME PT**************/
.pt-img{ margin:0 auto;}


/****************INICIO INTERNA***************/
.topo{
	width:777px;
	height:48px;
	margin:0 auto;
	text-align:left;
}
.caixa-pagina{
	width:760px;
	height:346px;
	padding:8px;
	background:#fff;
}
	.caixa-pagina-interna{
		width:758px;
		height:346px;
		background:#e5729c;
	}
	.caixa-pagina-interna-b{
		width:694px;
		height:304px;
		background:#fff;
		margin:1px 0 0 2px;
		border-top:#e5729c 1px solid;
		border-bottom:#e5729c 1px solid;
		border-left:#e5729c 2px solid;
		border-right:#e5729c 2px solid;
		text-align:left;
		padding:20px 30px;
		position:relative;
	}


	/**********INIICO LOOK BOOK*********/
	ul#list-look-book{
		width:758px;
		height:346px;
		background:#e5729c;
	}
		ul#list-look-book li{
			display:inline-block;
			float:left;
			margin:1px 0 0 2px;
		}
			ul#list-look-book li img{
				cursor:pointer;
			}
			
	.look-boook-navigation{
		float:right;
	}
	.look-boook-navigation a{
		color:#fff;
		text-decoration:none;
	}
	
	/***********INICIO COLECOES*********/
	ul#menu-colecoes{
		position:absolute;
		bottom:60px;
		right:460px;
	}
	ul#menu-colecoes li a{
		font-size:14px;
		line-height:18px;
		color:#999999;
		text-decoration:none;
	}
	
	/********** INICIO CONTATO*******/
	strong{
		color:#D4145A;
	}