@charset "utf-8";
body {
	font: 100% Arial;
	background: #E5E2C6 url(../images/background-top.jpg) repeat-x;
	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;
}
img {
	border: none
}
.oneCol_center #container {
	width: 943px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneCol_center #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(../images/background-top-flash.jpg) no-repeat;
	height:487px
}
.oneCol_center #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneCol_center #container #header ul {
	display:block;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:center
}
.oneCol_center #container #header li {
	display:inline;
	padding:0px 4px 0px 2px
}
.oneCol_center #mainContent {
	padding: 30px 0px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneCol_center #footer {
	clear:both;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneCol_center #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneCol_center #container #header .order-now {
	float: right;
	padding:75px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#back-foot {
	background:url(../images/background-bot.jpg) repeat-x bottom;
	height:189px;
	width:100%;
	clear:both
}
.oneCol_center #back-foot .footer {
	width:961px;
	text-align:left;
	margin: 0 auto;
	background:url(../images/footer-main.jpg) no-repeat center bottom;
	height:189px
}
.oneCol_center #back-foot .footer .footlink ul {
	padding:70px 30px 0px 30px;
	text-align:left;
	color: #fbbb02;
	list-style:none;
	font-size:12px;
	margin:0px 0px 0px 0px;
}
.oneCol_center #back-foot .footer .footlink li {
	display:inline;
	padding:0px 5px 0px 5px;
}
.oneCol_center #back-foot .footer .footlink a {
	text-decoration: none;
	color: #FFFFFF;
}
.oneCol_center #back-foot .footer .footlink a:hover {
	text-decoration: none;
	color:#fbbb02;
}
.oneCol_center #container #header .flash-div .flash {
	padding: 0px;
	width: 357px;
	height:286px;
	border: 5px solid #FFFFFF;
} 
.oneCol_center #container #header .flash-div {
	padding: 0px 0px 0px 15px;
}
.oneCol_center #container #header .flash-div #drop-stop-home {
	padding:0px 0px 15px 20px
}
.oneCol_center #container #mainContent .content h1 {
	padding:0px 0px 5px 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.oneCol_center #container #mainContent .content h2 {
	padding:0px 10px 0px 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #555452;
}
/*content*/
.oneCol_center #container #mainContent .content {
	padding:0px 0px 0px 0px; margin:0px;
	float:left;
	width:52.99%
}
.oneCol_center #container #mainContent .boxes {
	float:right;
	width:435px;
	margin:-10px 0px 0px 0px;
	padding:0px 0px 10px 0px
}
.oneCol_center #container #mainContent .boxes ul {
	list-style:none;
	margin:0px;	padding:0px
}
.oneCol_center #container #mainContent .boxes li {
	padding:0px; margin:0px
}
/*with ie7 fix */
.oneCol_center #container #mainContent .content li {
	padding:0px 0px 0px 0px;
	vertical-align: middle;
	font-size:13px;
	color:#333333;
	font-weight:bold;
	list-style-image:url(../images/ico-check.gif);
	line-height:2em
}
.oneCol_center #container #mainContent .boxes p {
	font-size:13px;
	font-weight:bold;
	color:#333333;
	line-height:1.3em;
	padding:0px 5px 0px 5px; text-align:justify;
}
.oneCol_center #container #mainContent .content p {
	text-align:center;
	padding:0px 0px 0px 0px
}
.oneCol_center #container #mainContent .boxes #text_insert li {
	padding:0px 0px 0px 0px
}
.oneCol_center #container #mainContent .boxes #text_insert li {
	display:block;
list-style:
}
.oneCol_center #container #header .order-now #order-now-button {
	padding:21px 0px 0px 157px
}
.HighCap {
	text-transform:uppercase;
	color:#A8121D;
}
.oneCol_center #back-foot .footer #juppy-home-foot {
	padding:30px 0px 0px 30px
}
.taglinetitle{
	font-size:18px;
	color: #000;
}
