
/* ==========================================================================================
  
   PRICING PAGE
   
========================================================================================== */

#pricing_table {
	width: 797px;
	float: left;
	background:url(../images/bg/bg_pricing_table_green.jpg) repeat-y;
	}
		
		#pricing_table .row {
			float: left;
			width: 797px;
			border-bottom: 1px solid #faf9f9;
			min-height: 100%;
			}
			
		#pricing_table .row div {
			float: left;
      min-height: 100%;
			}	

		#pricing_table .wide { /* Pricing Table wide size */
			width: 220px;
			}
		
		#pricing_table .med { /* Pricing Table wide medium */
			width: 143px;
			}
			
		#pricing_table p { /* General Table Text */
			text-align: center;
			color: #37465f;
			text-transform: uppercase;
			font-size: 12px;
			line-height: 14px;
			padding: 10px 5px 10px 5px;
			margin: 0;
			}
			
		#pricing_table .titles p { /* Titles */
			font-size: 16px;
			font-weight: bold;
			color: #c75108;
			}
		
		#pricing_table p.price { /* Price */
			padding: 0 0 10px 0;
			color: #c75108;
			}	
		
		#pricing_table .wide p,
		#pricing_table .blue p { /* Gray & BUE table text */
			color: #fff;
			}
			
		#pricing_table .contact {
			margin: 15px 0 15px 10px;
			}
		
		#pricing_table .contact p {
			font-size: 14px;
			padding: 0px;
			margin-top: 4px;
			font-weight: bold;
			}	
	
		#pricing_table .last {
			border: 0;
			}
			
.blue_top { /* Blue column cap */
	background: url(../images/bg/pricing_top.jpg) no-repeat;
	background-position: top;
	float: left;
	margin-left: 365px;
	height: 10px;
	width: 143px;
	}

.blue_btm { /* Blue column bottom */
 	background: url(../images/bg/pricing_btm.jpg) no-repeat;
 	background-position: bottom;
	float: left;
	margin-left: 365px;
	height: 10px;
	width: 143px;
	}
	

