/*
*************************************************

Filippo Confalmi
Pop Up Screen Styles

Created by Bob Schwartz
http://www.fotografics.it

*************************************************
*/

/*-------------------------------------------  
  General Selectors
-------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
	text-align: center;
	font: 9pt/14pt Verdana, Arial, helvetica, sans-serif;
	color: #ccc;
}
img {
	border: 0;
}
a img { 
	border: none;
}
h1 {
	font: 14pt/14pt Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ccc;
	letter-spacing: 0.10em;
	margin: 0 0 15px 0;
}
h2 {
	font: 12pt/16pt Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ccc;
	letter-spacing: 0.10em;
}
/*-------------------------------------------  
  Basic Page
-------------------------------------------*/
#wrapper {
	width: 730px;
	margin: 0 auto;
	background: url(../im/pop_bk_wrap.jpg) repeat-y;
}

#footer {
	width: 730px;
	height: 61px;
	font: 8pt/8pt Verdana, Arial, helvetica, sans-serif;
}
#ftr_top {
	height: 36px;
	background: url(../im/pop_ftr_top.jpg) no-repeat center bottom;
	margin: 3px 0 0 0;
}
#ftr_top p {
	font: 6.5pt/8pt Verdana, Arial, helvetica, sans-serif!important;
}
#ftr_btm {
	height: 25px;
	background: url(../im/pop_ftr_btm.jpg) no-repeat center bottom;
}
/*-------------------------------------------  
  Content
-------------------------------------------*/
#head {
	width: 730px;
	height: 120px;
	background: url(../im/pop_bk_consigli_head.jpg) no-repeat;
}
#head.avv {
	width: 730px;
	height: 120px;
	background: url(../im/pop_bk_storie_head.jpg) no-repeat;
}
#head.privacy {
	width: 730px;
	height: 120px;
	background: url(../im/pop_bk_privacy_head.jpg) no-repeat;
}
#head.tov {
	width: 730px;
	height: 120px;
	background: url(../im/pop_bk_tov_head.jpg) no-repeat;
}
#head.stampa {
	width: 730px;
	height: 120px;
	background: url(../im/pop_bk_stampa_head.jpg) no-repeat;
}
#head.banner {
	width: 730px;
	height: 120px;
	background: url(../im/pop_bk_banner_head.jpg) no-repeat;
}
#head.riv {
	width: 730px;
	height: 120px;
	background: url(../im/pop_bk_riv_head.jpg) no-repeat;
}
#content {
	width: 670px;
	text-align: left;
	font: 10pt/18pt Verdana, Arial, helvetica, sans-serif;
	color: #ccc;
	margin: 0 auto;
	padding: 10px 0 0 0;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#content p {
	margin: 0 0 10px 0;
}
#content a {
	color: #ccc;
}
#content a:hover {
	color: #EFBF03;
}
#content a:active {
	color: #F00;
}
/*
.stampa {
	margin: 0 10px!important;
}
*/
#ftr_top p {
	font: 7pt/10pt Verdana, Arial, helvetica, sans-serif;
}
#copy {
	float: left;
	display: inline;
	text-align: left;
	width: 145px;
	padding: 6px 0 0 5px;
}
#exc {
	width: 400px;
	float: left;
	display: inline;
	padding: 6px 0 0 0;
}
#fg {
	float: right;
	display: inline;
	text-align: right;
	/*
	width: 245px;
	*/
	padding: 6px 5px 0 0;
}


/*-------------------------------------------  
  Styling
-------------------------------------------*/
span.dropcap { 
	border-right: solid #ccc 1px;
	display: inline;
	float: left;
	font: 40pt/30pt Verdana, Arial, helvetica, sans-serif;
	margin: 0 5px 0 0;
	padding: 0 0.1em 0 0;
	color: #D4AB02;
	font-weight: bold;
}
#fg a {
	color: #fff;
	background: url(../im/poplink_grey.gif) no-repeat right;
	padding: 0 15px 0 0;
}
#fg a:hover {
	color: #EFBF03;
	background: url(../im/poplink_yellow.gif) no-repeat right;
}
#fg a:active {
	color: #F00;
	background: url(../im/poplink_act.gif) no-repeat right;
}
a span.yel {
	color: #EFBF03!important;
}
a:hover span.yel  {
	color: #fff!important;
}
.yellow {
	color: #EFBF03;
}


/*-------------------------------------------  
  Positioning
-------------------------------------------*/
.fr {
	float: right;
	margin: 0 0 10px 10px;
}
.fl {
	float: left;
	margin: 0 10px 10px 0;
}
.fr-bod {
	float: right;
	margin: 10px 0 10px 10px;
}
.fl-bod {
	float: left;
	margin: 10px 10px 10px 0;
}
.cen {
	text-align: center!important;
}
img .cent {
	margin: 0 auto;
}
/*
.mar_top_5 {
	margin-top: 5px;
}
.mar_bot_5 {
	margin-bottom: 5px;
}
.mar_top_10 {
	margin-top: 10px;
}
.mar_bot_10 {
	margin-bottom: 10px;
}
.mar_top_bot_10 {
	margin: 10px 0;
}
.mar_lft_15 {
	margin-left: 15px;
}

*/
/*-------------------------------------------  
  Hacks
-------------------------------------------*/
.clearit {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
