/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:black;
	font-size:12px;
	color:#fff;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
a{
   color:#fff;
   text-decoration:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p{
   margin:10px 0;
   line-height:16px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.green{
   color:#00d200;
}

h1{
   font-size:24px;
   font-weight:normal;
   margin:16px 0;
}
li {
   list-style-type:none;
   line-height:20px;
}

/* home page */
   #main_wrapper{
      width:950px;
      height:500px;
      background-color:black;
/*      border:1px solid blue;*/
/*      margin:0 auto;*/
   }
   #background_left{
      width:50px;
/*      height:500px;*/
      overflow:hidden;
            height:100%;
            min-height:50px;
   }
   #background_right{
/*      background: black url('images/background_right.jpg');*/
      width:50px;
/*      height:500px;*/
/*      border:1px solid white;*/
      overflow:hidden;
      height:100%;
                  min-height:50px;
   }
   
   #main_wrapper, #background_left, #background_right{
      float:left;
   }
   #wrapper{
/*      border:1px dotted green;*/
      margin:0 auto;
      width:1050px;
   }
   #header_wrapper{
/*      border:1px solid white;*/
      height:50px;
      width:100%;
   }
   #header_links{
/*      border:1px solid white;*/
      height:50px;
      float:right;
/*      width:600px;*/
   }
   #logo{
/*      border:1px solid white;*/
      float:left;
      margin:10px 0 0 28px;
   }
   #header_links a{
/*      border-top:3px solid #10fa00;*/
      display:inline-block;
      margin-top:5px;
      padding:8px 5px 0;
      font-size:10px;
      text-transform:uppercase;
   }
   .header_link_active{
      border-top:3px solid #10fa00;
   }
   #header_links a:hover{
      border-top:3px solid #10fa00;
   }
   .menu_dot{
      font-size:30px;
      margin:10px 10px;
      vertical-align:middle;
   }

   
   #footer{
      height:30px;
      float:left;
/*      border:1px solid white;*/
      font-size:10px;
      width:950px;
      margin:30px auto;
   }
   #copyright, #footer_links{
      margin:10px 0 15px;
   }
   #copyright{
      float:left;
      margin-left:15px;
   }
   #footer_links{
      float:right;
      margin-right:15px;
   }
   #header_text{
/*      border:1px solid white;*/
      left:40px;
      position:relative;
      top:145px;
      width:400px;
      font-size:14px;
   }
   .green_title{
      color:#00d200;
      font-size:18px;
      font-style:italic;
      margin:0px 0 15px;
   }
   .bullet_text{
      font-size:14px;
      line-height:16px;
   }
   .big_bullet{
      display:inline-block;
      margin:0 5px 0 0;
   }
   #button_1, #button_2, #button_3, #button_4{
/*      border:1px solid white;*/
      height:190px;
      position:relative;
      top:300px;
      width:210px;
      float:left;
      margin-left:20px;
      cursor:pointer;
   }
   #buy_hal{
      font-size:11px;
      left:180px;
      position:relative;
      top:60px;
   }
#buy_hal a{
   text-decoration:underline;
}

