@charset "UTF-8";
/* bilboost.com */
/* about.css */
/* Created Nov, 2009 */
/* Modified Nov, 2009
--------------------------------------- */

#texts{
	width:950px;
	margin-top:10px;
}

	#texts #menu{
		width:335px;
		padding-bottom:40px;
		background-image:url("/resources/images/profile/infoBg.png");
		float:left;
		min-height:300px;
	}
	
	#texts #text{
		float:left;
		width:593px;
		margin-left:22px;
	}
	
		#texts #menu .name{
			color:#eb8d01;
			padding-top:12px;
			padding-left:0.6em;
			height:27px;
		}
		
		#texts #menu .mainArea{
			position:relative;
			width:323px;
			margin-left:6px;
			margin-right:6px;
			padding-bottom:6px;

		}
		
		#texts #menu .registerHere{
			width:100%;
			padding-left:145px;
			margin-top:10px;
		}
		
			#texts #menu .registerHere img:hover{
				opacity:0.80;
                filter:alpha(opacity=80);                	
			}
	
		#texts #menu .mainArea .image img{
			margin-top:15px;
			margin-left:10px;
		}
		
		#texts #menu .mainArea .options{
			position:absolute;
			right:20px;
			top:30px;		
		}
		
		#texts #menu .mainArea .options .btn{
			width:153px;
			height:20px;
			background-image:url("/resources/images/profile/infoSmallDivider.png");
			background-repeat:repeat-x;
			background-position:3px 18px;
			margin-bottom:2px;
		}
		
		#texts #menu .mainArea .options .btn.double{
			height:37px;
			background-position:3px 35px;
		}
		
		#texts #menu .mainArea .options a div h5{
			color:#fdfdfd;
			font-size:1em;
			padding-left:7px;
		}
		
		#texts #menu .mainArea .options a:hover div h5{
			opacity:0.70;
	        filter:alpha(opacity=70);
		}
		
		#texts #text h1{
			font-size:1.8em;
			color:#600404;
			line-height:1.6em;
			margin-bottom:0px;
			padding-bottom:0px;
			padding-left:3px;
		}
		
		#texts #text .divider{
			background-image:url("/resources/images/profile/infoBigDivider.png");
			background-repeat:repeat-x;
			width:100%;
			height:2px;
		}
		
		#texts #text p{
			margin-top:10px;
			padding-left:3px;
			text-align:justify;
			line-height:1.3em;
		}
		
		#texts #text p a{
			color:#333;
			text-decoration:underline;
		}
		
.titleGradient{
	margin-top:20px;
	margin-bottom:8px;
	margin-left:8px;
}		

.divider{
	background-image:url("/resources/images/signup/divider.png");
	height:2px;
	width:100%;
}
		
#features{
	margin-top:5px;
	padding-top:5px;
	margin-bottom:5px;
}


	#features .feature{
		width:220px;
		height:150px;
		float:left;
		padding-top:3px;
		padding-left:8px;
		padding-right:8px;
	}
	
	#features .feature h3{
		font-size:2.6em;
		letter-spacing:-0.05em;
		line-height:0.01em;
		margin-bottom:0px;
		padding-bottom:0px;
		margin-top:-6px;
		padding-top:0px;
	}
	
	.feature1{
		color:#b40000;
	}
	
	.feature2{
		color:#b26c03;
	}
	
	.feature3{
		color:#730202;
	}
	
	.feature4{
		color:#610253;
	}
	
	#features p{
		margin-top:5px;
		font-size:0.95em;
		line-height:1.3em;
		color:#1d1d1d;	
	}
	
	#features .spacer{
		width:2px;
		height:150px;
		background-image:url("/resources/images/signup/vLine.png");
		float:left;
	}