/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/
body {
	color: #000;
	font: 12pt/1.6em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background: white;
}
table td {font: 12pt Georgia, "Times New Roman", Times, serif;}
table th {text-align: left;}
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
}
#mainContent a:link:after, #mainContent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
}
a img {border: 0;}
p {margin: 0 0 1.7em;}

hr {
	color: #666; 
	background: #666; 
	height: 1px; 
	border: 0; 
	margin: 1.7em 0;
}

h1 {
	font: bold 17pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 0.50em 0;
}

h2,h3,h4,h5,h6 {
	font: bold 15pt Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0.40em 0;
}
h3,h4,h5,h6 {color: #666; font-size: 14pt;}

/****************************************************************************************
>> Page Layout [DIV Containers] << 
*****************************************************************************************/

/* Hide Elements */
#banner,
#footer a.cstechLink,
#mainContent #banner,
#mainContent #nav,
#sideBar,
.clearFloat,
#masthead,
#print {display: none;}

/* Show Elements */
#wrapper {
	width: auto;
	background: #FFF;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 20px;
}
#mainContent {padding-bottom: 25px; margin: 0;}
/* Home Page Page Copy */
table#homeCopy {width: 680px;}
table#homeCopy th {
	background: #666; 
	color: #FFF; 
	text-align: center; 
	padding: 5px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
table#homeCopy td.columns {
	width: 220px; 
	border: 1px solid #CCC;
	vertical-align: top;
	padding: 7px 9px 10px 9px;
}
table#homeCopy td.divider {width: 10px;}
/* Featured Products Inner Table */
table#homeCopy td.columns table {width: 100%;}
table#homeCopy td.columns table td {padding: 4px;}
table#homeCopy td.columns table td.divider2 {
	padding: 0; 
	height: 6px;
	font-size: 1px;
	background: #FFF url('grey-dot.gif') repeat-x center center;
}
table#homeCopy td p {margin-top: 5px;}
table#homeCopy td h1 {font-size: 12px; font-weight: bold;}

#footer {
	padding: 2px 0 0 0;
	border-top: 1px solid #333;
}
#footer p {
	margin: 0; 
	color: #4D4D4D;
	font-size: 10pt;
}
