@charset "utf-8";
h1, h2, h3 {
	color: #060;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.6em;	
}
	
	
#inner table.catalog {border: 5px inset blue;  border-collapse: separate; }

table.catalog thead {color: green; }

table.catalog col.productCol {
	width: 10%;
}

table.catalog col.descriptionCol {background-color: white; width: 43%;}
	
table.catalog caption {text-align: center; margin-top: 20px;}

table.stock_riders {border: 5px inset green;  border-collapse: separate; }
 
table.prices {
	width: 100%;
	border: 2px inset green;
	border-collapse: separate;
	font-size: 1.1em;
	text-align: center;
	padding: 5px;
}
table.prices thead {
	color: #060;
	font-weight: bold;
}
table.prices caption {
	color: #060;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	word-spacing: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
table.prices td {
	font-weight: bold;
}

table.resources {
	width: 100%;
	border: 2px inset green;
	border-collapse: separate;
	font-size: 1.1em;
	text-align: center;
	padding: 5px; 
}
table.resources thead {
	color: #060;
	font-weight: bold;
}
table.resources caption {
	color: #060;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	word-spacing: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
table.resources td {
	font-weight: bold;
}

main {
	width: 1024px;
	position: absolute;
	left: auto;
	top: -5px;
	right: auto;
	font-family: "Times New Roman", Times, serif;
	height: auto;
}
#lu {
	position:absolute;
	width:101px;
	height:92px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#contact {
	position:absolute;
	width:160px;
	height:92px;
	z-index:center;
	left: 103px;
	top: 0px;
	line-height: 0.1em;
	text-align: center;
	color: #060;
}
#name_logo {
	position:absolute;
	width:761px;
	height:92px;
	z-index:3;
	left: 264px;
	top: 0px;
}
#name_logo #name {
	margin-right: 80px;
	margin-left: 80px;
}
#topbar {
	height: 50px;
	width: 1024px;
	left: 0px;
	top: 93px;
	position: absolute;
}
#sidebar {
	position:absolute;
	width:154px;
	height:250px;
	z-index:2;
	left: 0px;
	top: 130px;
	line-height: 100%;
	list-style-type: none;
}

#head_name {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.5em;
	color: #060;
	font-style: italic;
	margin-top: -5px;
}
#maincontent {
	position:absolute;
	width:870px;
	height:auto;
	z-index:1;
	top: 137px;
	left: 154px;
	text-align: center;
}
#maincontent table tr td a h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.2em;
	font-style: italic;
	color: #060;
}
#maincontent table tr td h5 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.2em;
	font-style: italic;
}

#maincontent h4 {
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	color: #060;
	font-size: 1.2em;
}

