/* 
 * Design:  Philip G Grunzinger
 * Code:    Philip G Grunzinger
 
 * Philip is an employee of Netwide Webs LLC
 */

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 16px 0px 10px;
	background: url('images/background.gif') #4C4C4C repeat-x 0% 0%;
	color: #fff;
	font-family: Helvetica, tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}

span {
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 5px 0px 10px;
	text-align: justify;
	line-height: 14px;
  font-size:11px;
}

h2 {	
	font-size:1.3em;
}
h1 {
  font-size:2em;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input {
	padding: 2px;
	background-color: #eff3f7;
	border: 1px solid #C8AF30;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}

#container {
	margin: 0px auto;
	width: 768px;
}


/* Page Header */
  #header_container {
    margin-bottom: 12px;
    border: 1px solid #C8AF30;
    background-color:#616161;
  }
  
  #page_header {
    width: 766px;
    height: 187px;
    overflow: hidden;
  }
  
  /* Page Header : Company Name & Logo */
    #header_logo {
      float:left;
      margin:0px 0px 0px 0px;
      width:600px;
      height:200px;
      background-image: url(images/header_background.jpg);
      background-repeat: no-repeat;
    }
  /* End Page Header : Company Name & Logo */

  /* Page Header : Menu */
    #header_menu {
      padding-top: 23px;
      padding-right: 29px;
      float: right;
    }
    
    #header_menu li {
      margin-bottom: 2px;
      width: 116px;
      border: 1px solid #C8AF30;
      text-align: left;
      clear: both;
      float: none;
    }
    
    #header_menu li a {
      display: block;
      width: 116px;
      height: 20px;
      color: #e3ecf8;
      background-color: #4C4C4C;
      text-decoration: none;
      font-weight: bold;
      overflow: hidden;
      line-height: 10px;
    }
    
    #header_menu li a span {
      display: block;
      padding-top: 4px;
      padding-left: 15px;
    }
    
    #header_menu li a:hover {
      color: #fff;
      background-color: #777;
    }
  /* End Page Header : Menu */
/* End Page Header */
.buttonlist li {
  margin-bottom: 12px;
  width: 200px;
  border: 1px solid #C8AF30;
  text-align: left;
  clear: both;
  float: none;
}

.buttonlist li a {
  display: block;
  width: 200px;
  height: 30px;
  color: #e3ecf8;
  background-color: #4C4C4C;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  padding-top: 5px;
  font-size: 14px;
}

.buttonlist li a span {
  display: block;
  padding-top: 4px;
  padding-left: 15px;
}

.buttonlist li a:hover {
  color: #fff;
  background-color: #777;
}




/* Left Sidebar */
  #left_sidebar {
    width: 178px;
    float: left;
  }
  
  #left_sidebar .box_container {
    margin-bottom: 11px;
    border: 1px solid #C8AF30;
    background-color: #616161;
  }
  
  /* Left Sidebar : User Login */
    #userlogin {
      padding: 7px 8px 11px 12px;
      color: #f1f5f9;
      font-weight: bold;
      text-align: left;
    }
    
    #userlogin form {
      padding-top: 5px;
    }
    
    #userlogin .form_field {
      padding-left: 1px;
      padding-top: 7px;
      width: 155px;
      float: none;
      clear: both;
      text-align: right;
    }
    
    #userlogin form strong {
      padding-top: 1px;
      display: block;
      width: 50px;
      height: 13px;
      float: left;
      text-align: left;
    }
    
    #userlogin form input {
      width: 93px;
      float: right;
    }
    
    #userlogin form input.button {
      padding: 0px 0px 15px 0px;
      width: 55px;
      height: 15px;
      border: 1px solid #aaa;
      float: none;
    }
    
    #userlogin #link-password {
      padding-top: 5px;
    }
    
    #userlogin #link-password a {
      color: #eef3f9;
    }
    
    #userlogin #link-password a:hover {
      color: #bfd8f6;
    }
  /* End Left Sidebar : User Login */
  
  /* Left Sidebar : Products Nav */
  
    #nav {
      padding: 10px 17px 10px 12px;
      text-align: left;
    }
    
    #nav li {
      margin:0px 0px;
    }
    
    #nav li:hover {
      padding-left:5px;
    }
    
    #nav a {
      text-decoration: none;
    }
    #nav a:hover {
    }
  /* End Left Sidebar : Products Nav */
/* End Left Sidebar */





/* Main Content */
  #maincontent_container {
    border-top : 1px solid #C8AF30;
    min-height:600px;
    /*border-left : 1px solid #fff;*/
    background-image: url(images/linefade.gif);
    background-repeat: no-repeat;
    float: right;
    text-align: left;
  }
  
  #maincontent {
    margin: 7px 0px 0px 16px;
    width: 561px;
  }
  
  #maincontent_top {
    margin-bottom: 11px;
    width: 561px;
  }
  
  /* How We Started */
    #started_container {
      width: 561px;
      float: left;
    }
    
    #started {
      padding-top: 2px;
      width: 100%;
    }
    
    #specs {
      margin-top:3px;
      border-top:1px dotted #C8AF30;
      padding:0px 5px;
      width:551px;
    }
    
    #banner {
      margin-bottom:5px;
      width:561px;
      height:150px;
    }
    
    #img_link {
      background:#C8AF30;
      font-weight:bold;
      padding:3px;
      float:right;
      filter:alpha(opacity=75);
      opacity: .75;
      color:#000;
    }
  /* End How We Started */
    
  /* Video */
    #video {
      border-left: 1px dotted #C8AF30;
      float:right;
      padding:0px 0px 0px 5px;
      margin: 8px 0px 0px 5px;
    }
  /* End Video */
  
  /* Featured Products */
    #featured_container {
      border: 1px solid #C8AF30;
      background-color: #616161;
      float: left;
    }
    
    #featured {
      margin: 9px 30px;
      width: 498px;
    }
    
    #featured_products ul {
      padding-bottom: 2px;
      width: 498px;
    }
    
    #featured_products li {
      margin: 6px 16px 10px 1px;
      float: left;
      width: 107px;
    }
    
    #featured_products li.end {
      margin-right: 0px;
    }
    
    #featured_products li a {
    
    }
    
    #featured_products li a img {
      margin: 1px;
      display: block;
      width: 107px;
      height: 84px;
      background-color: #fff;
      overflow: hidden;
      clear:both;
    }
    
    #featured_products li h4 {
      padding-top: 3px;
      text-align: center;
      font-size: 10px;
      font-weight: bold;
    }
  /* End Featured Products */
/* End Main Content */

/* Page Footer */
  #page_footer {
    border-top:1px solid #C8AF30;
    margin:15px 5px 0px;
    padding:10px 0px 0px;
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
/* End Page Footer */
