@charset "utf-8";
body {
	font-size: 12pt;
	font-family: Arial, "Times New Roman", Times, serif;
	background-color: /*#000000*/#e25a2f;;
	background-image:url(../../images/site-graphics/halloween/halloween-header-slice.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../../images/site-graphics/halloween/halloween-content-slice.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #ffffff;
	background-image:url(../../images/site-graphics/halloween/halloween-header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:793px;
	height:170px;
}

#header-content {
	padding-top:195px;
	margin:auto;
	width:700px;
}

#mainContentWrap {
	background-image:url(../../images/site-graphics/halloween/halloween-header-inner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-color:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#innerContent {
	margin:auto;
	width: 700px;
}

#innerContent p {
	text-align:justify;
	font-size: 12pt;
	font-family: Arial, "Times New Roman", Times, serif;
}

#footer {
	background-color: #FFFFFF;
	background-image:url(../../images/site-graphics/halloween/halloween-footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:793px;
	height:311px;
}

.inner-footer {
	margin:auto;
	width: 700px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
	margin: 0; 
	font-size:30px;
	color:#821712;
	text-transform:capitalize;
}

h2 {
	margin: 0; 
	color:#821712;
	font-size:24px;
	text-transform:capitalize;
}

h3 {
	color:#000000;
	font-size:18px;
	margin:10px auto;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

li {
	padding-top:7px;
	padding-bottom:7px;
}

.xtra-bottom-padding {
	padding-bottom:15px;
}

.underline {
	text-decoration:underline;
}

.lowercase {
	text-transform:lowercase;
}

.regular-case {
	text-transform:none;
}

.orange-arrow-bullets {
	list-style-image:url(../../images/orange-arrow.gif);
	margin-left:11%;
	padding-right:20px;
}

.bourg-star-bullets {
	list-style-type: none;
	padding: 0 20px 0 0;
	margin: 0 0 0 11%;
}

.bourg-star-bullets li {
	background-image: url(../../images/black-star-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.3em;
}

#innerContent ul.bourg-star-bullets p {
	font-size:22px;
	text-align:left;
}

.image-right { 
	float: right;
	margin-left: 8px;
	margin-bottom: 2px;
}
.image-left { 
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

.xtra-left {
	margin-left: 25px;
}

.clear {
	clear:both;
}

.box-style-one-wrapper {
	background-image:url(../../images/site-graphics/halloween/halloween-corner-bat.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin:10px auto;
	padding:47px 30px 30px 30px; 
	width:90%; 
}

.box-style-one {
	background-image:url(../../images/site-graphics/halloween/halloween-corner-bat.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:10px auto; 
	width:85%; 
	background-color:transparent; 
	padding:10px; 
}

.box-style-two  {
	margin:10px auto; 
	width:85%; 
	background-color:#ffffff; 
	border: 1px solid #ffe0df; 
	padding:10px; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.box-style-three { /*for medical disclaimer box*/
	margin:30px auto; 
	width:85%; 
	background-color:#ffffcc; 
	border: 1px solid #d90101; 
	padding:10px;
	font-size:15px;
}

.download-line-wrap {
	padding-top:35px;
}

.customerservice {
	margin-top:30px;
}

/* Triple Buy Box Styling */

#mainContent .triple-buy-boxes, 
#mainContent .narrow {
	width:625px;
	margin:40px auto 40px;
	padding-top:0px;
	text-align:left;
}

#mainContent .narrow {
	width:435px;
}

#mainContent .medium {
	width:475px;
}

#mainContent .triple-buy-boxes .box1, 
#mainContent .triple-buy-boxes .box2, 
#mainContent .triple-buy-boxes .box3 {
	float:left;
	padding-left:6px;
}

#mainContent .triple-buy-boxes .box1 ul, 
#mainContent .triple-buy-boxes .box2 ul, 
#mainContent .triple-buy-boxes .box3 ul {
 	margin:0px;
	padding:0px;
	list-style-type:none;
}

#mainContent .triple-buy-boxes .box1 ul li, 
#mainContent .triple-buy-boxes .box2 ul li, 
#mainContent .triple-buy-boxes .box3 ul li {
 	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	font-weight:bold;
}

#mainContent .triple-buy-boxes .secure-pay {
	margin-top:30px;
}

#mainContent .triple-buy-boxes ul li.plus-symbol-padding {
	padding-top:40px;
	padding-left:15px;
}


/* End Triple Buy Box Styling */

.guarantee-laced-green {
	background-image:url(../../images/site-graphics/halloween/guarantee-laced-blank-green.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:auto;
	width:600px;
	height:400px;
}

.guarantee-laced-green-inner {
	padding:100px;
}

.centering_245 {
	margin:10px auto 20px;;
	width:245px;
}
