
* {
	margin:0;
	padding:0;
}

BODY {
	font-family:sans-serif;
	background-color:IndianRed;
}

A:link {text-decoration: none; color: 662222;}
A:visited {text-decoration: none; color: 662222;}
A:active {text-decoration: none}
A:hover {text-decoration: underline, bold; color:#995555;}

<!-- Layout -->
.mainContainer 
{
	width:980px; 
	height:100%; 
	background-color:#FFF6F6;
}
.menuContainer 
{
	vertical-align:top;
	text-align:center;
	width:160px; 
	height:100%; 
	background-color:#662222; 
}
.menuBorder 
{
	width:10px; 
	height:100%; 
	background-image:url('Images/background/menuborder.jpg');
	background-repeat: repeat-y;
}
.content 
{
	width:820px;
	height:100%; 
	background-color:#FFF6F6; 
}
.content2 
{
	width:760px;
	height:100%; 
	font-size:15pt;
	background-color:#FFF6F6; 
}
.linknav 
{
	color:#662222;
	font-size:12px;
	text-align:center;
	margin-top:25px;
}
.content p
{
	margin-left:40px;
	width: 500px;
	font-size:90%;
}

.bigNumber {font-size:115%; font-weight:800; color:maroon;}
.menuButton 
{
	height:33px;
	width:130px;
	font:12pt Lucida Sans Unicode, Tahoma;
	color:DarkRed;
	margin-bottom:6px;
}
#squishytype
{
	letter-spacing:-0.25mm; 
	font-size:11pt;
}
#squishytype2
{
	letter-spacing:-0.25mm; 
	font-size:10pt;
}
.pageTitle
{
	padding-top:20px;
	color:#662222;
	font-size:170%;
	text-align:center;
}
.subTitle
{
	margin:10 170 0 170; 
	color:#662222;
	font:Italic 115% Times New Roman;
	text-align:center;
}
.picTable, .prodTable
{
	margin-top:10px;
}
.picLabel
{
	font-size:110%;
	font-weight:bold;
}
.prodTable
{
	width:600px;
}
.prodTable a:link {text-decoration: none; color: #662222;}
.prodTable a:visited {text-decoration: none; color: #662222;}
.prodTable a:active {text-decoration: none}
.prodTable a:hover {text-decoration: underline, bold; color:#995555;}

.prodTitle
{
	width:400px;
	background-color:SandyBrown;
	border:Solid 1px #662222;
	color:#662222;
	font-size:200%;
	text-align:center;
	margin-top:50px;
	padding-bottom:3px;
	padding-top:3px;
}
.productPatent
{
	font-size:70%;
	color:Black;
	margin-top:5px;
}
.productPanel
{
	border:Dotted 1px Black;
	padding:12px;
	margin-top:20px;
}
.backToProdLink
{
	width:50%;
	margin-top:20px;
	font-size:120%;
}
.directionsDiv
{
	width:57%;
	border:Dotted 1px Black;
	margin-top:20px;
	text-align:left;
	font-size:120%;
}
.textDiv
{
	margin:40 70 0 70;
}
.shopDiv
{
	margin-top:40px;
	margin-left:70px;
}
.shopLink
{
	font-size:180%;
}
.shopDiv, .backToProdLink a:link {text-decoration: none; color:Salmon;}
.shopDiv, .backToProdLink a:visited {text-decoration: none; color:Salmon;}
.shopDiv, .backToProdLink a:active {text-decoration: none; color:Salmon;}
.shopDiv, .backToProdLink a:hover {text-decoration: underline; color:Maroon;}

.newsTable
{
	width:100%;
	border:1px Solid Black;
	margin-bottom:10px;

		}


.copyright
{
	width:100%;
	margin-top:25px;
	margin-bottom:30px;
	font-size:10px;
	text-align:center;
}
