/* Main Styles */
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
}

a {
	color: #0066CB;
	text-decoration: underline;
}

a:hover {
	color: #CE0106;
}

#header {
	margin-bottom: 15px;
	width: 770px;
	height: 100px;
	background-image: url(images/usmc_header.jpg);
	cursor: pointer;
	cursor: hand;
}

#quote {
	margin-bottom: 15px;
	width: 400px;
	color: #CE0106;
	font-size: 12pt;
}

#nav {
	margin-bottom: 15px;
}

#contact {
	width: 770px;
	font-size: 14px;
	font-weight: bold;
	color: #CE0106;
}

#contact a {
	color: #003162;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}

#content {
}

.title {
	display: block;
	width: 770px;
	background-color: #CE0106;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
}

#footer {
	width: 770px;
	background-color: #CE0106;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
}
/* End Main Styles */

/* Product Listing Styles */
.product_title {
	color: #003162;
	font-size: 10pt;
	font-weight: bold;
}

.product {
	border: 4px double #CE0106;
}
/* End Product Listing Styles */
