/*  
Theme Name: Corpr8
*/
    a {
      color: #eeeeee;
      text-decoration: none;
      /*text-decoration: underline;*/
    }
    a:hover {
      color: rgb(241,241,241);
    }
    body {
      margin: 0;
      padding: 0;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 13px;
      color: #eeeeee;
      text-align: center;
      background: black url('images/gradient.png') repeat-x;
      position: relative;      
    }

    #all {
      width: 900px;
      margin: 0 auto;
      text-align: left;      
    }
    #all #head {
      height: 246px;
      position: relative;
      background: #72747d url('images/head.jpg') no-repeat;
    }
    #all #head p#top-ribbon {
      position: absolute;
      top: 8px;
      right: 12px;
      font-size: 12px;
    }
    #all #head h1 {
      position: absolute;
      top: 60px;
      /*left: 22px;   */
      background: url('images/h1-line.png') no-repeat center 48px;
      padding: 0;
      margin: 0; 
    }
    #all #head h1 a {
      font-weight: bold;
      font-size: 36px;
      color: white;
      text-decoration: none;
    }
    #all #head h1 span {
      font-size: 14px;
      font-weight: normal;
      display: block;
      text-align: center;
      padding-top: 10px;
    }
    #all #head ul#menu {
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 43px;
    }
    #all #head ul#menu li {
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      height: 43px;
    }
    #all #head ul#menu li a {
      display: block;
      float: left;
      line-height: 43px;
      height: 43px;
      color: white;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      padding: 0 10px;
      border-right: 1px solid #bcc2c1;
    }
    #all #head ul#menu li a:hover {
      text-decoration: underline;
    }
    #all h2 {
      font-size: 20px;
      font-weight: normal;
      margin: 15px 20px 0px -30ox;
      padding: 10px 0px 6px 0px;
      border-bottom: 1px solid white;
    }
	#all .Post_title {
	  /*display:inline;*/
      font-size: 20px;
      font-weight: normal;
      margin: 15px 20px 20px;
      padding: 20px 0 6px 0;
      border-bottom: 1px solid white;
    }
	
    #all h3 {
      font-size: 17px;
      font-weight: bold;
      margin: 0 30px;
      padding: 30px 0 0 0;
    }
    #all p {
      margin: 0;
      padding: 18px 30px 0 30px;
      line-height: 150%;
    }
    #all #footer {
      border-top: 10px solid #3c3d3f;
      margin: 35px 0 10px 0;
      padding: 0;
    }
    #all #footer p {
      color: #9c9c9c; 
      font-size: 12px;
      position: relative;
    }
    #all #footer p span#right {
      position: absolute;
      right: 70px;
      top: 16px;
    }
    #all #footer p span#left {
      position: absolute;
      left: 76px;
      top: 16px;
    }
    #all #footer p span#center {
      position: absolute;
      left: 420px;
      top: 20px;
    }
    #all #footer p span#googleads {
      position: absolute;
      left: 86px;
      top: 80px;
    }

    #all #footer p a {
      color: #9c9c9c;
      text-decoration: underline;
    }
    #all #footer p a:hover {
      color: rgb(255,255,255);
    }
   .flist {
      float: left;
      list-style: none;
      margin: 0px;
      padding: 40px;
      height: 43px;
    }
.customers {
padding:10px;
}
.leftalign {
text-align:left;
}
.centered {
margin-left:auto;
margin-right:auto;
}
.rightalign {
text-align:right;
}
#sidebar
{
	padding: 20px 0 10px 0;
	/*margin-left: 545px;*/
	width: 190px;
	}
#sidebar ul {
		padding: 0;
		margin: 0;	
	}
#sidebar li {
		list-style-type:none;
		padding: 0;
		margin: 0 10px;
	}
#sidebar h2 {
	text-decoration: none;
	padding: 0;
	margin: 12px 0px 0px 0px;

}

#sidebar h3 {
      font-size: 17px;
      font-weight: bold;
      margin: 0 30px;
      padding: 30px 0 0 0;
}


