BODY {
	MARGIN: 0px 0px;
	height:100%;
    margin:0;
    padding:0;
	background: #eaeaea;
	font-family: 'tahomaregular'!important;
    color:#555!important;
}


@font-face {
    font-family: 'tahomaregular';
    src: url('../fonts/tahoma.eot');
    src: url('../fonts/tahoma.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tahoma.woff') format('woff'),
         url('../fonts/tahoma.ttf') format('truetype'),
         url('../fonts/tahoma.svg#tahomaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


a {
    color: #000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

h9:hover, h9:focus {
    color: #c52f28;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0px none;
}


ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

li {
	margin: 0; 
	padding:0 0 0px 0; 
	list-style-type: none; 
}


.center{
text-align:center;
}

.space{
width:100%;
height:35px;
clear:both;
}


.margin{
padding-left:0px!important;
margin:0 4px 10px 4px!important;
}



.clearfix:after {
  clear: both;
  display: table;
  line-height: 0;
  content: "";
}

.uppercase{
text-transform:uppercase;
}
	 
h1{
	font-family: 'tahomaregular';
	font-size:23px;
	color:#c52f28;
	padding:20px 0;
	margin:0;

}


.heading_big{
	font-family: 'tahomaregular';
	font-size:42px;
	font-weight:bold;
	color:#c52f28;
	padding:20px 0;
	margin:0;

}

.panel{
width:970px;
margin:0 auto;
font-family: 'tahomaregular';
color:#5C5C5C;
font-size:12px;
line-height:18px;

}

#top{
width:100%;
height:136px;
background:#E4E4E4;
border-top:10px solid #353535;
border-bottom:1px solid #fff;
} 

	

.br_sm{
clear: both;
width:100%;
height:3px;
}

.br{
clear: both;
width:100%;
height:18px;
}

.br_big{
clear: both;
width:100%;
height:30px;
}

#banner{
width:100%;
height:480px;
margin:0 0 20px 0;
z-index:1111!important:
}



.page_title{
  float:left;
  width:99%;
    font-family: 'tahomaregular';
	font-size:18px;
	color:#5E5E5E;
	margin:0 0 10px 0;
	padding:0 0 8px 25px;
	background:url(../images/pencil_icon.png) 0 0;
	background-repeat:no-repeat;	
}

.page_title_line{
float:left;
width:100%;
border-top:3px solid #d0d0d0;
border-bottom:1px solid #fff;
margin:10px 0 0 -25px;
}

.hline{
float:left;
width:100%;
border-top:3px solid #d0d0d0;
border-bottom:1px solid #fff;
margin:10px 0;

}


.red{
    font-family: 'tahomaregular';
	color:#BC0000;

}

.shadow1{
padding:10px 0;
}


.gbox{
width:100%;
background:#f2f2f2;
padding:5px 5px 3px 5px;
border:1px solid #D8D8D8;
margin:10px 0;
overflow:hidden;
}

.gbox_left{
float:left;
width:70%;
height:28px;
background:url(../images/gshadow_box.jpg) 0 0;
background-repeat:no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#212121;
font-weight:bold;
padding:4px 10px 0 10px;
}

.gbox_right{
float:right;
width:25%;
padding:5px 0 0 0;
}


#footer{
float:left;
width:100%;
background:url(../images/footbg.jpg) 0 0;
background-repeat:repeat;
margin:30px 0 0 0;
padding:30px 0 12px 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover, a:focus {
    text-decoration: none;
}

.logo{
margin:40px 0 0 0;
}

.top_left{
float:left;
width:30%;
height:50px:
}

.top_right{
float:left;
width:70%;
}

.topmenu_area{
float:left;
width:100%;
height:40px;
margin-top:20px;
text-align:right;
position:relative;
z-index:9999:
}




.topmenu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding:0px;
  list-style: none;
}

.topmenu ul li {
  font-family: 'tahomaregular';
  color:#fff;
  font-size:14px;
  text-align:center;
  float:left;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  width:94px;
  padding:8px 5px 15px 5px!important;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}


.topmenu ul li.active{
	 background:url(../images/menu_hover.png) 0 0;
     background-repeat:no-repeat;
	 color:#fff;
	 margin:0px 0 0 0;
}


.topmenu ul li:hover {
  background:url(../images/menu_hover.png) 0 0;
  background-repeat:no-repeat;
  width:94px;
  padding:8px 5px 15px 5px!important;
  color: #fff;
}
.topmenu ul li ul {
  padding: 0;
  position: absolute;
  top: 35px;
  left: 0;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.topmenu ul li ul li { 
  width:200px!important;
  background: #555; 
  font-size:12px;
  text-align:left;
  display: block; 
  color: #fff;
  position:relative;
  z-index:9999!important;
  padding:8px!important;
 

}
.topmenu ul li ul li:hover { background: #c52f28;padding:8px!important; }
.topmenu ul li:hover ul {
  width:200px!important;
  display: block;
  opacity: 1;
  visibility: visible;
  padding:0px 0!important;

}



.top_right_bar1{
text-align:right;
width:100%;
height:50px:
}



#mid{
margin:25px 0;
}


.page_heading {
border-top:3px solid #d0d0d0;
border-bottom:1px solid #fff;
padding:0; 
margin:0px 0 35px 0; 
position:relative;
z-index:1; 
}


.page_heading_line {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
color:#555;
font-weight:bold;
text-transform:uppercase;
position:absolute; 
top:-15px; 
left:0px; 
margin:0 0 20px 0;
padding:0 10px 0 25px;
background:#eaeaea url(../images/pencil_icon.png) 0 0;
background-repeat:no-repeat;
}


.stepbox{
float:left;
width:30%;
font-family: 'tahomaregular';
font-size:11px;
color:#5e5e5e;

}
   
.box_border{
padding:0 10px;
margin:0 10px;
background:url(../images/stepline.jpg) 0 0;
background-repeat:repeat-y;
}	
	
	
.stepbox_left{
float:left;
width:22%;
margin-right:6px;
}


	
.stepbox_right{
float:left;
width:75%;
}

.stepbox h1 span{
font-family: 'tahomaregular';
color:#616161;
font-size:14px;
margin:0px;
padding:0px;
}


.stepbox h1{
font-family: 'tahomaregular';
color:#bc0000;
font-size:14px;
margin:0 0 8px 0;
padding:0px;
}
 
 


.btn_view_package {
  float:right;
  font-family: 'tahomaregular';
  color: #fff;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  background: url(../images/view_package_bg.png) 0 0;
  background-repeat:no-repeat;
  width:167px;
  height:30px;
  padding:2px 0 0 0px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_view_package:hover {
  color: #c62f28;
  background: url(../images/view_package_bg.png) 0 0;
  background-repeat:no-repeat;
  width:167px;
  height:30px;
  padding:2px 0 0 0px;
}
 
 
.moreBtn {
  font-family: 'tahomaregular';
  color: #fff;
  font-size:14px;
  text-transform:uppercase;
  text-decoration:none;
  background: url(../images/btn_bg.jpg) 0 0;
  background-repeat:repeat-x;
  padding: 10px 40px 10px 20px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius:8px;
}

.moreBtn:hover {
  color: #fff;
  background: url(../images/btn_hover.jpg) 0 0;
  background-repeat:repeat-x;
  padding: 10px 40px 10px 20px;
}

.moreBtn:after {
  width: 14px;
  height: 100%;
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  background: url(../images/btn_arow.png) 50% 50% no-repeat;
  content: " ";
}
 
 
 .mid_left{
 float:left;
 width:65%;
 margin-right:28px;
 }
 
 
 
 .mid_right{
 float:left;
 width:32%;
 }
 
 
 
 
 
 
.btn {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size:11px;
  text-transform:uppercase;
  text-decoration:none;
  background: url(../images/btn_bg.jpg) 0 0;
  background-repeat:repeat-x;
  padding:8px 11px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover {
  color: #fff;
  background: url(../images/btn_hover.jpg) 0 0;
  background-repeat:repeat-x;
  padding:8px 11px;
}



.btn2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff!important;
  font-size:12px;
  text-decoration:none!important;
  background: url(../images/btn_bg.jpg) 0 0;
  background-repeat:repeat-x;
  padding:6px 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius:4px;
}

.btn2:hover {
  color: #fff!important;
  background: url(../images/btn_hover.jpg) 0 0;
  background-repeat:repeat-x;
  padding:6px 15px;
}

.text_line{
border-left:1px solid #CACACA;
padding-left:10px;
}

.rbox{
 float:left;
 width:265px;
 background:#e1e1e1;
height:auto;
padding:10px ;
}

.rbox_top{
 float:left;
 width:100%;
 background: url(../images/rbox_top.jpg) 0 0;
 background-repeat:no-repeat;
 height:22px;
 }
 
 
.rbox_end{
 float:left;
 width:100%;
 background:#eaeaea url(../images/rbox_end.png) 0 0;
 background-repeat:no-repeat;
 height:22px;
 }
 
 
.get_off_bg{
 float:left;
 width:285px;
 height:57px;
 background:#eaeaea url(../images/get_20%_off.jpg) 0 0;
 background-repeat:no-repeat;
 font-family: Arial, Helvetica, sans-serif;
 color: #434343;
 font-size:15px;
 padding:185px 0 0 0;
 text-align:center;

}
 
 
 	 
.heading {
	text-align:center;
	border-bottom:1px solid #48d3f2;
}


.heading_text {
	display:inline-block;
	font-family: 'tall_films_expandedregular';
	font-size:42px;
	font-weight:bold;
	color:#222;
	text-transform:uppercase;
	position:relative;
	top:24px;
	background:#fff;
	padding:0 12px;
} 
	
 
.payment{
width:350px;
margin:0 auto!important;

}


.btn_icon1 {
    float:left;
	display: block;
	width: 48px;
	height: 32px;
	background: url("../images/visa_icon.png") bottom;
	text-indent: -99999px;
	margin:5px;
}

.btn_icon1:hover {
	background-position: 0 0;
}

.btn_icon2 {
    float:left;
	display: block;
	width: 48px;
	height: 32px;
	background: url("../images/mastercard_icon.png") bottom;
	text-indent: -99999px;
	margin:5px;
}

.btn_icon2:hover {
	background-position: 0 0;
}

.btn_icon3 {
    float:left;
	display: block;
    width: 48px;
	height: 32px;
	background: url("../images/discover_icon.png") bottom;
	text-indent: -99999px;
	margin:5px;
}

.btn_icon3:hover {
	background-position: 0 0;
}

.btn_icon4 {
    float:left;
	display: block;
	width: 48px;
	height: 32px;
	background: url("../images/ame_exp_icon.png") bottom;
	text-indent: -99999px;
	margin:5px;
}

.btn_icon4:hover {
	background-position: 0 0;
}

.btn_icon5 {
    float:left;
	display: block;
	width: 48px;
	height: 32px;
	background: url("../images/google_chk_icon.png") bottom;
	text-indent: -99999px;
	margin:5px;
}

.btn_icon5:hover {
	background-position: 0 0;
}


.btn_icon6{
    float:left;
	display: block;
	width: 48px;
	height: 32px;
	background: url("../images/paypal_icon.png") bottom;
	text-indent: -99999px;
	margin:5px;
}

.btn_icon6:hover {
	background-position: 0 0;
}
 
 

.foot_panel {
float:left;
width:25%;
padding:0px;
margin:20px 40px 0 40px;
font-family: 'tahomaregular';
color: #787878;
font-size:12px;
}

.foot_heading{
font-family: 'tahomaregular';
font-size: 18px;
color:#fff;
text-transform:uppercase;
margin:0px 0 0 0;
padding:0 0 10px 0;
} 
 
 
 
 

  
.btn_gray {
  float:left;
  font-family: Arial, Helvetica, sans-serif;
  color: #696969;
  font-size:14px;
  font-weight:normal;
  background:#282828;
  width:220px;
  height:20px;
  padding:10px;
  text-align:center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius:4px;
  border-top:1px solid #0a0a0a;
  border-bottom:1px solid #4c4b4b;
}

.btn_gray:hover {
  color: #fff;
  background:#282828;
  padding:10px;
}
 
 
 
.logo_footer{
float:left;
width:17%;
margin-left:35px;
} 


.copyright{
float:left;
width:35%;
margin-top:8px;
} 
 
 
 

 

.social-networks {
		overflow:hidden;
		margin:0 auto;
		float:right;
		width:300px;
	}
	
.social-networks li {
		list-style-type:none;
		padding:0 0 .5em 0;
		margin:0;
		float:left;
		margin:0 4px;
		background:none;
		}
		
.social-networks li a {
			cursor:pointer;
		}
		
		
.social-networks li a span {
			-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
	
.social-networks li a:hover span {
			background-position:left -24px !important;
		} 
 
 
.logo_box{
float:left;
width:200px;
font-family: 'tahomaregular';
font-size:11px;
color:#323131;
margin:0 0px 20px 0px;
} 


.logo_box_margin{
float:left;
margin:0 10px 0px 10px;
} 

.logo_box_border{
float:left;
padding:0px 0px 10px 0px;
border-bottom:1px solid #c7c7c7;
} 


.logo_box_left{
float:left;
width:16%;
margin:0 10px 0px 0;
} 

.logo_box_right{
float:left;
width:75%;
} 


.logo_box h1{
	font-family: 'tahomaregular';
	font-size:12px;
	color:#c62f28;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
} 




 
 
.btn_gray2 {
  float:left;
  font-family: 'tahomaregular';
  color: #3f3f3f;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  background: url(../images/btn_gray2_bg.png) 0 0;
  background-repeat:no-repeat;
  width:135px!important;
  height:27px!important;
  padding:7px 0 0 10px!important;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_gray2:hover {
  color: #c62f28;
  background: url(../images/btn_gray2_hover.png) 0 0;
  background-repeat:no-repeat;
  width:135px;
  height:27px;
  padding:7px 0 0 10px;
}



.margin_left {
margin-left:30px;

}


.panel6{
float:left;
width:46%;
}

.panel6_left{
float:left;
width:18%;
margin-right:10px;
}

.panel6_right{
float:left;
width:78%;
}


.panel1{
float:left;
width:31%;
}

.panel1 a {
    color: #555;
	font-weight:bold;
    text-decoration: underline;
}
.panel1 a:hover, a:active {
    outline: 0px none;
	color:#c62f28;
}

.panel2{
float:left;
width:62%;
margin:0 50px 0 0;
}



.dotted_line_area{
float:left;
margin-left:30px;
}

.dotted_line_area2{
float:left;
margin:15px 15px 0 -25px;
}


.pnl_margin_right{
margin:0 50px 0 0;
}

.pnl_margin_both{
margin:0 30px;
}



.page_title_sm{
    float:left;
    width:100%;
    font-family: 'tahomaregular';
	font-size:14px;
	color:#5E5E5E;
	margin:0 0 4px 0;
	padding:0 0 8px 22px;
	background:url(../images/pencil_icon.png) 0 0;
	background-repeat:no-repeat;	
}

.page_title_line_sm{
float:left;
width:100%;
border-top:3px solid #d0d0d0;
border-bottom:1px solid #fff;
margin:10px 0 0 -20px;
}



.choose_logosrus ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

.choose_logosrus li {
	padding:0px 0px 0px 10px;
	margin:10px 0px 0px 15px;
	list-style-type: none;
    background-image: url(../images/dots.png);
    background-repeat: no-repeat;
    text-shadow: 1px 1px #fff;	
}

.choose_logosrus a {
    color: #555;
    text-decoration: none;
}
.choose_logosrus a:hover, a:active {
    outline: 0px none;
	color:#c62f28;
}

.arrow ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

.arrow li {
	padding:0px 0px 0px 15px;
	margin:10px 0px 0px 0px;
	list-style-type: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    font-weight:bold;
}


fieldset { padding:0px; margin:0px; border:none;}

label {font-family: 'tahomaregular'; font-size:13px; color:#5c5c5c; }

label.opt {font-weight:normal;}

dl {clear:both; width:900px;}

dt {float:left; text-align:left; width:140px;  line-height:15px; margin:0 10px 10px 30px;}

dd {float:left;  line-height:5px; margin:0 0 14px 0; }

.field { width:400px; text-decoration: none; height: 25px; background:#f5f5f5; border:1px solid #cacaca;}

.comments_field { width:400px; text-decoration: none; background:#f5f5f5; border:1px solid #cacaca;}


.text_big{
font-family: 'tahomaregular'; 
font-size:20px; 
color:#4B4C4C;
}


.btn_order_logo {
  float:left;
  background: url(../images/order_logo_bg.png) 0 0;
  background-repeat:no-repeat;
  width:940px;
  height:80px;

  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_order_logo:hover {
  background: url(../images/order_logo_hover.png) 0 0;
  background-repeat:no-repeat;
  width:940px;
  height:80px;
}

.port_left{
  float:left;
  width:80%;
}


.port_right{
  float:left;
  width:20%;
}




.tab {
	padding:0;	
	margin:0 0 34px 0;	
	
	}
.tab a, .tab a:visited, .tab a:hover {
	outline:none;
	display:block;
	text-decoration:none;
	padding:0px;
	margin:0px;
	float:left;
	font-size:15px;
	font-weight:normal!important;
	font-family: 'tahomaregular';
	text-transform:uppercase;
	
	}
.tab a span, .tab a:visited span {
	display:block;
	text-decoration:none;
	color:#fff;
	background:url(../images/tab_bg2.jpg) 0 0;
	background-repeat:repeat;
	padding:8px 30px;
	text-align:center;
	
	}
.tab a:hover {
	color:#fff;
	
	}
.tab a:hover span {
	text-decoration:none;
	color:#fff;
	
	}
	
.tab a.sel, .tab a.sel:visited, .tab a.sel:hover {
	display:block;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0;
	float:left;
	font-size:15px;
	font-weight:normal!important;
	font-family: 'tahomaregular';
	}
	
.tab a.sel span {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:normal!important;
	background:url(../images/tab_bg1.jpg) 0 0;
	background-repeat:repeat;
	padding:8px 30px;
	text-align:center;
	}
	
.subblock {
	padding:30px 0 0 0;
	border-top:4px solid #d0d0d0;

	}



.port_img_bg{
float:left;
background:url(../images/portfoliio_img_bg.png) 0 0;
background-repeat:no-repeat;
width:205px;
height:174px;
text-align:center;
padding:8px 0 0 10px;
}





.table {
  width: 100%;
  margin-bottom: 0px;
}

.table th,
.table td {
  padding:0px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;

}




.pagination_area{
float:left;
width:75%;
height:40px;
border-right:1px solid #c1c0c0;
margin:0 30px 0 0;
}

.btn3 {
  float:left;
  background: url(../images/btn3_bg.png) 0 0;
  width:173px;
  height:38px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

.btn3:hover {
  background: url(../images/btn3_hover.png) 0 0;
  width:173px;
  height:38px;
}


 button.btn_submit  {
	background: url(../images/btn_bg.jpg) 0 0;
    background-repeat:repeat-x;
    padding:8px 35px;
	border:none!important;
	color: #fff;
	font-family: 'tahomaregular';
    font-size:14px;
	font-weight:bold;
	text-align: center;
	box-shadow: none;
	border-radius:3px;
	display:inline-block;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}

button.btn_submit:hover{
  background: url(../images/btn_hover.jpg) 0 0;
  background-repeat:repeat-x;
  padding:8px 35px;
  color: #fff; 
  border:none!important;
} 




.pagination {
  margin: 0px 0;
}

.pagination ul {
  width:370px;
  display: inline-block;
  border: 0px solid #000;
  border-radius: 0px;
}

.pagination ul > li {
  display: inline;
}


.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  font-family: 'tahomaregular';
  color:#fff;
  font-weight:normal;
  text-decoration: none;
  font-size:11px;
  padding:0 8px 2px 8px;
  margin:0 5px;
  background:url(../images/pagi_nbg.jpg) 0 0;
  background-repeat:no-repeat;
}
		
		
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {

  background:url(../images/pagi_nhover.jpg) 0 0;
  background-repeat:no-repeat;
  padding:0 8px 2px 8px;
  -webkit-radius: 0px;
   border-radius: 0px;
  -moz-border-radius: 0px;
   color:#fff;
}		
	

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  float:right;
  font-size:12px;
  color:#000!important;
  background: transparent;
}


.pagination ul > li:last-child > a:hover{
  color:#c9322b!important;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  float:left;
  margin:0 30px 0 0px;
  padding:0;
  font-size:12px;
  color:#000!important;
  background: transparent;
}

.pagination ul > li:first-child > a:hover{
  color:#c9322b!important;
}



.package_box {
float:left;
width:263px; 
height:320px;
padding:40px 30px 20px 30px;
font-family: 'tahomaregular';
font-size: 12px; 
color: #4b4b4b; 
text-decoration: none;
text-align:left;

}


.package_box_hover {
float:left;
width:263px; 
height:320px;
padding:40px 30px 20px 30px;
background: url(../images/package_box_hover.png) 0 0; 
font-family: 'tahomaregular';
font-size: 12px; 
color: #4b4b4b; 
text-decoration: none;
cursor:pointer;
text-align:left;
}

.pack_geading{
  text-align:left;
  font-family: 'tahomaregular';
  color:#c9322b;
  font-weight:bold;
  font-size:21px;
  padding:0;
  margin:0;
}


.pack_geading span{
  text-align:left;
  font-family: 'tahomaregular';
  color:#434343;
  margin:0 0 0 13px;
}

.pack_geading_sm{
  text-align:left;
  font-family: 'tahomaregular';
  color:#c9322b;
  font-weight:bold;
  font-size:15px;
  padding:0;
  margin:0;
}

.pack_geading_sm span{
  text-align:left;
  font-family: 'tahomaregular';
  color:#434343;
  font-size:18px;
  margin:0 0 0 7px;
}



.tick ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

.tick li {
	padding:0px 0px 0px 20px;
	margin:10px 0px 0px 0px;
	list-style-type: none;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    text-shadow: 1px 1px #fff;	
}




.btn_package1 {
  float:left;
  font-family: 'tahomaregular';
  color: #e47c01;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  background: url(../images/btn_package_bg.png) 0 0;
  background-repeat:no-repeat;
  width:211px;
  height:37px;
  padding:13px 0 0 16px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_package1:hover {
  color: #000;
  background: url(../images/btn_package_hover.png) 0 0;
  background-repeat:no-repeat;
  width:211px;
  height:37px;
  padding:13px 0 0 16px;
}



.btn_package2 {
  float:left;
  font-family: 'tahomaregular';
  color: #000;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  background: url(../images/btn_package_bg.png) 0 0;
  background-repeat:no-repeat;
  width:211px;
  height:37px;
  padding:13px 0 0 16px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_package2:hover {
  color: #c9322b;
  background: url(../images/btn_package_hover.png) 0 0;
  background-repeat:no-repeat;
  width:211px;
  height:37px;
  padding:13px 0 0 16px;
}




.btn_package3 {
  float:left;
  font-family: 'tahomaregular';
  color: #c9322b;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  background: url(../images/btn_package_bg.png) 0 0;
  background-repeat:no-repeat;
  width:211px;
  height:37px;
  padding:13px 0 0 16px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_package3:hover {
  color: #000;
  background: url(../images/btn_package_hover.png) 0 0;
  background-repeat:no-repeat;
  width:211px;
  height:37px;
  padding:13px 0 0 16px;
}










