/*CSS colon cleanse guide today*/

/*MAIN TABLES*/

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #535251; /*overall FONT control*/
	/*line height doesn't work here, do at "p"*/
	background: #EEEEEE; /*BACKGROUND color*/
}

body.index {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #535251; /*overall FONT control*/
	/*line height doesn't work here, do at "p"*/
	background: #EEEEEE; /*BACKGROUND color*/
}

.header {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	text-align: left;
	border-bottom: 2px solid #C7C7CD /*CCCCCC*/;
}

.wrap {
	/*margin: 0px; if put this, Firefox wrap is to left, while IE is OK*/
	padding: 0px;
	width: 970px;
	/*font-size: 100%; overall FONT control*/
	background: #FFF;
	border: 2px solid #999999;
}

.wrap_index {
	/*margin: 0px; if put this, Firefox wrap is to left, while IE is OK*/
	padding: 0px;
	width: 970px;
	/*font-size: 100%; overall FONT control*/
	background: #FFF;
	border: 2px solid #999999;
}

.bar {
	height: 26px;
	margin: 0px;
	padding: 0px;
	background: url(http://www.wrinklecreamsreview.com/images/bar5.gif);
}

.main {
	width: 750px;
	vertical-align: top;
	margin: 0px;
	padding: 1.2em 1.4em 1.2em 1.2em;
	background: #FFFFFF;
	/*border-left: 1px solid #EEE;*/
}

.main_i {
	width: 750px;
	vertical-align: top;
	margin: 0px;
	padding: 1.2em 1.4em 1.2em 1.2em;
	background: #FFFFFF;
	/*border-left: 1px dotted #EEE;*/
}

.leftcol {
	width: 220px;
	vertical-align: top;
	margin: 0px;
	padding: 18px 10px 10px 10px;
	background: #F4F4F4;
	border: 1px dashed #3C3C3C;
}

.leftcol_index {
	width: 220px;
	vertical-align: top;
	margin: 0px;
	padding: 18px 10px 10px 10px;
	background: #F4F4F4;
	border: 1px dashed #3C3C3C;*/
}

.rightcol {
	width: 0px;
	vertical-align: top;
	background: #FFF;
}

.rightcol_index {
	width: 0px;
	padding: 0em;
	vertical-align: top;
	background: #FFF;
}

.blank {
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.footer {
	/*width: 900px;*/
	margin: 0;
	padding: 1em 1em 1em 1em;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #D6D6D6;
	color: #818181;
	line-height: 150%;
}

.footera {
	/*width: 900px;*/
	margin: 0;
	padding: 1em 1em 1em 1em;
	font-size: 10px;
	text-align: center;
	/*border-top: 1px solid #D6D6D6;*/
	color: #818181;
	line-height: 150%;
}

/*TEXT*/

.bartext {}

.headline1 {
	font-family: Georgia, Verdana, Arial, "Times New Roman", Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0033;
	font-weight: bold;
	text-align: center;
	/*line-height: 1.2em;*/
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.headline, h1.top, h2.top {
	font-family: Tahoma, Arial, "Times New Roman", Helvetica, sans-serif;
	font-size: 19px;
	color: #6C6B6A /*393A40 /*706F6D*/;
	font-weight: bold;
	/*text-align: left;*/
	/*line-height: 1.2em;*/
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 0px;
	padding-right: 0px;
}

/*h1.top, h2.top {
	
	font-size: 18px;
	font-weight: bold;
	color: #535251;
}*/

h1 {
	font-size: 14px;
	font-weight: bold;
}

.abovehead {
	font-size: 13px;
	font-weight: bold;
	color: #535251;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}

p {
	font-size: 13px; /*82%*/
	line-height: 17px; /*1.3em*/
	margin-top: 0em;
    margin-bottom: 1.1em;
}

li {
	font-size: 13px;
}

.submenuhead {
	padding-top: 10px;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.testimonial {
	line-height: 1.4em;
	font-size: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.footer {
	color: #818181;
	font-size: 11px;
	font-weight: normal;
}


.footeroffer {
	color: #818181;
	font-size: 11px;
	font-weight: normal;
}


/*disclaimer/privacy*/

.disc {	
	font-size: 90%;
}

/*DIV AREAS*/

.abovetitle {}

.base {}

.inlineform {
	width: 550px;
	border: 1px solid #808080;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/*LINKS*/

a { 
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #008CF4;
	text-decoration: underline;
	font-weight: bold;
}

/*emph1 style*/

a.emph1 {
	color: #535251;
	font-weight: bold;
	text-decoration: none;
}

a.emph1:hover{
	color: #535251;
	font-weight: bold;
	text-decoration: none;
}

a.emph1:visited {
	color: #535251;
	font-weight: bold;
	text-decoration: none;
}

/*leftmenu links*/

.l1 a {
	color: #003366;
	font-size: 12px;
	text-decoration: underline; /*none;*/
	font-weight: normal;
}

.l1 a:visited {
	color:  #003366;
	font-size: 12px;
	text-decoration: underline; /*none;*/
	font-weight: normal;
}

.l1 a:hover {
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline; /*none;*/
	font-weight: normal;
}

/*leftsubmenu links*/

.l2 a {
	color: #5D5D5D;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.l2 a:visited {
	color: #5D5D5D;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

.l2 a:hover {
	color: #0000FF;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/*footer links*/
 
.footer a {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.footer a:visited {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}


.footeroffer a {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.footeroffer a:visited {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.footeroffer a:hover {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

/*for ads*/

.footera a {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.footera a:visited {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

.footera a:hover {
	color: #818181;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}



/*MENU TEXTS*/

.leftcol {}

.leftsubmenu {}

.leftmenubase {}

.rightmenu {}

.rightsubmenu {}

.rightmenubase {}

/*TABLES*/

.hometable {
}

.prodname {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
}