/* Reset CSS */

body { color: black; background: white; }
 
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* My CSS */

a img {
	border: none;
}

body {
	background-color: #FFFFFF;
}

#header {
	background-color: #90140C;
	text-align: center;
}

#header img {
	margin: 20px auto;
}

.pic {
	background-color:  #FFFFFF;
	text-align: center;
}

.copyContainer {
	background-color: #90140C;
	width: 100%;
	text-align: center;
}

.copy {
	width: 750px;
	padding: 20px 0;
	margin: 0px auto;
	color: #FFFFFF;
	font-family: Arial;
	text-align: left;
}

.copy h2 {
	font-size: 2.3em;
	margin-bottom: 10px;
	font-weight: bold;
}

.copy p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.sayContainer, .faqContainer {
	text-align: center;
	font-family: Arial;
	color: #000;
}

.say {
	width: 500px;
	padding: 20px;
	margin: 15px auto;
	background-color: #EEE;
	font-size: 1.1em;
	border: 1px solid #333;
	text-align: left;
}

.say span.name {
	font-weight: bold;
}

.faq {
	width: 750px;
	margin: 15px auto;
	font-size: 1.0em;
	text-align: left;
}

.faq p {
	margin-bottom: 8px;
	line-height: 1.1em;
}

.faq span.q {
	font-weight: bold;
}

.contentContainer {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}

.content {
	width: 750px;
	padding: 20px 0;
	margin: 0px auto;
	font-family: Arial;
	text-align: left;
	color: #000000;
}

.content p {
	margin-bottom: 8px;
	font-size: 1.1em;
	line-height: 1.3em;
}

.content h2 {
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 2.2em;
	font-weight: bold;
}

.content h3 {
	margin-bottom: 10px;
	font-size: 1.8em;
}

.content ul {
	margin-bottom: 8px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
}

.content ul li {
	margin-bottom: 5px;
	font-size: 1.1em;
}

.content .product {
	width: 500px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #eee;
}

.content .product h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

.content .product p {
	margin-bottom: 8px;
	font-size: 1.0em;
	line-height: 1.2em;
}

span.bigLink {
	font-weight: bold;
	font-size: 2.0em;
}

span.bold {
	font-weight: bold;
}

#footer {
	text-align:center;
	font-family: Arial;
	color: #000;
	width: 750px;
	margin: 30px auto;
}

#actionPopup h3 {
	font-size:1.8em;font-family:Arial,sans-serif;font-weight:bold;color:#90140C;margin-bottom:8px;
}

#actionPopup p {
	font-size:1.1em;line-height:1.2em;font-family:Arial,sans-serif;color:#333;margin-bottom:10px;
}

#actionPopup input {
	font-size:1.1em;font-family:Arial,sans-serif;color:#333;margin-bottom:6px;
}