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

div#showcases, div#featured, div#specials, div#content, div#footer {
}
div#showcases {
	width: 185px;
	height: 242px;
	float: left;
	clear: left;
	margin-left: 20px;
	margin-top: 12px;
}
div#showcases b, div#specials b, div#specials div#requestaquote b {
	font-size: 0.8em;
	font-weight: bold;
	color: #005da8;
	display: block;
	margin-top: 15px;
	text-align: center;
}
div#specials div#requestaquote b {
	font-size: 0.9em;
}
div#showcases img {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}
div#featured {
	/*background-image: url(images/featureflip.gif);*/
	width: 572px;
	height: 243px;
	float: left;
	clear: right;
	margin-left: 10px;/*margin-left: -5px;/*ie*/
	margin-top: 20px;/*margin-top: 60px;/*ie*/
}
div#specials{
	/*background-image: url(images/specials.gif);/**/
	width: 185px;
	height: 191px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
div#specials div#ibmsmartcube {
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}
div#specials b {
	text-align: left;
	margin-top: 0px;/*191px;/**/
	margin-left: 10px;
}
div#specials div#testimonial {
	margin-left: 10px;
	width: 165px;
	margin-top: 5px;
	color: #57a9d9;
	font-size: 0.8em;
     background-color: #fff; 
}
div#specials div#testimonial div {
	text-align: left;
}
div#content {
	/*background-image: url(images/text.gif);/**/
	width: 572px;
	height: 191px;
	float: left;
	clear:right;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}
div#content div#description {
	font-size: 0.8em;
	margin-top: 12px;
}
div#content div#description h1 {
	font-size: 1.6em;
	font-weight: normal;
}
div#footer {
	position: relative;
	top: 260px;
}
