/* CSS Document */

.company {
	margin: 10px;
	width: 370px;
	border: 1px solid black;
}


.bluetop {
	top: 0px;
	width: 100%;
	background-color: #606a74;
	height: 50px;
	color: #FFFFFF;
	font-size:18px;
	position: relative;
	padding-right: 0px;
	border-bottom: 1px solid black;
}
/* START OF BLUE MOUSEOVER STYLES */
	.bluetop img {
		z-index: 2;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	
	div.bluetop span a {
		display: block;
		color: #fff;
		width: 362px;
		height: 38px;
		position: absolute;
		padding-top: 12px;
		padding-left: 8px;
		text-decoration: none;
	}
	
	div.bluetop span {
		margin: 0px;
		float: left;
		padding: 0px;
		position: relative;
	}
	
	.bluetop span a:hover {
		color: #FFF;
		background: #FF0000;
	}
/* END OF BLUE MOUSEOVER STYLES */


.brownbox {
	background-color: #c3c8cd;
	width: 100%;
	font-size: .8em;
	font-weight: bold;
}

.brownbox ul {
		list-style-type: none;
}

.brownbox > ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}


/*This controls the second-level list style*/
.brownbox ul ul {
	font-weight: normal;
}

.externallink {
	background-color: #212930;
	width: 100%;
	color:#ffffff;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
}

.externallink span {
	display: block;
	padding: 0px 2px;
}


/* Additions for imageless product header by Andrew McEvoy */
div.product_header {
	position: relative;
	font-size: 1.4em;
	line-height: 1em;
	
	margin-left: 10px;
	margin-bottom: 40px;
	font-family: Arial, sans-serif;
	display: block;
	width: 777px;
	border-bottom: solid 2px black;
}

div.product_header span.heading {
	border: 2px solid white;
	background-color: white;
	position: relative;
	top: 5px;
}

span.red { 
	color: red;
}





	