/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Nestlé Nutrition Happy Baby
    created:    2010-04
    author:     Sandrina JUSTINO

    summary:    PRINT
                RESET
                GENERIC
				HEADER
				FOOTER
				PAGE
				LAYOUT
				BLOCKS
				LISTS
				LINKS
				TITLES
                
----------------------------------------------------------------------------- */

/*  =PRINT
----------------------------------------------------------------------------- */
@media print {
    
}

/*  =RESET
----------------------------------------------------------------------------- */
* { margin:0; padding:0; vertical-align:baseline; }

body {
    font-family:Arial, Verdana, sans-serif;
    font-size:75%; /* :INFO:1em = 12px */
    text-align:center;
    margin:0;
    height:100%;
    color:#5b5b57;
    background:#fff;
}

input { height:auto; }
a img, fieldset, form { border:0; }
ins, abbr, acronym { text-decoration:none; border:0; font-style:normal; }
a:hover ins, a:hover abbr, a:hover acronym { text-decoration:underline; }
address { font-style:normal; }
ul { list-style:none; }
q:before, q:after { content:''; }
small { font-size:0.9em; }
textarea { overflow:auto; }

hr,
.accessibility { 
    position:absolute;
    left:-9999em;
}

button {
    width:auto;
    overflow:visible;
    border:0;
    background:none;
    cursor:pointer;
}

input.submit {
    width:auto !important;
    height:auto !important;
    cursor:pointer !important;
    border:0 !important;
    overflow:visible;
}


/*  =GENERIC
----------------------------------------------------------------------------- */
a {
    color:#853e8a;
    cursor:pointer;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content {
    text-align:left;
    position:relative;
	background:url(../img/skin/bg_content.jpg) 0 0 repeat-x;
	zoom:1;
}

#content-inner {
	background:url(../img/skin/bg_content_inner.jpg) center top no-repeat;
}

#container {
	background:url(../img/skin/bg_container.jpg) 0 100% repeat-x;
}

#container-inner {
	background:url(../img/skin/bg_container_inner.jpg) center bottom no-repeat;
	min-height:576px;
	height:auto!important;
	height:576px;
	padding:0 0 68px 0;
}


/*  =HEADER
----------------------------------------------------------------------------- */
#header {
	width:890px;
	overflow:hidden;
	margin:0 auto;
	padding:40px 0 0 0;
}

#logo {
	float:left;
	width:194px;
}

#logo img {
	display:block;
}

#menu {
	float:right;
	margin:22px 0 0 0;
}

#menu li {
	float:left;
	height:30px;
}

#menu li a {
	display:block;
	height:30px;
	background-image:url(../img/skin/bg_menu.png);
	background-repeat:no-repeat;
}

#menu li.item-01 a {
	background-position:0 0;
	width:158px;
}
#menu li.item-01 a:hover { background-position:0 -30px; }
#menu li.item-01 a.active { background-position:0 -60px; }

#menu li.item-02 a {
	background-position:-233px 0;
	width:142px;
	margin:0 78px;
}
#menu li.item-02 a:hover { background-position:-233px -30px; }
#menu li.item-02 a.active { background-position:-233px -60px; }

#menu li.item-03 a {
	background-position:-395px 0;
	width:180px;
}
#menu li.item-03 a:hover { background-position:-395px -30px; }
#menu li.item-03 a.active { background-position:-395px -60px; }

#menu li a span {
	position:absolute;
	top:-9999em;
}


/*  =FOOTER
----------------------------------------------------------------------------- */
#footer {
	width:890px;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	font-size:0.9em;
	color:#853e8a;
}

#footer li {
	display:inline;
	color:#7a7a7a;
}

#footer li a {
	color:#7a7a7a;
	padding:0 2px;
}


/*  =PAGE
----------------------------------------------------------------------------- */
#page {
	overflow:hidden;
	margin:0 auto;
}

.page-type-01 {
	width:890px;
	margin-top:30px!important;
}

.page-type-02 {
	width:940px;
	margin-top:40px!important;
}

#introduction {
	margin:0 0 0 315px;
}

#summary {
	margin:15px 0;
}

#summary p {
	color:#853e8a;
	font-weight:bold;
	font-size:1.25em;
}

#summary .list li {
	margin:5px 0 0 0;
}

.highlight-type-01 {
	background:#cbabce;
	margin:7px -7px 0;
	padding:14px 7px;
	color:#FFF;
}

.highlight-type-02 {
	background:#cbabce;
	margin:10px 10px 0 30px;
	padding:5px;
	color:#FFF;
}

.highlight p {
	margin:0!important;
}

.hasJS .toggle-content {
	display:none;
}

#presentation {
	margin:0 0 20px 240px;
	height:100%;
	overflow:hidden;
}

#presentation .title-01 {
	margin:0 0 30px 0;
}

#presentation .picture {
	float:left;
	width:85px;
	margin:0 15px 0 0;
}

#presentation .picture img {
	display:block;
}

#presentation .content {
	float:right;
	width:580px;
	height:65px;
	position:relative;
	padding:10px;
}

#presentation .content .opacity {
	background:#FFF;
	filter:alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
	position:absolute;
	left:0;
	top:0;
	width:600px;
	height:85px;
	z-index:1;
}

#presentation .content .inner {
	position:relative;
	z-index:2;
	color:#853e8a;
}

#title {
	margin:70px 0 50px 315px;
}


/*  =LAYOUT
----------------------------------------------------------------------------- */

#layout {
	width:100%;
	overflow:hidden;
}

#primary {
	float:right;
}

#layout.layout-type-01 #primary {
	width:610px;
	padding:0 14px 0 14px;
	border:1px solid #ede0f8;
	background:#faf4fb url(../img/skin/bg_gradient_03.png) 0 100% repeat-x;
}

#layout.layout-type-02 #primary {
	width:670px;
	padding:0 14px 0 14px;
	border:1px solid #d2e0d9;
	background:#ffffff url(../img/skin/bg_gradient_02.png) 0 100% repeat-x;
}

#primary p,
#primary div.paragraph,
#primary .list {
	margin-bottom:14px;
}

#secondary {
	float:left;
}

#layout.layout-type-01 #secondary {
	width:280px;
}

#layout.layout-type-02 #secondary {
	width:210px;
}

#layout.layout-type-01 #secondary .picture {
	margin:0 0 20px 0;
}

#secondary .picture img {
	display:block;
}

#layout.layout-type-02 #secondary .block {
	margin:0 0 30px 0;
}

.splash {
	text-align:center;	
}


/*  =BLOCKS
----------------------------------------------------------------------------- */
.flash {
	width:100%;
	overflow:hidden;
}

.block {
	position:relative;
}

.block .inner {
	position:relative;
}

.block-type-01 {
	border:1px solid #efe1f5;
	margin:0 0 5px 0;
	background:#FFF url(../img/skin/bg_gradient_01.png) left bottom repeat-x;
}

.block-type-01 .inner {
	background:url(../img/skin/bg_block_type_01.png) center bottom no-repeat;
	margin:0 0 -5px 0;
}

.block-type-02 {
	border:1px solid #dae7e9;
	margin:0 0 5px 0;
	background:#FFF url(../img/skin/bg_gradient_02.png) left bottom repeat-x;
}

.block-type-02 .inner {
	background:url(../img/skin/bg_block_type_02.png) center bottom no-repeat;
	margin:0 0 -5px 0;
	height:100%;
	overflow:hidden;
}

/* block-why */
#block-why {
	width:438px;
	float:left;
	margin:70px 0 65px 0;
}

#block-why .inner {
	padding:25px 25px 25px 20px;
}

#block-why .inner p {
	margin:10px 0;
}

/* block-how */
#block-how {
	width:428px;
	float:right;
	margin:70px 0 65px 0;
}

#block-how .inner {
	padding:25px 25px 25px 20px;
}

#block-how .inner p {
	margin:10px 0;
}

/* block-who */
#block-who {
	width:438px;
	float:left;
	margin:0 0 0 225px;
}

#block-who .inner {
	padding:10px;
	min-height:130px;
	height:auto!important;
	height:130px;
}

#block-who .inner p {
	margin:5px 0 0 0;
}

#block-who .picture {
	float:left;
	width:204px;
	margin:0 10px 0 0;
	text-align:center;
}

#block-who .picture img {
	display:block;
}

#block-who .content {
	display:table;
	margin:30px 0 0 0;
}

.msie6 #block-who .content,
.msie7 #block-who .content {
	display:inline-block;
}

/* block-when */
#block-when {
	width:428px;
	float:right;
}

#block-when .inner {
	padding:10px 20px;
	min-height:130px;
	height:auto!important;
	height:130px;
}

#block-when .inner .list {
	margin-top:15px;
	margin-bottom:5px;
}

/* block-video */
.block-video {
	padding:4px;
	width:200px;
	overflow:hidden;
}

.block-video .picture {
	float:left;
	width:100px;
	margin:0 15px 0 0;
}

.block-video .picture img {
	display:block;
}

.block-video .content {
	display:table;
	padding:15px 0 0 0;
}

.msie6 .block-video .content,
.msie7 .block-video .content {
	display:inline-block;
}

.block-video .content p {
	margin:0!important;
}


/*  =LISTS
----------------------------------------------------------------------------- */
.list-type-01 {
	list-style-type:disc;
	margin:0 0 0 15px;
}


/*  =LINKS
----------------------------------------------------------------------------- */
.link-type-01 {
	font-weight:bold;
	background:url(../img/skin/bg_bullets.png) 0 3px no-repeat;
	padding:0 0 0 10px;
}

.link-type-02 {
	text-decoration:underline;
}

.link-type-02:hover {
	text-decoration:none;
}

.link-type-03 {
	color:#5B5B57;
	text-decoration:underline;
}

.link-type-03:hover {
	text-decoration:none;
}


/*  =TITLES
----------------------------------------------------------------------------- */
.title-01 img {
	display:block;
}

.title-02 {
	color:#853e8a;
	font-size:1.4em;
	margin:14px 0;
}

.highlight .title-02 {
	margin:0 0 14px 0;
}

.title-03 {
	color:#c065c6;
	font-size:1em;
}

.title-04 {
	color:#853e8a;
	font-size:1em;
	font-style:italic;
	margin:0 0 5px 0;
}

.title-05 {
	color:#7F348B;
	font-size:3em;	
}

.splash .title-05 {
	padding:160px 0 0 0;	
}
