/*

	client: 		Aldi
	developed by: 	Rippleffect Ltd
	designer: 		micheal braithwaite
	programmer: 	david sloan
	
	css: 			structure

*/

* {
	margin:0;
	padding:0;
}

.do-not-display {
	display:none;
}

/* clear fix stuff */

.clr:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clr {
    display: inline-block;
}

html[xmlns] .clr {
    display: block;
}

* html .clr {
    height: 1%;
}

/* main structure */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	background-position:top center;
	background-repeat:repeat-x;
}

#container {
	margin:0 auto;
	width:920px;
	display:block;
	position:relative;
}

/** homepage specific **/

#container #note {
	background-image:url(/assets/images/structure/note/note.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:384px;
	height:474px;
	float:left;
	margin:10px 0 0 0;
	position:relative;
	z-index:2;
}

#container #polaroids {
	height:428px;
	width:541px;
	display:block;
	float:left;
	margin:0 0 0 -20px;
	position:relative;
	z-index:3;
}

#container #lacura-ad {
	background-image:url(/assets/images/structure/home/lacura-ad.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:2;
	width:463px;
	height:171px;
	margin:397px 0 0 381px;
	left:0;
}

#container #lacura-ad2 {
	background-image:url(/assets/images/structure/stage3/lacura-ad.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:6;
	width:273px;
	height:171px;
	margin:191px 0 0 30px;
	left:0;
	display:block;
}

#container #send-to-a-friend {
	background-image:url(/assets/images/structure/stage3/stamped-postit.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:5;
	width:251px;
	height:186px;
	top:317px;
	left:14px;
	display:block;
}


/** specific to the viral style pages **/

body#viral {
	background-image:url(/assets/images/structure/viral/body-bg.png);
	background-color:#fff;
}

body#viral #footer {
	position:absolute;
	width:912px;
	margin:535px 0 0 0;
	left:0;
	z-index:-1;
	background-image:url(/assets/images/structure/aldi.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 0 80px 0;
}

#container #image-manipulation {
	height:428px;
	width:550px;
	display:block;
	float:left;
	margin:0 0 0 -20px;
}

/** specific to the information style pages **/

/*body#information {
	background:url(/assets/images/structure/information/body-bg.jpg) repeat;
}*/

#outer-wrap { background:url(/assets/images/structure/information/body-bg.jpg) repeat;}

#wrap {
	width:912px;
	margin:0 auto;
	padding:20px 0;
	background:url(/assets/images/structure/information/wrap-bg.png) no-repeat;	
	behavior:url(/assets/iepngfix/iepngfix.htc);
}

#wrap.half {
	background:none;
	padding:0;
}

#wrap.half #left { 
	background:url(/assets/images/structure/information/wrap-half-bg.png) no-repeat;
	width:450px;
	margin:0;
	padding:20px 0;
	float:left;
	behavior:url(/assets/iepngfix/iepngfix.htc);
}

#right {
	float:left;
	width:300px;
} 

#wrap.half #left p {
	margin-right:50px;
} 

#wrap.half #right {
	float:left;
	width:400px;
	margin:0 0 0 20px;
}

body#information #footer { 
	background:url(/assets/images/structure/information/footer-bg.jpg) 0 0 repeat-x #fff;
	padding:0 0 10px 0;
}

body#information #footer #content { 
	width:912px;
	margin:0px auto;
	padding:20px 0;
}

#wrap #send-friend {
	background-image:url(/assets/images/structure/stage3/stamped-postit.png);
	background-repeat:no-repeat;
	width:251px;
	height:186px;
	margin:300px 0 0 0;
}

#wrap.send-friend .from-area {
	float:left;
	width:430px;
}

#wrap.send-friend .to-area {
	float:right;
	width:430px;
}

#wrap.send-friend .subscribe-area {
	width:800px;
	margin:15px;
	float:left;
	clear:both;
}

