@charset "UTF-8";
/* CSS Document */

#boxes {
width:auto;
height:175px;
margin-left: -40px;
}

.liquid-round {
	  font-size: 11px;
      width:300px;
	  height:auto;
	  margin: 20px 20px 20px 0;
      background:#fff url(../images/boxes/leftside.jpg) repeat-y left top;
	  float:left;}

.boxtop {
      width:100%;
      height:20px;
      background:url(../images/boxes/top.jpg) no-repeat left top;
      }
.boxtop span {
      display:block;
      position:relative;
      height:20px;
      background:url(../images/boxes/top-right.jpg) no-repeat right top;
      }

.boxcenter-content {
      position:relative;
      background:url(../images/boxes/rightside.jpg) repeat-y right top;
      padding: 1px 15px 0 15px;
      margin: 0 0 -15px 0;
      }
.boxcenter-content div  {
	font-family: Tahoma, Arial, Helvetica, sans-serif normal;
	color: #6e6e6e;
	font-size: 1em;
      }

.NEW  {
	font-family: Tahoma, Arial, Helvetica, sans-serif normal;
	color: #6e6e6e;
	font-size: 1em;
line-height:1.7em;
	padding: 10px 0 10px 40px;
	background:url(http://www.silicycle.com/images/NEW_an.png) no-repeat left top;
      }
.NEW_nobg  {
	font-family: Tahoma, Arial, Helvetica, sans-serif normal;
	color: #6e6e6e;
	font-size: 1em;
line-height:1.7em;
	padding: 10px 0 10px 40px;
      }

.boxcenter-content div H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -7px;
	color: #639ec8;
	font-size: 1.6em;
     }

.boxbottom {
      height:60px;
      background:url(../images/boxes/bottom.jpg) no-repeat left bottom;
	  clear:both;
      }
.boxbottom span {
      display:block;
      position:relative;
      height:60px;
      background:url(../images/boxes/bottom-right.jpg) no-repeat right top;
	  text-align: left;
	  padding-left: 15px;
	  padding-top: 33px;
	  padding-bottom: 0;
	  font-family: Tahoma, Arial, Helvetica, sans-serif normal;
	  color: #47433f;
	  font-size: 1em;
      }
	  
.boxbottom span a {
      color: #005c8f;
	  font-weight: bold;
	  text-decoration: none;
      }
.boxbottom span a:hover {
      color: #ca6d39;
      }

.liquid-round p span a {
      color: #005c8f;
	  font-weight: bold;
	  text-decoration: none;
      }
.liquid-round p span a:hover {
      color: #ca6d39;
      }