@charset "UTF-8";
#home_product01 {
	height: 100px;
	width: 100px;
}
#home_product1 {
	float: right;
	height: auto;
	width: 150px;
	margin: 15px 0 0 0;
}
#home_product2 {
	float: right;
	height: 220px;
	width: 178px;
	margin-top: 1em;
}
#home_product2 {
	height: 220px;
	width: 178px;
	float: right;
}
#home_product2 {
	float: right;
	height: 220px;
	width: 178px;
}
#home_product2 {
	float: right;
	height: 220px;
	width: 178px;
}

/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
}


/*Twitter Feed CSS */

#twitter_div{
	width: 354x;
	padding-top:4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-image:url(../assets/home/twitbg02.png);
	background-repeat:repeat-y;
}

#twitter_update_list{
	list-style: none;
	font-size: 10px;
	color:#000000;
	margin-left: 0px;
	padding-bottom: 4px;
}