/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/

body {
	color: #000;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	text-align: left;
	background: white;
}
table, td {
	font: 12pt Georgia, "Times New Roman", Times, serif; 
	vertical-align: top;
	background: white;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   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 {line-height: 1.6em;}

hr {
	color: #666; 
	background: #666; 
	height: 1px; 
	border: 0; 
	margin: 1em 0 1em 0;
}

h1 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
}

h2,h3,h4,h5,h6 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #333;
	margin: 30px 0 17px 0;
}
h3,h4,h5,h6 {color: #666; font-size: 13pt;}

/****************************************************************************************
>> Page Layout [DIV Containers] << 
*****************************************************************************************/

/* Hide Elements */
#banner,
#footer a.csdeignLogo,
.clearFloat,
form,
.hideP,
#masthead p,
#masthead #nav {display: none;}

/* Show Elements */
/* Show Elements */
#masthead {
	background: #FFF;
	height: auto;
	margin: 0 0 20px 0;
}
/* Branding */
#masthead h1 {
	background: #EEE;
	margin: 0;
	border: 1px solid #333;
	padding: 5px;
	color: #1E2E3D;
	font-size: 19pt;
}
#wrapper {
	width: auto;
	margin: 0;
	background: #FFF;
}
#mainContent {
	padding: 10px 0 20px 0;  
	margin: 0;
	background: #FFF;
}
#homePage #mainContent #sideBar h1 {border: 0; padding: 0;}
#homePage #mainContent #sideBar h2 {margin: 10px 0 0 0;}
#products #mainContent .productBox { 
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	float: none !important;
	display: block;
	width: 770px;
	margin-bottom: 15px;
}
#products #mainContent .noBorder {border: none; margin: 0; padding: 0;}
#products #mainContent .productBox p {margin: 1em 0 0;}
#products #mainContent .productBox .productInfo {float: none !important;}
#products #mainContent .productBox .productInfo ul {padding: 0; margin: 1em 0 1em 4em;}
#products #mainContent .productBox .productInfo h2 {color: #56829F; margin-top: 0.80em;}
#products #mainContent .productBox .productImg {float: none !important;}
#products #mainContent .productBox .productImg img.greyBorder {padding: 2px; border: 1px solid #CCC;}
#footer {
	clear: both;
	background: #FFF;
	padding: 5px 0 0 0;
	border-top: 1px solid #333;
}
#footer p {
	margin: 0; 
	color: #4D4D4D;
	font-size: 13px;
}