#subnav {
	background-color: #f7f6f2;
	margin:0;
	padding: 5px 10px 5px 25px;
	}
	
#breadcrumbs {
	margin: 0 0 10px 15px;
	padding-top: 10px;
	font-size: 1.1em;
	}

/* ---styles for individual products ---- */
.productdescription {
	float:left;
	position:relative;
	padding:5px 5px 5px 2px;
	margin: 10px 10px 10px 10px;
	width:550px;
}

.productdescription p {
	padding:5px 5px 0 0;
	text-align: justify;
}


.industry {
	position:relative;
	float: left;
	margin:130px 5px 5px 5px;
	background-color:#f7f6f2;
	width:180px;
	padding: 10px 5px 10px 0;
}

.industry h2 {
	font-size:1.6em;
	margin:0;
}

.industry p {
	padding-bottom:10px;
	margin:5px 5px 15px 20px;
	line-height:25pt;
}


/* ---styles for vertical thumbnails ---- */
.productthumbnails {
	position:relative;
	float: left;
	clear:both;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding:10px 0 10px 0;
	margin-bottom: 10px;
	
}

.thumbnail h3 {
	
}

td.thumbnail_1 {
	background-image:url(../global/thumbnail_freeseminars.gif);
	background-repeat:no-repeat;
	vertical-align:text-top;
	text-align:center;
	padding-top:15px;
	width:190px;
}

td.thumbnail_2 {
	background-image:  url(../global/thumbnail_viewscreenshots.gif);
	background-repeat:no-repeat;
	vertical-align:text-top;
	text-align: center;
	padding-top:15px;
	width:190px;
}

td.thumbnail_3 {
	background-image:  url(../global/thumbnail_productcomparison.jpg);
	background-repeat:no-repeat;
	vertical-align:text-top;
	text-align: center;
	padding-top:15px;
	width:190px;
}

td.thumbnail_4 {
	background-image:  url(../global/thumbnail_talk.gif);
	background-repeat:no-repeat;
	vertical-align:text-top;
	text-align: center;
	padding-top:15px;
	width:190px;
}

#productcontent {
	float: left;
	clear: both;
	width: 780px;
}

#productcontent h4 {
	padding-left: 15px;
}

#productcontent ul li {
	list-style: none;
	line-height: 20px;
	font-size: 1em;
}

/* CSS for Calendar starts here */
#calendar h3 {
	color: #183551;
	padding: 20px 0 5px 30px;
	}

.caption { 
	background-color: #f7f6f2; 
	font-size:18px; 
	}

td.day , td.dayS { 
	background-color:#c2c077; 
	color:#ffffff; 
	text-align: center; 
	vertical-align: middle; 
	border-color:#E2DCC3; 
}

td.dayS { 
	color:#CC0066; 
} 

td.date , td.eventCal { 
	text-align:left; 
	vertical-align:middle; 
	height:30px; 
	border-color:#E2DCC3; 
	font-size:1em; 
}

td.date { 
	padding-left:35px; 
}

td.eventCal { 
	padding-left:10px; 
}

tr.alt { 
	background-color:#CCCCCC; 
}

