html, body {
	margin: 0;
	padding: 0;
	width: 80;
	background-color: tan;
/*	background-image: url("../images/back_darkorange.png"); */
	font: 100% arial, helvetica, sans-serif;
}

h1 { font-size: 130%; }
h2 { font-size: 115%; }
h3 { font-size: 100%; }
h4 { font-size: 85%; }
h5 { font-size: 80%; }
h6 { font-size: 75%; }


.ilink {
	border: 0px solid black;
}

#main {
	width: 754px;
	margin: 10px auto 10px auto;
	border: 1px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}

#topback {
	padding: 0;
	margin: 0;
	height: 162px;
	border-bottom: 2px solid black;
}

/* Cool fix to the standards-based way of displaying inline images, will probably hobble old browsers : ( */
td img.ilink {
	display: block;
}

#breadcrumbs {
	width: 754px;
	padding: 3px 5px;
	border-bottom: 2px solid black;
	background-image: url("../images/orangewhitegradient.jpg");
	font: bold 90% verdana, arial, helvetica, sans-serif;
}

#bodycontent {
	width: 754px;
	border-bottom: 1px solid black;
}

#leftm {
	width: 115px;
	background-color: #F90;
	border-right: 1px solid black;
	padding: 0px;
	vertical-align: top;
}

#leftm div {
	border-bottom: 1px solid #CCC;
	padding: 4px 4px;
}

#leftm div a {
	text-decoration: none;
}

#leftm div.leftmindent {
	padding: 4px 10px;
	text-decoration: none;
}

#leftm a img {
	border: 0px;
}

#content {
	padding: 10px 15px 10px 10px;
	background-color: white;
	background-image: url("../images/palmback.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#footer {
	width: 754px;
	background-color: #F96;
}

#footer2 {
	text-align: right;
	padding: 5px 10px;
	font: 85% arial, helvetica, sans-serif;
}

.ifloatl {
	float: left;
	border: 1px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
}

#maincattable td {
	width: 50%;
	vertical-align: top;
	margin-right: 15px;
}

table#catalog td {
	width: 50%;
	vertical-align: top;
}
	
ul.catalog {
	list-style-image: url("../images/sunlist.png");
}

div.capc {
	width: 275px;
	border: 1px solid black;
	background-color: #FFF;
	margin-bottom: 25px;
	padding: 10px;
}

div.capc img {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	border-bottom: 1px solid black;
}

div.capc p, div.capc p.s {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	
}

div.capc p.s {
	font-weight: bold;
	text-align: center;
}

div.capt {
	float: right;
	width: 275px;
	border: 1px solid black;
	background-color: #FFF;
	margin-bottom: 25px;
	padding: 10px;
}

div.capt img {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	border-bottom: 1px solid black;
}

div.capt p, div.capt p.s {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	
}

div.capt p.s {
	font-weight: bold;
	text-align: center;
}

p.c {
	padding-top: 20px;
	border-top: 1px solid red;
	font-size: 110%;
}

#catalogcontact {
	background-color: #CCC;
	color: #000;
	border-top: 1px solid black;
	padding: 2px 5px;
	font-weight: bold;
}

#logofloat {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px;
}

#logofloat img {
	display: block;
}

#contactus td {
	width: 50%;
	vertical-align: top;
	padding: 5px;
}

.box {
	border: 1px solid black;
}

.fh {
	font: 80% verdana, helvetica, sans-serif;
	color: #444;
}