/* 
 * Realtor Sima Ran Stylesheet
 * Developed by: iServicesInc.net (http://iservicesinc.net)
 */
 
/* General style attributes */
body{
background:#fff;
color:#666;
text-align:center;
}
a{
text-decoration:none;
}
p{
color:#666;
font:normal 16px Palatino Linotype, Book Antiqua, Palatino, serif;
margin:0;
padding:5px 10px;
}

/* ID style attributes */
#top{
margin:10px auto;
width:980px;
text-align:left;
}
#nav{
clear:both;
display:table;
margin:15px auto;
}
#menu{
background:#9cf url(imgs/rsr_bar_bg.jpg) bottom repeat-x;
border:solid 2px #9cf;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
display:table;
list-style:none;
margin:0;
padding:2px;
}
#menu li{
float:left;
margin:0;
font:bold 18px Palatino Linotype, Book Antiqua, Palatino, serif;
}
#side{
float:left;
width:298px;
}
#side div{
background:url(imgs/rsr_side_bg.jpg) bottom repeat-x;
border:solid 1px #ccc;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
width:296px;
}
#side_contact_list{
list-style:none;
margin:0;
margin-left:85px;
padding:2px;
}
#side_contact_list li{
background:#fff url(imgs/rsr_bar_bg.jpg) bottom repeat-x;
border:solid 2px #9cf;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
margin:5px 0;
padding:2px 5px;
text-align:left;
width:190px;
}
#side_contact_list li a{
color:#369;
font:bold 12px Palatino Linotype, Book Antiqua, Palatino, serif;
line-height:16px;
margin:0;
padding:3px 10px;
text-decoration:none;
}
#side_list{
display:table;
list-style:none;
margin:0;
margin-left:5px;
padding:2px;
}
#side_list li{
float:left;
margin:1px 0;
padding:2px 5px;
text-align:left;
width:130px;
}
#side_list li a{
color:#369;
font:bold 12px Palatino Linotype, Book Antiqua, Palatino, serif;
line-height:16px;
margin:0;
padding:1px 10px;
text-decoration:none;
}
#main{
background:url(imgs/rsr_bg.jpg) bottom repeat-x;
border:solid 1px #ccc;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
float:right;
width:672px;
}
#ftr{
clear:both;
display:table;
margin:10px auto;
}
#ftr div{
background:#9cf url(imgs/rsr_bar_bg.jpg) bottom repeat-x;
border:solid 2px #9cf;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
clear:both;
display:table;
margin:15px auto;
padding:2px 10px;
}
#ftr span{
color:#444;
font:bold 12px Palatino Linotype, Book Antiqua, Palatino, serif;
}
#toTop{
background:url(imgs/toTop.png);
bottom:0px;
height:150px;
right:25px;
margin-bottom:-105px;
position:fixed;
width:50px;
}
#toTop:hover{
background:url(imgs/toTop.png);
bottom:0;
height:150px;
right:25px;
margin-bottom:-5px;
width:50px;
}

/* Class style attributes */
.first_link a{
border-right:solid 1px #9cf;
color:#369;
margin:0;
padding:0px 15px;
text-decoration:none;
}
._link a{
border-left:solid 1px #9cf;
border-right:solid 1px #9cf;
color:#369;
margin:0;
padding:0px 15px;
text-decoration:none;
}
.last_link a{
border-left:solid 1px #9cf;
color:#369;
margin:0;
padding:0px 15px;
text-decoration:none;
}
.first_link a:hover, #ftr div span a{
color:#fff;
text-decoration:none;
}
._link a:hover{
color:#fff;
text-decoration:none;
}
.last_link a:hover{
color:#fff;
text-decoration:none;
}
