/** GLOBALS **/

body{
	background: #fff url(../images/bg-page-home.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
}

.clear{
	clear: both;
	height: 0;
	overflow: hidden;
}

a{
	color: #5f92c6;
	outline: none;
	/* font-weight: bold; */
}
a:hover{
	color: #900;
}
a.more{
	font-size: 12px;
	font-weight: bold;
	
}

a.red-button{
	display: inline-block;
	height: 41px;
	background: url(../images/buttons/red-button.png) no-repeat right top;
	font: bold 20px/40px Arial;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #333;
	text-align: center;
	padding-right: 6px;
	outline: none;
	cursor: pointer;
}
a.red-button:hover{
	background-position: right bottom;
	color: #fbeac2;
}
	a.red-button span{
		display: block;
		height: 41px;
		background: url(../images/buttons/red-button.png) no-repeat left top;
		padding-left: 6px;
		margin-left: -6px;
		outline: none;
		cursor: pointer;
	}
	a.red-button:hover span{
		background-position: left bottom;
	}
		a.red-button span span{
			display: inline;
			padding: 10px 7px;
			background: url(../images/button-arrow.gif) no-repeat center center;
			margin: 0 0 0 7px;
			outline: none;
			cursor: pointer;
		}
		a.red-button:hover span span{
			background: url(../images/button-arrow-over.gif) no-repeat center center;
			padding: 10px 7px;
			margin: 0 0 0 7px;
		}
		
		
		
		a.green-button{
	display: inline-block;
	height: 41px;
	background: url(../images/buttons/green_btn.png) no-repeat right top;
	font: bold 16px/22px Arial;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #333;
	text-align: center;
	padding-right: 6px;
	outline: none;
	cursor: pointer;
	line-height:16px;
	text-align:left;
}
a.green-button:hover{
	background-position: right bottom;
	color: #fbeac2;
}
	a.green-button span{
		display: block;
		height: 27px;
		background: url(../images/buttons/green_btn.png) no-repeat left top;
		padding-left: 18px;
		margin-left: -6px;
		padding-top:14px;
		outline: none;
		cursor: pointer;
	}
	a.green-button:hover span{
		background-position: left bottom;
	}
		a.green-button span span{
			display: inline;
			padding: 1px 7px;
			background: url(../images/button-arrow.gif) no-repeat top center;
			margin: 0 0 0 5px;
			outline: none;
			cursor: pointer;
		}
		a.green-button:hover span span{
			background: url(../images/button-arrow-over.gif) no-repeat top center;
			padding: 2px 7px;
			margin: 0 0 0 5px;
		}
		
		
a.gray-button{
	display: inline-block;
	height: 41px;
	background: url(../images/buttons/gray-button.png) no-repeat right top;
	font: bold 20px/40px Arial;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #333;
	text-align: center;
	padding-right: 6px;
	outline: none;
	cursor: pointer;
}
a.gray-button:hover{
	background-position: right bottom;
	color: #fbeac2;
}
	a.gray-button span{
		display: block;
		height: 41px;
		background: url(../images/buttons/gray-button.png) no-repeat left top;
		padding-left: 6px;
		margin-left: -6px;
		outline: none;
		cursor: pointer;
	}
	a.gray-button:hover span{
		background-position: left bottom;
	}
		a.gray-button span span{
			display: inline;
			padding: 10px 7px;
			background: url(../images/button-arrow.gif) no-repeat center center;
			margin: 0 0 0 7px;
			outline: none;
			cursor: pointer;
		}
		a.gray-button:hover span span{
			background: url(../images/button-arrow-over.gif) no-repeat center center;
			padding: 10px 7px;
			margin: 0 0 0 7px;
		}
		
a.gray-button:hover span span{
			background: url(../images/button-arrow-over.gif) no-repeat center center;
			padding: 10px 7px;
			margin: 0 0 0 7px;
		}
		

a.green-button2{
	display: inline-block;
	height: 41px;
	background: url(../images/buttons/green_btn.png) no-repeat right top;
	font: bold 14px/40px Arial;
	line-height:16px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 1px #333;
	text-align: center;
	padding-right: 6px;
	outline: none;
	cursor: pointer;
}
a.green-button2:hover{
	background-position: right bottom;
	color: #fbeac2;
}
	a.green-button2 span{
		display: block;
		height: 28px;
		background: url(../images/buttons/green_btn.png) no-repeat left top;
		padding-left: 6px;
		margin-left: -6px;
		padding-top:13px;
		outline: none;
		cursor: pointer;
	}
	a.green-button2:hover span{
		background-position: left bottom;
	}
		a.green-button2 span span{
			display: inline;
			padding: 10px 7px;
			background: url(../images/button-arrow.gif) no-repeat center center;
			margin: 0 0 0 7px;
			outline: none;
			cursor: pointer;
		}
		a.green-button2:hover span span{
			background: url(../images/button-arrow-over.gif) no-repeat center center;
			padding: 10px 7px;
			margin: 0 0 0 7px;
		}
		
#container {
	width: 963px;
	margin: 0 auto;
	position: relative;
	padding-top: 36px;
}

	#container #banner{
		width: 963px;
		height: 309px;
	}

h1.geekbuddy-logo{
	margin: 0;
	padding-bottom: 54px;
}
h1.geekbuddy-logo a{
	display: block;
	width: 267px;
	height: 67px;
	background: url(../images/logo-gb.png) repeat scroll 0 0 transparent;
	text-indent: -9999px;
	outline: none;
}

h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dadbdc;
}
	

/** NAVIGATION **/

#navigation{
	width: 963px;
	height: 39px;
	background: url(../images/nav-bg.png) no-repeat top left;
	position: absolute;
	top: 116px;
}
	#navigation li{
		float: left;
		outline: none;
	}
	#navigation a{
		display: block;
		font-size: 12px;
		line-height: 34px;
		font-weight: bold;
		text-decoration: none;
		outline: none;
	}
		#site-nav li{
			background: url(../images/nav-li-bg.gif) no-repeat top right;
		}
		#site-nav li.no-border{
			background: none;
		}
			#site-nav a{
				color: #a7a7aa;
				padding: 0 0 5px;
				text-align: center;
				outline: none;
			}
			#site-nav a:hover{
				color: #b31e24;
			}
			#site-nav a.on{
				background: url(../images/nav-on.png) no-repeat center top;
				color: #fff;
			}
			#site-nav a#nav-home.on{
				background: url(../images/nav-home-on.png) no-repeat left top;
			}
			#site-nav a#nav-about.on{
				background: url(../images/nav-about-on.png) no-repeat right top;
			}
			
			#site-nav #nav-home{
				width: 110px;
			}
			#site-nav #nav-works{
				width: 150px;
			}
			#site-nav #nav-can-do{
				width: 205px;
			}
			#site-nav #nav-protection{
				width: 210px;
			}
			#site-nav #nav-cleanpc{
				width: 160px;
			}
			#site-nav #nav-about{
				width: 128px;
			}

		#login-link{
			position: absolute;
			top: -50px;
			right: 0px;
			font-size: 12px;
			font-weight: bold;
			
			/* white-space: no-wrap; */
			padding-right: 5px;
		}
			#login-link a{
				display: inline;
				color: #888;
				font-weight: bold;
				text-decoration: underline;
			}
			#login-link a:hover{
				color: #b31e24;
			}
			#login-link span{
				color: #888;
				padding: 0 8px;
			}

/** HOME **/

#home #solutions{
	width: 963px;
	height: 303px;
	margin: 6px 0 35px 0;
	overflow: hidden;
	position: relative;
	z-index: 50;
}
	#home #solutions .panel {
		width: 500px;
		height: 283px;
		padding: 20px 43px 0 420px;
		overflow: hidden;
	}
	
		#home #slide-one{
			background: transparent url(../images/slides/home_geek_slide4.gif) no-repeat 14px bottom !important;
		}
		#home #slide-two{
			background: transparent url(../images/slides/home_geek_slide3.gif) no-repeat 14px bottom !important;
		}
		#home #slide-three{
			background: transparent url(../images/slides/home_geek_slide2.gif) no-repeat 14px bottom !important;
		}
		#home #slide-four{
			background: transparent url(../images/slides/home_geek_slide1.gif) no-repeat 14px bottom !important;
		}
	
		#home .panel h2{
			font-size: 28px;
			font-weight: bold;
			color: #000;
			margin-bottom: 10px; /* margin-bottom: 12px; */
		}
		#home .panel h4{
			font-size: 18px;
			margin-bottom: 10px;/* margin-bottom: 16px; */
		}
		#home .panel p.bordered{
			padding: 10px 0;
			border-top: 1px solid #dadbdc;
			border-bottom: 1px solid #dadbdc;
		}
		#home .panel .cta{
			width: 500px;
			margin-top: 12px;
			padding-left: 7px;
			/*text-align: center;*/
			/*background: url(../images/buyit-home.gif) no-repeat left 16px;*/
			
		}
			#home .panel .cta p{
				font-size: 12px;
				margin: 3px 90px 1px 35px;
				/*text-align: center;*/
				padding-left: 16px;
				float: left;
			}
			#home .panel .cta .download-home{
				width: 220px;
				margin-right: 15px;
				float: left;
			}
			
	#home #prevBtn, #home #nextBtn {
		display: block;
		width: 19px;
		height: 53px;
		position: relative;
	}
	#home #prevBtn{	
		background: url(../images/slides/left.png);
		margin: 0 0 -106px -32px;
		top: -200px;
	}
	#home #nextBtn {
		background: url(../images/slides/right.png);
		margin-left: 975px;
		top: -147px; 
	}
	#home #prevBtn:hover, #home #nextBtn:hover {
		background-position: -19px;
	}
		#home #prevBtn a, #home #nextBtn a{
			display: block;
			width: 19px;
			height: 53px;
			outline: none;
		}

#home #content{
	border-bottom: 1px solid #dadbdc;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
	#home #content h3{
		color: #000;
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 18px;
		border-bottom: 1px solid #dadbdc;
		padding-bottom: 10px;
	}
	 #home #content .thirds{
		width: 293px;
		/* height: 155px; */
		background-color: #fff;
		float: left;
	}
	#home #content .thirds.bordered{
		padding: 0 20px;
		margin: 0 20px;
		border-left: 1px solid #dadbdc;
		border-right: 1px solid #dadbdc;
	}
		#home #content .thirds h5{
			color: #555;
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 18px;
		}
		#home #content .thirds h5 a{
			color: #555;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
		}
		#home #content .thirds h5 a:hover{
			color: #900;
			text-decoration: none;
		}
		#home #content .thirds img{
			
		}
		#home #content .thirds p{
			color: #666;
			font-size: 12px;
			padding-bottom: 5px;
		}
		#home #content .thirds ul{
			list-style-image: url(../images/features-li.gif);
			list-style-position: inside;
		}
			#home #content .thirds li {
				/*background: url(../images/features-li.gif) no-repeat left 2px;*/
				color: #666;
				font-size: 12px;
				/* padding-left: 14px; */
				padding-bottom: 5px;
			}
	#retailers{
		width: 960px;
	}
		#retailers .top{
			width: 960px;
			height: 20px;
			background: url(../images/home-retailers-top.png) no-repeat center bottom;
		}
		#retailers .bottom{
			width: 960px;
			height: 20px;
			background: url(../images/home-retailers-bottom.png) no-repeat center top;
		}
		#retailers .content{
			background-color: #ededed;
		}
			#retailers .left{
				float: left;
				width: 590px;
				padding: 0 30px;
			}
			#retailers .right{
				float: left;
				width: 250px;
				
				padding: 0 30px 0 29px;
				border-left: 1px solid #dadbdc;
			}
				#awards{
					width: 250px;
					background: url(../images/home-awards-promo-bg.png) no-repeat center top;
					text-align: center;
					margin-top: 18px;
				}
				#awards img{
					margin: 1px 0 8px;
					color: #666;
					font-size: 12px;
				}
				#awards p{
					text-align: center;
					color: #666;
					font-size: 12px;
				}
			#retailers h6{
				font-size: 16px;
				font-weight: bold;
				color: #000;
				padding: 7px 0;
				border-bottom: 1px solid #dadbdc;
			}
			#retailers table{
				margin-top: 18px;
			}
				#retailers table td{
					padding-right: 6px;
					padding-bottom: 7px;
				}
				#retailers table td.last{
					padding-right: 0;
				}
			#retailers .subnote{
				font-size: 10px;
				color: #666;
			}
	
/** SERVICES **/

	#services #banner{
		background: url(../images/services-banner-bg.png) no-repeat 570px  bottom;
	}
		#services #banner .copy{
			width: 486px;
			height: 309px;
			padding-right: 477px;
		}
		#services #banner h1{
			padding: 25px 0 15px 3px;
			font: bold 31px Arial;
			color: #000;
			margin-bottom: 0;
		}
		#services #banner .features{
			width: 457px;
			padding: 9px 0 9px 3px;
			border-top: 1px solid #dadbdc;
		}
			#services #banner .features ul{
				float: left;
				padding-right: 70px;
			}
			#services #banner .features ul li{
				background: url(../images/banner-check.png) no-repeat left center;
				padding-left: 16px;
				font-size: 12px;
				font-weight: bold;
				line-height: 19px;
				color: #333;
			}			
			#services #banner .cta{
				width: 462px;
				border-top: 1px solid #dadbdc;
				text-align: center;
				padding-top: 3px;
				padding-left: 25px;
			}
				#services #banner .cta p{
					font-size: 12px;
				margin: 3px 60px 1px 10px;
				/*text-align: center;*/
				padding-left: 40px;
				float: left;
				}
					#services #banner .cta p.no-card{
						font-size: 12px;
					}
				
				#services #banner .red-button, #services #banner .green-button2{	
					width: 210px;
					margin-right: 15px;
					float: left;
				}
	
	#services #content{
		border: 0;
		width: 963px;
		padding-top: 35px;
	}
		#services #content h2{
			font-size: 31px;
			color: #7a7a7a;
			margin-bottom: 0;
		}
		#services .services-list{
		}
		#services .services-list td{
			width:449px;
			padding: 24px 24px 24px 0;
			border-bottom: 1px solid #dadbdc;
			vertical-align: top;
		}
		#services .services-list td.padded{
			padding-left: 15px;
			border-left: 1px solid #dadbdc;
		}
		#services .services-list td.last{
			border-bottom: 0;
		}
			#services .services-list p{
			}
			#services .services-list h3{
				color: #000;
				font-size: 22px;
				font-weight: bold;
				margin-bottom: 18px;
			}


/** HOW IT WORKS **/
	
	#how-it-works #banner{
		background: url(../images/how-it-works-banner-bg.png) no-repeat 570px  bottom;
	}
		#how-it-works #banner .copy{
			width: 506px;
			height: 309px;
			padding-right: 457px;
		}
		#how-it-works #banner h1{
			padding: 25px 0 5px 3px;
			font: bold 31px Arial;
			color: #000;
			margin-bottom: 0;
		}
		#how-it-works #banner p{
			padding: 5px 0 10px 3px;
			font-size: 21px;
			color: #333;
			margin-bottom: 10px;
		}
		
		
		
			#how-it-works #banner .cta{
				width: 462px;
				border-top: 1px solid #dadbdc;
				text-align: center;
				padding-top: 20px;
				padding-left: 25px;
			}
				#how-it-works #banner .cta p{
					font-size: 12px;
				margin: 3px 60px 1px 10px;
				/*text-align: center;*/
				padding-left: 40px;
				float: left;
				}
					#how-it-works #banner .cta p.no-card{
						font-size: 12px;
					}
				#how-it-works #banner .red-button, #how-it-works #banner .green-button2{	
					width: 210px;
					margin-right: 15px;
					float: left;
				}
				
	#how-it-works #content{
		width: 963px;
		padding-top: 35px;
	}
		#how-it-works #content h2{
			font-size: 31px;
			color: #7a7a7a;
			margin-bottom: 20px;
		}

	#how-it-works .diagram{
		width: 763px;
		height: 245px;
		background: url(../images/how-it-works-diagram-bg.png) no-repeat center top;
		padding-left: 200px;
		margin-bottom: 35px;
	}
		
		#how-it-works .diagram table {margin: 0; }
		#how-it-works .diagram th, #how-it-works .diagram td { border: 0; padding: 0; }

		
		#how-it-works .diagram table td, #how-it-works .diagram table th{
			width: 143px;
			padding: 0 15px 10px 15px;
			font: bold 13px Arial;
			text-align: center;
			vertical-align: top;
			color: #444;
		}
		#how-it-works .diagram table th{
			padding-top: 16px;
			padding-bottom: 100px;
		}
			#how-it-works .diagram table th span{
				padding: 0 13px;
			}
		
		#how-it-works .diagram table td{
			padding-top: 10px;
		}
		
		.expert-handle ul{
			float: left;
			margin-right: 22px;
		}
		.expert-handle ul li{
			font-weight: bold;
			color: #666;
			padding-left: 17px;
			padding-bottom: 10px;
			background: url(../images/green-tick.png) no-repeat left 2px;
		}
		.expert-handle ul.last{
			margin-right: 0;
		}
		
		#how-it-works .support-advantages{
			width: 679px;
			height: 165px;
			margin-left: auto;
			margin-right: auto;
			padding: 30px 38px 20px 244px;
			position: relative;
		}
		#how-it-works .support-advantages h3{
			line-height: normal;
			font-size: 22px;
			font-weight: bold;
			color: #666;
			border-bottom: 1px solid #dadbdc;
			padding-bottom: 15px;
			margin-bottom: 15px;
		}	
		#how-it-works .support-advantages{
			background: url(../images/how-it-works-advantages-bg.jpg);
		}
		#how-it-works .support-advantages .features{
			float: left;
			padding-right: 30px;
		}
		#how-it-works .support-advantages .features li {
			background: url(../images/features-li.gif) no-repeat left center;
			color: #666;
			font-size: 12px;
			line-height: 20px;
			padding-left: 16px;
		}
		
	#how-it-works .red-button.chat{
		width: 140px;
		margin-top: 5px;
	}


/** RENEW YOUR AV **/
	
	#renew-your-av #banner{
		background: url(../images/renew-your-av-banner-bg.png) no-repeat right bottom;
	}
		#renew-your-av #banner .copy{
			width: 486px;
			height: 309px;
			padding-right: 477px;
		}
		#renew-your-av #banner h1{
			padding: 25px 0 15px 3px;
			font: bold 31px Arial;
			color: #000;
			margin-bottom: 0;
		}
		#renew-your-av #banner p{
			color:#333333;
			font-size:21px;
			padding-left: 3px;
		}
			#renew-your-av #banner .cta{
				width: 460px;
				text-align: center;
				padding-top: 20px;
				padding-left: 25px;
			}
				#renew-your-av #banner .cta p{
					font-size: 12px;
				margin: 3px 60px 1px 10px;
				/*text-align: center;*/
				padding-left: 40px;
				float: left;
				}
					#renew-your-av #banner .cta p.no-card{
						font-size: 12px;
					}
				#renew-your-av #banner .red-button, #renew-your-av #banner .green-button2{	
					width: 200px;
					margin-right: 15px;
					float: left;
				}
	#renew-your-av #content{
		width: 963px;
		padding-top: 35px;
	}
		#renew-your-av #content h2{
			font-size: 31px;
			color: #7a7a7a;
			margin-bottom: 0;
		}

		#renew-your-av table.why-choose{margin: 0; }
		#renew-your-av .why-choose th, #renew-your-av .why-choose td { border: 0; padding: 0; }

		#renew-your-av .why-choose td{
			width: 50%;
			border-bottom: 1px solid #dadbdc;
			padding: 16px 16px 16px 60px;
			color: #666;
			line-height: 18px;
			vertical-align: top;
		}
		#renew-your-av .why-choose td.one{
			background: url(../images/list-numbers1.png) no-repeat 0 16px;
		}
		#renew-your-av .why-choose td.two{
			background: url(../images/list-numbers2.png) no-repeat 0 16px;
		}
		#renew-your-av .why-choose td.three{
			background: url(../images/list-numbers3.png) no-repeat 0 16px;
		}
		#renew-your-av .why-choose td.four{
			background: url(../images/list-numbers4.png) no-repeat 0 16px;
		}
		#renew-your-av .why-choose td.border{
			border-left: 1px solid #dadbdc;
			background-position: 16px 16px;
			padding-left: 76px;
		}
	
	#renew-your-av .promo{
		margin-top: 60px;
		width: 718px;
		height: 175px;
		background: url(../images/renew-your-av-promo-bg.jpg) no-repeat;
		position: relative;
		padding: 25px 0 0 244px;
	}
		#renew-your-av .promo h3{
			font-size: 24px;
			font-weight: bold;
			color: #666;
			margin-bottom: 17px;
			padding: 0;
		}
		#renew-your-av .promo p{
			width: 417px;
			font-size: 12px;
			color: #666;
			margin-bottom: 5px;
		}
		#renew-your-av .promo .buddy{
			position: absolute;
			right: 0;
			bottom: 0;
		}
		#renew-your-av .promo .red-button{
			width: 410px;
			margin-top: 10px;
			margin-left: 5px;
		}
		
		#renew-your-av .promo p.no-card{
			font-weight: bold;
			text-align: center;
			color: #333;
			margin-top: 5px;
		}



/** CLEAN MY PC **/
	
	#clean-my-pc #banner{
		background: url(../images/clean-your-pc-banner-photo.jpg) no-repeat 10px bottom;
	}
		#clean-my-pc #banner .copy{
			background: url(../images/clean-your-pc-banner-cta-bg.png) no-repeat right bottom;
			width: 535px;
			height: 309px;
			padding-left: 428px;
		}
		#clean-my-pc #banner h1{
			padding: 25px 0 4px 3px;
			font: bold 31px Arial;
			color: #000;
			margin-bottom: 24px;
		}
		#clean-my-pc #banner .text{
			height: 191px;
			padding-left: 3px;
		}
			#clean-my-pc #banner .text p{
				width: 450px;
			}
		#clean-my-pc #banner .cta{
			width: 430px;
			text-align: center;
			padding-top: 10px;
			padding-left: 28px;
		}
			#clean-my-pc #banner .cta p{
				font-size: 12px;
				margin: 3px 60px 1px 10px;
				/*text-align: center;*/
				padding-left: 40px;
				float: left;
			}
				#clean-my-pc #banner .cta p.no-card{
					font-size: 12px;
				}
				
				#clean-my-pc #banner .red-button, #clean-my-pc #banner .green-button2{	
					width: 210px;
					margin-right: 15px;
					float: left;
				}
				
				
			/*#clean-my-pc #banner .red-button-big{	
				display: inline-block;
				width: 428px;
				height: 57px;
				background: url(../images/buttons/red-button-big.png) no-repeat 0 0;
				font-weight: bold;
				font-size: 20px;
				color: #fff;
				line-height: 56px;
				text-decoration: none;
				text-shadow: 0 1px 1px #333;
			}
			#clean-my-pc #banner .red-button-big:hover{
				background-position: 0 -57px;
				color: #fbeac2;
			}
				#clean-my-pc #banner .red-button-big span{
					display: inline;
					padding: 10px 7px;
					background: url(../images/button-arrow.gif) no-repeat center center;
					margin: 0 0 0 9px;
				}
				#clean-my-pc #banner .red-button-big:hover span{
					background: url(../images/button-arrow-over.gif) no-repeat center center;
					padding: 10px 7px;
					margin: 0 0 0 9px;
				}
				#clean-my-pc #banner .red-button-big span.small{
					display: inline;
					background: none;
					font-size: 15px;
					margin: 0;
					padding: 0;
				}	*/

	#clean-my-pc #content{
		width: 963px;
		padding-top: 35px;
	}
		#clean-my-pc #content .chat-now-promo{
			width: 210px;
			height: 262px;
			float: left;
			background: url(../images/clean-your-pc-chat-now-bg.png) no-repeat center bottom;
			padding: 60px 0 0 175px;
		}
			#clean-my-pc #content .chat-now-promo .tagline{
				margin-bottom: 25px;
				line-height: normal;
			}
				#clean-my-pc #content .chat-now-promo .tagline p{
					font-size: 30px;
					margin-bottom: 10px;
				}
				#clean-my-pc #content .chat-now-promo .tagline div{
					font-size: 18px;
					border-top: 1px solid #dadbdc;
					border-bottom: 1px solid #dadbdc;
					padding: 14px 0;
				}
			#clean-my-pc #content .chat-now-promo .cta{
				text-align: center;
			}
				#clean-my-pc #content .chat-now-promo .price{
					font-weight: bold;
					font-size: 15px;
					color: #666;
				}
					#clean-my-pc #content .chat-now-promo .price span{
						font-size: 25px;
						color: #333;
					}
				
			#clean-my-pc .chat-now-promo .red-button{
				width: 180px;
				margin-top: 5px;
				margin-right: 5px;
			}
				
		#clean-my-pc #content .ftrs{
			float: left;
			padding-left: 43px;
			width: 534px;
		}
			#clean-my-pc #content .ftrs li{
				background: url(../images/clean-your-pc-green-check.png) no-repeat 5px 5px;
				padding-left: 35px;
			
			}
			#clean-my-pc #content .ftrs li h3{
				font-weight: bold;
				font-size: 18px;
				color: #333;
				line-height: normal;
				margin-bottom: 8px;
			}
			#clean-my-pc #content .ftrs li.bottom-sep{
				border-bottom: 1px solid #dadbdc;
				padding-bottom: 15px;
				margin-bottom: 10px;

			}
/** FREE SCAN **/

	#free-scan #banner{
		position:relative;
	}
	#free-scan #banner .copy{
		width: 493px;
		height: 309px;
		padding-right: 470px;
	}
	#free-scan #banner .geekbuddy-video
	{
		position:absolute;
		top:10px;
		left:493px;
	}
	#free-scan #banner h1{
		padding: 37px 0 20px 3px;
		border-bottom:1px solid #DBDBDB;
		font: bold 56px Arial;
		line-height:45px;
		color: #000;
		margin-bottom: 24px;
	}
	#free-scan #banner h1 span{
		font: bold 34px Arial;
	}
	#free-scan #banner .text{
		height: 191px;
		padding-left: 3px;
	}
	#free-scan #banner .text p{
		color:#333333;
		font-size:17px;
		font-weight:bold;
		width:493px;
	}
		
	#free-scan #banner .cta{
		width: 430px;
		text-align: center;
		padding-top: 10px;
		padding-left: 28px;
	}
	#free-scan #banner .cta p{
		font-size: 12px;
		margin: 3px 60px 1px 10px;
		padding-left: 40px;
		float: left;
	}
	#free-scan #banner .cta p.no-card{
		font-size: 12px;
	}
	#free-scan #banner .red-button, #free-scan #banner .gray-button{	
		width: 190px;
		margin-right: 15px;
		float: left;
	}
	#free-scan #banner .red-button-big{	
		display: inline-block;
		width: 428px;
		height: 57px;
		background: url(../images/buttons/red-button-big.png) no-repeat 0 0;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
		line-height: 56px;
		text-decoration: none;
		text-shadow: 0 1px 1px #333;
	}
	#free-scan #banner .red-button-big:hover{
		background-position: 0 -57px;
		color: #fbeac2;
	}
	#free-scan #banner .red-button-big span{
		display: inline;
		padding: 10px 7px;
		background: url(../images/button-arrow.gif) no-repeat center center;
		margin: 0 0 0 9px;
	}
	#free-scan #banner .red-button-big:hover span{
		background: url(../images/button-arrow-over.gif) no-repeat center center;
		padding: 10px 7px;
		margin: 0 0 0 9px;
	}
	#free-scan #banner .red-button-big span.small{
		display: inline;
		background: none;
		font-size: 15px;
		margin: 0;
		padding: 0;
	}	
	#free-scan #content{
		width: 963px;
		padding-top: 35px;
	}
	#free-scan #content #left-content{
		width: 546px;
		float:left;
		margin-right:30px;
	}
	#free-scan #content #left-content h1 {
		color:#404040;
		font-size:34px;
		font-weight:bold;
		margin-bottom:20px;
	}
	#free-scan p.prod-hook {
		border-bottom:1px solid #D9D9D9;
		line-height:18px;
		margin-bottom:20px;
		padding:0 0 18px 0;
	}
	#free-scan .prod-sum #sum-img {
		width:20%;
	}
	.prod-sum li {
		float:left;
	}
	#free-scan .prod-sum #sum-feat {
		margin-right:5%;
		width:50%;
	}
	#free-scan .prod-sum #sum-feat h4 {
		font-size:14px;
		font-weight:bold;
	}
	#free-scan .prod-sum #sum-get {
		text-align:center;
		width:24%;
	}
	#free-scan .feature-list {
		margin-top:6px;
	}
	#free-scan .feature-list li {
		background:transparent url(../images/buttons/red-check.gif) no-repeat scroll left 4px;
		margin-bottom:7px;
		float:none;
		font-size:12px;
		font-weight:bold;
		padding-left:15px;
	}
	.font12
	{
		font-size:12px;
	}
	#free-scan a{
	text-decoration:none;
	}
	p.price {
		color:#000000;
		font-weight:bold;
	}
	#free-scan #geekbuddy-award-ptpa {
		background:transparent url(../images/parent_award.gif) no-repeat scroll left 16px;
		border-top:1px solid #D9D9D9;
		color:#424242;
		font-size:12px;
		margin-top:20px;
		padding:30px 0 25px 110px;
	}
	#free-scan #geekbuddy-award-ptpa p.pta-text
	{
		margin-bottom:20px;
	}
	#free-scan .btn {
		color:#FFFFFF;
		display:block;
		font-size:13px;
		font-weight:bold;
		height:15px;
		margin-top:5px;
		padding:7px 15px;
		text-align:center;
		text-transform:uppercase;
	}
	#free-scan .btn.red {
		background: url(../images/buttons/red-bg.gif) no-repeat scroll right top;
	}
	#free-scan .prod-sum #sum-get .btn {
		margin:18px 0 16px;
	}
	#free-scan .btn.buy {
		display:block;
		margin-bottom:10px;
		width:100px;
	}
	#free-scan .btn_green {
		color:#FFFFFF;
		display:block;
		font-size:12px;
		font-weight:bold;
		height:13px;
		line-height:14px;
		margin-top:5px;
		padding:10px 15px;
		text-align:center;
		text-transform:uppercase;
		width:99px;
	}
	#free-scan .btn_green.green {
		background: url(../images/buttons/green1_btn.gif) no-repeat scroll right top;
	}
	#free-scan #content #right-content{
		width: 307px;
		height:1222px;
		padding:30px 40px 30px 40px; 
		float:left;
		background:#F0F0F0 none repeat scroll 0 0;
	}
	#free-scan #content #right-content h2 {
		color:#404040;
		font-size:32px;
		border-bottom:0px;
		font-weight:bold;
		margin-bottom:20px;
	}
	#free-scan .sidebar-video {
		margin-top:20px;
		border-top:1px solid #D9D9D9;
		padding-top:20px;
		
	}
	#free-scan .sidebar-video h3 {
		font-size:24px;
		font-weight:bold;
		margin-bottom:10px;
	}
	#free-scan ul.top-5-reason
	{
		margin-bottom:20px;
	}
	#free-scan #content #right-content ul.top-5-reason li {
		background:transparent url(../images/top5_icon.png) no-repeat scroll 0 center;
		font-size:16px;
		position:relative;
		font-weight:bold;
		height:61px;
		margin-bottom:15px;
		padding-bottom:10px;
		padding-left:107px;
		padding-top:10px;
	}
	#free-scan #content #right-content ul.top-5-reason li.step2 {
		height:51px;
		padding-top:20px;
	}
	#free-scan #content #right-content ul.top-5-reason li span {
		font-size:24px;
		font-weight:bold;
		left:40px;
		position:absolute;
		top:24px;
	}
	#free-scan #content #right-content hr {
		background-color:#D9D9D9;
		border-width:0;
		color:#D9D9D9;
		height:1px;
		margin:20px 0;
	}
		
	#free-scan #content .chat-now-promo{
		width: 210px;
		height: 262px;
		float: left;
		background: url(../images/clean-your-pc-chat-now-bg.png) no-repeat center bottom;
		padding: 60px 0 0 175px;
	}
	#free-scan #content .chat-now-promo .tagline{
		margin-bottom: 25px;
		line-height: normal;
	}
	#free-scan #content .chat-now-promo .tagline p{
		font-size: 30px;
		margin-bottom: 10px;
	}
	#free-scan #content .chat-now-promo .tagline div{
		font-size: 18px;
		border-top: 1px solid #dadbdc;
		border-bottom: 1px solid #dadbdc;
		padding: 14px 0;
	}
	#free-scan #content .chat-now-promo .cta{
		text-align: center;
	}
	#free-scan #content .chat-now-promo .price{
		font-weight: bold;
		font-size: 15px;
		color: #666;
	}
	#free-scan #content .chat-now-promo .price span{
		font-size: 25px;
		color: #333;
	}
	#free-scan .chat-now-promo .red-button{
		width: 180px;
		margin-top: 5px;
		margin-right: 5px;
	}
	#free-scan #content .ftrs{
		float: left;
		padding-left: 43px;
		width: 534px;
	}
	#free-scan #content .ftrs li{
		background: url(../images/clean-your-pc-green-check.png) no-repeat 5px 5px;
		padding-left: 35px;
	}
	#free-scan #content .ftrs li h3{
		font-weight: bold;
		font-size: 18px;
		color: #333;
		line-height: normal;
		margin-bottom: 8px;
	}
	#free-scan #content .ftrs li.bottom-sep{
		border-bottom: 1px solid #dadbdc;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

/*Featured tab css*/
#v-featured {
width: 546px;
clear: left;
padding-top: 30px; 
}
#v-featured .tabs-wrapper{
height: 47px;
background: #fff url(../images/click-tab-double-border.gif) left bottom no-repeat;
}
#v-featured .tabs{
float: right;
height: 40px;
}
#v-featured .tabs p{
margin: 12px 0 0 0;
font: bold 12px Arial;
}
#v-featured .tabs li{
float: left;
padding: 0 20px;
height: 37px;
margin-top: 2px;
color: #999;
cursor: pointer;
background-color: #fff;
border: 1px solid #d9d9d9;
}
#v-featured .tabs li.active{
height: 40px;
background: #f6f5f5 url(../images/click-tab-selected-tile.gif) top repeat-x;
border-bottom-color: #f6f5f5;
margin-top: 0px;
color: #515151;
z-index: 200;
}
#v-featured .content-wrapper{
width: 544px;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
overflow: hidden;
}
#v-featured .scrolling-content{
width: 2176px;
}
#v-featured .content1,
#v-featured .content2,
#v-featured .content3,
#v-featured .content4,
#v-featured .content5,
#v-featured .content6{
width: 476px;

padding: 25px 33px 10px 33px;
float: left;
}
#v-featured .column1{
width: 280px;
float: left;
}
				
#v-featured .downloadred_btn  {
font-weight:bold;
width:450px;
float:left;
}
#v-featured .CIScolumn1{
width: 450px;
float: left;
}
#v-featured .column2{
width: 126px;
margin-left: 40px;
float: right;
text-align: center;
}
#v-featured .price-container {
float: right;
width: 140px;
text-align: center;
}
#v-featured .price-container1 {
float: right;
text-align: center;
}
#v-featured .price-containernew {
float: left;
width: 200px;
text-align: center;
margin-left:20px;
}
/*#v-featured dl {
background: url(../images/1ccc.gif) repeat-y 173px top;
float: left;
border: 1px solid #ccc;
border-top: none;
width: 450px;
}*/
#v-featured dt {
font-weight: bold;
}
/*#v-featured dd.colhead {
background: #666;
border: none;
color: #fff;
font-weight: bold;
float: left;
padding: 5px 5px 5px 15px;
width: 153px;
}
#v-featured .colhead.last {
border-left: 1px solid #ccc;
width: 254px;
}*/
#v-featured dd {
margin-bottom: 16px;
width: 476px;
}
#v-featured dl {
font-size:12px;
}
#v-featured .content2 td
{
font-size:12px;
}

/*
#v-featured dd {
border-left: none;
font-weight: normal;
width: 263px;
}*/
.qa{
width: 126px;
height: 210px;
height: 210px;
margin-bottom: 70px;
background: #fff url(../images/prod-qa.gif) top center no-repeat;
}
#v-featured h5 {
color:#515151;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}
#v-featured .content-wrapper p {
color:#424242;
font-size:12px;
margin-bottom:15px;
}
.f-l
{
float:left;
}


/** FREE VIRUS SCAN **/
	
	#free-virus-scan #banner{
		position:relative;
	}
#free-virus-scan h1.geekbuddy-logo {
		margin:0;
		padding-bottom:24px;
	}
	#free-virus-scan #banner .copy{
		width: 493px;
		height: 309px;
		padding-right: 470px;
	}
	#free-virus-scan #banner .geekbuddy-video
	{
		position:absolute;
		top:10px;
		left:493px;
	}
	#free-virus-scan #banner h1 {
		border-bottom:1px solid #DBDBDB;
		font: bold 55px Arial;
		color: #000;
		line-height:55px;
		margin-bottom:10px;
		padding:15px 0 15px 3px;
	}
	#free-virus-scan #banner h1 span{
		font: bold 34px Arial;
	}
	#free-virus-scan #banner .text{
		height: 191px;
		padding-left: 3px;
	}
	#free-virus-scan #banner .text p{
		color:#333333;
		font-size:17px;
		margin-bottom:15px;
		font-weight:bold;
		width:493px;
	}
	#free-virus-scan #banner .red-button, #free-virus-scan #banner .gray-button{	
		width: 190px;
		margin-right: 15px;
		float: left;
	}
	#free-virus-scan #content{
		width: 963px;
		padding-top: 65px;
	}
	#free-virus-scan #content #left-content{
		width: 546px;
		float:left;
		margin-right:30px;
	}
	#free-virus-scan #content #left-content h1 {
		color:#404040;
		font-size:34px;
		font-weight:bold;
		margin-bottom:20px;
	}
	#free-virus-scan p.prod-hook {
		border-bottom:1px solid #D9D9D9;
		line-height:18px;
		margin-bottom:20px;
		padding:0 0 18px 0;
	}
	#free-virus-scan .prod-sum #sum-img {
		width:20%;
	}
	#free-virus-scan .prod-sum li {
		float:left;
	}
	#free-virus-scan .prod-sum #sum-feat {
		margin-right:5%;
		width:50%;
	}
	#free-virus-scan .prod-sum #sum-feat h4 {
		font-size:14px;
		font-weight:bold;
	}
	#free-virus-scan .prod-sum #sum-get {
		text-align:center;
		width:24%;
	}
	#free-virus-scan .feature-list {
		margin-top:6px;
	}
	#free-virus-scan .feature-list li {
		background:transparent url(../images/buttons/red-check.gif) no-repeat scroll left 4px;
		margin-bottom:7px;
		float:none;
		font-size:12px;
		font-weight:bold;
		padding-left:15px;
	}
	#free-virus-scan a{
	text-decoration:none;
	}
	#free-virus-scan #geekbuddy-award-ptpa {
		background:transparent url(../images/parent_award.gif) no-repeat scroll left 16px;
		border-top:1px solid #D9D9D9;
		color:#424242;
		font-size:12px;
		margin-top:20px;
		padding:30px 0 25px 110px;
	}
	#free-virus-scan #geekbuddy-award-ptpa p.pta-text
	{
		margin-bottom:20px;
	}
	#free-virus-scan .btn {
		color:#FFFFFF;
		display:block;
		font-size:13px;
		font-weight:bold;
		height:15px;
		margin-top:5px;
		padding:7px 15px;
		text-align:center;
		text-transform:uppercase;
	}
	#free-virus-scan .btn.red {
		background: url(../images/buttons/red-bg.gif) no-repeat scroll right top;
	}
	#free-virus-scan .prod-sum #sum-get .btn {
		margin:18px 0 16px;
	}
	#free-virus-scan .btn.buy {
		display:block;
		margin-bottom:10px;
		width:100px;
	}
	#free-virus-scan .btn_green {
		color:#FFFFFF;
		display:block;
		font-size:12px;
		font-weight:bold;
		height:13px;
		line-height:14px;
		margin-top:5px;
		padding:10px 15px;
		text-align:center;
		text-transform:uppercase;
		width:99px;
	}
	#free-virus-scan .btn_green.green {
		background: url(../images/buttons/green1_btn.gif) no-repeat scroll right top;
	}
	#free-virus-scan #content #right-content{
		width: 307px;
		height:1222px;
		padding:30px 40px 30px 40px; 
		float:left;
		background:#F0F0F0 none repeat scroll 0 0;
	}
	#free-virus-scan #content #right-content h2 {
		color:#404040;
		font-size:32px;
		border-bottom:0px;
		font-weight:bold;
		margin-bottom:20px;
	}
	#free-virus-scan .sidebar-video {
		margin-top:20px;
		border-top:1px solid #D9D9D9;
		padding-top:20px;
		
	}
	#free-virus-scan .sidebar-video h3 {
		font-size:24px;
		font-weight:bold;
		margin-bottom:10px;
	}
	#free-virus-scan ul.top-5-reason
	{
		margin-bottom:20px;
	}
	#free-virus-scan #content #right-content ul.top-5-reason li {
		background:transparent url(../images/top5_icon.png) no-repeat scroll 0 center;
		font-size:16px;
		position:relative;
		font-weight:bold;
		height:61px;
		margin-bottom:15px;
		padding-bottom:10px;
		padding-left:107px;
		padding-top:10px;
	}
	#free-virus-scan #content #right-content ul.top-5-reason li.step2 {
		height:51px;
		padding-top:20px;
	}
	#free-virus-scan #content #right-content ul.top-5-reason li span {
		font-size:24px;
		font-weight:bold;
		left:40px;
		position:absolute;
		top:24px;
	}
	#free-virus-scan #content #right-content hr {
		background-color:#D9D9D9;
		border-width:0;
		color:#D9D9D9;
		height:1px;
		margin:20px 0;
	}
		
	#free-virus-scan #content .chat-now-promo{
		width: 210px;
		height: 262px;
		float: left;
		background: url(../images/clean-your-pc-chat-now-bg.png) no-repeat center bottom;
		padding: 60px 0 0 175px;
	}
	#free-virus-scan #content .chat-now-promo .tagline{
		margin-bottom: 25px;
		line-height: normal;
	}
	#free-virus-scan #content .chat-now-promo .tagline p{
		font-size: 30px;
		margin-bottom: 10px;
	}
	#free-virus-scan #content .chat-now-promo .tagline div{
		font-size: 18px;
		border-top: 1px solid #dadbdc;
		border-bottom: 1px solid #dadbdc;
		padding: 14px 0;
	}
	#free-virus-scan #content .chat-now-promo .cta{
		text-align: center;
	}
	#free-virus-scan #content .chat-now-promo .price{
		font-weight: bold;
		font-size: 15px;
		color: #666;
	}
	#free-virus-scan #content .chat-now-promo .price span{
		font-size: 25px;
		color: #333;
	}
	#free-virus-scan .chat-now-promo .red-button{
		width: 180px;
		margin-top: 5px;
		margin-right: 5px;
	}
	#free-virus-scan #content .ftrs{
		float: left;
		padding-left: 43px;
		width: 534px;
	}
	#free-virus-scan #content .ftrs li{
		background: url(../images/clean-your-pc-green-check.png) no-repeat 5px 5px;
		padding-left: 35px;
	}
	#free-virus-scan #content .ftrs li h3{
		font-weight: bold;
		font-size: 18px;
		color: #333;
		line-height: normal;
		margin-bottom: 8px;
	}
	#free-virus-scan #content .ftrs li.bottom-sep{
		border-bottom: 1px solid #dadbdc;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	#free-virus-scan .green_phone_number{
	background:transparent url(../images/technician.png) no-repeat scroll left center;
	height:44px;
	padding-left:127px;
	padding-top:38px;
	width:150px;
	}

/** ABOUT US **/
	
	#about #banner{
		background: url(../images/about-us-banner-bg.png) no-repeat 540px  bottom;
	}
		#about #banner .copy{
			width: 506px;
			height: 309px;
			padding-right: 457px;
		}
		#about #banner h1{
			padding: 25px 0 5px 3px;
			font: bold 31px Arial;
			color: #000;
			margin-bottom: 0;
		}
		#about #banner p{
			padding: 5px 0 10px 3px;
			font-size: 21px;
			color: #333;
			margin-bottom: 10px;
		}
			#about #banner .cta{
				width: 462px;
				border-top: 1px solid #dadbdc;
				text-align: center;
				padding-top: 20px;
				padding-left: 25px;
			}
				#about #banner .cta p{
					font-size: 12px;
				margin: 3px 60px 1px 10px;
				/*text-align: center;*/
				padding-left: 40px;
				float: left;
				}
					#about #banner .cta p.no-card{
						font-size: 12px;
					}
				#about #banner .red-button, #about #banner .green-button2{	
					width: 210px;
					margin-right: 15px;
					float: left;
				}
				
	#about #content{
		width: 963px;
		padding-top: 35px;
	}
		#about #content h2{
			color: #7a7a7a;
			font-size: 31px;
			margin-bottom: 0;
		}

	#about .about-geekbuddy{
		width: 685px;
		padding-right: 275px;
		background: url(../images/about-large-geekbuddy.png) no-repeat right 15px;
	}
		#about .who-is p{
			border-bottom: 1px dotted #dadbdc;
			padding: 16px 0 16px 90px;
			font-size: 12px;
			line-height: 16px;
		}
		#about .who-is .one{
			background: url(../images/icons/about-icon1.png) no-repeat left 17px;
		}
		#about .who-is .two{
			background: url(../images/icons/about-icon2.png) no-repeat left 22px;
		}
		#about .who-is .three{
			background: url(../images/icons/about-icon3.png) no-repeat left 29px;
		}
		#about .who-is .four{
			background: url(../images/icons/about-icon4.png) no-repeat left 13px;
		}
	#about .try{
		padding: 25px 0 30px;
	}
		#about .try h6{
			font-size: 16px;
			font-weight: bold;
		}
	#about .bottom-cta{
		width: 683px;
		height: 150px;
		background: url(../images/about-bottom-cta-bg.png) no-repeat left top;
		text-align: center;
	}
		#about .bottom-cta ul{
			height: 37px;
			margin-bottom: 30px;
		}
			#about .bottom-cta ul li{
				display: block;
				height: 37px;
				line-height: 36px;
				float: left;
				font-size: 12px;
				font-weight: bold;
				color: #4a4a4a;
				padding-left: 62px;
				background: url(../images/banner-check.png) no-repeat 47px 13px;
			}
			#about .bottom-cta p{
				font-size: 12px;
				margin: 3px 80px 1px 10px;
				/*text-align: center;*/
				padding-left: 40px;
				float: left;
			}
			#about .bottom-cta .red-button, #about .bottom-cta .gray-button{	
				width: 210px;
				margin-right: 15px;
				float: left;
			}

/** THANK YOU **/

#thank-you #banner{
		background: url(../images/renew-your-av-promo-buddy.png) no-repeat right  bottom;
	}
		#thank-you #banner .copy{
			width: 663px;
			height: 309px;
			padding-right: 300px;
		}
		#thank-you #banner h2{
			padding: 45px 0 25px 3px;
			font: bold 31px Arial;
			color: #000;
			margin-bottom: 0;
		}
		#thank-you #banner p{
			padding: 25px 0 10px 3px;
			font-size: 21px;
			color: #333;
			margin-bottom: 10px;
		}
		
	#thank-you #content{
		width: 963px;
		padding-top: 35px;
	}
		#thank-you #content h3{
			font-size: 31px;
			font-weight:bold;
			color: #7a7a7a;
			border-bottom: 1px solid #dadbdc;
			padding-bottom:12px;
			margin-bottom: 20px;
		}

	
/** DOWNLOAD CONFIRMATION **/	
			
			
body#conf {
	background: #fff url(../images/bg-page-conf.png) repeat-x left top;
}
	
#conf h1.geekbuddy-logo {
	margin: 0;
	padding: 0;
}
	
#conf .confirmation { 
	border-top: 1px solid #b9b9b9;
	padding: 20px 0 50px 0;
	margin-top: 26px;
}

	#conf .confirmation h2 {
		font-size: 22px;
		color: #000;
		margin: 85px 0 15px 0;
		padding: 0;
		border: none;
	}
	
	#conf .confirmation h3 {
		font-size: 22px;
		font-weight: bold;
		color: #333;
		margin: 40px 0 25px 0;
		padding: 30px 0 0 0;
		border-top: 1px solid #dadbdc;
	}



#conf .install {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #b9b9b9;
}

#conf .left-top {
	width: 592px;
	float: left;
}
	#conf .left-top h1 {
		font-size: 31px;
		font-weight:bold;
		color: #000;
	}
	#conf .left-top .problem {
		width: 592px;
		height: 50px;
		line-height: 50px;
		background: url(../images/thank-you-bg1.png) no-repeat left top;
		font-size: 18px;
		color: #333;
		text-indent: 30px;
		margin-top: 12px;
	}
		#conf .left-top .problem a {
			font-weight: normal;
		}
#conf .right-top {
	width: 291px;
	height: 200px;
	float: right;
	background: url(../images/thank-you-bg2.png) no-repeat left top;
	padding: 0 20px;
}
	#conf .right-top .fontsm {
		font-size: 12px;
	}
	#conf .right-top .install {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#conf .right-top .ch {
		margin: 20px 0 0 10px;
		width: 270px;
	}
#conf .left-middle {
	width: 416px;
	height: 81px;
	font-size: 18px;
	color: #666;
	float: left;
	background: url(../images/thank-you-bg3.png) no-repeat left top;
	padding: 30px 0 0 20px;
}
#conf .middle-middle {
	width: 91px;
	height: 111px;
	float: left;
	background: url(../images/thank-you-bg4.png) no-repeat center center;
}
#conf .right-middle {
	width: 416px;
	height: 91px;
	color: #666;
	float: left;
	background: url(../images/thank-you-bg5.png) no-repeat left top;
	padding: 20px 0 0 20px;
}
	#conf .right-middle .ptop {
		font-size: 14px;	
	}
	#conf .right-middle .pbot {
		font-size: 16px;
		margin-top: 32px;
	}
	
#conf .chat-left {
	width: 398px;
	float: left;
}
#conf .chat-right {
	width: 496px;
	height: 193px;
	float: right;
	background: url(../images/geek.png) no-repeat left top;
	padding: 90px 0 0 55px;
	color: #242424;
}
	#conf .chat-right .ppt {
		width: 325px;
		font-size: 18px;
		border-bottom: solid 1px #dadbdc;
		padding-bottom: 10px;
		font-weight: bold;
		line-height: 22px;
		margin-bottom: 12px;
	}
	#conf .chat-right .pps {
		width: 255px;
		font-size: 12px;
		line-height: 18px;
	}
			

/** FOOTER **/
	
#footer{
	background: #f7f7f7;
	border-top: 1px solid #dadbdc;
	clear: both;
	margin-top: 55px;
	padding-top: 25px;
	text-align: center;
}
	#footer .footer-container{
		width: 963px;
		margin: 0 auto;
		overflow: hidden;
	}
	#footer .footer-logo{
		float: left;
		width: 194px;
		padding-top: 20px;
	}
	#footer .footer-text{
		float: left;
		border-left: 1px solid #dadbdc;
		padding-left: 40px;
		font-size: 12px;
		line-height: 19px;
		color: #666;
		width: 220px;
		margin: 0 36px 20px 0;
		text-align: left;
	}
	#footer .footer-more{
		clear: both;
		overflow: hidden;
		font-size: 12px;
		text-align: left;
		color: #666;
		padding: 15px 0 18px;
		border-top: 1px solid #dadbdc;
	}
		#footer .bottom-links{
			float: left;
		}
		#footer .footer-more a{
			text-decoration: none;
			color: #666;
			font-weight:bold;
		}
		#footer .small-text{
			float: right;
			color: #a1a1a4;
			font-size: 10px;
		}
		.green_phone_number{background: url(../images/phonenumber_bg.png) no-repeat left center; width:105px; height:44px; padding-left:127px; padding-top:35px;}
/****/
