@charset "UTF-8";
/* CSS Document */

/*
Main Content: business_overview
Description: For main products
Version: 1
Author: Saco Kaloustian
Company: GIA Wellness
*/
 

html, body {
	background-color: #F7F7F7;
	font: normal 100%/100% Arial, Helvetica,  Verdana,  sans-serif;
	color: #fff;
	margin:0;
	padding: 0px 0px 0px 0px;
	text-align:left;
	height:100%;
	
}

a {
	text-decoration:none;
	outline:none;
	color:#333;
}
a img{
	border: none;
}
a:visited {
	text-decoration: none;
		color:#666;

}
a:hover {
	text-decoration: none;
		color:#333;

}
/*
start wrapper
*/
.top_wrapper{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.page_wrapper{
	background-color:#FFF;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
.footer_wrapper{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	
}

/*
start main content sections
*/

.container {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	z-index:50;
	border: 1px solid #eee;
	float: left; 
	width:610px;
	padding: 0 20px 20px 20px;
	background-color:#f7f7f7;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
 
#heading{
	padding:10px 4px 5px 0px;
	font-weight:bold;
	font-size:15px;
	color:#222;
	float:left;
}
#steps_img{
	float:left;
	padding:7px 0 0 12px;
	
}

#clear { 
	clear: both; 
}

#leader{
	font-size:14px;
	color:#333;
	padding:20px 0 0 30px;
}


#main_content {
	position:relative;
	width: 900px;
	padding-top: 0px;
	padding-bottom:5px;
	background-color:#fff;
}

#left_col {
	padding: 10px 0px 0 0px;
	width: 225px;
	float:left;
}

#right_col {
	padding: 12px 3px 0 0px;
	height: auto;
	width: 655px;
	float:left;
}


#body_contents{
	width:670px;
	height:280px;
	margin-left:5px;
	background-image:url(../images/bg_signup.jpg);
	position:relative;
}

#trans_btn{
	position:absolute;
	top:200px;
	left:400px;
	width:240px;
	height:80px;
	
}
#business_builder{
	width:410px;
	height:100px;
	position:relative;
	color:#666;
	padding-left:220px;
	padding-top:10px;
	font-size:10px;
	background:url(../images/card_busbuilder.jpg) 0px 15px no-repeat;

}
#manager_pack{
	width:410px;
	height:100px;
	position:relative;
	color:#666;
	padding-left:220px;
	padding-top:10px;
	font-size:10px;
	background:url(../images/card_managerpack.jpg) 0px 15px no-repeat;

}

#wellness_pack{
	width:410px;
	height:100px;
	position:relative;
	color:#666;
	padding-left:220px;
	padding-top:10px;
	font-size:10px;
	background:url(../images/card_wellnesspack.jpg) 0px 15px no-repeat;

}


#body_float_left{
	float:left;
	width:50%;
	height:100%;
	border-bottom:2px dotted #777;

	}
	
	
	#body_float_left h3{
	float:left;
	height:100%;
	line-height:11px;
	padding:0; margin:0;
	padding-right:10px;

	font-weight:normal;
	}

	#body_float_left h3 ul{
	padding:5px 0 0 0; margin:0;
	}
		#body_float_right h3 ul{
	padding:5px 0 0 0; margin:0;
	}

#body_float_right{
	float:right;
	width:49%;
	height:100%;
	padding-left:0px;
	border-bottom:2px dotted #777;
	}
	
#body_float_right h3{
	float:left;
	height:100%;
	line-height:11px;
	padding:0; margin:0;
	padding-right:10px;

	font-weight:normal;
	}
	
#body_float_right h3 img{

	padding:0; margin:0;
	padding-top:8px;

	}
	
strong{
		color:#004095;
}
.clr {clear:both;}
	
	
	
