/* -------------------------------------------------------------- 
    mpv.css
   * v 0.3 My Paris Visit CSS.
 -------------------------------------------------------------- */
/* -------------------------------------------------------------- 
    reset.css
   * Resets default browser CSS.
 -------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style:none;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*--- MAIN ------------------------------------------------------------------------------------------------------------------------------------------------*/
/* body */
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:normal;
	color:#ffffff;
	line-height:16px;
	/*background: #222222 url(../img/main/page_back.png) top repeat-x;*/
	/*background: #222222 url(../img/main/page_august.jpg) top repeat-x;*/
	/*background: #222222 url(../img/main/page_november.jpg) top repeat-x;*/
	/*background: #222222 url(../img/main/page_december.jpg) top repeat-x;*/
	/*background: #222222 url(../img/main/page_january.jpg) top repeat-x;*/
	background: #222222 url(../img/main/page_february.jpg) top repeat-x;
}
/* links */
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {	
	text-decoration: none; 
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #3399cc;
}
a:active {
	text-decoration: none; 
	color: #3399cc;
}
a:focus {
	outline:none;
}
/* title */
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	margin:0; 
	line-height:48px;
	width:550px;
}
h1 em {
	color:#65696d;
	font-size:24px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
} 
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#3399cc;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3399cc;
}
/* paragraphe */
p {
	margin-bottom:16px;
}
/* line */
hr {
	background:transparent url(../img/main/hr.png) center no-repeat; 
    width: 946px;
    height: 4px; 
    border: 0 none;
	clear:both;
}
/* clear */
.clear {
	color: #222222; 
	background-color: #222222;
	height: 0;
	border: none 0;
	clear:both;
}
select{
	outline:none;
}

/*--- WRAPPER ------------------------------------------------------------------------------------------------------------------------------------------------*/
.wrapper { 
    position: relative;
	width: 985px;
	margin: 0 auto;
}

/*--- HEADER ------------------------------------------------------------------------------------------------------------------------------------------------*/
#header {
	width:100%; 
	height:157px;
	top:0;
	background:url(../img/main/filtre_back.png) bottom center no-repeat;
}
/*--- LOGO ------------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
    position:absolute;
	top:56px;
	left:22px;
}

/*--- MENU ------------------------------------------------------------------------------------------------------------------------------------------------*/
#menu {
	width:990px; 
	height:41px;
	margin: 0 auto;
	line-height:22px;
	background: transparent url(../img/main/menu_back.png) top center no-repeat;
}
#menu li {
    position:absolute;
	top:0px; 
	text-align:center;
}
#menu a {
    display:block;
	height:41px;
	font-size:14px; 
	padding-top:6px;
}
/* items */
#home{
	left:2px;
	height:41px;
	width:93px;
}
#apartments{
	left:80px;
	height:41px;
	width:129px;
}
#services{
	left:195px;
	height:41px;
	width:119px;
}
#faq{
	left:299px;
	height:41px;
	width:92px;
}
#about{
	left:663px;
	height:41px;
	width:119px;
}
#guestbook{
	left:767px;
	height:41px;
	width:132px;
}
#contact{
	left:884px;
	height:41px;
	width:108px;
}
#home a:hover, #home a.active, #home a:focus {
	background:url(../img/main/menu_buttons_hover.png) -0px -0px no-repeat;
}
#apartments a:hover, #apartments a.active, #apartments a:focus{
	background:url(../img/main/menu_buttons_hover.png) -93px -0px no-repeat;
}
#services a:hover, #services a.active, #services a:focus{
	background:url(../img/main/menu_buttons_hover.png) -222px -0px no-repeat;
}
#faq a:hover,#faq a.active,#faq a:focus{
	background:url(../img/main/menu_buttons_hover.png) -341px -0px no-repeat;
}
#about a:hover,#about a.active,#about a:focus{
	background:url(../img/main/menu_buttons_hover.png) -433px -0px no-repeat;
}
#guestbook a:hover,#guestbook a.active,#guestbook a:focus{
	background:url(../img/main/menu_buttons_hover.png) -552px -0px no-repeat;
}
#contact a:hover,#contact a.active,#contact a:focus	{
	background: url(../img/main/menu_buttons_hover.png) -684px -0px no-repeat;
}

/*--- LANG ------------------------------------------------------------------------------------------------------------------------------------------------*/
#lang{
	position:absolute;
	margin: 0 auto;
	top:75px;
	left:235px;
	text-align:left;
	color:#FFF;
	display:block;
}

/*--- MY SELECTION ------------------------------------------------------------------------------------------------------------------------------------------------*/
#myselection{
	position:absolute;
	margin: 0 auto;
	top:67px;
	right:250px;
	text-align:right;
	color:#FFF;
	display:block;
	padding-left:16px;
	background: url(../img/main/selection_star_small.png) 2px 5px no-repeat;
}
#myselection:hover {
	background: url(../img/main/selection_star_small.png) 2px -10px no-repeat;
}
#myselection .active {
	color: #3399cc;
}
/*--- QUICK ACCESS ------------------------------------------------------------------------------------------------------------------------------------------------*/
#quickaccess{
	position:absolute;
	margin: 0 auto;
	top:67px;
	right:0px;
	text-align:right;
}
#quickaccess .quickselect{
	color: #ffffff;
	font-size:11px;
	background-color: #222222;
	border:1px solid #3a3a3a;
	outline:none;	
}

/*--- FILTER ------------------------------------------------------------------------------------------------------------------------------------------------*/
#filter {
	width:987px; 
	height:25px;
	position:absolute;
	left:0; 
	top:109px;
	padding-top:7px;
}
/* select*/
#filter .filterselect{
	margin-left:5px;
	color: #ffffff;
	font-size:11px;
	background-color: #000000;
	border:1px solid #3a3a3a;
	outline:none;
	width:140px;
}
/* text */
#filter .filtertext{
	float:left;
	font-size:12px;
	line-height:16px;
	text-align:center;
	width:140px;
}
/* search button */
#filter .searchbutton {
	position:absolute;
	top:3px; 
	right:6px;
    height:25px;
	width:58px;
    margin:0;
	background:url(../img/main/searchbutton.png) -0px -0px no-repeat;
	border:0;
	cursor:pointer;
	font-size:0px; 
	color:#333333;
	text-indent:-5000px;
}
#filter .searchbutton:hover {
    background:url(../img/main/searchbutton.png) -0px -25px no-repeat;
}
/* date picker */
#datepicker-arrival {
	margin-left:5px;
	color:#ffffff;
	font-size:11px;
	background-color: #000000;
	border:1px solid #3a3a3a;
	outline:none;
	width:140px;
}
#datepicker-departure{
	margin-left:5px;
	color:#ffffff;
	font-size:11px;
	background-color: #000000;
	border:1px solid #3a3a3a;
	outline:none;
	width:140px;
}

/*--- CONTENT ------------------------------------------------------------------------------------------------------------------------------------------------*/
#content {
	position:absolute;
	width:100%;
	top:141px;
}

/*--- BLOCK ------------------------------------------------------------------------------------------------------------------------------------------------*/
.block {
	width:946px;
	padding:0 20px 25px 20px;
	background: transparent url(../img/main/block_back_1.png) center bottom no-repeat;
}
.blockbottom {
	width:986px;
	height:24px;
	padding:0;
	background: transparent url(../img/main/block_back_bottom.png) center bottom no-repeat;
}

/*--- INFO ------------------------------------------------------------------------------------------------------------------------------------------------*/
#info {
	width:946px;
	height:48px;
	padding:0 20px 0 20px;
	background:url(../img/main/info_back.png) center top no-repeat;
}
#info h2 {
	font-size:24px;
	margin:0; 
	line-height:48px;
	width:550px;
} 
#info h2 em {
	color:#65696d;
	font-size:24px;
}
#info p {
	position:absolute; 
	right:20px; 
	top:20px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}
#info p a {
	color:#c5cbcc;
}
#info p a:hover {
	color:#3399cc;
}
#info .infoapart a{
	text-align:right;
	margin:0;	
	color:#c5cbcc;
	display: inline-block;
	padding:2px 8px 2px 8px;
	background: #2e2e2e;
}
#info .infoapart a:hover {
	color:#c5cbcc;
	background: #000;
}
#info .lastminlink {
	display:block;
	margin:0; 
	padding-left:20px;
	background: url(../img/main/lastmin_icon_mini.png) no-repeat;
}

/*--- TESTIMONIALS APART------------------------------------------------------------------------------------------------------------------------------------------------*/
#testimonialsapart{
    background: url("../img/main/block_back_2.png") no-repeat scroll center top #222222;
    font-size: 12px;
    padding: 18px 0 0 20px;
    width: 966px;
	float:left;
}

/*--- SELECTION APART------------------------------------------------------------------------------------------------------------------------------------------------*/
#selectionapart{
	width:986px;
	padding:18px 0 0 0;
	background:#222222 url(../img/main/block_back_2.png) center top no-repeat;
}
#selectionapart .category {
	position:relative;
	float:left;
	left:20px;
	width:175px;
	margin-right:18px;
}
#selectionapart .category img {
	width:175px;
	height:135px;
	margin-top:5px;
}
#selectionapart .category p {
	margin-top:4px;
	color:#c5cbcc;
}
#selectionapart .category a {
	position:absolute;
	display:block;
	height:210px;
	width:175px;
	background: url(../img/main/transparent-bg.png);
	color:#3399cc;
	cursor: pointer;
}
#selectionapart .category h3 a:hover {
	top:22px;
	width:185px;
	left:-6px;
	border: 1px dotted #cccccc;
}
#selectionapart .category h2 a  {
	position:relative;
	height:24px;
	background: none;
	color:#c5cbcc;
}
#selectionapart .similar{
	margin-left:20px; 
	margin-bottom:8px;
}

/*--- FOOTER HOME------------------------------------------------------------------------------------------------------------------------------------------------*/
#footerhome{
	width:986px;
	padding:18px 0 0 0;
	background:#222222 url(../img/main/block_back_2.png) center top no-repeat;
}
#footerhome h2  {
	position:relative;
	height:24px;
	background: none;
	color:#c5cbcc;
}
#footerhome p{
	font-size:12px;
	margin:0;
}
#footerhome .blog{
	color: #0079ce;
	font-style:italic;
	font-weight:bold;
} 
#footerhome .blog img:hover{
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform:rotate(10deg);
	transform: rotate(10deg);
}
#footerhome .tweet{
	color:#5599BB;
	font-style:italic;
	font-weight:bold;
} 
#footerhome .tweet img:hover{
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform:rotate(10deg);
	transform: rotate(10deg);
}
#footerhome .fb{
	color:#3B5998;
	font-style:italic;
	font-weight:bold;
}
#footerhome .fb img:hover{
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform:rotate(10deg);
	transform: rotate(10deg);
}
#homecol1{
	position:relative;
	left:20px;
	margin-right:40px;
	width:560px;
	float:left;
}
#homecolbar{
	border-left:1px solid #333333;
	width:50px;
	height:105px;
	float:left;
}
#homecol2{
	width:110px;
	float:left;
}
#homecol3{
	width:110px;
	float:left;
}
#homecol4{
	width:110px;
	float:left;
}

/*--- APARTMENTS ------------------------------------------------------------------------------------------------------------------------------------------------*/
#apartmentlist{
	width:986px;
	padding:0 0 20px 0;
	background: url(../img/main/block_back_3.png) center top repeat-y;
}
#apartmentlist .list {
	position:relative;
	float:left;
	left:20px;
	width:175px;
	margin-right:18px;
}
#apartmentlist .list img {
	width:175px;
	height:135px;
	margin-top:5px;
}
#apartmentlist .list p {
	margin-top:4px;
	color:#c5cbcc;
}
#apartmentlist .list a {
	position:absolute;
	display:block;
	height:210px;
	width:175px;
	background: url(../img/main/transparent-bg.png);
	color:#3399cc;
	cursor: pointer;
}
#apartmentlist .list a:hover {
	top:-2px;
	width:185px;
	left:-6px;
	border: 1px dotted #cccccc;
}
#apartmentlist .list a:hover h3 {
	margin-left:5px;
	margin-top:1px;
}
#apartmentlist .list h2 a  {
	position:relative;
	height:24px;
	background: none;
	color:#c5cbcc;
}
/* pagination */
#pagination p {
	text-align:right; 
	margin:16px 20px 0 0;
}
#pagination p a {
	color:#c5cbcc;
	display: inline-block;
	padding:2px 8px 2px 8px;
	background: #2e2e2e;
}
#pagination p a:hover {
	color:#c5cbcc;
	background: #000;
}
#pagination p a.active {
	font-weight:bold;
	background: #000;
}

/*--- FOOTER ------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer {
	margin-top:-5px;
	position:absolute;
	width:100%;
}
#footer p {
	padding:0px 5px 0px 5px;
	font-size:12px;	
}
#footer a.active {
	color:#3399cc;
}
#footer p.owner {
	float:left;
}
#footer p.menu {
	float:right;
}

/*--- GALLERY APART ------------------------------------------------------------------------------------------------------------------------------------------------*/
#photos{ 
	visibility: hidden; 
}

/*--- FORM ------------------------------------------------------------------------------------------------------------------------------------------------*/
form .username {
	display:none;
}
form .apartid {
	display:none;
}
form .inputlength {
	width:200px;
}
  
/*--- SERVICES ------------------------------------------------------------------------------------------------------------------------------------------------*/
#servicehome .clear {
	color: #222222; 
	background-color: #222222;
	height: 0;
	border: none 0;
	clear:both;
}
#servicehome hr  {
	background:transparent url(../img/main/hr.png) center no-repeat; 
    width: 946px;
    height: 4px; 
    border: 0 none;
	clear:both;
	margin-bottom:16px;
}
.hrshort  {
	background:transparent url(../img/main/hr_short.png) center no-repeat; 
    width: 305px;
    height: 4px; 
    border: 0 none;
	clear:both;
}

/*--- RESERVATION ------------------------------------------------------------------------------------------------------------------------------------------------*/
#reservation{
	padding:0 0 25px 20px;
	width:966px;
	font-size:12px;
}
#reservation .text{
	width:950px;
}
#reservation .block1{
	float:left;
}
#reservation .block2{
	margin-left:740px;
	border-left:1px solid #333333;
	padding-left:10px;
}
#reservation p{
	margin:0;
}
#reservation input[type=text] {
	border:1px solid #CCCCCC;
	height:16px;
	vertical-align:middle;
}
#reservation input[type=checkbox] {
	vertical-align:middle;
}
#reservation .inputlengthdate {
	width:182px;
	margin-right:2px;
}
#reservation .availability {
	width:200px;
	border:1px solid #CCCCCC;
	background-color:#222222;
	color:#ffffff;
	text-align:center;
}
#reservation .mysel[type=text] {
	width:175px;
	border:1px solid #333333;
	background-color:#222222;
	color:#ffffff;
	text-align:center;
}
#reservation  input.available[type=text] {
	border:1px solid #00FF00;
	color:#00FF00;
}
#reservation  input.error[type=text]{
	border:1px solid #FF0000;
	color:#FF0000;
}
#reservation select {
	border:1px solid #CCCCCC;
	width:203px;
	height:20px;
}
#reservation h5 {
	border-bottom:1px dotted #3399cc;
	font-size:14px;
}
#reservation .resacol1{
	float:left;
	width:240px;
}
#reservation .resacol2{
	float:left;
	width:240px;
}
#reservation .resacol3{
	float:left;
}
#reservation  span{
	color:#3399cc;
}
#reservation a.termslink{
	color:#3399cc;
}
#reservation a:hover.termslink{
	text-decoration:underline;
}

/*--- FAQ ------------------------------------------------------------------------------------------------------------------------------------------------*/
#faquestions{
	padding:0 0 25px 20px;
	width:966px;
	background: url(../img/main/block_back_3.png) center top repeat-y;
	font-size:12px;
}
#faquestions .text{
	width:950px;
}
#faquestions p{
	margin:0;
}
#faquestions dt {
	color:#3399CC;
	font-size:14px;
	border-bottom: 1px solid #333333;
	margin-bottom: 8px;
}
#faquestions dt:hover {
	color:#ffffff;
}
#faquestions dd{
	margin-bottom: 15px;
}
#faquestions dd a{
	color:#3399CC;
}

/*--- ABOUT ------------------------------------------------------------------------------------------------------------------------------------------------*/
#aboutus{
	padding:0 0 25px 20px;
	width:966px;
	font-size:12px;
}
#aboutus .text1{
	float:left;
	width:665px;	
	padding-right:20px;
}
#aboutus .text2{
	float:left;
	border-left:1px solid #333333;
	width:230px;
	padding-left: 30px;
}
#aboutus p{
	margin:0;
}

/*--- CONTACT ------------------------------------------------------------------------------------------------------------------------------------------------*/
#contactform{
	padding:0 0 25px 20px;
	width:966px;
	font-size:12px;
}
#contactform .text1{
	float:left;
	width:550px;
}
#contactform .text2{
	float:left;
	border-left:1px solid #333333;
	padding-left:10px;
}
#contactform .error{
	font-weight:bold;
	background-color:#FF0000;
	text-align:center;
}
#contactform .success{
	font-weight:bold;
	background-color:green;
	text-align:center;
}
#contactform p{
	margin:0;
}
/*--- GUESTBOOK ------------------------------------------------------------------------------------------------------------------------------------------------*/
#guest{
	padding:0 0 25px 20px;
	width:966px;
	background: url(../img/main/block_back_3.png) center top repeat-y;
}
#guest .text{
	font-size:12px;
	width:950px;
}
#guest p{

}
#guest h3 a{
	color: #3399cc;
}
#guest table{
	width:945px;
	border-collapse: collapse;
	border:1px solid #333333;
}
#guest table th {
	border:1px solid #333333;
}
#guest table td {
	border:1px solid #333333;
}
/*--- LEGAL ------------------------------------------------------------------------------------------------------------------------------------------------*/
#legal{
	padding:0 0 25px 20px;
	width:966px;
	font-size:12px;
}
#legal .text{
	width:950px;
}
#legal p{
	margin:0;
}
/*--- TERMS & CONDITIONS ------------------------------------------------------------------------------------------------------------------------------------------------*/
#terms{
	padding:0 0 25px 20px;
	width:966px;
	background: url(../img/main/block_back_3.png) center top repeat-y;
}
#terms .text{
	width:950px;
}
#terms p{
	margin:0;
}
#paginationterms p {
	text-align:right; 
	margin:0;
}
#paginationterms p a {
	color:#c5cbcc;
	display: inline-block;
	padding:2px 20px 2px 20px;
	background: #2e2e2e;
}
#paginationterms p a:hover {
	color:#c5cbcc;
	background: #000;
}
#paginationterms p a.active {
	font-weight:bold;
	background: #000;
}
/*--- SITEMAP ------------------------------------------------------------------------------------------------------------------------------------------------*/
#sitemap {
	padding:0 0 25px 20px;
	width:966px;
	background: url(../img/main/block_back_3.png) center top repeat-y;
}
#sitemap .col{
	float:left;
	width:240px;
}
#sitemap .col h2{
	color:#3399CC;
}

/*--- MAP ------------------------------------------------------------------------------------------------------------------------------------------------*/
#mpvMap{
	height:700px;
	width:945px;
}
#selectmap{
	position:absolute;
	top:60px;
	right:30px;
}
.infobox {
	color:#000000;
}
.infobox img{
	float:left;
	width:175px;
	height:135px;
}
.infobox a{
	font-size:12px;
	color:#3399cc;
}
.infobox p{
	float:left;
	margin-left:5px;
	font-family:Verdana, serif;
	font-size:11px;
	width:200px;
}
/*  Services pages-------------------------------------------------------- */
#servicemain {
	width:550px;
	float:left;
	font-size:12px;
}
#servicemain2 {
	width:550px;
	float:left;
	font-size:12px;
}
#servicemain h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#3399cc;
	margin-bottom:6px;
}
#servicemain2 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#3399cc;
	margin-bottom:6px;
}
#serviceside {
	width:305px;
	float:left;
	margin-left:90px;
}
#serviceside h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#3399cc;
	margin:0; margin-bottom:6px;
}
#serviceside h4 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#65696d;
	margin:0; margin-bottom:6px;
}
#serviceside2 {
	width:305px;
	float:left;
	margin-left:90px;
}
#serviceside2 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#3399cc;
	margin:0; margin-bottom:6px;
}
#serviceside2 h4 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#65696d;
	margin:0; margin-bottom:6px;
}
#servicemain a {
	font-weight:bold;
}
#servicemain2 a {
	font-weight:bold;
}
 /*  Services home-------------------------------------------------------- */
#servicehome img {
	margin-top:24px;
}
#servicehome {
	width:966px;
	padding:0 0 25px 20px;
	background: transparent url(../img/main/block_back_1.png) center bottom no-repeat;
}
.servicehome {
	width:305px;
	height:192px;
	float:left;
	margin-right:16px;
	position:relative;
	margin-bottom:8px;
}
.servicehome h3 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#3399cc;
	position:relative;
	top:0;
}
.servicehome h3 a {
	color:#3399cc;
	display:block;
	width:305px;
	height:192px;
	position:absolute;
	top:0;
}
.servicehome p {
	margin-top:8px;
}
.servicehomepartner {
	width:305px;
	height:130px;
	float:left;
	margin-right:16px;
	position:relative;
	margin-bottom:8px;
}
.servicehomepartner h3 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#3399cc;
	position:relative;
	top:0;
}
.servicehomepartner h3 a {
	color:#3399cc;
	display:block;
	width:305px;
	height:130px;
	position:absolute;
	top:0;
}
.servicehomepartner p {
	margin-top:8px;
}
.insurancetable {
	width:550px;
	border-collapse:collapse;
	background:#333;
	margin-top:8px;
	margin-bottom:24px;
}
.insurancetable td { 
    width:50%;
	vertical-align:baseline;
	padding:4px 8px 4px 12px;
	border-bottom:solid 1px #222222;
}
.insurancetd3 { 
	color:#3399cc;
	border-bottom:solid 1px #333;
}
.insurancetable th { 
    text-transform:uppercase;
	font-weight:bold;
	background:#000;
	padding:4px 8px 4px 12px;
}
#thguarantees {
	border-right:2px solid #333;
}
#benefits {
	border-left:2px solid #333;
}
.subscribe {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}

/* -------------------------------------------------------------- 
    apart.css
   * Apart CSS.
 -------------------------------------------------------------- */
#gallery {
	width: 550px ;
	height: 477px ;
	float:left;
}
#apart-image {
	width: 550px ;
	height: 413px ;
}
#thumbs{
	width: 550px ;
	height:65px;
	background:#666;
}
#description { 
	/*width:396px;*/
	width:371px;
	float:right;
}
#description p{
	float:left;
}
#description p span {
	color:#3399cc;
}
#description .p1, .p2, .p3, .p4 {
	float:left;
	height:55px;
	margin-bottom:0; margin-top:10px;
}
p.txtintro {
	/*width:210px;
	height:218px;*/
	width:174px;
	padding: 22px 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
p.txtintro a {
	color:#65696d;
	font-size:11px;
}
.miniplan{
	margin-top:10px;
}
#calendar {
	text-align:right;
	height:210px;
}

#location {
	background: url(../img/main/hr_short.png) top right no-repeat;
	height:65px;
}
#location .p1 {
	width:53px;
    margin-top:2px;
}
#location .p2 {
	width:250px;
	margin-left:12px;
}
#location .p2 img {
	margin-top:2px; margin-right:3px;
}
#location .p3 {
	width:50px;
}

#prices {
	background:url(../img/main/hr_short.png) top right no-repeat;
	height:65px; word-spacing:-1px;
}
#prices .p1 {
	width:112px;
}
#prices .p2 {
	width:116px;
	height:39px;
	margin-left:15px;
}
#prices .p3 {
	width:112px;
	height:39px;
	margin-left:15px;
	margin-top:26px;
	font-size:14px; font-weight:bold;
	color:#00FF00;
}
#prices .p3 span {
	font-size:11px; font-weight:normal;
}
#pictograms {
	background:url(../img/main/hr_short.png) top right no-repeat;
	height:67px;
    padding-top:7px;
}
#pictograms img {
	margin-right:5px; margin-top:2px;
}
#request{
	height:63px;
}
#request .p1{
	display:block;
	width:150px;
	height:35px;
	margin-top:18px;
}
#request .p1 a{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	word-spacing:1px;
}
#request .p2{
	width:221px;
	height:35px;
	margin-top:18px;
}
#request .p2 a{
	background:url(../img/main/request.png) top no-repeat;
	display:block;
	width:211px;
	height:35px;
	margin-left:10px;
	font-size:0px; color:#141414; text-indent:-5000px;
}
#request .p2 a:hover{
	background:url(../img/main/request.png) bottom no-repeat;
}
#desc{
	width:966px;
	padding:18px 0 0 20px;
	font-size:12px;
	background:#222222 url(../img/main/block_back_2.png) center top no-repeat;
}
#desc h2 {
	margin-bottom:8px;
}
#col1 {
	width:550px;
	float:left;
}
#col2 {
	width:375px;
	min-height:350px;
	float:left;
	margin-left:20px;
}
#map_canvas{
	width:375px;
	height:300px;
}
#tooltip{
	position:absolute;
	border:2px solid #3399CC;
	background:#ffffff;
	padding:2px 5px;
	color:#000000;
	display:none;
}
#activity_map{
	border-left:1px solid #2e2e2e;
	border-right:1px solid #2e2e2e;
	border-bottom:1px solid #2e2e2e;
	color:#ffffff;
	font-size:11px;
	margin-bottom:16px;
}
#activity_map table{
	width:100%;
}
#activity_map table td{
	width:25%;
}
 /*  HACK addthis -------------------------------------------------------- */
 #at15ptc{
	color:#000000;
}

/* -------------------------------------------------------------- 
    slideshow.css
   * Slideshow CSS.
 -------------------------------------------------------------- */
#slideshow_home {
	float: left;
	position: relative;
	overflow: hidden;
	background-color: #212121;
	width: 960px;
	height: 413px;
	margin-top: 0;
	margin-bottom:16px;
}
#slideshow_home h4 {
	color:#464646;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	margin-top:4px;
}
#slideshow_home img {
	float:left;
	position:absolute;
	border:none;
}	
#slideshow_home img.show {

}	
#slideshow_home .show  {
	background: url('../img/slideshow/selected-item.png') no-repeat;
}
#slideshow_home .show h4 {
	color:#3399CC;
}
#slideshow_home .show p {
	color:#ffffff;
}
#slideshow_home p {
	line-height:13px;
}
#slideshow_home .caption {
	position: absolute;
	float: left;
	top: 0px;
	left: 510px;
	height: 413px;
	width: 440px;
	color:#464646;
	background: url('../img/slideshow/slider.gif');
}
#slideshow_home a{
	display:block;
	height:101px;
	padding-left: 80px;
	outline:none;
	width:350px;
	color:#464646;
	font-size:12px;
	margin-top: 4px;
	text-decoration:none;	
}
