/* CSS Document */


/* VERSOMATIC PRODUCT HIGHLIGHT BULLET LIST */

.home_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:100%;
	text-align: left;
	vertical-align:middle;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	color: #ffffff;
	}

#home_bullets ul
	{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
	text-indent: 0;
	width: 160px;
	}

#home_bullets li
	{
	background-image: url(../images/bullets/redrrect_9x5.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 17px;
	padding-bottom: 10px;
	margin: 0px 0px;
	}

/* FEATURE AREA LISTS*/

#vmfeatures {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:130%;
	text-align: left;
	vertical-align:top;
	color: #FFFFFF;
	
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	}

#vmfeature_bullets ul
	{
	vertical-align:top;
	list-style-type: none;

	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;

	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	
	text-indent: 0;
	width: 185px;
	}

#vmfeature_bullets li
	{
	vertical-align:top;
	background-image: url(../images/bullets/redrrect_9x5.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 17px;
	padding-bottom: 3px;
	}

.vmfeature1_p	{ margin-top: 0px; }
.vmfeature2_p	{ margin-top: 4px; }

/* DOUBLE COLLUMN LIST*/

#thincol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:130%;
	text-align: left;
	vertical-align:top;
	color: #FFFFFF;
	
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}

#thincol_bullets ul
	{
	vertical-align:top;
	list-style-type: none;

	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;

	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	
	text-indent: 0;
	width: 90px;
	}

#thincol_bullets li
	{
	vertical-align:top;
	background-image: url(../images/bullets/redrrect_9x5.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 17px;
	padding-bottom: 0px;
	}


