/* Menu Pages */

#contentwrap { 
   /* affects the main portion of the page; attributes must be marked as !important
   (i.e. border-color: yellow !important;) */
	
}

h1 {
	margin:0;
	padding:0;
	font-size:1.75em;
	font-weight:bold;
	color:#000;
	text-transform:capitalize;
	border-bottom:4px solid #000;
}

.titlesmallimg {
	background:url('../images/arrow.png') no-repeat;
	height:20px;
	width:18px;
	margin:0 0 0 7px;
	padding:0 25px 0 0;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	color: #505050;
}

.exlinkcontainer {
	min-height:179px;
	margin:0 0 25px 0;
}

.resimg {
	border:1px solid #276f9c;
	margin:10px;
	width:206px;
	height:155px;
	padding:3px;
}

.resimg:hover {
	background:#276f9c;
}

.resimagelink {
	float:left;
}

.stockdesc {
	font-size:0.9em;
	line-height:1.3em;
	margin:2px 5% 0 232px;
}

.menulinks {
	margin:0;
	padding:0 0 25px 20px;
	font-size:0.8em;
}

.containertext ul {
	list-style:none;
	list-style-image:url('../../images/catarrow.gif');
	padding-left:30px;
	margin:0;
	font-size:0.9em;
}

.containertext ul a {
	font-weight:bold;
	font-size:1.05em;
}

.containertext ul li {
	padding-bottom:5px;
}

#categorybar {
	margin:0;
	padding:0 10px;
}

#categorybar a:hover {
	text-decoration:underline;
	color:#000;
}

.categorytitle {
	font-weight:bold;
	margin:0 0 6px 10px;
}

#categorybar ul {
	list-style:none;
	font-size:0.9em;
	margin:0;
	padding-left:7px;
}

#categorybar ul ul {
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
	list-style-image:url('../../images/catarrow.gif');
	font-size:0.8em;
}
