/* reviews.css (c)2009 SugarHill Works LLC - http://www.sugarhillworks.com */


/*#reviews #ceibw { 
	background: #662200 url(../img/noise.jpg) top left repeat;
	position: relative;
	margin: 0 auto;
	width: 1000px; 
	height: 625px; 
	overflow: visible;
	z-index: 100;
}

#reviews #gradient { 
	background: #662200 url(../img/gradient_splash.jpg) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 627px;
	z-index: 1;
}*/

#reviews #copy p { 
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto 0 0;
	padding: 0 0 0 10px;
	text-align: left;
	color: #200;
}


/* -------------- header SS --------------- */

#images_ss_hdr { 
	position: relative;
	float: left;
	width: 160px;
	height: 110px;
	margin: 0 auto 0 0;
	text-align: center;
	z-index: 210;
}
#images_ss_hdr img {
	position: absolute; /* ! IMPORTANT ! */
	left: 0px;
	padding: 5px;
	margin: 0 auto;
	z-index: 220;
}

/* -------------- right panel SS -------------- */

#rt_cntr {
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	/*text-align: right;*/
	z-index: 200;
}

#rt_cntr .pic_cntr { 
	position: relative;
	left: 5px;
	margin: 30px 0px;
	width: 295px;
	height: auto;
	text-align: left;
}

#images_ss_rt { 
	position: relative;
	top: 30px;
	left: 5px;
	width: 295px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	z-index: 210;
}

#images_ss_rt img {
	position: absolute; /* ! IMPORTANT ! */
	left: 0px;
	margin: 0 auto;
	z-index: 220;
}

/* -------------- text is in main_cntr div ---------------- */

#main_cntr { 
	margin: 0 auto 0px auto;
}

#main_txt p {
	margin: 0 0 15px 0;
}

.titolo {
	margin: 30px auto 25px auto;
	font-size: 130%;
	text-align: left;
}

/* ------------- Reviews page only -------------- */

#left_txt_cntr {
	width: 625px;
	text-align: justify;
}

#left_txt_cntr p {
	margin: 10px auto 50px auto;
}

.title { 
	margin: 10px 0 25px 0;
	width: 100%;
}
.title a {
	color: #E3F6B4; 
}
#left_txt_cntr .title a:hover {
	color: #999966;
}

.pub {
	float: right;
	width: 100%;
	font-style: italic;
	font-size: 95%;
	font-weight: normal;
	text-align: right;
}
