html{-webkit-font-smoothing:antialiased;}
body{background-color: rgba(169, 169, 169, 0.1);font: 12px/1.5em Arial, Helvetica, sans-serif, "Arial Narrow";color:#656565;}
img{border:0;}
ul, li { list-style:none;margin: 0px;padding: 0px; line-height:inherit;}
a{color:#fb7c03;text-decoration:none;}
div { /*position:relative*/ } 

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



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

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

.price_table .pack-title{font-family: Boton-medium;
	font-size: 30px;
	color: white;
	/*text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);*/
	margin-top:10px;}


	
.price_table .price{
font-family: georgia,arial,Times New Roman,Times,serif;
	font-size: 50px;
color: white;
	/*text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);*/
	margin:30px 0px 20px 0px;
	}
.price_table .time{font-size: 14px;color: white;
	/*text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);*/}	
	
/* --- header row 1 ---  */
.price_table .column_2 .header_row_1{
	height: 45px;
	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{
	height: 100px;
	width: 100%;
	padding: 5px 0px;
	border-top: 1px solid #AC1f24;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC1f24), to(#AC1f24));
	background: -moz-linear-gradient(top, #AC1f24,  #AC1f24);
	background: linear-gradient(#AC1f24, #AC1f24);
	}
	
.price_table .column_2{
height: 515px;
	float: left;
	width: 300px;
  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%;
	height: 40px;
	padding-top: 9px;
	float: left;
	}
	

.price_table .row_style_2,
.price_table .row_style_footer_2
	{width: 100%;
	height: 40px;
	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, .price_table .row_style_footer_2{background-color: white;}

.price_table .row_style_1 span{position:relative;font-size:14px;}
.price_table .row_style_1 span:before{
background: url("/_images/icon-yes.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }
	
.price_table .row_style_2 span{position:relative;font-size:14px;}
.price_table .row_style_2 span:before{
background: url("/_css/_images/icon-yes.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }
	
.price_table .no-option span:before{
background: url("/_css/_images/icon-no.gif") no-repeat 0 0;
	width: 24px;
    height: 24px;
	left: -30px;
    position: absolute;
    top: -3px;
	content: "";
    }

/**** BUY NOW BUTTON ****/
.buy_now
	{
	width: 210px !important;
	height: 20px;
	padding: 5px 16px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border-style: solid;
    border-width: 1px;
	color: #513b26;
	border-color: black;
	background: #AC1f24;
	background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#AC1f24));
	background: -moz-linear-gradient(top, #800000,  #AC1f24);
	background: linear-gradient(#800000, #AC1f24);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

.buy_now:hover
	{
	border-color: white;
	background: #AC1f24;
	background: -webkit-gradient(linear, left top, left bottom, from(#AC1f24), to(#800000));
	background: -moz-linear-gradient(top, #AC1f24,  #800000);
	background: linear-gradient(#AC1f24, #800000);
	}
	


	
	
	
	
/* --- header row 1 ---  */
.price_table .column_1 .header_row_1{
	height: 45px;
	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{
	height: 50px;
	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;
height: 100%;
top:35px;
	float: left;
	width: 250px;
  display:block;
	-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;
	}	

