@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #720002;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #FFFF99;
	text-transform: uppercase;
}
h2 a {
	color: #FFFF99;
	text-decoration: none;
}
h2 a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
li {
	font-size: 14px;
	font-weight: bold;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.small {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
}
.link {
	color: #FC0;
	font-size: 18px;
}



.align-right {
	float: right;
}
.align-left {
	float: left;
}

.special {
	font-size: 14px;
	color: #FFFFFF;
	border: 2px solid #993300;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.testimonial {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	background-color: #000000;
	border: thin solid #993300;
	padding: 10px;
	text-align: center;
}
.quotable {
	font-size: 12px;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.highlight {
	font-weight: bolder;
	background-color: #000000;
}
.testimonial-page {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
	text-transform: uppercase;
}






#page {
	background-image: url(images/bg-page.jpg);
	background-repeat: repeat-x;
	height: 450px;
}
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	padding: 10px;
}
#header h2 {
	font-size: 18px;
}

#main-nav {
	background-color: #CC0000;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #333333;
	text-align: center;
}
#main-nav ul {
	display: inline;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}
#main-nav li {
	list-style-type: none;
	display: inline;
	padding: 1px;
	font-size: 12px;
}
#main-nav a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#main-nav a:hover {
	background-color: #660000;
	color: #FFFFFF;
}
#content {
	padding: 8px;
	margin-top: 10px;
	clear: both;
}
#content h1 {
	font-size: 24px;
	color: #FFFF66;
	text-transform: uppercase;
	font-weight: bolder;
}
#content ul {
	margin: 10px;
	padding: 0px;
}
#order-form {
	color: #000;
}


#footer {
	padding: 10px;
	height: 15px;
	clear: both;
	background-color: #660000;
	border: 1px solid #000000;
	margin-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a {
	color: #FFCC66;
}
.link-bright {
	color: #FF0;
	font-size: 24px;
}
