﻿/*
  01 Wrapper
  02 Header
     02.1 - Navigation
  03 Content
     03.1 - Left
     03.2 - Right
  04 Footer
  05 Typography
  06 Links
  07 Forms
  08 Frontend
  09 Misc
*/

html, body, h1, h2, h3, p, img, ul, li, table, tr, td, hr { border: 0; margin: 0; padding: 0; }

.cufon-loading h1,
.cufon-loading h2
{
	visibility: hidden !important;
}

html
{
  height: 100%;
}

body
{
  background: #fef6eb url(../img/bg.jpg) no-repeat fixed 0 0;
  font: normal 62.5% "Trebuchet MS", Trebuchet, Helvetica, Arial, Sans-Serif;
}

/*********************/
/**** 01 WRAPPER *****/
/*********************/
#wrapper
{
  min-height: 100%;
  position: relative;
}

#contentWrapper
{
  background: #fef6eb;
  border-left: 10px solid #fef6eb;
  border-right: 10px solid #fef6eb;
  margin-left: 100px;
  position: relative;
  width: 850px;
  z-index: 1000;
}

/*********************/
/***** 02 HEADER *****/
/*********************/
#top
{
  position: relative;
  height: 97px;
  margin-bottom: 5px;
}

#title
{
  background: url(../img/top_title.png) no-repeat 0 0;
  display: block;
  height: 97px;
  width: 526px;
}

#title a
{
  display: block;
  height: 100%;
  width: 100%;
}

#logo
{
  background: url(../img/top_logo.png) no-repeat 0 0;
  height: 97px;
  width: 203px;
  position: absolute;
  right: 0;
  top: -17px;
}

#boll
{
  background: url(../img/boll.png) no-repeat 0 0;
  display: block;
  height: 154px;
  position: absolute;
  left: 858px;
  top: 5px;
  width: 154px;
}

#header
{
  margin-top: -43px;
}

/*********************/
/***** 02.1 MENU *****/
/*********************/
#nav
{
  margin-bottom: 50px;
}

#nav1
{
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  position: relative;
}

#nav2
{
  overflow: hidden;
  font-size: 1em;
  position: relative;
}

#nav1 ul, #nav2 ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav1 li
{
  border: 0;
  border-right: 7px solid #fef6eb;
  display: block;
  height: 32px;
  line-height: 32px;
  float: left;
  white-space: nowrap;
}

#nav1 ul#languages
{
  position: absolute;
  right: 0px;
}

#nav1 ul#languages li
{
  border: 0;
  height: 32px;
  line-height: 32px;
  margin: 0 7px 0 0;
  padding: 0;
}

#nav1 ul#languages li a
{
  margin: 10px 0 0 0;
  padding: 0;
}

#nav1 li#search
{
  border: 0;
  position: absolute;
  right: 0;
  width: 174px;
}

#nav1 li#search #searchfield
{
  background: url(../img/input_search_field.png) no-repeat 0 6px;
  float: left;
  height: 32px;
  padding: 8px 6px 4px 6px;
  margin-right: 5px;
  width: 118px;
}

#nav1 li#search #searchfield input
{
  background: transparent;
  border: 0;
  font-size: 0.8em;
  height: 20px;
  width: 120px;
}

#nav1 li#search input.submit
{
  background: url(../img/input_search_btn.png) no-repeat 0 0;
  border: 0;
  cursor: pointer;
  height: 19px;
  text-indent: -1000px;
  margin: 6px 0 0 0;
  overflow: hidden;
  width: 39px;
}

#nav1 a,
#nav1 a:active,
#nav1 a:visited
{
  display: block;
  color: #009ee0;
  padding: 0 15px;
  text-decoration: none;
}

#nav2 li
{
  display: block;
  float: left;
  margin-right: 2px;
  white-space: nowrap;
}

#nav2 a,
#nav2 a:active,
#nav2 a:visited
{
  background: #7fcef0;
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

#nav1 a:hover,
#nav1 a.active
{
  background: #009ee0;
  color: #fff;
}

#nav2 a:hover
{
  background: #009ee0;
  color: #fff;
}

#nav2 a.active
{
  background: #fff;
  color: #009ee0;
}

/*********************/
/**** 03 CONTENT *****/
/*********************/
#content
{
  font-size: 1.1em;
}

/*********************/
/***** 03.1 LEFT *****/
/*********************/
#left
{
  float: left;
  margin: 0 10px 10px 0;
}

/*********************/
/***** 03.2 RIGHT ****/
/*********************/
#right
{
  float: left;
  margin-bottom: 15px;
  width: 590px;
}

/*********************/
/***** 04 FOOTER *****/
/*********************/
#footerWrapper
{
  background: url(../img/shadow.png) no-repeat top center;
  width: 870px;
  margin-left: 100px;
  padding-top: 35px;
  position: relative;
  z-index: 1001;
}

#footerContent
{
  padding-bottom: 20px;
}

#footer
{
  background: #dac4a3 url(../img/footer_bg.png) repeat-x 0 0;
  bottom: 0;
  height: 240px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

#footerLogo
{
  background:  url(../img/footer_logo.png) no-repeat 0 0;
  float: left;
  height: 19px;
  margin-right: 10px;
  width: 93px;
}

#footerContent hr
{
  background: url(../img/splitter.png) no-repeat 0 0;
	height: 3px;
	margin-bottom: 10px;
}

/*********************/
/*** 05 TYPOGRAPHY ***/
/*********************/
#content h1
{
  color: #009ee1;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#content h2
{
  color: #009ee1;
  font-size: 1.2em;
  text-transform: uppercase;
}

#content p
{
  margin-bottom: 1em;
  line-height: 1.6em;
}

/********************/
/***** 06 LINKS *****/
/********************/
a, a:active, a:visited
{
  color: #009ee1;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.linkblock a, .linkblock a:active, .linkblock a:visited
{
  color: #000;
  text-decoration: none;
}

.linkblock a:hover
{
  color: #777;
}

.linklist ul {}

.linklist ul li
{
  line-height: 1.4em;
}

.linkPrefix
{
  background: url(../img/linkprefix.png) no-repeat 0 bottom;
  display: block;
  float: left;
  height: 1.4em;
  width: 18px;
}

#content #left .linklist a,
#content #left .linklist a:active,
#content #left .linklist a:visited
{
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
}

#content #left .linklist a:hover
{
  text-decoration: underline;
}

#content .linklist a,
#content .linklist a:active,
#content .linklist a:visited
{
  color: #000;
  font-size: 0.8em;
  text-decoration: none;
}

#content .linklist a:hover
{
  text-decoration: underline;
}

#content .boxFilled .linklist a,
#content .boxFilled .linklist a:active,
#content .boxFilled .linklist a:visited
{
  color: #009ee1;
  font-size: 0.8em;
  text-decoration: none;
}

#content .boxFilled .linklist a:hover
{
  text-decoration: underline;
}

#title a,
#logo a
{
  display: block;
  height: 100%;
  width: 100%;
}

/**********************/
/****** 07 FORMS ******/
/**********************/
input.text
{
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  width: 260px;
}

.dropdown
{
  border: 1px solid #ccc;
  margin: 0;
  width: 150px;
}

#footer input.text
{
  background-color: #555;
  border: 0;
  padding: 4px;
  width: 260px;
}

#footer .dropdown
{
  background-color: #fff;
  border: 0;
  width: 150px;
  margin-right: 2px;
}

.inputInvalidData
{
  color: #f00;
  font-style: italic;
  font-size: 1em;
  margin: 2px 0;
}

/*********************/
/**** 08 FRONTEND ****/
/*********************/
.linklist ul
{
  font-size: 1.2em;
  list-style-type: none;
}

.box
{
  overflow: hidden;
}

.boxBorder
{
  border: 1px solid #ccc;
  overflow: hidden;
}

.boxFilled
{
  background: #fff;
  overflow: hidden;
  padding: 15px;
}

.boxBlue
{
  background: url(../img/blue_bg.png) repeat-x 0 0;
  color: #fff;
  overflow: hidden;
  padding: 15px;
}

.boxBlueTop,
.boxBlueBottom
{
  background: url(../img/blue_top.png) no-repeat 0 0;
  display: block;
  height: 5px;
  width: 590px;
}

.boxBlueBottom
{
  background: url(../img/blue_bottom.png) no-repeat 0 0;
}

#left .boxFilled
{
  background: #fff;
  padding: 0;
}

.textSize_small
{
  font-size: 1em;
}

.textSize_normal
{
  font-size: 1.2em;
  line-height: 1.3em;
}

.textSize_large
{
  font-size: 1.4em;
}

strong, b
{
  color: #009ee1;
  font-weight: bold;
}

em, i
{
  font-style: normal;
  font-weight: bold;
}

.underline
{
  text-decoration: underline;
}

hr
{
  background:  url(../img/splitter.png) no-repeat top center;
	height: 3px;
}

.layoutGrid
{
  background-position: right top;
  background-repeat: no-repeat;
}

/*********************/
/****** 09 MISC ******/
/*********************/
.shadow
{
  background:  url(../img/shadow.png) no-repeat top center;
  height: 35px;
  width: 850px;
}

.slideshow
{
  height: 292px;
  overflow: hidden;
  width: 850px;
}

.slideshow img
{
  height: 292px;
  width: 850px;
}

#footer .shadow
{
  background:  url(../img/shadow.png) no-repeat top center;
  height: 35px;
  width: 850px;
}

.clear { clear: both }
