/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Verdana, Geneva, sans-serif /*Arial, Helvetica, sans-serif*/;
	font-size: 100%;
	color: #fff;
	background-color: #996/*#999 */;
	/*background:url(/images/trans_text.png);*/
	margin: 0px;
	padding: 0;
}
/*#masthead {
	color: #999999;
	background-color: #Fff;
	padding: 0px;
	margin: 0;
}*/


#wrapper, #wrapperProperty {
	max-width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
	padding-bottom:10px;
}
#wrapper {
	background:url(/images/Calabria_Fiumefreddo_0296.jpg) top center no-repeat;
	border:3px ridge #666;
}

/*#wrapperProperty {
	background:url(../images/Calabria_Fiumefreddo_08_0261.jpg) top center no-repeat;
}*/

/* inner wrapper */
#innerWrapper, #innerWrapperProperty {
	width: 85%;
	min-width:1000px;
	margin:0 auto;
	/*position:relative;*/
	/*border:1px solid #FC0;*/
}

#left {
	float:left;
	width: 320px;
}
#left .content{
	padding: 20px 0px 24px 0;
	margin:0 auto;
	font-size: 0.8em;
	line-height: 1.2em;
	/*border: 1px solid #000;*/
}

#leftFsboText{background-image:url(/images/left-box.png); padding:5px;}

#hotPropertyEmail {
		background-image:url(/images/trans_red.png);
		color:#fff;	
		font-size:.85em;
		text-align:center;
}

/* used to center the right contect in the right wrapper space */
#rightWrapper {
	float:right;
	margin:0 auto;
	min-width:680px;
	/*border:1px solid #F00;*/
}
#right {
	float:left;
	width: 680px;
	clear: right;
}

#menubar{font-size:0.75em; margin-top:20px; margin-left:5px;}

/*#menu{float:left;}*/

#logo {
	/*background-image:url(../images/trans_small_blue.png);*/
	float:right;
	max-width:120px;
	padding:4px;
	background-color: #eee;
}


#right .content {
	padding: 20px 0 24px 10px;
	font-size: 0.8em;
	line-height: 1em;
	text-align:left;
	/*border: 1px solid #000;*/
}

#textBox, #textBoxProperty {background:url(/images/trans_text.png); margin-top:15px;padding:5px; /*background-color:#eee;*/}
#textBox p/*, #textBoxProperty p*/ {padding:4px; margin-top:5px;}

#textBoxProperty {
	text-align:center;
	border:1px solid #333;
}

/*#masthead .content {
	padding: 12px 20px;
}*/

#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	padding: 8px 0px;
	line-height:0.1;
	float:left;
	width:100%;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#right a:link {
	color: #fff;
}
#right a:visited {
	color: #eee;
}
#right a:hover {
	color: #eee;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
.p7uberlink {
	font-weight: bold !important;
	/*letter-spacing: 0.15em;*/
	border-color: #060 !important;
}
h1 {
	font-size: 1.8em;
	line-height:1.3;
	margin: 20px 0 20px 0;
}
h2 {
	font-size: 1.6em;
	line-height:1.2;
	margin: 15px 0 15px 10px;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 10px 20px;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 10px 30px;
}
.nomargintop {
	margin-top: 0;
}
/*.content p {
	margin: 12px 0;
}
*/