/* CSS Document */

body,
html {
    margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background:#C9C9C9;
    color:#666;
    }
html a:link, a:visited, a:active, a:hover {
	color: #FF0000;
	text-decoration:underline;
	}

 	a.norm:link, a.norm:visited, a.norm:active, a.norm:hover {
	color: #666;
	text-decoration:underline;
	}
	
a.norm:hover {
	color: #FF0000;
	}

html h2 {
	font-size: 2em;
	font-weight:100;
    }

html h3 {
	font-size: 1.3em;
	font-weight:100;
    }

body {
	width:auto;
    min-width:900px;
    }
#wrap {
	padding-top: 15px;
    background:#FFF;
    margin:0 auto;
    width:900px;
    }
#header {
    background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:top, left;
	height:30px;
	margin:0px 0px 10px 20px;
    }
#nav {
    height:200px;
	background-image:url(../images/pic2.jpg);
	background-repeat:no-repeat;
	background-position:top, left;
	margin-bottom: 20px;
    }
#main {
    float:right;
    width:680px;
	padding-top:5px;
	}
#main p {
	margin: 0px 15px 0px 0px;
	}	
#sidebar {
    float:left;
    width:200px;
	border-right: none;
	background: url(../images/dot.gif) repeat-y right;
	margin:0px;
	margin-left: 10px;
	min-height:400px;
	padding:0px;
    }	
ul.menu	{
	list-style:none;
	padding: 0px 0px 20px 0px;
	margin:0px;
	font-weight:bolder;
	}	
ul.menu a {
	color: #666;
	padding-left:20px;
	text-decoration:none;
	}	
ul.menu a:hover{
	color:#FF0000;
	background:url(../images/arrownew.gif) left no-repeat;
	padding-left:20px;
	text-decoration:none;
	}
ul.menu li {
	margin:5px;
	list-style-type:none;
	list-style-position: outside;
	}
	
li ul {
	font-size: 90%;
	font-weight: normal;
	padding-left:0px;
	margin-left:10px;
	}
	

ul li:hover ul li{
background-color: #E5E5E5;
}


		
	body#index a#indexlink,
	body#about a#aboutlink,
	body#services a#serviceslink,
	body#properties a#propertieslink,
	body#celle a#cellelink,
	body#bastia a#bastialink,
	body#apt_sans a#apt_sanslink,
	body#testimonials a#testimonialslink,
	body#contact a#contactlink{
	color: #FF0000;
	background:url(../images/arrownew.gif) left no-repeat;
	padding-left:20px;
	}
	
#content {
	width:660px;
	clear:both;
	float:left;
	padding:30px 0px 20px 0px;
	margin:0px;
	}
	
.strong {
	font-weight:bolder;
	}
	
#footer {
    clear:both;
	background-color:#333;
	color:#999;
	margin:0px;
	padding:0px 5px 1px 20px;
	border-top:#666 solid 1px;
    }
	
	


