@charset "utf-8";
/* CSS Document */
img, div.imgpng { behavior: url(https://banishtonsilstones.com/css/css/iepngfix.htc) }
/******************************* Reset CSS *********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	
	font-size: 11px;
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}
ul {
	display: block;
	list-style: disc outside;
	margin: 11px 0;
	padding-left: 30px;
}
ol {
	list-style: decimal outside;		
	margin: 11px 0;
	padding-left: 30px;
}
p {
	padding-bottom: 5px;
}
/************ End Reset CSS ***********/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFD;
	margin:0;
	padding:0;
}
#main {
	width:770px;
	margin: 0 auto;
}
#main-content-padding {
	padding:0px 25px 15px 25px;
	background-image: url(../images/mid22.png);
	background-repeat: repeat;
}
#main-content {
	min-height:220px;
	height:auto !important;
	height:220px;
	position:relative;
}
#top {
	height:218px;
	
	padding-bottom:0px;
	background-image: url(../images/top22.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


div#navbar {
	width: 680px;
	display:block;
	float:right;
	text-align:center;
	
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 0 1px 0 12px;
	color: #6F6F6F;
}
div#navbar li a:link {
	color: #6F6F6F:
}
div#navbar li a:visited {
	color: #6F6F6F;
}
div#navbar li a:hover {
	color: #666;
	background-color: #FFFFFF;
	text-decoration:underline;
}

#footer {
	clear:both;
	font-size: 10px;
	color:#999999;
	text-align:center;
	padding:26px;
	line-height:normal;
	background-image: url(../images/bottom2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#555555;
	text-decoration:underline;
}
a, a:visited {
	color:#00C;
	text-decoration:underline;
}
a:hover {
	color:#464646;
	text-decoration:none;
}

.buy-button-big {
	border: 5px dashed red;
	padding: 10px;
	margin-bottom: 20px;
}

.sixty-days {
	border: 1px dashed red;
	padding: 5px;
	height: auto;
	color: black;
}

.sixty-days .left {
	float: left;
	padding-right: 10px;
}

.sixty-days .right {
	margin-top: 18px;
	text-align: center;
	font: 10px Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.sixty-title {
	font: 24px "anklepantsregular";
	margin: 0;
}

.strong {
	font-weight: bold; font-size: 18px;
}