/* ------------------------------------------- */
/* BODY                                        */
body { background: #898989 url('/images/back.jpg') repeat-x top left; }
/* ------------------------------------------- */
/* BRANDING                                    */
div#branding { background: url('/images/logo.png') no-repeat; }
/* ------------------------------------------- */
/* NAV MAIN                                    */
div#nav_main a { color: #ffffff; }
div#nav_main a:hover { color: #bdc378; }
ul.nav_tools li a { border-left: 1px solid #fff; }
ul.nav_tools li:first-child a { border-left: none; }
/* ------------------------------------------- */
/* CONTENT MAIN                                */
div#content_main { color: #e1e1e1; background: url('/images/content_main.png') no-repeat; }
	div#content_main h2 { color: #ffffff; }
div#price { color: #fff; background: #898989; }
	div#price h2 { color: #3b3b3b; }  
	td.pric { background: #9c9c9c; text-align: center; font-weight: bold; }
	td.pric2 { background: #7c7b7b; text-align: center; font-weight: bold; }
	td.pric2 span { padding: 0 10px; }
	div#price table { border-bottom: 1px solid #fff; }
	div#price table td { border-top: 1px solid #fff; }

/* ------------------------------------------- */
/* CONTENT SUB                                 */
div#content_sub { color: #e1e1e1; background: url('/images/content_main.png') no-repeat; }
	div#content_sub h3 { background: url('/images/next.gif') no-repeat; }
div#content_booking { color: #e1e1e1; background: url('/images/content_main.png') no-repeat; }
	div#content_booking h3 { background: url('/images/next.gif') no-repeat; }
/* ------------------------------------------- */
/* SITE INFO                                   */
div#site_info { color: #ffffff; background: url('/images/bottom.gif') no-repeat top left; }
	div#site_info a { color: #ffffff; }

