@import url(../common.css);
@media screen, projection {

a { color:#283f5f; }
#contentMain a { color:#889db2; }

/* main v0.9.3 */

html {
	background:#aeaeb0 url(gfx/bgdCommon1.jpg) no-repeat 50% 0;
	color:#283f5f;
}

#main {
	background-color:#fff;
}

/* headers */

#facility h2 a {
	color:#000;
}

#menuCategories h2,
#menuOthers h2 {
	background:#829a52 url(gfx/boxes1.png) repeat-y -400px 0;
}

#menuCities h2,
#boxNewsletter h2 {
	background:#829a52 url(gfx/boxes1.png) repeat-y 0 0;
}

/* facilities */

ul.facilities li {
	background:url(gfx/bgdCommon2.png) no-repeat -1200px 100%;
}

/* content side links  */

#menuCities ul,
#menuCategories ul,
#menuOthers ul {
	background:#829a52 url(gfx/boxes1.png) repeat-y -200px 0;
}

/* more link */

p.more a {
	background:url(gfx/bgdCommon2.png) no-repeat 100% 4px;
}

/* pages */

/* facility */

#facility {
	background-color:#fff;
}

#facility div.text {
	color:#7a7a7a;
}

#facility div.desc {
	background:url(gfx/bgdCommon2.png) no-repeat -1200px -49px;
}

#facility div.gallery {
	background:url(gfx/bgdCommon2.png) no-repeat -1200px 100%;
}

/* side elements */

/* breadcrumbs */

#breadcrumbs {
	background:url(gfx/bgdCommon2.png) no-repeat -1200px 100%;
	color:#889db2;
}

/* header */

#header {
	background:url(gfx/bgdHeader.jpg) no-repeat 0 44px;
}

/* box newsletter */

#boxNewsletter {
	background:#829a52 url(gfx/boxes1.png) repeat-y -200px 0;
}

/* form newsletter */

#formNewsletter {
	background:url(gfx/boxes1.png) no-repeat -600px 100%;
}

	#formNewsletter fieldset p {
		color:#fff;
	}

	#formNewsletter fieldset div label {
		color:#fff;
	}

	#formNewsletter fieldset div input {
		background:#fff url(gfx/bgdCommon2.png) no-repeat -1000px 0;
	}

	#formNewsletter div.submit input {
		background-color:#829a52;
		color:#fff;
	}

/* menu others */

#menuOthers {
	background:url(gfx/boxes1.png) repeat-y -600px 100%;
}

/* menu */

#menuMain li a {
	background:#829a52 url(gfx/boxes1.png) no-repeat -800px 100%;
	color:#fff;
}

/* menu fast */

#menuFast li {
	border-left:1px solid #000;
}

	#menuFast a {
		color:#000;
	}

}

