/* Reset */
body{color:#333;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 Myriad Pro,helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* Global */
body { background: white url(/images/bg.header.png) no-repeat top center; }
#page { margin: auto; width: 940px; }
img { border: 0; }

.sent { border: 2px solid #3dc1f3; margin: 30px 0; padding: 20px; background-color: #e5f7fd; }
.error { border: 2px solid red; margin: 30px 0; padding: 20px; background-color: #fee; color: red; }

/* Header */
#header {
  position: relative;
  background: #f2f2f2;
  /* add loading or default image... */
  margin: 40px 0;
  height: 500px;
  overflow: hidden;
  line-height: 0;
}

h1 {
  position: absolute;
  z-index:99;
}

/* Nav */
ul#nav {
  position: absolute;
  bottom: 0; left: 0;
  z-index:99;
  height: 55px;
  background: url(/images/bg.semiwhite.png);
  width: 940px;
}

ul#nav li {
  float: left;
  list-style-type: none;
}

ul#nav li, ul#nav li a {  
  display: block;
}

ul#nav li a {
}

#nav .selected {
  background-color: white;
}

#nav a:hover {
  background-color: #f2f2f2;
}

#nav-hello {
}

#nav-booth {
  background-position: 0 -100px;
  left: 120px;
}

#nav-contact {
  left: 240px;
}


/* Carousel */

#plate1, #plate2 {
  width: 940px;
  position: absolute;
}


/* Content */
#content {
  font-size: 20px;
  line-height: 28px;
}

#content p {
  margin-bottom: 15px;
}

#content ul {
  padding-left: 15px;
  margin-bottom: 15px;
}

#content li {
  list-style: disc;
  margin-bottom: 10px;
}

#main {
  width: 600px;
  float: left;
}

#sidebar {
  margin-left: 40px;
  float: left;
  width: 300px;
}


/* Sections */
.section { 
  position: relative; 
  margin: 20px 0;
}



/* Section: About  */
#about {
  min-height: 500px;
}
#about h2 { 
  margin: 0; padding: 0;
  position: relative;
  width: 600px;
  height: 100px;
  overflow: hidden;
  background-color: #f2f2f2;
}

#about h2 span {
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 600px;
  height: 100px;
  background:url(/images/home/h2.about.png) no-repeat top left;
}

#about div {
  margin-top: 30px;
  margin-left: 350px;
}

img#samples {
  display: block;
  position: absolute;
  top: 75px;
}

/* Section: Online */
#online h2 { 
  margin: 0; padding: 0;
  position: relative;
  width: 600px;
  height: 100px;
  overflow: hidden;
  background-color: #f2f2f2;
}

#online h2 span {
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 600px;
  height: 100px;
  background:url(/images/home/h2.online.png) no-repeat top left;
}

#online img {
  margin: 20px;
}


/* Section: Booth */
#booth {
  position: relative;
  height: 400px;
}

#booth img {
  position: absolute;
  top:-40px;
  
}

/* Section: Blog */
#blog {
  padding: 20px;
  background-color: #f2f2f2;
  line-height: 16px;
}

#blog h2 {
  font-size: 18px; 
  font-variant: small-caps;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

#blog ul { margin: 0; padding: 0; }
#blog li { margin: 0; padding: 0; margin-bottom: 10px; list-style: none; }

#blog a {
  color: #05acf0;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2em;
}

#blog small {
  font-size: 12px;
}


/* Footer */

.section:after, #content:after {
  clear:both;
  content:".";
  display:block;
  height:0pt;
  visibility:hidden;
}

#footer {
  position: relative;
  margin-top: 40px;
  height: 40px;
  text-align: right;
  padding-right: 10px;
  color: #999;
}

#footer img {
  position: absolute;
  left: -40px;
  top: 12px;
}

