body {
	padding: 0;
	margin: 0; 
	background: url(http://www.SMCecommerce.com/images/page_back.gif) #FFF; 
	color: #000; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em; 
	voice-family: inherit;
	line-height: 1.5em;
	}

unknown {}

ol {/* faq page list */
	font-weight: 700;
	}
li	{}

p, h1, h2, h3, h4, h5, h6	{	
	margin: 1em 0; 
	padding: 0 5px; 
	}

h1	{
	font-size: 1.7em;
	}
h2, h3, h4, h5, h6	{
	font-size: 1.2em;
	}

img {
	border: 0;
	}
input, textarea, select {
	border: solid 1px #999;
	margin: 0; 
	padding: 2px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

a:link, a:visited {
	font-weight: 700; 
	text-decoration: none;
	color: #009;
	}
a:hover {
	text-decoration: underline;
	}
	
a.bl:link, a.bl:visited {/* footer links  */
	text-decoration: none;
	color: #39F;
	}
a.bl:hover {
	text-decoration: underline;
	}
.btnav {/* p class in footer */
	color: #CCC;
	text-transform: uppercase;
	text-align: center;
	}
	
.skiplink {/* skip nav link */
	position: absolute;
	left: -999em;
	}
a.skiplink:focus, a.skiplink:active	{/* link visible on tab / :active for IE */
	position: absolute;
	top: 20px;
	left: 20px;
	border: 2px solid #C00;
	background-color: #093;
	padding: 3px;
	z-index: 100;
	width: 7em;
	text-align: center;
	color: #FFF;
	}

.copywrite {
	font-size: .9em;
	text-align: center;
	margin-top: 5px;
	}

/*	homepage ------------------------------------------------ */

/*	col 1 hp */
.lftnav {/* p class in left nav col */
	color: #666;
	font-weight: 700;
	width: 220px;
	padding: 5px 0;
	margin: 0;
	}
	
.sales	{/* new version sales contact hp */
	background-color: #0A0;
	color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 200px;
	margin: 20px 0;
	padding: 8px;
	text-align: center;
	}
.sales strong	{
	font-size: 1.6em;
	}
	
.notices  {
	border: 1px solid #C00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 5px;
	padding: 8px;
	}
.notices_title	{
	color: #C00;
	clear: both;
	}
	
#closure_msg  {/* holiday schedule hp */
	color: #C00;
	text-align: center;
	border: 1px solid #C00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto 20px;
	width: 90%;
	}
#closure_msg h1 {
	background-color: #C00;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
	padding: 10px 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	}
#closure_msg h3	{
	color: #FFF;
	background-color: #F60;
	margin: 0;
	padding: 10px 0;
	font-size: 1.4em;
	font-weight: 700;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	}
	
/*	column 2 hp  */
#col2	{
	width: 510px;
	padding: 0;
	margin: 0;
	}
	
.banner	{/* banners on hp and news pages */
	text-align: center;
	margin: 15px auto;
	}
.banner p	{
	color: #666;
	margin: 0;
	}
	
.title_hp	{/* new version on hp */
	font-size: 1.8em;
	line-height: 1.2em;
	color: #C00;
	padding: 0;
	}
.title_hp p	{
	font-size: .6em;
	line-height: 1.5em;
	color: #333;
	}
.title_hp img	{/* main version img on hp */
	float: left;
	margin: 10px 10px 10px 0;
	}
.title_hp sup	{
	font-size: .6em;
	}

.features	{/* new features page div hp and updates pg */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #036;
	}
.features h2	{
	font-size: 1.8em;
	font-weight: 100;
	padding: 0;
	}
.features h4	{/* title on hp */
	font-size: 1.8em;
	font-weight: 100;
	padding: 0;
	}
.features h5	{/*	new features on hp */
	color: #0A0;
	background: url(http://www.SMCecommerce.com/images/new.png) no-repeat;
	font-size: 1.4em;
	font-weight: 100;
	text-indent: 36px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	}
.features p	{
	padding: 5px 0;
	margin: 0 0 10px;
	}
.features h6	{
	color: #999;
	font-size: 1.4em;
	font-weight: 100;
	padding: 0;
	margin: 0;
	}
.features ul	{
	color: #666;
	}
	
h3	{/* version plus bottom hp */
	color: #009;
	font-weight: 100;
	}

.ecom_web	{
	width: 150px;
	margin: 10px auto;
	line-height: 3em;
	text-align: center;
	font-weight: 700;
	}
.ecom_web a:link,
.ecom_web a:visited	{
	background-color: #F93;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #C63;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 5px;
	}
.ecom_web a:hover	{
	background-color: #ffaf24;
	color: #930;
	}
	
/*	column 3 hp  */
#col3	{}
.col3_logos	{/* truswave logo */
	width: 120px;
	background-color: #FFF;
	border: 1px solid #036;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 10px auto;
	padding: 8px;
	font-size: .9em;
	}
.col3_logos img	{
	display: block;
	width: 105px;
	margin: 0 auto;
	}
.col3_test	{
	width: 120px;
	background-color: #FFF;
	border: 1px solid #036;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto;
	padding: 0 8px;
	}
.col3_test p	{
	padding: 0;
	}
.col3_test h4	{
	font-weight: 100;
	color: #009;
	}
.col3_test a:link,
.col3_test a:visited	{
	font-size: .9em;
	}

.tech_sup	{/* tech sup call back */
	}
.video img, .tech_sup img	{
	display: block;
	margin: 20px auto;
	text-align: center;
	}

.releaseDates   {/* release history hp */
	background-color: #FFF;
	font-size: .9em;
	}
.releaseDates td	{
	border: #CCC 1px solid;
	padding: 3px;
	}
.rel_date	{
	background-color: #999;
	text-align: center;
	color: #FFF;
	}
.releaseDates th	{
	background-color: #666;
	color: #FFF;
	padding: 3px;
	}
	
/*	inside pages */
.content_main	{/* main content container */}

table.websites, /* table in websites/products pg. */
.websites2	{/* table in layout samples pg */
	margin: 0 auto;
	background-color: #CCC;
	}
.websites caption, 
.websites2 caption	{
	background-color: #0B0;
	color: #FFF;
	font-size: 1.4em;
	padding: 5px 0;
	}
tr [scope=col]	{
	width: 20%;
	}	
tr [scope=col].feature	{
	width: 40%;
	}
.websites td, 
.websites2 td	{
	background-color: #FFF;
	}
.websites2 tbody	{
	text-align: center;
	}
.websites tr:hover td, 
.websites2 tr:hover td	{/* hover color on td */
	background-color: #FFD;
	}
tr.title td, tr.title:hover td	{/* category title td */
	background-color: #F0F0F0;
	}
.websites h3	{/* category title */
	margin: 0;
	font-size: 1.4em;
	}
.websites strong, 
.websites2 strong	{/* feature title */
	color: #009;
	font-weight: 500;
	font-size: 1.2em;
	}
.websites tr:hover td strong, 
.websites2 tr:hover td strong	{
	color: #060;
	}
.check	{/* check mark img */
	display: block;
	margin: 0 auto;
	}
.new_opt	{/* new feature label */
	background-color: #6C0;
	color: #FFF;
	font-weight: 700;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.new_enh	{/* new enhancement */
	background-color: #F93;
	color: #FFF;
	font-weight: 700;
	padding: 2px 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
.samples	{/* see websites link */
	background-color: #FF8B16;
	font-size: 1.6em;
	line-height: 1.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
	width: 200px;
	margin: 55px 50px 0 120px;
	padding: 8px;
	text-align: center;
	}
.samples a:link, .samples a:visited	{
	color: #FFF;
	text-decoration: none;
	display: block;
	}
.samples a:hover	{
	background-color: #FA0;
	}
.sales	{
	background-color: #0A0;
	color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
	width: 200px;
	margin: 20px 0;
	padding: 8px;
	text-align: center;
	}

p.smclogin, p.memlogin	{/* p class for member login form */
	color: #3CF;
	background-color: #036;
	text-align: center;
	margin: 2px;
	}
	
ul.nob {/* list in flash doorway pg */}

.yb {
	padding: 5px; 
	background-color: #FF9; 
	border: 1px solid #F00;
	}

.btn{/* input submit/reset in contact/support pg. */
	background-color: #036; 
	border: solid 1px #000;
	color: #fff;
}

.versionUpdate1    {/* version updates pg. */
	background-color: #9CF;
	}
.versionUpdate2    {
	background-color: #DDD;
	}

.theader1  {/* fiesta wording table */
	background-color: #06F;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	}
.tbody1  {
	background-color: #DDD;
	}	
.ToyTable   {/* fiesta warning pg + toy warning pg */}

.eCatTable	{/* ecat page */
	border: 1px solid #CCC;
	margin-left: 5px;
	}
.eCatTable td   {
	padding: 8px;
	}
.eCatTable p	{
	padding: 0;
	margin: 0;
	}

.news {/* p class in newsletters */
	color: #393;
	font-weight: 700;
	font-size: 18px;
}
.news a, .news a:active, .news a:visited{
	color: #393;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
}
.news a:hover{
	text-decoration: underline;
}
.newslettersDiv   {
	border: #6699cc 1px solid;
	}
/*
.status1 {
	background-color: #036;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	}
.status2 {
	background-color: #F5F5F5;
	text-align: center;
	font-size: 12px;
	color: #000099;
	font-family:Arial, Helvetica, sans-serif;
	}
.status3 {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	}


.home_table_header  {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	}
	
.home_table_text  {
	font-size: 12px;
	}
*/	
