/* SCHNEEEXPRESS STYLES */

html, body
{
  font-family: "Segoe UI", Verdana, Arial, Helvetivca, sans-serif;
  font-size: 11pt;
  line-height: 1.3em;
}


body 
{
  padding: 20px;
  
  background: url("img/page-bkg-vert.png") repeat-x top left;
}

/* ANCHORS */
a:link,
a:hover,
a:visited
{
  color: #6088ba;
  text-decoration: none;
  cursor: pointer;
  padding: 4px;
}

a:hover
{
  background: #dae3ef;
  color: #3a5c87;
}


a.current
{
  font-weight: bold;
}

/* Hx ELEMENTS */
h1, h2, h3, h4, h5
{
  color: #6088ba;
  margin: 0;
  padding: 0;
}

h1 { margin-bottom: 12px; }
h2 { margin-bottom: 8px; }
h3 { margin-bottom: 4px; }


/* DIVS */
div.pageContainer
{
  width: 920px;
  margin: 48px auto 20px auto;
  border: 1px #999 dashed;
  min-height: 600px;
  
  border-radius: 15px;
  border: 8px white solid;
  
  background: rgba(255, 255, 255, 0.55);
  
  
  /* shadow */
  -webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.75);
  
}


/* page elements */
div.header 
{
  width: 100%;
  height: 96px;
}

div.headerLogo
{
  position: relative;
  left: 67%;
  top: -52px;
  width: 300px;
  height: 100px;
  background: url("img/se-header-logo.png") no-repeat top left;
  z-index: 1000;
}

div.contentContainer
{
  position: relative;
  top: 90px;
  width: 97%;
  margin: auto;
}

div.menu
{
  width: 160px;
  float: left;
  padding-top: 20px;
  margin-right: 12px;
}

div.menu a 
{
  display: block;
  width: 150px;
}



div.content
{
  float:  left;
  padding-top: 20px;
}

div.sidebar
{
  float: right;
  padding-top: 20px;
}


div.footer
{
  
}

.theme-default .nivo-controlNav 
{
  display: none;
}

.slider-wrapper
{
  position: relative;
  top: -100px;
  height: 176px !important;
}

.slider-wrapper #slider,
.slider-wrapper #slider img
{
  width: 918px;
  margin: auto;
  border-radius: 5px !important;
}

.slider-wrapper #slider
{
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
}
