#banner_wrapper {
	background-image:url(home_images/banner_bg.jpg);
	background-repeat:repeat-x;
	height:450px;
	background-color:#FFF;
}
#home_banner {
	background-image:url(home_images/banner.jpg);
	background-repeat:no-repeat;
	height:450px;
}
#home_banner h1{
	text-align:right;
	color:#222222;
	font-size:36px;
	text-shadow:1px 1px 0px #BCC0C6;
	margin:0px;
	padding:20px 0px 0px 0px;
}
#home_banner h2{
	text-align:right;
	color:#006C97;
	font-size:18px;
	text-shadow:1px 1px 0px #FFF;
}

#home_banner ul {
	margin-top:50px;
	float:right;
	text-align:left;
	font-size:18px;
	line-height:36px;
	list-style:none;
}
#home_banner li {
	background-image:url(home_images/banner_bullet.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:25px;
}

#home_advantages {
	float:right;
	width:320px;
	border:solid 3px #83C41A;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#home_advantages ul {
	margin:10px;
	padding:0px;
	list-style:none;
}
#home_advantages li {
	background-image:url(home_images/green_check.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:10px;
}

#home_problems {
	margin-right:328px;
}
#home_problems div {
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
	margin:0px 20px 0px 0px;
	float:left;
	width:280px;
	margin-bottom:20px;
}
#home_problems p {
	display:block;
	margin:0px 15px 0px 40px;
	text-align:justify;
}
#home_problems .strike {
	text-decoration:line-through;
	color:red;
}
#home_problems .normal {
	color:black;
}
#home_problems #problem_spreadsheet{
	background-image:url(home_images/spreadsheet.png);
}
#home_problems #problem_database{
	background-image:url(home_images/database.png);
}
#home_problems #problem_product{
	background-image:url(home_images/download.png);
}
#home_problems #problem_development{
	background-image:url(home_images/development.png);
}

#home_squares {
	border:solid 1px #eee;
	border-width:1px 0px 0px 1px;
	width:90%;
	background-color:#FFF;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
}
#home_squares td {
	width:25%;
	height:180px;
	vertical-align:top;
	padding:5px;
}
#home_squares h3{
	margin:0px;
	padding:0px;
	text-shadow:0px 0px 0px;
}
#home_squares .center {
	text-align:center;
	vertical-align:middle;
	color:#f6f6f6;
	font-size:22px;
	font-weight:bold;
	text-shadow:1px 1px 0px #333;
	padding:10px;
	background-image:url(home_images/square_light.png);
	background-repeat:repeat-x;
	background-position:top left;
}
#home_squares .green 	{background-color:#A5CC52;}
#home_squares .gray 	{background-color:#E3E3E3;color:#222;text-shadow:1px 1px 0px #FFF;}
#home_squares .orange 	{background-color:#EEAF42;}
#home_squares .blue 	{background-color:#80B5EA;}
#home_squares .red 		{background-color:#E4685D;}
#home_squares .purple 	{background-color:#BC80EA;}

#home_squares .low_cost {
	background-image:url(home_images/low_cost.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#square_plans_link {
	background-color:#A5CC52;
	border:solid 1px #81B805;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	float:right;
}
#square_plans_link a {
	display:block;
	border:solid 1px #A4E271;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#fff;
	text-shadow:0px 1px 0px #222;
	font-size:12px;
	padding:5px;
}
