/* Default */

html, body {
height: 100%;
 
}

body
{
	background-color: #FFF;
	color: #333;
	background-image: url(images/layout4_01.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0px;
	font-family: Arial;

}

a {
color: #360;
text-decoration: none;
font-weight: bold;
	}
a:hover { text-decoration: underline; }

h2 { color: #4A792B; }
h3, h4 { color: #834421; }
h4 { margin-bottom: 10pt; }

/* Elements */
#container 
{ min-height: 90%;}

#wrapper
{
	margin: 0px 50px;
}

#wide_col
{
	padding-bottom: 15px;
	min-height: 1024px;
}

#narrow_col
{
	width: 330px;
 
	float: right;
	margin-left: 15px;
	/*padding-bottom: 15px;*/
	min-height: 600px;
	/*border-bottom: 1px solid #C00;*/
 
}

#narrow_col .leftbar	{ width: 165px; font-size: 10pt;}
#narrow_col .rightbar	{ float: right; width: 165px; font-size: 10pt;}

#footer
{
	height: 67px;
	width: 100%;
	text-align: center;
	font-size: 9pt;
	color: #FFF;
	background-image: url(images/layout4_06.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer .left { text-align: left; padding-left: 10px;}
#footer .right { float: right; width: 50%; text-align: right; padding-right: 10px;}

#footer p { padding-top: 8px; }
#footer a { color: #FFF; }
#footimg
{
	height: 67px;
	text-align: center;
	background-image: url(images/layout4_09.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: bottom; 	
}

#printMe
{
	width: 200px;
	padding: 5px;
	color: #360;
	line-height: 35px;
	float: right;
	margin-left: 0px;
}
#printMe a
{
color: #360;
text-decoration: none;
}

/* Text Formatting */
#wide_col p { margin-left: 25px; font-size: 10pt; }
#wide_col li { font-size: 10pt;}
#wide_col ul { list-style-position: inside; font-size: 10pt;  }

#narrow_col p { font-size: 10pt; }
#narrow_col li
{
	font-size: 10pt;
	list-style-type: square; 
	line-height: 125%;
}

/* Image Formatting */
#alignright
{
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 5px;
	float: right;
	font-size: 8pt;
	color: #444;
	text-align: center;
}
#alignleft
{
	padding: 10px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 5px 15px 5px 0px;
	float: left;
	font-size: 8pt;
	color: #444;
	text-align: center;
}
#stock {
	border: 1px solid #CCC;
	background: #FFF;
	margin: 5px;
	padding: 10px;
}

/* Catalog Formatting */

 
#catlist li
{
	font-size: 10pt;
	list-style-type: none;
	margin-left: -10px;
	line-height: 125%;
}
#prtable { font-size: 10pt; }
#prtable p { margin-left: 0px; }