body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #17111B;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, Georgia, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

div.mainHolder {
	width: 780px;
	top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
	background: #f2e7d5;
    margin: 0 auto;
    height: auto;

}

div.topNaviHolder {
	float: left;
	width: 780px;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	background-image: url('/images/bg_stribes.jpg');
}

.topNaviHolder ul {
	margin: 0 3px;
	padding: 0;
	list-style-type: none;
}

.topNaviHolder ul li {
	display: inline;
	float: left;
	width: 129px;
	padding: 8px 0 7px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

.topNaviHolder ul li:hover {
	border-color: #b80e11;
}

.topNaviHolder a {
	text-decoration: none;
}

div.sideNaviHolder {
	width: 201px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

.sideNaviHolder ul {
	margin: 0;
	text-transform: none;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sideNaviHolder li {
	margin: 0;
	padding: 5px 0 0 24px;
	background: url(/images/bullet.gif) 0 11px no-repeat;
}

div.sideNaviTitleBar {
	width: 175px;
	margin: 0px;
	padding: 8px 10px 7px 10px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	background-image: url('/images/bg_stribes.jpg');
	border: 3px solid #000;
}

div.sideNaviContentHolder {
	width: 175px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: left;
	color: #ffffff;
	font-family: Verdana;
	line-height: 18px;
	background: #b80e11;
	border: 3px solid #000;
	border-top: 0px;
}

div.contentTitleBar,
div.contentTitleBarNoFloat {
	float: left;
	width: 543px;
	margin: 10px 0px 0px 10px;
	padding: 8px 10px 7px 10px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	background-image: url('/images/bg_stribes.jpg');
	border: 3px solid #000;
}

div.contentTitleBarNoFloat {
	float: none;
}

div.contentHolder,
div.contentHolderNoFloat {
	float: left;
	width: 543px;
	margin: 0px 0px 10px 10px;
	padding: 0px 10px 10px 10px;
	text-align: left;
	color: #000000;
	font-family: Verdana;
	line-height: 18px;
	background: #e6b900;
	border: 3px solid #000;
	border-top: 0px;
}

div.contentHolderNoFloat {
	float: none;
}

div.wrapper {
	float: left;
	width: 543px;
	margin: 0;
	display: inline;
}

div.formFieldHolder,
div#defaultLabelAddress,
div#specifiedLabelAddress {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

div#defaultLabelAddress,
div#specifiedLabelAddress {
	margin: 10px 0 20px 0;
	border: 1px solid black;
	padding: 0;
}

div#defaultLabelAddress p.formSection,
div#specifiedLabelAddress p.formSection {
	padding: 10px 0;
}

div.formButtonsHolder {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-left: 100px;
}

div.formButtonsHolderWide {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-left: 150px;
}

.formFieldHolder input {
	display: block;
	width: 150px;
	float: left;
	margin-right: 5px;
}

.formFieldHolder input.checkbox {
	display: block;
	width: 20px;
	float: left;
	margin-right: 5px;
}

.formFieldHolder input#submitButton {
	width: 90px;
}

.formFieldHolder textarea#message {
	width: 210px;
	height: 100px;
	float: left;
}

.formFieldHolder label {
	display: block;
	text-align: right;
	width: 80px;
	float: left;
	padding-right: 20px;
}

.formFieldHolder label.wide {
	width: 130px;
}


.formFieldHolder span.hint {
	display: block;
	text-align: left;
	width: 100%;
	font-size: 10px;
}

p {
	padding: 10px 0px 0px 0px;
}

p#title {
	color: #b80e11;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

p.subTitle {
	color: #b80e11;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

p.formSection {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

p.small {
	font-size: 10px;
}

p.letter {
	padding: 10px 25px 0px 25px;
	font-style: italic;
}

p#errorList {
	color: #b80e11;
	font-weight: bold;
}

ul#errorList {
	color: #b80e11;
	font-weight: bold;
}

div.footerHolder {
	clear: both;
	width: 100%;
	line-height: 18px;
	font-size: 10px;

}

.footerHolder a {
	color: #000;
}

p.tellFriendPara {
	font-style: italic;
	margin: 10px 40px 0px 40px;
	padding: 10px;
	border: 3px solid #000;

}

p.backToTop {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
}

p.faqQ {
	margin-top: 10px;
	font-weight: bold;
}

p.faqQ:first-letter {
	font-size: 16px;
	float:left;
	font-weight:bold;
	color:#b80e11;
	margin:3px 5px 2px 0px;
}

p.faqA {
	margin-bottom: 10px;
}

p.faqA:first-letter {
	font-size: 16px;
	float: left;
	font-weight: bold;
	color: #b80e11;
	margin: 3px 6px 2px 1px;
}

span.goGreen {
	color: #387830;
}

hr.faqDivider {
	margin-left: 72px; width: 400px; height: 1px; background-color: #000000; border: 0px;
}

hr.formSectionDivider {
	float: left; margin: 0 72px 10px 72px; width: 400px; height: 1px; background-color: #000000; border: 0px;
}

hr.linkBannerDivider {
	margin-left: 72px; width: 400px; height: 1px; background-color: #000000; border: 0px;
}

hr.qualCartridgesBrandDivider {
	margin-top: 30px; margin-left: 72px; width: 400px; height: 1px; background-color: #000000; border: 0px;
}

div.tellFriendMessageHolder {
	margin: 10px 40px 0px 40px;
	padding: 10px;
	border: 3px solid #000;
}

div.chapterLocatorHolder {
	margin: 10px 40px 0px 40px;
	padding: 10px;
	border: 3px solid #000;
}

div.chapterLocatorHolder p {
	margin: 0px;
	padding: 0px;
}

div.chapterLocatorHolder p.chapterListNothingFound {
	margin: 10px;
	padding: 5px;
	background: #b80e11;
	border: 3px solid #000;
}

div.chapterLocatorHolder p.chapterListProgress {
	text-align: center;
}

div.chapterLocatorHolder p.chapterRecord {
	margin-top: 15px;
}

div.chapterLocatorHolder p.chapterListResult div.chapterName {
	font-weight: bold;
	font-size: 14px;
}

div.chapterLocatorHolder p.chapterListResult div.chapterCityState {
	margin-top: 2px;
	font-size: 14px;
	font-style: italic;
}

div.chapterLocatorHolder p.chapterListResult div.commanderMain {
	margin-top: 2px;
	margin-left: 10px;
}

div.chapterLocatorHolder p.chapterListResult div.commanderMainAddress {
	margin-top: 2px;
	font-size: 10px;
	line-height: 11px;
	margin-left: 10px;
}

div.brandLogoList {
	background: #ffffff;
	width: 100px;
	height: 30px;
	float: left;
	border: 2px solid #000000;
	padding: 2px;
	margin-top: 15px;
	margin-left: 35px;
	margin-right: 35px;
}

p.picturePara {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

textarea.htmlSource {
	font-size: 10px;
	width: 400px;
	height: 35px;
}

div.picturesThumbList {
	float: left;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 35px;
	border: 2px solid #ffffff;
}

div.pictureHolder {
	margin: 10px 40px 0px 40px;
	padding: 10px;
	border: 3px solid #000;
}

#outer {
	height: 32px;
	overflow: hidden;
	position: relative;
}

#outer[id] {
	display: table;
	position: static;
}

 /* Internet Explorer workaround */
#middle {
	position: absolute;
	top: 50%;
}

#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

/* Internet Explorer workaround */
#inner {
	position: relative;
	top: -50%;
}
