
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Belgrano);


/* css resets */
body, div, dl, dt, dd, xul, xol, xli, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
	margin: 0;
	padding: 0;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

/*-----------------------------------------------------------------------------
Globals
-----------------------------------------------------------------------------*/

body {
  background-color:  #f8f8ff;
  font-family:       'Belgrano', 'Times New Roman', serif;
  font-size:         normal;
  color:             #000;
  margin:            0px;
}

xh2 { margin-bottom: 5px;}
ximg { opacity: 0.66; }

.header 
{ 
  background: url("images/controller.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  color:            #fff;
  width:            100%;
  padding:          0px;
  margin:           0px;
  height:           350px;
}

.headtop {
  font-size: 43px;
  font-family: sans-serif;
  background: #0008;
  padding: 0px;
  height: 50px;
}

.headcontent
{
  border: 0px solid red;
  height: 250px;
  max-height: 250px;
}

.headstripe
{
  position: absolute;
  top: 300px;
  height: 50px;
  background: #0008;
  padding: 0px;
  margin: 0px;
  width: 100%;
  border-bottom: 8px solid black;
}

.headtext
{
  font-family: sans-serif;
  font-weight: light;
  position: absolute;
  right: 50px;
  top: 5px;
  background: #0008;
  margin-top: 120px;
  width: 600px;
  height: 150px;
  padding: 0px;
}

.promozone
{
  width: 100%;
  text-align:center;
  margin-top: 20px;
}

.about
{
  position: absolute;
  top: 0px;
  left: 150px;
  display: inline-block;
  padding:  10px;
  height:   200px;
  width: 425px;
}

.aboutimage 
{
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 0px;
  xborder: 1px solid blue;
} 

/*-----------------------------------------------------------------------------
Extra-large promo boxes for front page.
-----------------------------------------------------------------------------*/

.promo
{
  padding:        0px;
  margin:         5px 5px 30px 10px;
  min-height:     300px;
  min-width:      300px;
  max-width:      300px;
  display:        inline-block;
  background:     #ccc;
  color:          #333;
  xxborder-radius:  2px;
  text-align: left;
  vertical-align:text-top;
}

.promo p  {  margin: 10px; }
.promo h2  {  margin: 5px; }
.promo:hover { background:#fed; color:#000;}
.promo:hover  img { opacity: 0.66; }

a {
  color: #000;
	text-decoration: none;
}

a:link {
  color: #000;
	text-decoration: none;
}

.header a 
{
  color: #88f;
  font-weight: bold;
	text-decoration: none;
}
