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

/* PORTAL */
.pitem {
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-left: 10px;
}

.pitem p {
	margin: 0;
	padding: 0;
	margin-top: 3px;
}

.pitem a, .pitem a:link, .pitem a:visited {
	/*color: #002e5f;*/
	font-weight: bold;
}

.pitem a:hover {
	/*color: #009a3d;*/
	font-weight: bold;
}

.textinput {
	/*border: 1px solid #9c9b9b;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* MSG STATUS BOX */
#msgs {
	padding: 10px;
	border: 2px solid #afcfff;
	background-color: #d8e8ff;
	color: #000;
	background-image: url(/images/info.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}

.boxgrey {

}

.boxgrey { background-color: #4d4948; }

/* PRODUCTS STYLING */
.product_heading {
	background-image: url(/img/h1_grad.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 30px;
}

.storetable {
	background-color: #4d4948;
	border: 3px solid #333333;
}



/* AD ROTATOR */


#gallery {
	position: relative;
	width: 246px;
	text-align: left;
	height: 115px;
}

#gallery img {
	width: 246px;
}
 
#content img {
	border: 0;
}
