/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0e0e0e;
	margin:38px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	}
	
.site_padd_1 {
	background-color:#e4e4e4;
	padding:8px 10px 8px 10px;
	}
	
.site_padd_2 {
	height:10px;
	}
	
.header {
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	}
	
.nav {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:51px;
	}
	
.nav ul {
	margin:0px 0px 0px 30px;
	padding:0px;
	list-style:none;
	}
	
.nav ul li {
	background-image:url(../images/nav_border.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
	line-height:51px;
	padding:0px 5px 0px 5px;
	}	
	
.nav ul li a {
	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;padding:0px 45px 0px 45px;
	display:block;
	}
		
.nav ul li a:hover {
	padding:0px 45px 0px 45px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f98000;
	text-transform:uppercase;
	background-image:url(../images/nav_ov_bg.jpg);
	background-repeat:repeat-x;
	display:block;
	}
	
.bar_bg {
	background-image:url(../images/bar_bg.jpg);
	background-repeat:repeat-x;
	height:48px;
	border-right:1px #bfbfbf solid;;
	
	border-left:1px #bfbfbf solid;
	}
	
.date_bg {
	background-image:url(../images/date_bg_1.jpg);
	background-repeat:no-repeat;
	width:263px;
	height:28px;
	
	}

.text_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff6420;
	font-weight:bold;
	line-height:28px;
	}	
	
.text_2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	}
	
.h_text_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#252424;
	}
	
.seo_services {
	background-image:url(../images/seo_services.jpg);
	background-repeat:no-repeat;
	width:420px;
	height:106px;
	}
	
.seo_packages {
	background-image:url(../images/seo_packages.jpg);
	background-repeat:no-repeat;
	width:420px;
	height:106px;
	}
	
	
.footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	/*line-height:52px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#d0cfcf;
	}
	
.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#d0cfcf;
	}	
	
.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}	
	
	
.box_1 {
	background-image:url(../images/box_bg_1.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:168px;
	}
	
.box_2 {
	background-image:url(../images/box_bg_2.jpg);
	background-repeat:no-repeat;
	width:172px;
	height:168px;
	}
	
.box_3 {
	background-image:url(../images/box_bg_3.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:168px;
	}	
	
.box_4 {
	background-image:url(../images/box_bg_4.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:168px;
	}
	
.box_5 {
	background-image:url(../images/box_bg_5.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:169px;
	}
	
.alacarte-box{
	background-image:url(../images/alacarte-box.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:260px;
	}
	
.bronze-box{
	background-image:url(../images/bronze-box.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:260px;
	}
	
.gold-box{
	background-image:url(../images/gold-box.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:260px;
	}
	
.silver-box{
	background-image:url(../images/silver-box.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:260px;
	}
	
.platinum-box{
	background-image:url(../images/platinum-box.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:260px;
	}
	
.titanum-box{
	background-image:url(../images/titanum-box.jpg);
	background-repeat:no-repeat;
	width:174px;
	height:260px;
	}
	

/* ----------------------------------------------- accordin menu ---------------------------------------------------*/
.arrowlistmenu{
width: 948px; /*width of accordion menu*/
text-align:center;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	/*width:185px; line-height:38px;*/
	margin:0; /*bottom spacing between header and rest of content*/
	
	padding:0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_1.jpg);
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_1_open.jpg) ;
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

/***************/


.arrowlistmenu .menuheader1{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	/*width:185px; line-height:38px;*/
	margin:0; /*bottom spacing between header and rest of content*/
	
	padding:0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_2.jpg);
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu .openheader1{ /*CSS class to apply to expandable header when it's expanded*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_2_open.jpg) ;
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

/***************/

.arrowlistmenu .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	/*width:185px; line-height:38px;*/
	margin:0; /*bottom spacing between header and rest of content*/
	
	padding:0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_3.jpg);
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu .openheader2{ /*CSS class to apply to expandable header when it's expanded*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_3_open.jpg) ;
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

/***************/


.arrowlistmenu .menuheader3{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	/*width:185px; line-height:38px;*/
	margin:0; /*bottom spacing between header and rest of content*/
	
	padding:0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_4.jpg);
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu .openheader3{ /*CSS class to apply to expandable header when it's expanded*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_4_open.jpg) ;
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

/***************/

.arrowlistmenu .menuheader4{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	/*width:185px; line-height:38px;*/
	margin:0; /*bottom spacing between header and rest of content*/
	
	padding:0; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_5.jpg);
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu .openheader4{ /*CSS class to apply to expandable header when it's expanded*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0696b1;
	font-weight: bold;
	text-align:left;
	cursor: hand;
	cursor: pointer;
	background:url(../images/tab_5_open.jpg) ;
	width:948px;
	height:49px;
	background-repeat: no-repeat;
	background-position: left center;
}

/***************/


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
/*margin-bottom: 10px;*/
/*background-color:#ffd072;*/
background:url(../images/nav_area1.jpg) bottom no-repeat;
padding-bottom:45px;
text-align:left;
 /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
	width:160px;
	padding-left:10px;
color: #8d0330;
/*background-color:#ffd072;*/
/*background: url(arrowbullet.png) no-repeat center left;*/ /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;*/
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height:25px;


/*border-bottom: 1px solid #dadada;*/
}

.arrowlistmenu ul li a:visited{
color: #8d0330;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #8d0330;
background:url(../images/nav_area2.jpg) bottom no-repeat;

}	

.link1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff6420;
	font-weight:bold;
	text-decoration:none;
	}
	
a.link1:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0e0e0e;
	font-weight:bold;
	text-decoration:none;
	}
.topround_bg1 {
	margin:0px;
	padding:0px;
	background:url(../images/topround_bg1.jpg) no-repeat top left;
	width:174px;
	}
.botround_bg1 {
	margin:0px;
	padding:0px;
	background:url(../images/botround_bg1.jpg) no-repeat top left;
	width:174px;
	height:19px;
	font-size:0px;
	line-height:0px;
	}
.midround_bg1 {
	margin:0px;
	padding:0px;
	background:url(../images/midround_bg1.jpg) repeat-y;
	width:174px;
	}
.topround_bg2 {
	margin:0px;
	padding:0px;
	background:url(../images/topround_bg2.jpg) no-repeat top left;
	width:174px;
	}
.botround_bg2 {
	margin:0px;
	padding:0px;
	background:url(../images/botround_bg2.jpg) no-repeat top left;
	width:174px;
	height:19px;
	font-size:0px;
	line-height:0px;
	}
.midround_bg2 {
	margin:0px;
	padding:0px;
	background:url(../images/midround_bg2.jpg) repeat-y;
	width:174px;
	}
.topround_bg3 {
	margin:0px;
	padding:0px;
	background:url(../images/topround_bg3.jpg) no-repeat top left;
	width:174px;
	}
.botround_bg3 {
	margin:0px;
	padding:0px;
	background:url(../images/botround_bg3.jpg) no-repeat top left;
	width:174px;
	height:19px;
	font-size:0px;
	line-height:0px;
	}
.midround_bg3 {
	margin:0px;
	padding:0px;
	background:url(../images/midround_bg3.jpg) repeat-y;
	width:174px;
	}
.topround_bg4 {
	margin:0px;
	padding:0px;
	background:url(../images/topround_bg4.jpg) no-repeat top left;
	width:174px;
	}
.botround_bg4 {
	margin:0px;
	padding:0px;
	background:url(../images/botround_bg4.jpg) no-repeat top left;
	width:174px;
	height:19px;
	font-size:0px;
	line-height:0px;
	}
.midround_bg4 {
	margin:0px;
	padding:0px;
	background:url(../images/midround_bg4.jpg) repeat-y;
	width:174px;
	}
.topround_bg5 {
	margin:0px;
	padding:0px;
	background:url(../images/topround_bg5.jpg) no-repeat top left;
	width:174px;
	}
.botround_bg5 {
	margin:0px;
	padding:0px;
	background:url(../images/botround_bg5.jpg) no-repeat top left;
	width:174px;
	height:19px;
	font-size:0px;
	line-height:0px;
	}
.midround_bg5 {
	margin:0px;
	padding:0px;
	background:url(../images/midround_bg5.jpg) repeat-y;
	width:174px;
	}
	
.contentpaneopen
{
	width:100%;
}	
.text_style
{
 font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
 font-size:20px;
 color:#000000;
 font-weight:normal;
 
}	
	
/* ----------------------------------------------- new packages ---------------------------------------------------*/
	
/* CSS Document */

.newtop_bg1 {
	margin:0px;
	padding:0px;
	background:url(../images/newtop_bg1.jpg) no-repeat left top;
	width:939px;
	}
.newmid_bg1 {
	margin:0px;
	padding:0px;
	background:url(../images/newmid_bg1.jpg) repeat-y left top;
	width:939px;
	}
.newbot_bg1 {
	margin:0px;
	padding:0px;
	background:url(../images/newbot_bg1.jpg) no-repeat left top;
	width:939px;
	height:18px;
	font-size:0px;
	line-height:0px;
	}
	
.newtop_bg2 {
	margin:0px;
	padding:0px;
	background:url(../images/newtop_bg2.jpg) no-repeat left top;
	width:229px;
	}
.newmid_bg2 {
	margin:0px;
	padding:0px;
	background:url(../images/newmid_bg2.jpg) repeat-y left top;
	width:229px;
	}
.newbot_bg2 {
	margin:0px;
	padding:0px;
	background:url(../images/newbot_bg2.jpg) no-repeat left top;
	width:229px;
	height:20px;
	font-size:0px;
	line-height:0px;
	}
	
.newtop_bg3 {
	margin:0px;
	padding:0px;
	background:url(../images/newtop_bg3.jpg) no-repeat left top;
	width:229px;
	}
.newmid_bg3 {
	margin:0px;
	padding:0px;
	background:url(../images/newmid_bg3.jpg) repeat-y left top;
	width:229px;
	}
.newbot_bg3 {
	margin:0px;
	padding:0px;
	background:url(../images/newbot_bg3.jpg) no-repeat left top;
	width:229px;
	height:20px;
	font-size:0px;
	line-height:0px;
	}
	
.newtop_bg4 {
	margin:0px;
	padding:0px;
	background:url(../images/newtop_bg4.jpg) no-repeat left top;
	width:229px;
	}
.newmid_bg4 {
	margin:0px;
	padding:0px;
	background:url(../images/newmid_bg4.jpg) repeat-y left top;
	width:229px;
	}
.newbot_bg4 {
	margin:0px;
	padding:0px;
	background:url(../images/newbot_bg4.jpg) no-repeat left top;
	width:229px;
	height:20px;
	font-size:0px;
	line-height:0px;
	}
	
.newtop_bg5 {
	margin:0px;
	padding:0px;
	background:url(../images/newtop_bg5.jpg) no-repeat left top;
	width:229px;
	}
.newmid_bg5 {
	margin:0px;
	padding:0px;
	background:url(../images/newmid_bg5.jpg) repeat-y left top;
	width:229px;
	}
.newbot_bg5 {
	margin:0px;
	padding:0px;
	background:url(../images/newbot_bg5.jpg) no-repeat left top;
	width:229px;
	height:20px;
	font-size:0px;
	line-height:0px;
	}
	
h2.newhdng_txt2 {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	line-height:24px;
	}
h2.newhdng_txt2 span {
	margin:0px;
	padding:0px 0px 0px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fffefe;
	}
ul.new_items1 {
	margin:0px;
	padding:10px 14px 0px 14px;
	list-style:none;
	}
ul.new_items1 li {
	margin:0px;
	padding:0px 0px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	line-height:15px;
	background:url(../images/new_bullet1.gif) no-repeat;
	background-position:0px 4px; 
	}