@charset "utf-8";
/* CSS Document developed by mosaic dnd(Design n Development) team*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6d6d;
}
body {
	background:#fff url(../images/body-bg.jpg) repeat-x;
	margin: 0;
	padding:0;
}
a{ outline:none;}

h1, h2, h3, h4, h5, h6, form, ul, p{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
img{
	border:0;
}
.clear{
	clear:both;
}
.orange{
	color:#ff6900;
}
.orange a{
	color:#ff6900;
	text-decoration:none;
}
.orange a:hover{
	color:#6d6d6d;
	text-decoration:underline;
}
a{
	color:#ff6900:
	text-decoration:none;
}
a:hover{
	color:#6d6d6d;
	text-decoration:none;
}
.heading{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6d6d6d;
	font-weight:normal;
	margin-bottom:5px;
}
.heading span{
	color:#f7751a;
}
h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6d6d6d;
	font-weight:normal;
	margin-bottom:5px;
}
h1 span{
	color:#f7751a;
}
h2.subhead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fb891e;
	font-weight:bold;
}
ul.list_scroll{
	width:450px;
	margin:5px 0;
	padding:0;
}
ul.list_scroll li{
	display:block;
	list-style:none;
	background:url(../images/disc.gif) no-repeat 5px 6px;
	padding:2px 0 2px 16px;
}

/*start page holder*/
#page_holder{
	display:block;
	width:1002px;
	margin:auto;
}

/*top strip*/
#top_strip{
	display:block;
	height:40px;
	padding-right:10px;
}
#top_strip #top_right{
	display:block;
	width:900px;
	float:right;
	text-align:right;
	padding-top:10px;
}

/*Start logo*/
#logo{
	position:absolute;
	z-index:1;
	top:0;
}

/*Start Free LSI Check*/
#free_lsi_check{
	position:absolute;
	z-index:2;
	top:132px;
	padding-left:25px;
}

/*start search area*/
#search_holder{
	display:block;
	height:100px;
	text-align:right;
	position:relative;
}
ul.search_top{
	width:460px;
	height:30px;
	float:right;
	margin:10px 0;
}
ul.search_top li{
	float:left;
}
.linked_in a{
	display:block;
	width:35px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat 0px 0px;
}
.linked_in a:hover{
	display:block;
	width:35px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat 0px -37px;
}
.facebook a{
	display:block;
	width:35px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat -35px 0px;
}
.facebook a:hover{
	display:block;
	width:35px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat -35px -37px;
}
.twitter a{
	display:block;
	width:84px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat -70px 0;
}
.twitter a:hover{
	display:block;
	width:84px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat -70px -37px;
}
.rss a{
	display:block;
	width:45px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat -154px 0px;
}
.rss a:hover{
	display:block;
	width:45px;
	height:30px;
	background:url(../images/share-icons.gif) no-repeat -154px -37px;
}

.search_box{
	display:block;
	float:left;
	height:30px;
	background:url(../images/search-rc.gif) no-repeat;
	padding-left:9px;
	text-align:left;
}
.search_textbox{
	display:block;
	float:left;
	height:22px;
	width:188px;
	color:#a1a1a1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/search-mb.gif) repeat-x;
	border:0;
	padding:7px 0 0 0;
}

.bt_search{
	width:57px;
	height:29px;
	float:left;
	background:url(../images/search.gif) no-repeat;
	border:0;
	cursor:pointer;
}
.bt_search_hover{
	width:57px;
	height:29px;
	float:left;
	background:url(../images/search.gif) no-repeat 0px -29px;
	border:0;
	cursor:pointer;
}

/*Phone Number*/
ul.phone_numbers{
	height:30px;
	text-align:right;
	padding-right:5px;
}

ul.phone_numbers li{
	float:right;
	margin:5px 0px 0px 5px;
}
.numbs{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}

/*Start banner area*/
#banner_holder{
	background:url(../images/banner-tc.gif) no-repeat;
	padding-top:10px;
}
#banner_holder #banner{
	display:block;
	width:982x;
	overflow:hidden;
	background:url(../images/banner-bg.gif) repeat-x;
	height:220px;
	padding:0 10px;
}

/*Start navigation*/
#nav_holder{
	display:block;
	height:35px;
	background:#fca856;
	padding:0 10px;
	margin-bottom:1px;
}
/*#nav_holder a{
	display:block;
	float:left;
	height:25px;
	background:#fca856;
	padding:10px 14px 0 14px;
	color:#fff;
	margin-right:1px;
}
#nav_holder a.active{
	display:block;
	float:left;
	height:25px;
	background:url(../images/nav-hover-bg.gif) repeat-x;
	padding:10px 14px 0 14px;
	color:#fff;
	margin-right:1px;
}
#nav_holder a:hover{
	display:block;
	float:left;
	height:25px;
	background:url(../images/nav-hover-bg.gif) repeat-x;
	padding:10px 14px 0 14px;
	color:#fff;
}*/

/*Start Containt Holder*/
#containt_holder{
	background:#fff url(../images/containt-bg.gif) repeat-x;
	width:982px;
	padding:10px;
}
#containt_panel{
	width:982px;
	margin:auto;
}

/*Start left panel*/
#containt_panel #left_panel{
	display:block;
	float:left;
	width:486px;
}
#containt_panel #right_panel{
	display:block;
	float:right;
	width:486px;
}

/*----------------------------------------------Start intro Box*/
#into_box_holder{
	width:486px;
	margin-bottom:10px;
	background:#fff;
}
#into_box_holder #top_gray_lc{
	background:url(../images/top-gray-lc.gif) no-repeat top left;
}
#into_box_holder #top_gray_lc #top_gray_rc{
	background:url(../images/top-gray-rc.gif) no-repeat top right;
}
#into_box_holder #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:466px;
	margin:auto;
}
#into_box_holder #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/bottom-gray-lc.gif) no-repeat bottom left;
}
#into_box_holder #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/bottom-gray-rc.gif) no-repeat bottom right;
}
#into_box_holder #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:466px;
	margin:auto;
	height:9px;
}
#into_box_holder #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	height:271px;
}

/*----------------------------------------------End subscribe and blog box*/
#block_box2{
	width:486px;
	background:#fff;
	margin-bottom:10px;
}
#block_box2 #top_gray_lc{
	background:url(../images/top-gray-lc-1.gif) no-repeat top left;
}
#block_box2 #top_gray_lc #top_gray_rc{
	background:url(../images/top-gray-rc-1.gif) no-repeat top right;
}
#block_box2 #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:466px;
	margin:auto;
}
#block_box2 #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/blc.gif) no-repeat bottom left;
}
#block_box2 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/brc.gif) no-repeat bottom right;
}
#block_box2 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:466px;
	margin:auto;
	height:9px;
}
#block_box2 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	height:208px;
}

/*Subscribe Newsletter*/
#newsletter_box ul{
	width:466px;
	overflow:hidden;
}
#newsletter_box li{
	float:left;
	margin-right:10px;
	height:27px
}
#newsletter_box li.subscribe_textbox{
	background:url(../images/newsletter-textbox-bg.gif) no-repeat;
	padding:0 0 0 7px;
}
#newsletter_box li.subscribe_textbox .newsletter_textbox{
	display:block;
	float:left;
	height:21px;
	width:320px;
	background:url(../images/newsletter-textbox-bg.gif) repeat-x 0 -27px;
	border:0;
	color:#ababab;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 0 0 0;
}
#newsletter_box li.subscribe_textbox span{
	display:block;
	float:left;
	height:27px;
	width:7px;
	background:url(../images/newsletter-textbox-bg.gif) repeat-x 0 -54px;
}
#newsletter_box li.subscribe a{
	color:#fff;
	text-decoration:none;
}
#newsletter_box li.subscribe a:hover{
	color:#fff;
	text-decoration:none;
}
#newsletter_box li a.bt_subs{
	display:block;
	float:left;
	height:27px;
	background:url(../images/bt-bg-rc.gif) top right no-repeat;
	padding:0px 7px 0 0;
	line-height:25px;
}
#newsletter_box li a.bt_subs span{
	display:block;
	float:left;
	width:7px;
	height:27px;
	background:url(../images/bt-bg-lc.gif) no-repeat;
}
#newsletter_box li a:hover.bt_subs{
	display:block;
	float:left;
	height:27px;
	background:url(../images/bt-bg-rc.gif) right -27px no-repeat;
	padding:0px 7px 0 0;
	line-height:25px;
}
#newsletter_box li a:hover.bt_subs span{
	display:block;
	float:left;
	width:7px;
	height:27px;
	background:url(../images/bt-bg-lc.gif) no-repeat left -27px;
}

/*Start Blog Section*/
.read_more a{
	color:#fff;
	text-decoration:none;
}
.read_more a:hover{
	color:#fff;
	text-decoration:none;
}
.read_more a.bt_readmore{
	display:block;
	float:left;
	height:22px;
	background:url(../images/bt-readmore-rc.gif) right top no-repeat;
	padding:0px 7px 0 0;
	line-height:20px;
	margin:7px 0;
}
.read_more a.bt_readmore span{
	display:block;
	float:left;
	width:7px;
	height:22px;
	background:url(../images/bt-readmore-lc.gif) no-repeat;
}
.read_more a:hover.bt_readmore{
	display:block;
	float:left;
	height:22px;
	background:url(../images/bt-readmore-rc.gif) right -22px no-repeat;
	padding:0px 7px 0 0;
	line-height:20px;
}
.read_more a:hover.bt_readmore span{
	display:block;
	float:left;
	width:7px;
	height:22px;
	background:url(../images/bt-readmore-lc.gif) no-repeat left -22px;
}


/*Start cc and logo area*/
#block_box3{
	width:273px;
	background:#fff;
	float:left;
}
#block_box3 #top_gray_lc{
	background:url(../images/tlc.gif) no-repeat top left;
}
#block_box3 #top_gray_lc #top_gray_rc{
	background:url(../images/trc.gif) no-repeat top right;
}
#block_box3 #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:253px;
	margin:auto;
}
#block_box3 #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/blc.gif) no-repeat bottom left;
}
#block_box3 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/brc.gif) no-repeat bottom right;
}
#block_box3 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:253px;
	margin:auto;
	height:9px;
}
#block_box3 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	height:273px;
}

#cc_image{
	display:block;
	overflow:hidden;
	height:238px;
	width:253px;
	background:#e5e5e5;
}


/*Start security logo area*/
/*Start cc and logo area*/
#block_box4{
	width:202px;
	background:#fff;
	float:right;
}
#block_box4 #top_gray_lc{
	background:url(../images/tlc.gif) no-repeat top left;
}
#block_box4 #top_gray_lc #top_gray_rc{
	background:url(../images/trc.gif) no-repeat top right;
}
#block_box4 #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:182px;
	margin:auto;
}
#block_box4 #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/blc.gif) no-repeat bottom left;
}
#block_box4 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/brc.gif) no-repeat bottom right;
}
#block_box4 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:182px;
	margin:auto;
	height:9px;
}
#block_box4 #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	height:273px;
}

/*----------------------------------------------Start services Box*/
#services_box{
	width:486px;
	margin-bottom:10px;
	background:#fff;
}
#services_box #top_gray_lc{
	width:486px;
	background:url(../images/top-gray-lc.gif) no-repeat top left;
}
#services_box #top_gray_lc #top_gray_rc{
	width:486px;
	background:url(../images/top-gray-rc.gif) no-repeat top right;
}
#services_box #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:466px;
	margin:auto;
}
#services_box #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	width:486px;
	background:url(../images/blc.gif) no-repeat bottom left;
}
#services_box #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	width:486px;
	background:url(../images/brc.gif) no-repeat bottom right;
}
#services_box #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:466px;
	margin:auto;
	height:9px;
}
#services_box #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	height:510px;
	width:466px;
}
#main_services{
	width:466px;
	margin-top:15px;
}
ul.services{
	display:block;
	float:left;
	width:209px;
	height:220px;
	padding:0px 10px 10px 10px;
}
.serv_img{
	height:95px;
	width:209px;
	overflow:hidden;
	margin-bottom:5px;
}

/*----------------------------------------------Start intro Box*/
#articles_section{
	width:486px;
	margin-bottom:10px;
	background:#fff;
}
#articles_section #top_gray_lc{
	background:url(../images/tlc.gif) no-repeat top left;
}
#articles_section #top_gray_lc #top_gray_rc{
	background:url(../images/trc.gif) no-repeat top right;
}
#articles_section #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:466px;
	margin:auto;
}
#articles_section #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/blc.gif) no-repeat bottom left;
}
#articles_section #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/brc.gif) no-repeat bottom right;
}
#articles_section #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:466px;
	margin:auto;
	height:9px;
}
#articles_section #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	height:271px;
}

/*------------------------------------Footer css*/
#footer_holder{
	display:block;
	background:#5b5b5b url(../images/footer-bg.jpg) repeat-x;
	padding:30px 0 10px 0;
	color:#fff;
}
#footer_holder #footer{
	display:block;
	width:1002px;
	margin:auto;
}

/*-----------------footer column one*/
#footer_holder #footer ul#column_one{
	display:block;
	width:250px;
	float:left;
	margin-right:36px;
}
#footer_holder #footer ul#column_one li ul, #footer_holder #footer ul#column_two li ul{
	min-height:150px !important;
}
#footer_holder #footer ul#column_one li, #footer_holder #footer ul#column_one li ul li, #footer_holder #footer ul#column_two li, #footer_holder #footer ul#column_two li ul li{
	_height:0px;
	display:block;
	padding:3px 0 3px 0px;
}
#footer_holder #footer ul#column_one li ul li a, #footer_holder #footer ul#column_two li ul li a{
	padding:0px 0 0px 12px;
	background:url(../images/arrow.gif) no-repeat 0 5px;
	color:#fff;
	text-decoration:none;
}
#footer_holder #footer ul#column_one li ul li a:hover, #footer_holder #footer ul#column_two li ul li a:hover{
	color:#c4c2c2;
}
#footer_holder #footer ul#column_two{
	display:block;
	width:250px;
	float:left;
}
#footer_holder #footer ul#column_three{
	display:block;
	width:430px;
	float:right;
}
#footer_holder #footer ul#column_three li, #footer_holder #footer ul#column_three li ul li{
	_height:0px;
	padding:3px 0;
}
ul.contact_form_block{
	display:block;
	height:35px;
}
ul.contact_form_block li{
	display:block;
	float:left;
	margin-right:5px;
}
ul.contact_form_block li.cont_field_name{
	width:88px;
}
ul.contact_form_block li.cont_field{
	background:url(../images/cont-textbox-bg.gif) no-repeat top left;
	padding:0 0 0 6px !important;
	height:25px;
	width:261px;
}
ul.contact_form_block li.cont_field1{
	height:25px;
	width:261px;
}
ul.contact_form_block li.cont_field span{
	display:block;
	float:left;
	background:url(../images/cont-textbox-bg.gif) no-repeat 0 -25px;
	padding:0 !important;
	height:25px;
	width:6px;
}
.cont_textbox{
	display:block;
	float:left;
	border:0;
	height:20px;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	padding:5px 0 0 0;
}

.cont_textbox_pay{
	display:block;
	float:left;
	border:1;
	height:20px;
	width:255px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	padding:5px 0 0 0;
}
ul li h3.footer_heading{
	display:block;
	padding:0 0 5px 0;
	margin:0 0 0px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	border-bottom:5px solid #fff;
}
h3.footer_heading span{
	color:#c4c2c2;
}

.bt_submit{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	height:25px;
	width:80px;
	border:0;
	background:url(../images/bt-submit.gif) no-repeat;
	padding-bottom:2px;
	*padding-bottom:0px;
	cursor:pointer;
}
.bt_submit_hover{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	height:25px;
	width:80px;
	border:0;
	background:url(../images/bt-submit.gif) no-repeat 0 -25px;
	padding-bottom:2px;
	*padding-bottom:0px;
}

/*Bottom Footer*/
#bottom_footer{
	display:block;
	color:#a1a1a1;
}
#bottom_footer #footer_left{
	float:left;
}
#bottom_footer #footer_right{
	float:right;
}

/*-----------------------------------------------------------inside pages css------------*/
/*Left panel*/
#inside_left_panel{
	display:block;
	float:left;
	width:242px;
}
/*----------------------------------------------Start inside left corner blocks*/
#inside_left_block{
	width:242px;
	background:#fff;
}
#inside_left_block #top_gray_lc{
	background:url(../images/top-gray-lc.gif) no-repeat top left;
}
#inside_left_block #top_gray_lc #top_gray_rc{
	background:url(../images/top-gray-rc.gif) no-repeat top right;
}
#inside_left_block #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:222px;
	margin:auto;
}
#inside_left_block #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/bottom-gray-lc.gif) no-repeat bottom left;
}
#inside_left_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/bottom-gray-rc.gif) no-repeat bottom right;
}
#inside_left_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:222px;
	margin:auto;
	height:9px;
}
#inside_left_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	/*min-height:715px;*/
}

/*Right Panel*/
#inside_right_panel{
	display:block;
	float:right;
	width:730px;
}
/*----------------------------------------------Start inside left corner blocks*/
#inside_right_block{
	width:730px;
	background:#fff;
}
#inside_right_block #top_gray_lc{
	background:url(../images/top-gray-lc.gif) no-repeat top left;
}
#inside_right_block #top_gray_lc #top_gray_rc{
	background:url(../images/top-gray-rc.gif) no-repeat top right;
}
#inside_right_block #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:710px;
	margin:auto;
}
#inside_right_block #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/bottom-gray-lc.gif) no-repeat bottom left;
}
#inside_right_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/bottom-gray-rc.gif) no-repeat bottom right;
}
#inside_right_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:710px;
	margin:auto;
	height:9px;
}
#inside_right_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	/*min-height:715px;*/
}

/*----------------------------------------------inside Left panel csss*/
.pro_thumb{
	display:block;
	overflow:hidden;
	border:3px solid #f46015;
}
.pro_description{
	padding:10px;
	text-align:center;
	color: #6d6d6d;
	background:#ececec;
}
.pro_description a{
	color: #6d6d6d;
	text-decoration:none;
}
.pro_description a:hover{
	color:#ff6900;
	text-decoration:none;
}
.gray_colour{
	color:#b7b7b7;
	font-weight:bold;
	font-style:italic;
}
/*Subscribe Newsletter*/
#newsletter_box_inside ul{
	overflow:hidden;
}
#newsletter_box_inside li{
	height:27px;
}
#newsletter_box_inside li.subscribe_textbox{
	background:url(../images/newsletter-textbox-bg.gif) no-repeat;
	padding:0 0 0 7px;
	height:27px;
	margin-bottom:4px;
}
#newsletter_box_inside li.subscribe_textbox .newsletter_textbox{
	display:block;
	float:left;
	height:21px;
	width:200px;
	background:url(../images/newsletter-textbox-bg.gif) repeat-x 0 -27px;
	border:0;
	color:#ababab;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:6px 0 0 0;
}
#newsletter_box_inside li.subscribe_textbox span{
	display:block;
	float:left;
	height:27px;
	width:7px;
	background:url(../images/newsletter-textbox-bg.gif) repeat-x 0 -54px;
}
#newsletter_box_inside li.subscribe a{
	color:#fff;
	text-decoration:none;
}
#newsletter_box_inside li.subscribe a:hover{
	color:#fff;
	text-decoration:none;
}
#newsletter_box_inside li a.bt_subs{
	display:block;
	float:left;
	height:27px;
	background:url(../images/bt-bg-rc.gif) top right no-repeat;
	padding:0px 7px 0 0;
	line-height:25px;
}
#newsletter_box_inside li a.bt_subs span{
	display:block;
	float:left;
	width:7px;
	height:27px;
	background:url(../images/bt-bg-lc.gif) no-repeat;
}
#newsletter_box_inside li a:hover.bt_subs{
	display:block;
	float:left;
	height:27px;
	background:url(../images/bt-bg-rc.gif) right -27px no-repeat;
	padding:0px 7px 0 0;
	line-height:25px;
}
#newsletter_box_inside li a:hover.bt_subs span{
	display:block;
	float:left;
	width:7px;
	height:27px;
	background:url(../images/bt-bg-lc.gif) no-repeat left -27px;
}

/*-----------------------------------------------left panel ---------- Our clients*/
.clients_logos a{
	display:block;
	float:left;
	width:66px;
	height:45px;
	overflow:hidden;
	border:1px solid #e7e6e6;
	margin:4px 0 0 5px;
}
.clients_logos a:hover{
	border:1px solid #ff6900;
}

/*-----------------------------------------------------sub links*/
.more_sub_links{
	display:block;
	height:36px;
	background:url(../images/sublinks-bg.gif) no-repeat top left;
	padding:0 0 0 0px;
	color:#fff;
	margin:0 0 10px 0;
}
.more_sub_links a{
	color:#fff;
	padding:0 5px;
}
.more_sub_links a:hover{
	color:#fff;
	text-decoration:underline;
}
.more_sub_links_rc{
	display:block;
	height:36px;
	background:url(../images/sublinks-bg.gif) no-repeat right -72px;
	color:#fff;
}
.sub_links{
	display:block;
	height:26px;
	background:url(../images/sublinks-bg.gif) repeat-x -36px;
	margin:0px 21px 0 21px;
	color:#fff;
	padding:10px 0 0 0;
}

.cc_banenr{
	float:right;
}
ul.list{
	margin:5px 0;
	padding:0;
}
ul.list li{
	display:block;
	list-style:none;
	background:url(../images/disc.gif) no-repeat 0px 6px;
	padding:2px 0 2px 14px;
}

#into_containt_block ul{
	margin:5px 0;
	padding:0;
}

#into_containt_block ul li{
	display:block;
	list-style:none;
	/*background:url(../images/disc.gif) no-repeat 0px 6px;*/
	padding:2px 0 2px 14px;
}

/*-------------------------------------------------contact page css*/
#contact_block #cont_left{
	float:left;
	width:240px;
	height:408px;
	background:#f4f4f4;
	padding:10px;
}
#contact_block #cont_map{
	float:right;
	width:423px;
	height:416px;
	background:#f4f4f4;
	border:6px solid #d8d7d7;
}
.cont_head{
	color:#5b5b5b;
	font-weight:bold;
	font-size:12px;
	background:#cccbcb;
	padding:6px 10px;
	margin:7px 0;
}

/*-------------------------------------------------------inside right bottom block*/
/*----------------------------------------------Start inside left corner blocks*/
#inside_right_bottom_block{
	width:730px;
	background:#fff;
	margin-top:10px;
}
#inside_right_bottom_block #top_gray_lc{
	background:url(../images/tlc.gif) no-repeat top left;
}
#inside_right_bottom_block #top_gray_lc #top_gray_rc{
	background:url(../images/trc.gif) no-repeat top right;
}
#inside_right_bottom_block #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:710px;
	margin:auto;
}
#inside_right_bottom_block #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/bottom-gray-lc.gif) no-repeat bottom left;
}
#inside_right_bottom_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/bottom-gray-rc.gif) no-repeat bottom right;
}
#inside_right_bottom_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:710px;
	margin:auto;
	height:9px;
}
#inside_right_bottom_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	/*min-height:715px;*/
}

/*------------------------------------------------------------team profile css--------*/
.team_profile_block{
	margin:15px 0 0 0;
}
.team_profile_block .team_pro_lc{
	background:url(../images/team-profile-heading-bg.gif) no-repeat;
	height:42px;
}
.team_profile_block .team_pro_lc .team_pro_rc{
	background:url(../images/team-profile-heading-bg.gif) no-repeat right -84px;
	padding:0 13px;
	height:42px;
}
.team_profile_block .team_pro_lc .team_pro_rc .team_pro_head{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/team-profile-heading-bg.gif) repeat-x 0px -42px;
	height:37px;
	padding:5px 0 0 0;
}
.team_profile_block .team_pro_lc .team_pro_rc .team_pro_head span{
	font-size:14px;
}
.team_profile_block .pro_dtl{
	background:url(../images/team-profile-mbg.gif) repeat-x;
	padding:5px 10px 0px 10px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	min-height:108px;
}
* html .team_profile_block .pro_dtl{height:128px;}/*min-height for ie 6*/
.pro_dtl .team_photo{
	display:block;
	float:left;
	overflow:hidden;
	width:138px;
	height:120px;
}
.pro_dtl .team_profile{
	display:block;
	float:right;
	width:535px;
	color:#a3a3a3;
	line-height:14px;
}
.pro_dtl .team_profile .pro_heading{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.read_more1 a{
	color:#fff;
	text-decoration:none;
}
.read_more1 a:hover{
	color:#fff;
	text-decoration:none;
}
.read_more1 a.bt_readmore{
	display:block;
	float:left;
	height:21px;
	background:url(../images/bt-readmore-rc-1.gif) right top no-repeat;
	padding:0px 25px 0 0;
	line-height:20px;
	margin:7px 0;
}
.read_more1 a.bt_readmore span{
	display:block;
	float:left;
	width:7px;
	height:21px;
	background:url(../images/bt-readmore-lc-1.gif) no-repeat;
}
.read_more1 a:hover.bt_readmore{
	display:block;
	float:left;
	height:21px;
	background:url(../images/bt-readmore-rc-1.gif) right -21px no-repeat;
	padding:0px 25px 0 0;
	line-height:20px;
}
.read_more1 a:hover.bt_readmore span{
	display:block;
	float:left;
	width:7px;
	height:21px;
	background:url(../images/bt-readmore-lc-1.gif) no-repeat left -21px;
}


/*----------------------------------Seo pakcages---------*/
ul#seo_packages li{
	display:block;
	float:left;
	text-indent:-9999px;
}

/*--------------Dom bronze*/
ul#seo_packages li#dom_bronze a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/seo-packages.gif) 0 -90px no-repeat;
	margin-right:10px;
}
ul#seo_packages li#dom_bronze a:hover{
	background:url(../images/seo-packages.gif) 0 0 no-repeat;
}

/*--------------Dom silver*/
ul#seo_packages li#dom_silver a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/seo-packages.gif) -149px -90px no-repeat;
	margin-right:10px;
}
ul#seo_packages li#dom_silver a:hover{
	background:url(../images/seo-packages.gif) -149px -0px no-repeat;
}

/*--------------Dom Platinum*/
ul#seo_packages li#dom_platinum a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/seo-packages.gif) -298px -90px no-repeat;
}
ul#seo_packages li#dom_platinum a:hover{
	background:url(../images/seo-packages.gif) -298px -0px no-repeat;
}

/*--------------Dom Compare*/
ul#seo_packages li#dom_compare a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/seo-packages.gif) -447px -90px no-repeat;
}
ul#seo_packages li#dom_compare a:hover{
	background:url(../images/seo-packages.gif) -447px -0px no-repeat;
}

em{
	color:#b7b7b7;
	font-weight:bold;
}
.testimonial_block{
	display:block;
	background:url(../images/gray-bg.gif);
	padding:10px;
	margin:10px 0 0px 0;
}

/*-------------------------------------------form block on right panel-----*/
#form_bottom_block{
	margin-top:10px;
	padding:10px 0 0 0;
	background:url(../images/form_box_tc.gif) no-repeat;
}
#form_bottom_block #form_bottom_bc{
	padding-bottom:10px;
	background:url(../images/form_box_bc.gif) no-repeat bottom left;
}
#form_bottom_block #form_bottom_bc #form_block_middle_box{
	min-height:345px;
	background:#fff url(../images/form_box_mbg.gif) repeat-x;
	border:1px solid #e7e6e6;
	border-width:0 1px;
	padding:0 10px;
}
* html #form_bottom_block #form_bottom_bc #form_block_middle_box{height:345px;}/*min-height for ie 6*/

#req_form_block #req_left_block{
	display:block;
	float:left;
	width:350px;
}
#req_form_block #req_right_block{
	display:block;
	float:right;
	width:350px;
}
#req_form_block ul  li{
	float:left;
}
#req_form_block .field_set{
	width:350px;
	height:35px;
}
#req_form_block .field_name{
	width:100px;
	height:20px;
	text-align:right;
	padding:5px 0 0 0;
	margin-right:5px;
}
#req_form_block .field_req{
	width:223px;
	height:25px;
	background:url(../images/req-text-box.gif) no-repeat;
	padding-left:7px;
}
#req_form_block .field_req1{
	width:230px;
	height:25px;
}
#req_form_block .field_set_big{
	width:710px;
	height:108px;
}
#req_form_block .field_req_textarea{
	width:580px;
	height:109px;
	background:url(../images/text-area-bg.gif) no-repeat 0 1px;
	*height:108px;
	*background:url(../images/text-area-bg.gif) no-repeat 0 0px;
	padding-left:6px;
}
#req_form_block .req_text_box{
	display:block;
	float:left;
	background:#fff;
	border:1px solid #dfdfdf;
	border-width:1px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a0a0a0;
	height:19px;
	width:210px;
	padding:4px 0 0 0;
}
#req_form_block .req_textarea_box{
	display:block;
	float:left;
	background:#fff;
	border:1px solid #dfdfdf;
	border-width:1px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a0a0a0;
	height:98px;
	width:570px;
	padding:4px 0 4px 0;
}
#req_form_block .field_req span{
	display:block;
	float:left;
	height:25px;
	width:7px;
	background:url(../images/req-text-box.gif) 0 -25px;
}
#req_form_block .field_req_textarea span{
	display:block;
	float:left;
	width:6px;
	height:109px;
	background:url(../images/text-area-bg.gif) no-repeat 0 -107px;
	*height:108px;
	*background:url(../images/text-area-bg.gif) no-repeat 0 -108px;
}

/*------------------------------------------------------submit now button*/
.submitNow a{
	color:#fff;
	text-decoration:none;
}
.submitNow a:hover{
	color:#fff;
	text-decoration:none;
}
.submitNow a.bt_readmore{
	display:block;
	float:left;
	height:27px;
	background:url(../images/bt-bg-rc.gif) right top no-repeat;
	padding:0px 7px 0 0;
	line-height:26px;
	margin:7px 0;
}
.submitNow a.bt_readmore span{
	display:block;
	float:left;
	width:7px;
	height:27px;
	background:url(../images/bt-bg-lc.gif) no-repeat;
}
.submitNow a:hover.bt_readmore{
	display:block;
	float:left;
	height:27px;
	background:url(../images/bt-bg-rc.gif) right -27px no-repeat;
	padding:0px 7px 0 0;
	line-height:26px;
}
.submitNow a:hover.bt_readmore span{
	display:block;
	float:left;
	width:7px;
	height:27px;
	background:url(../images/bt-bg-lc.gif) no-repeat left -27px;
}

/*seo fundamentals*/
#seo_fundamentals{
	width:247px;
	float:right;
	margin-left:15px;
}
#seo_fundamentals_block{
	width:247px;
	background:#e6e6e6;
}
#seo_fundamentals_block #top_gray_lc{
	background:url(../images/seo-tlc.gif) no-repeat top left;
}
#seo_fundamentals_block #top_gray_lc #top_gray_rc{
	background:url(../images/seo-trc.gif) no-repeat top right;
}
#seo_fundamentals_block #top_gray_lc #top_gray_rc #border_top{
	display:block;
	border-top:1px solid #e7e6e6;
	width:227px;
	margin:auto;
}
#seo_fundamentals_block #top_gray_lc  #top_gray_rc #bottom_gray_lc{
	background:url(../images/seo-blc.gif) no-repeat bottom left;
}
#seo_fundamentals_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc{
	background:url(../images/seo-brc.gif) no-repeat bottom right;
}
#seo_fundamentals_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #border_bottom{
	border-bottom:1px solid #e7e6e6;
	width:227px;
	margin:auto;
	height:9px;
}
#seo_fundamentals_block #top_gray_lc  #top_gray_rc #bottom_gray_lc #bottom_gray_rc #into_containt_block{
	padding:0 0px;
	border:1px solid #e7e6e6;
	border-width:0 1px;
}
#viedo{
	width:227px;
	height:290px;
	overflow:hidden;
	margin:auto;
}
#video_caption{
	width:227px;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#b0b0b0;
	padding:5px 0;
	text-align:center;
	line-height:16px;
}
#video_caption span{
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}
#subs_heading{
	background:#b7b7b7;
	padding:5px 10px;
	line-height:12px;
	text-align:center;
	font-size:11px;
	color:#fff;
}
#subs_form{
	width:227px;
	margin:auto;
}
#subs_form ul li{
	list-style:none;
	float:none;
	margin-top:7px;
}
#subs_form .field_set{
	width:227px;
}
#subs_form .field_req{
	width:223px;
	height:25px;
	background:url(../images/sub-text-box.gif) no-repeat;
	padding-left:7px;
}
#subs_form .req_text_box{
	display:block;
	float:left;
	background:#fff;
	border:1px solid #dfdfdf;
	border-width:1px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a0a0a0;
	height:19px;
	width:210px;
	padding:4px 0 0 0;
}
#subs_form .field_req span{
	display:block;
	float:left;
	height:25px;
	width:7px;
	background:url(../images/sub-text-box.gif) 0 -25px;
}

/*portfolio css*/
.port_block{
	margin-top:10px;
}
.port_middle_block{
	min-height:209px;
	background:#fff url(../images/port-mg.gif) repeat-x;
	border:1px solid #e4e4e4;
	border-width:0 1px;
	padding:0 10px;
}
.port_middle_block .left{
	float:left;
	width:272px;
}
.port_middle_block .right{
	float:right;
	width:410px;
}
.port_middle_block .left a{
	display:block;
	width:250px;
	height:202px;
	background-color:#f7751a;
	padding:6px;
}
.port_middle_block .right .heading{
	font-family:"Trebuchet MS", arial;
	font-size:22px;	
	color:#f7751a;
	margin-bottom:10px;
	padding-bottom:2px;
	text-align:left;
	font-weight:normal;
	border-bottom:5px solid #f7751a;
}
.port_middle_block .info{
	background-color:#e8e6e7;
	margin-top:10px;
	padding:5px;
}
.pattern_hr{
	height:20px;
	background:url(gray-pattern.gif);
	margin-top:2px;
}
.paging{
	display:block;
	margin:10px 0 0 0;
}
.paging a{
	display:block;
	float:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	background:url(../images/paging-bg.gif) no-repeat;
	margin-right:3px;
	width:21px;
	height:16px;
	text-align:center;
	padding-top:2px;
}
.paging a:hover{
	background:url(../images/paging-bg.gif) no-repeat 0 -18px;
	font-weight:bold;
}
.paging a.active{
	display:block;
	float:left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	background:url(../images/paging-bg.gif) no-repeat 0 -18px;
	font-weight:bold;
	margin-right:3px;
	width:21px;
	height:16px;
	text-align:center;
	padding-top:2px;
}
.description{
	margin-top:10px;
}
.description .head{
	display:block;
	font-family:"Trebuchet MS", arial;
	font-size:16px;
	color:#fd590e;
	margin-bottom:5px;
	font-weight:bold;
}
ul#buttons{
	margin-top:10px;
}
ul#buttons li{
	list-style:none;
	float:left;
	text-indent:-9999px;
	margin-right:5px;
}
ul#buttons li a.visit_online{
	display:block;
	width:148px;
	height:46px;
	background:url(../images/buttons.gif) 0 0;
}
ul#buttons li a.visit_online:hover{
	display:block;
	width:148px;
	height:46px;
	background:url(../images/buttons.gif) 0 -46px;
}
ul#buttons li a.go_back{
	display:block;
	width:148px;
	height:46px;
	background:url(../images/buttons.gif) 0 -92px;
}
ul#buttons li a.go_back:hover{
	display:block;
	width:148px;
	height:46px;
	background:url(../images/buttons.gif) 0 -138px;
}


/*----------------------------------ppc pakcages---------*/
ul#ppc_packages li{
	display:block;
	float:left;
	text-indent:-9999px;
	margin-top:10px;
}

/*--------------ppc bronze*/
ul#ppc_packages li#ppc_bronze a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/ppc-package.gif) 0 -90px no-repeat;
	margin-right:10px;
}
ul#ppc_packages li#ppc_bronze a:hover{
	background:url(../images/ppc-package.gif) 0 0 no-repeat;
}

/*--------------ppc silver*/
ul#ppc_packages li#ppc_silver a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/ppc-package.gif) -149px -90px no-repeat;
	margin-right:10px;
}
ul#ppc_packages li#ppc_silver a:hover{
	background:url(../images/ppc-package.gif) -149px -0px no-repeat;
}

/*--------------ppc Gold*/
ul#ppc_packages li#ppc_gold a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/ppc-package.gif) -298px -90px no-repeat;
	margin-right:10px;
}
ul#ppc_packages li#ppc_gold a:hover{
	background:url(../images/ppc-package.gif) -298px -0px no-repeat;
}

/*--------------ppc platinum*/
ul#ppc_packages li#ppc_platinum a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/ppc-package.gif) -447px -90px no-repeat;
}
ul#ppc_packages li#ppc_platinum a:hover{
	background:url(../images/ppc-package.gif) -447px -0px no-repeat;
}


/*----------------------------------SMO pakcages---------*/
ul#smo_packages li{
	display:block;
	float:left;
	text-indent:-9999px;
	margin-top:10px;
}

/*--------------SMO bronze*/
ul#smo_packages li#smo_silver a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/smo-package.gif) 0 -90px no-repeat;
	margin-right:10px;
}
ul#smo_packages li#smo_silver a:hover{
	background:url(../images/smo-package.gif) 0 0 no-repeat;
}

/*--------------SMO silver*/
ul#smo_packages li#smo_gold a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/smo-package.gif) -149px -90px no-repeat;
	margin-right:10px;
}
ul#smo_packages li#smo_gold a:hover{
	background:url(../images/smo-package.gif) -149px -0px no-repeat;
}

/*--------------SMO Gold*/
ul#smo_packages li#smo_platinum a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/smo-package.gif) -298px -90px no-repeat;
	margin-right:10px;
}
ul#smo_packages li#smo_platinum a:hover{
	background:url(../images/smo-package.gif) -298px -0px no-repeat;
}



/*----------------------------------Link Building pakcages---------*/
ul#linkBuilding_packages li{
	display:block;
	float:left;
	text-indent:-9999px;
	margin-top:10px;
}

/*--------------Link Building bronze*/
ul#linkBuilding_packages li#linkBuilding_bronze a{
	display:block;
	width:135px;
	height:86px;
	background:url(../images/link-building-package.gif) 0 -86px no-repeat;
	margin-right:-7px;
}
ul#linkBuilding_packages li#linkBuilding_bronze a:hover{
	background:url(../images/link-building-package.gif) 0 0 no-repeat;
}

/*--------------Link Building silver*/
ul#linkBuilding_packages li#linkBuilding_silver a{
	display:block;
	width:132px;
	height:86px;
	background:url(../images/link-building-package.gif) -142px -86px no-repeat;
	margin-right:-7px;
}
ul#linkBuilding_packages li#linkBuilding_silver a:hover{
	background:url(../images/link-building-package.gif) -142px -0px no-repeat;
}

/*--------------Link Building Gold*/
ul#linkBuilding_packages li#linkBuilding_gold a{
	display:block;
	width:132px;
	height:86px;
	background:url(../images/link-building-package.gif) -284px -86px no-repeat;
	margin-right:-7px;
}
ul#linkBuilding_packages li#linkBuilding_gold a:hover{
	background:url(../images/link-building-package.gif) -284px -0px no-repeat;
}
ul#linkBuilding_packages li#linkBuilding_premium a{
	display:block;
	width:132px;
	height:86px;
	background:url(../images/link-building-package.gif) -426px -86px no-repeat;
	margin-right:-7px;
}
ul#linkBuilding_packages li#linkBuilding_premium a:hover{
	background:url(../images/link-building-package.gif) -426px -0px no-repeat;
}
ul#linkBuilding_packages li#linkBuilding_advanced a{
	display:block;
	width:132px;
	height:86px;
	background:url(../images/link-building-package.gif) -568px -86px no-repeat;
	margin-right:-7px;
}
ul#linkBuilding_packages li#linkBuilding_advanced a:hover{
	background:url(../images/link-building-package.gif) -568px -0px no-repeat;
}

/*----------------------------------pakcages---------*/
ul#mosaic_packages li{
	display:block;
	float:left;
	text-indent:-9999px;
	margin-top:10px;
}

/*--------------bronze*/
ul#mosaic_packages li#bronze a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/package.gif) 0 -90px no-repeat;
	margin-right:10px;
}
ul#mosaic_packages li#bronze a:hover{
	background:url(../images/package.gif) 0 0 no-repeat;
}

/*--------------silver*/
ul#mosaic_packages li#silver a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/package.gif) -149px -90px no-repeat;
	margin-right:10px;
}
ul#mosaic_packages li#silver a:hover{
	background:url(../images/package.gif) -149px -0px no-repeat;
}

/*--------------Gold*/
ul#mosaic_packages li#gold a{
	display:block;
	width:139px;
	height:90px;
	background:url(../images/package.gif) -298px -90px no-repeat;
	margin-right:10px;
}
ul#mosaic_packages li#gold a:hover{
	background:url(../images/package.gif) -298px -0px no-repeat;
}
.comp_logo {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E9E9E9 none repeat scroll 0 0;
padding:5px 0 5px 0;
text-align:center;
}

.pubcon{ position:absolute; width:165px; height:73px; top:5px; left:330px;}
