﻿/* CSS Document */


body#home{
	background:#fff url(/images/home_bg.gif) repeat-x;
	font:13px/18px Arial, Helvetica, sans-serif;
}

body#inside_page{
	background:#fff url(/images/inside_bg.gif) repeat-x;
	font:13px/18px Arial, Helvetica, sans-serif;
}

body#inside_page2{
	background:#fff url(/images/insidebg2.gif) repeat-x;
	font:13px/18px Arial, Helvetica, sans-serif;
}

#header_wrap,
#featured_wrap, 
#footer,
#main_content_inner,
#title_wrap_inner,
.center_wrap,
.title_wrap
{
	width:960px;
	margin:0 auto;
}

#title_wrap_inner2,
.title_wrap2
{
	width:960px;
	height:90px;
	margin: 1px auto;
	padding: 0 0 0 0;
}
#title_wrap_innerC,
.title_wrapC
{
	width:960px;
	height:90px;
	margin: 1px auto;
	padding: 0 0 1px 0;
}

/*START DROPDOWN */

/* tabs
*************************/

ul.tabs
{
	display: inline;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/

#menut
{
	position:relative;
	z-index: 5;
	top: 0px;
	left: 0;
	width: 690px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	font-weight:bold;
}

/*REMOVED FROM ABOVE:

background: #ffb35a url(/images/topbg.gif) repeat-x;
************************/

#menut ul
{
	margin: 0 auto;
}

#menut ul li.hasmore
{
	background: url(/images/wdrophighlight.png) no-repeat center 27px;
}

#menut ul li.currenthasmore
{
	color:blue;
	background: url(/images/wcurrentdrophighlight.png) no-repeat center 27px;
	border-top:4px solid #4CACFF;
}


#menut ul li h4
{
	margin: 0;
}

#menut ul li h4 a
{
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding: 0 15px;
}

#menut ul li a
{
	color: white;
	padding-left: 4px;
}

#menut ul li a img
{
	vertical-align:middle;
}

#menut ul li a:hover
{
	background:none;
	text-decoration:none;
}

#menut ul li a span
{
	display: block;
	padding: 0 15px 0 11px;
}

/* MENU................
	
*************/

#menut ul.dropdown
{
	padding: 10px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #808080 ), color-stop(1, #303030) );
    background:-moz-linear-gradient( center top, #808080 5%, #303030 100% );
    overflow:hidden;
	border-bottom: 1px solid #C8C8C8;
	width: 290px;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    background: url(/images/gdropdown.png);
}

#menut ul.dropdown li a
{
	border-bottom: 1px solid #003300;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menut ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menut ul.dropdown li a:hover
{
	background: url(/images/dmenuhighlight.gif);
	font-weight:bold;
	color:black;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#menut ul li h4 a:hover
{
	background-image: none;
}

/************************************************************
#menut ul li a:current
{
	color:#abd0ef;
	border-top:4px solid #4CACFF;
	display:inline;
	padding-top:8px;
}
*/

/* END DROP DOWN MENU */

.style1 {
	color: #2FCA08;
}
.style2 {
	float: left;
	padding: 4px;
	font-size: medium;
	font-weight: bold;
	color: #494949;
}

.style3 {
	color: #FF0000;
}

.auto-style1 {
	font-size: medium;
}

.auto-style3 {
	color: #000000;
}

.auto-style4 {
	font-size: large;
}

.auto-style5 {
	color: #00FF00;
}

.auto-style6 {
	font-size: medium;
	margin-top: 34;
}

.featured-remote {
	font-size: medium;
	margin-top: 34;
	height: 134px;
}
.auto-style8 {
	font-size: xx-large;
}

.auto-style9 {
	font-size: 26px;
	font-weight:900;
	color:black
}

.auto-style10 {
	font-size: x-large;
}
.hrline1px {
	height:1px;
}

a, a:link{
	color:#0d5ea3;
	text-decoration:none;
}
a:hover{
	color:blue;
	text-decoration:underline;
}

/*Logo Style*/
#logo{
	width:262px;
	height:22px;
	text-indent:-99999px;
	float:left;
	padding-top:15px;
}
#logo a{
	background:url(/images/logo.png) no-repeat;
	display:block;
	width:262px;
	height:22px;
}

/* TEMPORARY LOGO STYLE FOR NEW DROPDOWN MENUS */
#logo2{
	width:262px;
	height:22px;
	text-indent:-99999px;
	float:right;
	padding-top:15px;
}
#logo2 a{
	background:url(/images/logo.png) no-repeat;
	display:block;
	width:262px;
	height:22px;
}
/* TEMPORARY LOGO STYLE FOR NEW DROPDOWN MENUS */



/*Menu Style*/
#menu_wrap{
	float:right;
	width:72%;
}
#menu{
	padding-left:5px;
	padding-bottom:0;
}
#menu li{
	list-style:none;
	display:inline;
	margin-left:0px;
	
}
#menu li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#fefefe;
	text-decoration:none;
	padding:16px 16px 13px 13px;
	display:block;
	float:left;
}
#menu li a:hover{
	color:#abd0ef;
	padding:16px 16px 13px 13px;
}

#menu li a.current{
	color:#abd0ef;
	border-top:4px solid #abd0ef;
	padding:12px 16px 13px 13px;
}

}
/*IE7 fix*/
*:first-child+html .go_btn{
	margin:0 0 0px 0px;
}
/*IE6 fix*/
* html #search_wrap #s{
	background-attachment:fixed;
}
#search_wrap form{
	padding:0;
	margin:0;
}


/*featured_wrap */
#featured_wrap{
	clear:both;
	padding-top:30px;
}
.featured_remote2{
	margin-top:-20px;
}
.featured_info{
	float:left;
	width:486px;
	padding-top:30px;
}
.featured_info h2{
	width:457px;
	height:81px;
	text-indent:-99999px;
	padding-bottom:30px;
}
.featured_info p{
	font:17px/20px Arial, Helvetica, sans-serif;
	padding-bottom:30px;
	color:#333;	
}
.featured_info h2 span{
	display:block;
	background:url(/images/we-are-different2.png) no-repeat;
	width:497px;
	height:91px;
}
.featured_info2{
	float:left;
	width:486px;
	height:310px;
	padding-top:30px;
}
.featured_info2 h2{
	width:457px;
	height:81px;
	text-indent:-99999px;
	padding-bottom:30px;
}
.featured_info2 p{
	font:17px/20px Arial, Helvetica, sans-serif;
	padding-bottom:30px;
	color:#333;	
}
.featured_info2 h2 span{
	display:block;
	background:url(/images/remote-rescue.png) no-repeat;
	width:465px;
	height:125px;
}
.featured_info3{
	float:left;
	width:486px;
	padding-top:30px;
}
.featured_info3 h2{
	width:457px;
	height:81px;
	text-indent:-99999px;
	padding-bottom:30px;
}
.featured_info3 p{
	font:17px/20px Arial, Helvetica, sans-serif;
	padding-bottom:30px;
	color:#333;	
}
.featured_info3 h2 span{
	display:block;
	background:url(/images/preventative.png) no-repeat;
	width:500px;
	height:140px;
}
.featured_image{
	float:right;
	background:url(/images/featured_image_bg.png) no-repeat;
	width:474px;
	height:334px;
	margin:4px -14px 0 0;
	position:relative;
}
.featured_image1{
	float:right;
	background:url(/images/monitor4.png) no-repeat;
	width:467px;
	height:348px;
	margin:4px -8px 0 0;
	position:relative;
}
.featured_image2{
	float:right;
	background:url(/images/support.png) no-repeat;
	width:400px;
	height:300px;
	margin:0px 0px 0 0;
	position:relative;
}
.featured_image3{
	float:right;
	background:url(/images/notes.png) no-repeat;
	width:426px;
	height:141px;
	margin:20px 0px 0 0;
	position:relative;
}
.featured_image .img{
	position:absolute;
	width:419px;
	height:242px;
	margin:32px 0 0 26px;
	z-index:2;
}
* html .featured_image .img{
	position:absolute;
	width:419px;
	height:242px;
	margin:-58px 0 0 25px;
	z-index:2;
}
*:first-child+html .featured_image .img{
	position:absolute;
	width:419px;
	height:242px;
	margin:-58px 0 0 25px;
	z-index:2;
}
/*IE8*/
.featured_image .img{ 
	margin-top/*\**/:-60px\9;
}
.ribbon{
	background:url(/images/ribbon.png) no-repeat;
	width:106px;
	height:95px;
	display:block;
	position:absolute;
	margin:-4px 20px 0 350px;
	z-index:9;
}
#featured_wrap .getintouch_btn,  .getintouch_btn{
	width:274px;
	height:64px;
	text-indent:-99999px;
	float:left;
}
.getintouch_btn{
	float:right;
}
#featured_wrap .getintouch_btn a, .getintouch_btn a{
	color:#fef;
	background:url(/images/get_in_touch.png) no-repeat;
	display:block;
	width:274px;
	height:64px;
	cursor:pointer;
}



/*featured_services*/
#featured_services{
	clear:both;
	float:left;
	background:#f1f3f2;
	padding:40px 0;
	width:100%;
	margin-top:20px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e4e5e5;	
}
* html #featured_services{
	margin-top:0px;
}
#featured_services h3{
	color:#141313;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
}
#featured_services .center_wrap .first{
	width:219px;
	float:left;
	padding-left:0;
}
#featured_services .center_wrap div{
	width:219px;
	float:left;
	padding-left:28px;
}
#featured_services .center_wrap .first img,
#featured_services .center_wrap div img{
	float:left;
}
#featured_services .center_wrap .first div,
#featured_services .center_wrap div div{
	float:right;
	width:164px;
	padding-left:0;
}
#featured_services p, #featured_services ul{
	padding-bottom:0;
}


/*main_content*/
#main_content{
	clear:both;
	padding-top:30px;
	float:left;
	width:100%;
}

#main_content h1,
#main_content h2,
#main_content h3,
#main_content h4,
#main_content h5,
#main_content h6{
	padding-bottom:20px;
}
#main_content h1{
	color:#2b2b2b;
	font-size:30px;
	font-weight:bold;
	line-height:32px;
}
#main_content h2{
	color:#2b2b2b;
	font-size:26px;
	font-weight:bold;
	line-height:26px;
}
#main_content h3{
	color:#2b2b2b;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	height: 4px;
}
#main_content h4{
	color:#2b2b2b;
	font-size:16px;
	font-weight:normal;
}
#main_content h5{
	color:#2b2b2b;
	font-size:12px;
	font-weight:normal;
}
#main_content h6{
	color:#2b2b2b;
	font-size:10px;
	font-weight:normal;
}

#main_content .intro_text{
	color:#7d7d7d;
}

.section{
	padding-bottom:20px;
	float:left;
	width:100%;
}
.sectionb{
	margin-left:80px;
	padding-bottom:20px;
	float:left;
	text-align:center;
	width:790px;
}

.two_column{
	padding-top:5px;
	background:url(/images/sidebar_bg.gif) no-repeat;
}

/*Match Heading 3*/
.match_h3{
	color:#2b2b2b;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	height: 4px;
}

/*HR Green*/
.hr_green{
	color:#00FF00;
}


/*column 3*/
.column3{
	width:100%;
	float:left;
}
.column3 .first,
.column3 div{
	float:left;
	width:266px;
	padding-left:0px;
}
.column3 div{
	padding-left:79px;
}
.column3 div .intro_text{
	display:block;
	padding-bottom:20px;
	color:#a2a2a2;
}
.column3 div img{
	padding-bottom:10px;
}

/*IE6*/
* html .column3 div{
	padding-left:74px;
}
#main_content .column3 h3{
	color:#2c2c2c;
	font-weight:bold;
	font-size:22px;
	line-height:24px;
	padding-bottom:0;
}
#main_content .column3 div h4{
	font-size:18px;
	line-height:22px;
	padding-bottom:20px;
}
.column3 .link_btn{
	padding-left:0;
}


/*read more in featured_product*/
.link_btn_2 a{
	float: left;
	width:auto;
	text-decoration: none;
	padding:5px 30px 0 0;
	height:23px;
	margin-right: 2px;
	font-size:13px;
	color: #5c5c5c;
	background: url(/images/link_btn_bg2.gif) no-repeat right top;
}
.link_btn_2 a span {
	width:auto;
	float: left;
	padding-right: 12px;
	display: block;
	margin-top:-5px;
	height: 28px;
	background: url(/images/link_btn_bg2.gif) no-repeat left top;
}
.link_btn_2 a:hover {
 	color:#262626;
	background-position:right 100%;
	text-decoration:none;
}
.link_btn_2 a:hover span {
	background-position:left 100%;
}


/*normal read more*/
.link_btn a{
	float: left;
	width:auto;
	text-decoration: none;
	padding:5px 30px 0 0;
	height:23px;
	margin-right: 2px;
	font-size:13px;
	color: #5c5c5c;
	background: url(/images/link_btn_bg.gif) no-repeat right top;
}
.link_btn a span {
	width:auto;
	float: left;
	padding-right: 12px;
	display: block;
	margin-top:-5px;
	height: 28px;
	background: url(/images/link_btn_bg.gif) no-repeat left top;
}
.link_btn a:hover {
 	color:#262626;
	background-position:right 100%;
	text-decoration:none;
}
.link_btn a:hover span {
	background-position:left 100%;
}


/*inside pages*/
.title_wrap{
	clear:both;
	/*padding-top:60px;
	padding-bottom:64px;*/
	height:172px;
	float:left;
}
.title_wrap h2{
	font-size:30px;
	padding-top:66px;
	float:left;
}
/*2inside pages2*/
.title_wrap2{
	clear:both;
	height:80px;
	float:left;
}
.title_wrap2 h2{
	font-size:30px;
	padding-top:0px;
	float:left;
}

.title_wrap2 .getintouch_btn{
	padding-top:50px;
}

/*students*/
.students{
	vertical-align:middle;
	display:inherit;
	height:100px;
	width:960px;
	text-align:center;
	text-indent:-99999px;
}
.students span{
	background:url(/images/welcome_students.png) no-repeat;
	margin:-30px 80px auto 80px;
	vertical-align:middle;
	display:inherit;
	height:100px;
	width:800px;
	text-align:center;
}
/*privacy policy*/
.privacy{
	vertical-align:middle;
	display:inherit;
	height:100px;
	width:960px;
	text-align:center;
	text-indent:-99999px;
}
.privacy span{
	background:url(/images/privacy_policy.png) no-repeat;
	margin:-30px 80px auto 80px;
	vertical-align:middle;
	display:inherit;
	height:100px;
	width:800px;
	text-align:center;
}
/*terms and conditions*/
.tac{
	vertical-align:middle;
	display:inherit;
	height:100px;
	width:960px;
	text-align:center;
	text-indent:-99999px;
}
.tac span{
	background:url(/images/tac.png) no-repeat;
	margin:-30px 80px auto 80px;
	vertical-align:middle;
	display:inherit;
	height:100px;
	width:800px;
	text-align:center;
}

/*about us*/
.about_us{
	width:400px;
	height:40px;
	text-indent:-99999px;
}
.about_us span{
	background:url(/images/about_us.png) no-repeat;
	width:400px;
	height:40px;
	display:block;
}

.remote-rescue{
	width:336px;
	height:37px;
	text-indent:-99999px;
}
.remote-rescue span{
	background:url(/images/remote-rescue.png) no-repeat;
	width:336px;
	height:37px;
	display:block;
}


/*our services*/
.our_services{
	width:278px;
	height:38px;
	text-indent:-99999px;
}
.our_services span{
	background:url(/images/our_services2.png) no-repeat;
	width:278px;
	height:38px;
	display:block;
}


/*our service options*/
.our_service_options{
	width:432px;
	height:40px;
	text-indent:-99999px;
}
.our_service_options span{
	background:url(/images/serviceoptions.png) no-repeat;
	width:432px;
	height:40px;
	display:block;
}


/*our products*/
.our_prices{
	width:225px;
	height:37px;
	text-indent:-99999px;
}
.our_prices span{
	background:url(/images/our_prices.png) no-repeat;
	width:225px;
	height:37px;
	display:block;
}


/*wnav2*/
.wnav2{
	width:600px;
	height:100px;
	text-indent:-99999px;
	margin-left:180px;
	
	
}

.wnav2 span{
	background:url(/images/wnav.png) no-repeat;
	width:600px;
	height:100px;
	display:inherit;
	margin-top:-26px
}


}

/*store*/
.our_store{
	width:600px;
	height:100px;
	text-indent:100px;
}
.our_store span{
	background:url(/images/our-store.png) no-repeat;
	width:600px;
	height:100px;
	display:block;
}


/*contact*/
.contact{
	width:272px;
	height:39px;
	text-indent:-99999px;
}
.contact span{
	background:url(/images/intouch.png) no-repeat;
	width:272px;
	height:39px;
	display:block;
}


/*virusremoval*/
.virusremoval{
	width:400px;
	height:60px;
	text-indent:-99999px;
}
.virusremoval span{
	background:url(/images/virus-removal.png) no-repeat;
	width:400px;
	height:60px;
	display:block;
}


/*perminute*/
.perminute{
	width:400px;
	height:60px;
	text-indent:-99999px;
	}
.perminute span{
	background:url(/images/perminute.png) no-repeat;
	width:400px;
	height:60px;
	display:block;
}

/***************************************** New CSS
**************************************************************/

/*perminute 2*/
.perminute2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.perminute2 span{
	background:url(/images/perminute2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}

/*about us 2*/
.about_us2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.about_us2 span{
	background:url(/images/about_us2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}

/*our services2*/
.our_services2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.our_services2 span{
	background:url(/images/our_services2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}

/*Order Cancel*/
.cancel{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.cancel span{
	background:url(/images/cancel.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
/*Order Thanks*/
.thanks{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.thanks span{
	background:url(/images/thank-you.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
/*notfound2*/
.notfound2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.notfound2 span{
	background:url(/images/404.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}

/*payments*/
.payments{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.payments span{
	background:url(/images/payments2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
.payments2 {
	letter-spacing: 1pt;
	font-size: large;
	text-align: center;
}
.payments3 {
	width: 960px;
	clear: both;
	height: 172px;
	float: left;
	text-align: center;
	margin: 0 auto;
}
.payments4 {
	margin-top: 35px;
	margin-bottom: 35px;
}
.payments5 {
	text-align: center;
}
.payments10 {
	color: #000000;
}
.payments11 {
	letter-spacing: 1pt;
	font-size: large;
	text-align: center;
	color: #000000;
}
.payments12 {
	font-size: large;
	color: #000000;
}
.payments14 {
	font-size: large;
	color: #5F5F5F;
}
.paymenttable {
	width:100%;
	text-align:center;
	alignment-adjust:central
}
/*prices2*/
.prices2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.prices2 span{
	background:url(/images/our_prices2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
.pricing5 {
	padding-bottom: 20px;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 0;
}
.pricing01 {
	text-decoration: line-through;
}
.pricing03 {
	font-size: large;
	color: #000000;
	background-color: #FFFF00;
}
.pricing04 {
	text-decoration: underline;
	font-size: medium;
}
.pricing05 {
	color: #000000;
}
.pricing010 {
	font-size: large;
}
.pricing011 {
	color: #000000;
}
.pricing012 {
	font-size: large;
	text-align: center;
}
/*privacy policy2*/
.privacypolicy2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.privacypolicy2 span{
	background:url(/images/privacypolicy2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
/*tac2*/
.tac2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.tac2 span{
	background:url(/images/tac2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}

/*Service Options2*/

.serviceopt2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.serviceopt2 span{
	background:url(/images/serviceoptions2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
.so5 {
	padding-bottom: 20px;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 0;
}
/*Service List2*/

.serviceslist2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.serviceslist2 span{
	background:url(/images/serviceslist2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
/*Store 2*/
.ourstore2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.ourstore2 span{
	background:url(/images/store2.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
.store1 {
	font-size: medium;
}
.store2 {
	text-align: center;
}
.store3 {
	width: 960px;
	height: 200px;
	float: left;
	text-align: center;
	margin: 180 auto;
}
.store4 {
	color: #2177C0;
}
.store5 {
	text-decoration: underline;
}
.store6 {
	font-size: medium;
	text-decoration: underline;
}
.store7 {
	text-align: center;
	vertical-align: middle;
}
.store8 {
	color: #0D5EA3;
}
.store11 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
}

.store12 {
	font-size: small;
}
.store13 {
	font-size: xx-large;
	color: black;
}

/*Remote Rescue*/
.rr{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.rr span{
	background:url(/images/remote-rescue.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}

.rrh2span {
	font-size: 20px;
}
.rrtext {
	color: #595858;
	text-decoration: underline;
}

/*Virus Removal*/
.virusr{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.virusr span{
	background:url(/images/virusremoval.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}

/*Contact Us 2*/
.contactus2{
	width:960px;
	height:50px;
	text-indent:-99999px;
	margin-top: 0px;
	padding-top: 0px;
}
.contactus2{
	background:url(/images/contact_us.png) no-repeat;
	width:960px;
	height:50px;
	padding-top: 30px;
	margin-top: 30px;
	display:block;
}
/*sidebar 2*/
#sidebar2{
	padding-top:0px;
	width:267px;
	float:left;
}
#sidebar2 .box{
	padding-bottom:10px;
	float:left;
	width:267px;
}
.box_right_padding2{
	width:247px;
	padding-right:20px;
	padding-bottom:10px;
}
#sidebar2 h3{
	background:url(/images/side_title_bg.gif) repeat-x left bottom;
	margin-top:-10px;
	padding-bottom:-1px;
	margin-bottom:20px;
	width:266px;
	color:#1f1f1f;
}


/******************************************** END NEW CSS
*******************************************************************/

/*notfound*/
.notfound{
	width:400px;
	height:60px;
	text-indent:-99999px;
}
.notfound span{
	background:url(/images/404.png) no-repeat;
	width:400px;
	height:60px;
	display:block;
}


/*featured product*/
.featured_product{
	clear:both;
	width:960px;
	height:268px;
	background:url(/images/featured_pro_bg.gif) no-repeat;
	float:left;
	margin:0 0 60px 0;
}
.featured_product .featured_pro_image{
	float:left;
	position:relative;
	margin:-10px 0 0 20px;
}

.featured_product .featured_pro_details{
	float:right;
	width:600px;
	padding:40px 50px 0 0;
	height:210px;
	overflow:hidden;
	color:#2b2b2b;
}
.featured_product .featured_pro_details .section_title{
	color:#6d6d6d;
	font-weight:bold;
}


/*sidebar*/
#sidebar{
	width:267px;
	float:left;
}
#sidebar .box{
	margin-top:10px;
	padding-bottom:10px;
	float:left;
	width:267px;
}
.box_right_padding{
	width:247px;
	padding-right:20px;
	padding-bottom:10px;
}
#sidebar h3{
	background:url(/images/side_title_bg.gif) repeat-x left bottom;
	margin-top:-10px;
	padding-bottom:-1px;
	margin-bottom:20px;
	width:266px;
	color:#1f1f1f;
}

/*sidenav - sidebar navigation*/
#main_content .sidenav{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #fff;
	padding-bottom:0;
}
#main_content  .sidenav li{
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	border-top:1px solid #fff;
	border-bottom:1px solid #f3f3f3;
}
#main_content  .sidenav li a{
	display:block;
	padding:10px 0 10px 10px;
	font-size:14px;
	font-weight:bold;
	position:relative;
}
#main_content  .sidenav li a.current{
	color:#000;
	text-decoration:none;
}
#main_content  .sidenav li a img{
	margin-right:10px;
	margin-top:-4px;
	top:50%;
	float:left;
}


/*content*/
#content{
	float:right;
	width:667px;
}
#content1{
	float:left;
	width:960px;
}

/*breadcrumb*/
#main_content .breadcrumb_inner{
	width:100%;
	padding-bottom:30px;
	float:left;
}
#main_content .breadcrumb{
	width:100%;
	float:left;
	padding-bottom:6px;
	background:url(/images/two_lines.gif) repeat-x left bottom;
}
#main_content .breadcrumb li{
	display:inline;
	margin-left:0;
}
#main_content .breadcrumb li.first a{
	padding:0 10px 0 0;
}
#main_content .breadcrumb li.second a{
	padding:0 10px 0 10px;
}
#main_content .breadcrumb li.current{
	padding-left:10px;
	font-weight:bold;
}
#main_content .breadcrumb li a{
	background:url(/images/arrow.gif) no-repeat right 55%;
	padding:0 10px;
	display:block;
	float:left;
}


/*services and products*/
#main_content .services .row,
#main_content .products .row{
	float:left;
	padding-bottom:60px;
}
#main_content .services .row .first img,
#main_content .services .row div img,
#main_content .products .row .first img,
#main_content .products .row div img{
	float:left;
}
#main_content .services .row .first,
#main_content .services .row div,
#main_content .products .row .first,
#main_content .products .row div{
	width:445px;
	float:left;
}
#main_content .services .row div,
#main_content .products .row div{
	padding-left:40px;
}
#main_content .services .row .first,
#main_content .products .row .first{
	padding-left:0px;
}
#main_content .services .row .first div,
#main_content .services .row div div,
#main_content .products .row .first div,
#main_content .products .row div div{
	float:right;
	width:370px;
	padding-left:0px;
}


/*post*/
#main_content .post{
	padding-bottom:40px;
	float:left;
	width:100%;
	background:url(/images/two_lines.gif) repeat-x left bottom;
	margin-bottom:40px;
}
#main_content .post h2{
	line-height:36px;
	font-size:34px;
	padding-bottom:0;
}
#main_content .post .meta{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:30px;
	display:block;
	color:#7d7d7d;
}
#main_content .post .meta a{
	font-family:Arial, Helvetica, sans-serif;
}
#main_content .post a{}
#main_content .post a:hover{
	color:#000;
	text-decoration:none;
}



/*contact*/
/*contact-form*/
#contact-form{
	padding:0;
	margin:0;
}
#contact-form label{
	float:left; 
	width:120px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
#name,
#email,
#subject,
#phone,
#message{
	border:1px solid #dddddd;
	padding:8px;
	color:#5e5e5e;
	background:#f2f2f2 url(/images/input_bg.gif) repeat-x 50% top;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}


#name:focus,
#email:focus,
#subject:focus,
#message:focus{
	border:1px solid #acacac;
	padding:8px;
}

#name,
#email,
#phone,
#subject{
	width:285px;
	height:30px;
}
#message{
	width:285px;
	height:210px;
}

.button{
	border:none;
	padding:10px 20px;
	background:#72a8b8;
	text-transform:uppercase;
	color:#f6fdff;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.buttonh{
	background-color: #98BF21;
	border: 1px solid white;
	color: white;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-left: 1px;
	outline: 1px solid #98BF21;
	padding-bottom: 4px;
	padding: 3px 0px 4px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	width: auto;}

#main_content #content .errorMsg h3{
	color:red;
}
#main_content #content .infoMsg h3{
	color:green;
}

/*avast*/
.avast{
	width:354px;
	height:67px;
	text-indent:-99999px;
	margin:0px 0px 0px 0;
	padding-bottom:26px;
}
.avast span{
	background:url(/images/avast_authorized_logo.png) no-repeat;
	width:354px;
	height:67px;
}


/*footer*/
#footer_inner{
	width:100%;
	float:left;
	padding:0px 0;
	background:#000 url(/images/footer-bg.png) repeat-x;
}
#footer_inner2{
	width:50%;
	text-align:left
	padding:0px 0;
}
#footer{
	color:#5f5f5f;
}

#footer a{
	color:#5f5f5f;
}
#footer a.current{
	font-weight:bold;
	color:white
}
.footer_nav{
	float:left;
	padding-top:20px;
	margin:0;
}
.footer_nav li{
	list-style:none;
	display:inline;
	margin-left:0;
	padding:0 10px 0 0;
	font-size:12px;
}
.footer_nav2{
	float:left;
	padding-top:35px;
	margin:35px 0 0 -200px;
}
.footer_nav2 li{
	list-style:none;
	display:inline;
	margin-left:0;
	padding:0 10px 0 0;
	font-size:12px;
}

#twitter{
	float:right;
	font-size:11px;
	padding-top:13px;
	padding-left:10px;
}

#follow{
	float:right;
	font-size:11px;
	padding-top:5px;
	padding-left:10px;
}

#facebook{
	float:right;
	font-size:11px;
	padding-top:15px;
	padding-left:10px;

}
#thumbtack{
	float:right;
	font-size:11px;
	padding-top:15px;
	padding-right:2px;
	
}
#footer2 {
	margin-top:70px;
	font-size:11px;
	color:#5f5f5f;
}

#icons{
	float:right;
	font-size:11px;
	padding-top:6px;
	padding-right: 0;
	margin-right:-8px;
}
#icons_last{
	float:right;
	font-size:11px;
	padding-top:6px;
}
.tap {
	padding-top:35px;
	margin-left:-300px;
	margin:0;
	float:left;
	font-size:12px;
	color:#5f5f5f;
}

.tap li{
	list-style:none;
	display:inline;
	margin-right:200;
	padding:0 10px 0 0;
	font-size:12px;
}

/*Slider*/
.slider-wrap{ 
	float:left;
	width: 960px; 
	top: 0px;
	margin:0;
}			
.stripViewer .panelContainer .panel ul{ 
	text-align: left; 
	margin: 0 15px 0 30px; 
}
.stripViewer{ 
	position: relative; 
	overflow: hidden; 
	width:960px;
	margin:0px 0 0 0px;
	height:337px;
}
.stripViewer .panelContainer{ 
	position:relative; 
	left:0; 
	top:0; 
}
.stripViewer .panelContainer .panel{ 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 960px;
}
.stripNavL, .stripNavR, .stripNav{ 
	display: none; 
}
#movers-row{ 
	float:right;
	width:auto;
	margin-top:22px;
}
#movers-row li{
	display:inline;
}
/*.cross-link{ 
	display: block; 
	position: relative; 
	z-index: 9999;
	float:left;
	width:14px;
	height:14px;
	text-indent:-99999px;
	margin-left:10px;
	margin-right:4px;
}
.cross-link span{
	display:block;
	background:url(../images/featured_nav_bg.gif) no-repeat top;
	width:14px;
	height:14px;
	cursor:pointer;
}
.active-thumb span{ 
	background-position:0 100%;
}*/

.cross-link span{
	padding:4px 10px;
	float:left;
	border:1px solid #f1f3f2;
	margin-left:10px;
	margin-right:4px;
}

.active-thumb span{
	color:#000!important;
	padding:4px 10px;
	float:left;
	border:1px solid #828282;
}

/*IE6*/
* html .cross-link span{
	text-indent:0;
	padding:4px 10px;
	float:left;
	border:1px solid #f1f3f2;
}
* html .cross-link span{
	background:none;
}
* html .active-thumb span{
	color:#000;
	padding:4px 10px;
	float:left;
	border:1px solid #828282;
}


/* News */
.news_wrap{
	float:left;
	margin-top:20px;
}
.news_title{
	float:left;
	padding: 4px;
	font-size:13px;
	font-weight:bold;
	color:#494949;
}
ul#news {
	padding:4px;
	float:left;
	width:600px;
}


/*common styles*/
#main_content p,
#main_content pre,
#main_content ol,
#main_content ul,
#main_content dl{
	padding-bottom:20px;
	color:#5f5f5f;
}


#main_content ul li{
	list-style:outside;
	margin-left:20px;
}
#main_content ul.styledlist{
	margin:0;
	padding:0 0 20px 0;
}
#main_content ul.styledlist li{
	background:url(/images/bullet.gif) no-repeat left 0.6em;
	padding-left:12px;
	list-style:none;
	margin-left:5px;
	line-height:22px;
}
#main_content ul.styledlist2{
	margin:0;
	padding:0 0 20px 0;
}
#main_content ul.styledlist2 li{
	background:url(/images/bullet.gif) no-repeat left 0.6em;
	padding-left:12px;
	list-style:none;
	margin-left:5px;
	line-height:22px;
	height: 25px;
}

#main_content ol li{
	list-style:decimal;
	margin-left:20px;
}
#main_content dl dt{
	font-weight:bold;
	padding-bottom:10px;
}
#main_content dl dd{
	padding-bottom:10px;
	margin-left:0px;
}


#main_content strong{
	font-weight:bold;
}
#main_content em, #main_content code{
	font-style:italic;
}
#main_content  ul, #main_content ul li {
	list-style-type:disc;
}
#main_content ol, #main_content ol li {
	list-style-type:decimal;
}
#main_content table {
	margin-bottom:1.4em;
	width:100%;
}
#main_content th {
	font-weight:bold;
}
#main_content th, #main_content td, #main_content caption {
	padding:4px 10px 4px 5px;
}
#main_content tfoot {
	font-style:italic;
}
#main_content sup, #main_content sub {
	line-height:0;
}
#main_content abbr, #main_content acronym {
	border-bottom: 1px dotted;
	cursor:help;
}
#main_content address {
	margin:0 0 1.5em;
	font-style:italic;
}
#main_content del {
	text-decoration: line-through;
}
#main_content pre {
	white-space:pre;
}
#main_content img.centered, #main_content .aligncenter, #main_content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#main_content img.alignright {
	display: inline;
	margin:0 0 10px 20px;
}
#main_content img.alignleft {
	display: inline;
	margin:0 20px 10px 0px;
}
#main_content .alignright {
	float: right;
}
#main_content .alignleft {
	float: left;
}
#about_content {
	width:100%;
}

/*clear fix*/
.clearfix{
	clear:both;
}
#mytable {
	width: 958px;
	float:left;
	padding: 0;
	margin-bottom: 50px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	font-size:14px;
	letter-spacing: 2px;
	text-transform: uppercase;

	padding-top:10px;
	background: #CAE8EA;
	height:25px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td.first {
	background: #fff;
	padding-left:6px;
	color: #4f6b72;
	height:25px;
	border-top: 1px solid #C1DAD7;
	padding-top:10px;
	border-left: 1px solid #C1DAD7;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
	border-top: 1px solid #C1DAD7;
	padding-left:6px;
	border-left: 1px solid #C1DAD7;
	padding-top:10px;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 6px 6px 12px;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	padding: 6px 6px 6px 12px;
}
th.tblheader {
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #CAE8EA;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-left:6px;
}
#loginform {
	padding-bottom:200px;
}

/*lightbox_default_css*/
#container{
	margin:0 auto;
	width:500px;
	padding:40px;
	text-align:left;
	background-color:#fff;
}
#container ul{
	text-align:left;
	margin:0 0 30px 0;
	list-style:none;
}
#container ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}
#container ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
}
#lightbox h3{
	color:#FF713F;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}

#newslinks{
	float:left;
	font-size:11px;
	padding-top:13px;
	padding-left:10px;

}

img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}.storefont {
	font-family: Arial Black, Gadget, sans-serif;
}

