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

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;
}

a { color: #999966; cursor: pointer; }
a:hover { color: #E3F6B4; cursor: pointer; } 
a:visited { color: #999966; }
a:active { color: #E3F6B4; }
a[href="#"] { cursor: pointer; }

body {
	background: #551100 url(../img/noise_dk.jpg) top left repeat;
	color: #E3E5C3; 
	font-size: small;
	font-family: geneva, "arial narrow", arial, sans-serif; 
}


.noJS {
	font-weight: bold;
	color: #000;
}

/* ---------------- main container ---------------- */
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 9999;
}

#fullscr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

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

#graphics_bkgrd { 
	background-image: url(../img/main_bkgrd.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0 auto;
	width: 1000px; 
	height: 600px; 
	overflow: visible;
	z-index: 101;
}

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

#hdr { 
	position: relative;
	width: 100%;
	height: 140px;
	overflow: visible;
	z-index: 300;
}

#logo_cntr { 
	position: relative;
	float: right;
	top: 20px;
	width: 430px;
	height: 110px;
	z-index: 310;
}

#hdr_content_cntr { 
	background-image: url(../img/hdr_photo_bkgrd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	top: 10px;
	left: 20px;
	width: 400px;
	height: 120px;
	z-index: 315;
}

#hdr_content_cntr .info { 
	float: right;
	padding: 15px 25px 0px 0px;
	width: 200px;
}

/* ------ main menu links (global properties) ------ */

#menu_cntr { 
	position: relative;
	/*float: left;*/	
	width: auto;
	height: 30px;
	overflow: visible;
	z-index: 310;
}


/* ------------------ main text -------------------- */

#main_cntr { 
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 425px;
	margin: 0 auto 0px auto;
	z-index: 200;	
}

#main_cntr a:hover { color: #E3F6B4; }

#main_txt { 
	position: relative;
	float: left;
	width: 625px;
	height: auto; /*415px for flexcroll*/
	padding: 0 25px;
	z-index: 210;
}

h4 {
	font-size: 105%;
}

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

.smlr {
	font-size: 85%;
}

/* -------------- right panel (images) --------------- */

#rt_cntr { 
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	margin: 0 auto;
	z-index: 150;
}

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

#rt_cntr div img {
	border: #400 solid 0px;
	padding: 0px;
}

#ss_cntr { 
	position: relative;
	width: 295px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	z-index: 210;
}

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

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


/* ---------------- copyright info ----------------- */
#copy { 
	position: relative;
	clear: both;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	z-index: 10;
}
#copy p { 
	position: relative;
	width: 980px;
	height: auto;
	margin: 0 auto 0 0;
	padding: 0px 10px 0px 10px;
	text-align: left;
	color: #200;
	font-size: 85%;
}
	
#copy p a {
	color: #200;
	font-style: normal;
}
#copy p a:hover { color: #CA5; }


