@charset "utf-8";
/* CSS Document */

html
{
height: 100%;
}

* html #content {
height:100%;
}

body
	{
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	height: 100%;
	background-color: #FFE000;
	}
	
p.menutext
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style:italic;
	font-weight:bold;
	color:#070754;
	text-align:left;
	line-height: 14pt;
	}

p.foottext
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-style:italic;
	font-weight:bold;
	color:#070754;
	text-align:right;
	line-height: 14pt;
	}

p.bodytext
	{

	}
		
#content    
	{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFE000;
	background-image:url(images/back.gif);
	background-position: center 0px;
	background-repeat: repeat-y;
	min-height: 100%;
	}
	
#head  
	{
	width: 440px;
	height: 120px;
	margin-left: 280px;
	margin-top: 0px;
	text-align:center;
	position: relative;
	z-index: 1;
	}
	
#menu   
	{
	width: 160px;
	height: 500px;
	margin-left: 0px;
	margin-top: -45px;
	text-align:left;
	float: left;
	background-image: url(images/back_menu.gif);
	padding-left: 10px;
	}
	
#foot  
	{
	width: 160px;
	height: 50px;
	margin-left: 830px;
	margin-top: 0px;
	text-align:right;
	}

#main
	{
	width: 600px;
	text-align:left;
	margin-left: 200px;
	margin-top: -9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#070754;
	line-height: 14pt;
	background-color: #FFFFFF;
	}
	
#colleft
	{
	width: 300px;
	float: left;
	}

#colright
	{
	width: 300px;
	float: right;
	}
	
a:link {
	text-decoration: none;
	color:#070754;
}
a:visited {
	text-decoration: none;
	color:#070754;
}
a:hover {
	text-decoration: none;
	color:#C10C0C;
}
a:active {
	text-decoration: none;
	color:#C10C0C;
}

a img {
	border: none;
	}

li {
	list-style-type:square;
	}

#imgcenter
	{
	width: 600px;
	text-align:center;
	}

img.floatright
	{
	float:right;
	}

img.buyonline
	{
	vertical-align: bottom;
	margin-left: 10px;
	}

#cantechtape
	{
	float:right;
	margin-top: -100px;
	margin-right: -110px;
	width: 110px;
	height: 685px;
	}
	
#laddermitts
	{
	float:right;
	margin-top: -100px;
	margin-right: -100px;
	width: 458px;
	height: 377px;
	}

#titlecover
	{
	width: 440px;
	height: 20px;
	margin-left: 280px;
	margin-top: 95px;
	position: absolute;
	z-index: 2;
	}

