
#menu-holder img{border:0;}
#menu-holder ul, #menu-holder li { list-style:none;margin: 0px;padding: 0px; line-height:normal;}
#menu-holder a{color:#fb7c03;text-decoration:none;}
#menu-holder div {   }

#menu-holder{width: 100%;}
#menu-holder .content{text-align:center;color:#c5c5c5;font-size:25px;text-shadow: #ffffff 1px 1px 1px;}
#menu-holder a.go{font-size:15px;}
#menu-holder a.go:hover{ text-decoration:underline;}
#home{margin-top:20px;}
.column-clear{clear:both;}



/***** PRICING TABLE *****/
.price_table {width: 100%;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #444444;
	}
.price_table  a {color: #AC1f24;}

.price_table .align_center{text-align: center;}

.price_table .pack-title{font-family: Boton-medium;
	font-size: 35px;
	color: white;
	padding-top:10px;
    padding-bottom:10px;
    }


	
.price_table .price{
font-family: georgia,arial,Times New Roman,Times,serif;
	font-size: 50px;
color: white;
	margin:30px 0px 20px 0px;
	}
.price_table .time{font-size: 14px;color: white;padding-top: 25px;
    text-align: center;}
	
/* --- header row 1 ---  */
.price_table .column_2 .header_row_1{
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #AC1f24;
	background: #AC1f24;
	background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#800000));
	background: -moz-linear-gradient(top, #800000,  #800000);
	background: linear-gradient(#900000, #800000);
	}

/* --- header row 2 ---  */
.price_table .column_2 .header_row_2{
	width: 100%;
	background-color:#AC1f24;
	}
	
.price_table .column_2{
	float: left;
    z-index: 100;
	box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
	-webkit-transform: translate(-5px,-15px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
	}	


	
/**** DATA ROWS  ****/
.price_table .row_style_1,
.price_table .row_style_footer_1

	{width: 100%;
	padding-top: 9px;
	float: left;
	}
	

.price_table .row_style_2,
.price_table .row_style_footer_2
	{width: 100%;
	padding-top: 9px;
	float: left;
	}
	
.price_table .row_style_footer_1{padding: 10px 0px;}

.price_table .row_style_footer_2{padding: 10px 0px;}
	
.price_table .row_style_1, .price_table .row_style_footer_1{background-color: #dadada;}

.price_table .row_style_2 {background-color: white;    padding: 10px !important;}

.price_table .row_style_footer_2 {background-color:white;padding: 10px !important;}

.price_table .row_style_1 span{position:relative;font-size:14px;}
	
.price_table .row_style_2 span{position:relative;font-size:14px;}
	

/**** BUY NOW BUTTON ****/
.buy_now
	{
	display: block;
	text-align: center;
	}

/* --- header row 1 ---  */
.price_table .column_1 .header_row_1{
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid black;
	background: black;
	background: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
	background: -moz-linear-gradient(top, black,  black);
	background: linear-gradient(black, black);
	}

/* --- header row 2 ---  */
.price_table .column_1 .header_row_2{
	width: 100%;
	padding: 5px 0px;
	/*border-top: 1px solid #5A5E6B;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#5A5E6B), to(#5A5E6B));
	background: -moz-linear-gradient(top, #5A5E6B,  #5A5E6B);
	background: linear-gradient(#5A5E6B, #5A5E6B);
	}
	
.price_table .column_1{
position: relative;
	float: left;
	-webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
	}	
