@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #FFF;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
A{
  color: #CC6666;
    text-decoration: none;
    cursor: pointer;
}
A:hover{
    text-decoration: underline;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}
EM{
    font-style: italic;
}
.clear{
    clear: both;
}
INPUT{
    vertical-align: middle;
}
#container{
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* Header
------------------------------------ */

#header{
  position: relative;
  width: 960px;
  height: 112px;
  padding: 18px 0 0 0;
}
#logo{
    display: inline-block;
	text-decoration: none;
}
#logo .sp-1{
    display: block;
	line-height: 75px;
	font-size: 75px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -8px;
	white-space: nowrap;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#CC6666;
    position: relative;
    left:-4px;
}
#logo .sp-2{
    display: block;
	font-size: 20px;
    color:#AAA;
}
#top-nav{
  width: 290px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
#top-nav LI{
  line-height: 30px;
  font-size: 20px;
  display: inline-block;
  width: 90px;
  float: left;
  margin: 0 0 0 10px;
}
#top-nav LI.first{
  margin: 0;
}
#top-nav LI A{
  text-decoration: none;
  color: #666;
  display: block;
  width: 90px;
  height: 30px;
  background: url(images/top-nav.png) no-repeat top right;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
#top-nav LI:hover A, #top-nav LI.current A{
  background-position: top left;
  color: #FFF;
}
#top-info{
  width: 150px;
  position: absolute;
  top: 30px;
  right: 0;
  text-align: right;
}
#top-info .sp-1{
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#top-info .sp-2{
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
    color:#CC6666;
}
#top-box{
  width: 960px;
  height: 363px;
  background: url(images/top-box.png) no-repeat;
  margin: 0 0 20px 0;
  position: relative;
}
#top-box .text{
  width: 590px;
  position: absolute;
  top: 50px;
  left: 40px;
  font-size: 14px;
  color:#DDD;
}
#top-box .text H3{
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
#top-box .text STRONG{
  color: #FFF;
}
#top-box .text P{
  margin: 0 0 15px 0;
  line-height: 24px;
}
#top-box .text LI{
  background: url(images/bullet.png) no-repeat  12px 5px;
  padding: 0 0 0 30px;
  margin: 0 0 8px 0;
}

/* Main
------------------------------------ */

#content{
  width: 630px;
  float: left;
  padding: 0px 0 30px 0;
}
#content H1{
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #CC6666;
  font-weight: bold;
}
#content H2{
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #CC6666;
  font-weight: bold;
}
#content H3{
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #CC6666;
  font-weight: bold;
}
#content P{
  margin: 0 0 15px 0;
  line-height: 22px;
}
#content UL{
  margin: 0 0 15px 30px;
  list-style: disc;
}
#content OL{
  margin: 0 0 15px 30px;
  list-style: decimal;
  line-height: 22px;
}
#content LI{
  margin: 0 0 5px 0;
  line-height: 22px;
}
#sidebar{
  width: 255px;
  float: right;
  position: relative;
  background: #EEE;
  padding: 20px 25px 20px 30px;
  margin: 0 0 30px 0;
}
#sidebar H3{
  font-size: 16px;
  margin: 0 0 20px 0;
  color: #CC6666;
  font-weight: bold;
}
#sidebar BLOCKQUOTE{
  margin: 0 0 30px 0;
}
#sidebar BLOCKQUOTE P{
  font-size: 14px;
  font-style: italic;
  font-family: 'Droid Serif', serif;
  color: #AAA;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px 0;
}
#sidebar BLOCKQUOTE CITE{
  display: block;
  text-align: right;
  color:#CC6666;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: bold;
}

/* Footer
------------------------------------ */

#footer{
  width: 960px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color:#AAA;
  background: #EEE;
}
#push{
  clear: both;
  height: 30px;
}


/* Contact
------------------------------------ */

.contact-sidebar-section
{
    margin-top: 10px;
}

.contact-sidebar-spacer
{
    margin-bottom: 200px;
}


input[type="text"]
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-color: white;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    pop-webkit-border-radius: 4px;
    pop-moz-border-radius: 4px;
    popborder-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #AAA;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
    padding: 0 0 0 5px;
    color: #444;
    text-decoration: none;
    height: 26px;
    width: 350px;
}

textarea 
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-color: white;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
    pop-webkit-border-radius: 4px;
    pop-moz-border-radius: 4px;
    popborder-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #AAA;
    display: block;
    white-space: nowrap;
    line-height: 26px;
    padding: 0 0 0 5px;
    color: #444;
    text-decoration: none;
    width: 350px;
}


input[type="submit"] 
{
    background-color: silver;
    border: 1px solid;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,"Lucida Grande";
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    width: 150px;
    position: relative;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #DDD #CCC #CCC #DDD;
}

/* Validation
------------------------------------ */

#customForm{
    padding: 0 10px 10px;
}

#customForm input.error{

}
#customForm textarea.error{

}
#customForm div{
    margin-bottom: 15px;
}
#customForm div span{
    margin-left: 10px;
    color: #b1b1b1;
    font-size: 11px;
    font-style: italic;
}
#customForm div span.error{
    color: #e46c6e;
}
#customForm #send{
    background: #6f9ff1;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    border: 0;
    cursor: pointer;
}
#customForm #send:hover{
    background: #79a7f1;
}
#error{
    margin-bottom: 20px;
    border: 1px solid #efefef;
}
#error ul{
    list-style: square;
    padding: 5px;
    font-size: 11px;
}
#error ul li{
    list-style-position: inside;
    line-height: 1.6em;
}
#error ul li strong{
    color: #e46c6d;
}
#error.valid ul li strong{
    color: #93d72e;
}