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

#showcase {
	height: 413px;
	overflow: hidden;
	}
	
#expo-display-systems {
	float: left;
	background: white url(../images/home/expo-displays-back.gif) 0px 0px no-repeat;
	width: 596px; /* 596 */
	height: 850px; /* 850 */
	margin-bottom: 1em;
	}
	#expo-display-systems abbr { border-bottom: none; }
	#expo-display-systems .currency-conversion-rate { display: none; }
	#expo-display-systems h1 {
		text-transform: uppercase;
		color: #730303;
		font-size: 25px;
		padding: 15px 25px 0px 25px;
		}
	#display-systems-list li {
		display: block;
		float: left;
		background: url(../images/home/display-back.gif) 0px 0px no-repeat;
		width: 150px; /* 192 */
		height: 365px; /* 365 */
		margin-left: 32px;
		border-bottom: 1em solid white;
		}
	#display-systems-list span, #display-systems-list img, #display-systems-list a {
		display: block;
		}
	#display-systems-list .image {
		display: block;
		width: 145px; /* 145 */
		height: 154px; /* 154 */
		overflow: hidden;
		}
	#display-systems-list .image img	{
		/* margin: 27px 0px 0px 27px; */
		padding: 0;
		width: 145px;
		height: 145px;
		overflow: hidden;
		}
	#display-systems-list .price {
		width: 73px; /* 95 */
		height: 26px; /* 26 */
		overflow: hidden;
		padding-left: 22px;
		margin-top: 2px;
		margin-left: 3px;
		color: white;
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		}
	#display-systems-list .description {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 1em;
		}
		#display-systems-list .description strong {
			display: block;
			}
	#display-systems-list a {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 1em;
		}
	
#marketing-tips {
	float: right;
	background: #eaeaea;
	width: 290px; /* 340 */
	height: 800px; /* 850 */
	padding: 25px;
	margin-bottom: 1em;
	}
	#marketing-tips h1 {
		text-transform: uppercase;
		color: #730303;
		font-size: 25px;
		margin-top: -10px;
		}
	#summaries span { display: block; }
	#summaries .date { margin-bottom: 1em; font-style: italic; }
	#summaries li { margin-left: 0; padding-left: 0; list-style: none; margin-bottom: 1em; line-height: 1.7em; }
	#summaries .title { font-size: 14px; font-weight: bold; }
	#summaries a { padding-right: 8px; background: url(../images/home/marketing-rarr.gif) right 6px no-repeat; }
