/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ..::ravdoucha studios css::.. */

/* the boxes */
body {
  background-color: #64bed5;
}

#container {
  margin: 5px auto;
  width: 930px;
  height: 650px;
  padding: 0 30px;
}

#frame {
  clear: both;
  position: relative;
  right: 10px;
  width: 930px;
  background-color: #fff;
  height: 400px;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 10px #666;
  -moz-box-shadow: 0px 3px 10px #666;
  -o-box-shadow: 0px 3px 10px #666;
  box-shadow: 0px 3px 10px #666;
}

#image {
  margin: auto;
  width: 930px;
  height: 400px;
}

#intro {
  background-color: rgba(68, 68, 68, 0.6);
  height: 130px;
  width: 150px;
  padding: 10px;
  position: absolute;
  bottom: 150px;
}

#header {
  height: 40px;
  width: 900px;
  padding: 15px;
}

#logo {
  width: 200px;
  float: left;
  z-index: 9999;
  top: 15px;
  position: absolute;
}
#logo img {
  width: 20px;
}
#logo a {
  text-decoration: none;
}

#footer {
  padding: 5px 15px;
}

#footer p {
  width: 300px;
  float: left;
}

#main {
  padding: 15px;
  background-color: #e3e3e3;
}
#nfo {
  width: 500px;
  float: left;
}

#avail {
  background-color: #ccc;
  width: 270px;
  padding: 10px;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#menu {
  float: right;
  height: 40px;
  width: 500px;
}

#cities {
  width: 600px;
  height: 70px;
  margin: 0 auto;
  clear: both;
}

.city {
  width: 120px;
  display: inline;
  height: 55px;
  float: left;
  display: block;
  margin: 0 6px;
}

/* navigation */

#jflanguageselection,
.gmenu {
  padding: 5px 0px;
  text-align: right;
  width: 500px;
  float: right;
}

#jflanguageselection li,
.mu li {
  margin: 0;
  padding: 5px;
  list-style: none;
  display: inline;
}

/* typography */
h1 {
  //font-family: georgia;
  font-size: 25px;
  font-style: italic;
  color: #fff;
}
@font-face {
  font-family: "UBKing";
  src: url(/assets/UB52IUN.TTF);
}
#logo h1,
#logo h2 {
  font-family: "UBKing";
  //font-weight: bold;
}

h2 {
  //font-family: georgia;
  font-size: 21px;
  font-style: italic;
  color: #64bed5;
}

h3 {
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  color: #333;
}

p {
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  line-height: 150%;
}

.city ul {
  width: 80px;
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  list-style: none;
  float: left;
}

.city li {
  float: left;
}

#intro p {
  color: #fff;
}

a {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
}

/* the cosmetics */

#logo h1 {
  color: #0904b3;
}

#logo h2 {
  color: #2f8a35;
}

#footer a {
  text-decoration: none;
  color: #444;
}

#footer a:hover {
  text-decoration: none;
  color: red;
}

#mnav a {
  text-decoration: none;
  color: #444;
}

#mnav a:hover {
  text-decoration: none;
  color: red;
}

/* 
	Web20 Table Style
	written by Netway Media, http://www.netway-media.com
*/
table.cos {
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 12px helvetica, arial, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align: left;
}
caption.cos {
  text-align: center;
  font: bold 16px helvetica, arial, sans-serif;
  background: transparent;
  padding: 6px 4px 8px 0px;
  color: #cc00ff;
  text-transform: uppercase;
}
.cos thead {
  background: #cccccc !important;
  text-align: left;
  height: 16px;
}
.cos thead tr:hover {
  background: #cccccc !important;
}
.cos thead th,
.cos thead td,
.cos tfoot th {
  padding: 4px;
}
tr.odd {
  background: #f1f1f1;
}
.cos tbody th,
.cos tbody td {
  padding: 4px;
}
.cos th,
.cos td {
  text-align: center;
}
