#sidebar {
	display: none;
	}
	
#content {
	margin: 0;
	padding: 0;
	background: #fff;
	float: none;
	width: auto;
	}
	
#home_content {
	width: 270px;
	background: #fff; 
	float: right;
	padding: 0 0 0 0;
	font-size: 11px;
	min-height: 100px;	
	}
	
* html #home_content {
	height: 100px;
	} 
	
	
#home_content h1 {
	margin: 0;
	}
	
#home_content h2 {
	margin: 0 -20px 0 0;
	position: relative;
	font-size: 20px;
	}
	
#home_content p {
	line-height: 16px;
	}
	
/* Quicklinks */

#quicklinks {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#quicklinks li {
	margin: 0;
	padding: 0;
	}
	
#quicklinks a {
	display: block;
	border: none;
	padding: 0 5px;
	margin: 0 0 0 -5px;
	background: url(quicklinks_a.gif) no-repeat right center;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	min-height: 1px;
	color: #cc0000;
	}
	
* html #quicklinks a {
	height: 1px;
	}
	
#quicklinks a:hover {
	border: none;
	border-left: 1px solid #990000;
	padding: 0 5px 0 4px;
	background: #aa0000 url(quicklinks_a_hover.gif) repeat-x right top;
	color: #fff;
	}
	
/* Products */
#products {
	background: url(products.gif) repeat-x 0 bottom;
	margin: 20px -10px 20px;
	border: solid 1px #e1e1e1;
	}
	
* html #products {
	height: 100px;
	}
	
.product {
	float: left;
	width: 144px;
	min-height: 1px;
	}
	
.product strong {
	display: none;
	}
	
#content .product a {
	display: block;
	height: 60px;
	padding: 40px 10px 10px 10px;
	border: none;
	color: #666;
	}

#content .product a:hover {
	border: none;
	color: #666;
	}
	

#vistagate_link	{
	width: 143px;
	border-right: solid 1px #e1e1e1;
}

#vistagate_link a{
	background: url(vistagate_kiosk.gif) no-repeat 5px 5px;
	}
	
#vistagate_link a:hover {
	background: #eee url(vistagate_kiosk.gif) no-repeat 5px 5px !important;
	}
	
#vistagate_fv a {
	background: url(vistagate_fv.gif) no-repeat 5px 5px;
	}

#vistagate_fv a:hover {
	background: #eee url(vistagate_fv.gif) no-repeat 5px 5px !important;
	}


/* Partners ==== */

#partner_wrapper {
	margin: 0px 0 0;
	padding: 10px 0 0;
	background: url(partners.gif) no-repeat top left;
	}


/* Testimonials ==== */
#testimonials {
	margin: 20px 0 0;
	padding: 20px;
	background: url(testimonials.gif) no-repeat top left;
	}

#testimonials blockquote {
	margin: 0 -10px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background-position: left 12px;
	}
	
/* News ==== */
	
#news {
	width: 550px;
	background: #f4f4f4 url(news.gif) repeat-x top;
	min-height: 90px;
	padding: 10px;
	margin: 10px 0;
	position: relative;
	font-size: 11px;
	}
	
#news ul {
	background: none;
	border: none;
	padding: 0;
	margin: 0 -10px;
	list-style: none;
	min-height: 1px;
	}

* html #news ul {
	height: 1px;
	}
	
#news li {
	float: left;
	width: 270px;
	border-right: 1px solid #fff;
	padding: 0 5px;
	margin: 0;
	}
	
#news li.last {
	border: none;
	}
	
#news li a {
	display: block;
	text-decoration: none;
	color: #666;
	border: none;
	margin: 0;
	padding: 5px 10px 5px 5px;
	position: relative;
	min-height: 50px;
	}
	
* html #news li a {
	height: 50px;
	}
	
#news li a:hover {
	padding: 4px 9px 4px 4px;
	border: 1px solid #ccc;	
	background: #fff;
	color: #444;
	z-index: 100;
	}
	
#news li a .date {
	color: #dc7676;
	font-size: 11px;
	display: block;
	}
	
#news li a .more {
	width: 4px;
	height: 6px;
	background: url(news_more.gif);
	display: block;
	position: absolute;
	right: 6px;
	bottom: 6px;
	}
	
#news li a .more * {
	display: none;
	}
	
	
#content #news_rss {
	position: absolute;
	top: 10px;
	right: 5px;
	min-height: 1px;
	z-index: 100;
	width: 65px;
	height: 15px;
	background: url(news_rss.gif);
	border: none;
	padding: 0;
	}
	
#content #news_rss:hover {
	background-position: 0 -15px;
	}
	
#news_rss * {
	display: none;
	}

.contact_para{
	display: none;
}