/* -------------------------------------------------------------- 
  
   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;
}

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; }

body, body * {font-family: Arial; font-size: 12px}
h1 {font-weight: bold}
a h1 {text-decoration: underline;}

	
.clear {float: none; clear: both;}	
	
#top {
	text-align: center;
	padding: 10px;
	background: #E2E3E5;
}

#bottom {
	text-align: left;
	padding: 10px;
	background: #E2E3E5;
}

#logo {
	float: none;
	padding: 0 0 10px 0
}

#menu {
	width: 100%;
	text-align: center;
	background: #E2E3E5;
}

#menu div {
	width: 100px;
	float: left;
	padding: 5px;
	text-align: left;
}

.color-restaurant {
color: #dccd1c;
}

.color-clubs {
color: #ca3827;
}

.color-theatre {
color: #263572;
}

.color-show {
color: #40ae49;
}

.color-concert {
color: #8a427a;
}

.color-beauty {
color: #00a4c4;
}

.color-vacation {
color: #f99b1d;
}

.color-childs {
color: #cccc33;
}

#content {padding: 20px}
.hierarchy {padding-bottom: 20px}
.hierarchy a {color: #F01827; }

#bottom .head {color: black; font-size: 18px; text-transform: lowercase }
#bottom .search {width: 100%; float: none; clear: both}
#bottom .text {width: 90%; float: none}
#bottom .cop {font-size: 11px}

form .tbox {margin-bottom: 10px}
form .input {float: left; padding-bottom: 6px}
form .but {float: left; padding: 2px 6px 0px 6px}
form input {background: #EEEEEE; border: 1px solid #BBBBBB; padding: 5px}
form input:focus {background: #FFFFFF}
form input.noborder {background: none; border: 0}

.thumb {
	margin-bottom: 20px !important;
}