

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

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

table.center {margin-left:auto; margin-right:auto;}

body {
	background-image: url('images/bg_fade.gif');
	background-repeat: repeat-x;
	background-color: #EDDEBB;
	color: #141414;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
	text-align:justify;
}

p,code,ul {padding-bottom: 1.2em;}



h1 {font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #141414;
	font-weight: bold;
	text-align:center;
	letter-spacing: 1px;}
h2 {font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;}
h3 {font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;}
h4 {font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #141414;
	font-weight: bold;
	text-align:center;
	letter-spacing: 1px;}
h5 {font: bold 1.2em "Times New Roman", Times, serif;}
form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: #FFFFFF url(images/quote.gif) no-repeat;
	display: block;
	font-weight: normal;
	font-style:italic;
	font-size:15px;
	color:#666666;
	font-family: "Times New Roman", Times, serif;
	border-style: solid;
	border-color: #D9D9D9;
	border-width:0px;
	padding-left: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 15px;
}

h1 {padding-top: 25px; padding-bottom: 20px;}
h2 {padding-top: 20px; color: #CC5F5F; margin-bottom: 20px;}
h3 {padding-top: 0px; color: #141414; margin-bottom: 0px;}
h4 {padding-top: 0px;  margin-bottom: 10px;}
h5 {padding-top: 20px; color: #B71515; margin-bottom: 20px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;
	margin: 0px 0px 0px 18px;}
.right {float: right;
	margin: 0px 18px 0px 18px;}

/* structure */
.inner-container {
	border: 0px solid #D7D7D2;
	background-image: url('images/background-cellulite.gif');
	font-size: 1.3em;
	margin: 0 auto;
	padding: 0px;
	width: 770px;
}

.outer-container {
	
}

/* headere & title */
.header {
	background: #FFFFFF url('images/tophead.jpg') no-repeat;
	height: 261px;
	margin-bottom: 0px;
	text-align: left;
}
.header .title {
	display: block;
	height: 50px;
	color: #FFF;
	margin: 0px 0px 0px 0px; 
	padding: 190px 0 0 0px; 
}
.header .title .sitename a {
	color: #FFF;
	font: normal 1.35em sans-serif;
	text-decoration: none;
}
.header .title .sitename a:hover {border-color: #C60000;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
	color: #C60000;
}

/* Menus */

#menu {
	height: 20px;
	text-align: left;
	padding: 0px 80px 0px 30px;
	margin: 0px 0px 0px 0px;
	line-height: 10px;
	
}

#menu a {
	border-left-style: inset;
	border-left-width: 1px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right:10px;
	font-family: Tahoma, Georgia,sans-serif;
	font-size:0.95em;
	font-weight: bold;
	text-decoration: underline;
	color:#C74F4F;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: inset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#menu a:hover { 
	color: #E97272;
	text-decoration: none;}



/* main */
.main {
	
	border-top: 0px solid #FFF;
	padding: 8px 33px 0 33px;
}

/* content */
.content {
	float: right;
	width: 680px;
	font-size: 13px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: none;
}


/* content reviews */
.contentreviews {
	float: right;
	width: 650px;
	margin: 0px 20px 0px 0px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;

}
.content li {
	list-style: none;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* content wrap */
.home { 
	padding: 20px;}




/* footer */
.footer {
	background: #222 url('images/footer.gif') no-repeat;
	height: 53px;
	color: #141414;
	font: bold .95em sans-serif;
	margin-top: 0px;
	padding: 0px 12px;
}
.footer a {
	color: #CD6464;
	text-decoration: none;
}
.footer a:hover {color: #0000FF;}

/* image Styles */ 
	
	
img {
	margin: 0px 5px 0px 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px;}
	
img.bigbutton {
	display: block;
    margin-left: auto;
    margin-right: auto; }



/* Comparison Table Chart*/

table.box {
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: #9F9F9F;
	border-collapse: separate;
	background-color: #FF9999;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
}
table.box th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: FFFFFF;
	background-color: white;
	-moz-border-radius: ;
}
table.box td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: FFFFFF;
	background-color: #FF9999;
	-moz-border-radius: ;
}




table.book {
	border-width: 4px;
	border-spacing: ;
	border-style: dashed;
	border-color: #CCCCCC;
	border-collapse: separate;
	background-color: white;
		margin-left:auto; 
	margin-right:auto;
}
table.book th {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: FFFFFF;
	background-color: white;
	-moz-border-radius: ;
}
table.book td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: FFFFFF;
	background-color: white;
	-moz-border-radius: ;
}

/************************************************

*	Navbar  									*

************************************************/



#navbar {

	background: #D79E9E;

	width: 748px;

        font-size: 13px;

	height: 23px;

	color: #000000;

	margin: 0px auto 25px;

	padding: 0px 0px 0px 0px;

        border-left: 1px solid #FFFFFF;

	border-right: 1px solid #FFFFFF;

        border-top: 1px solid #FFFFFF;

	border-bottom: 1px solid #FFFFFF;

	}

	

#navbarleft {

	width: 700px;

	height: 23px;

	float: left;

	margin: 0px;

	padding: 0px;

	}

	

#navbarright {

	width: 8px;

	height: 23px;

	float: right;

	margin: 0px;

	padding: 0px;

        

	text-align: right;

	}

	

#nav {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}

	

#nav ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}



#nav a {

	color: #FFFFFF;

	display: block;

        font-weight: normal;

        margin: 0px 0px 0px 0px;

	padding: 4px 20px 5px 20px;

        border-right: 1px solid #FFFFFF;

	text-decoration: none;

        

	}

	

#nav a:hover {

	background: #D06C6C;

	color: #FFFFFF;

	display: block;

	text-decoration: none;

    margin: 0px 0px 0px 0px;

	padding: 4px 20px 5px 20px;

        

	}



#nav li {

	float: left;

	margin: 0px;

	padding: 0px;

	}

	

#nav li li {

	float: left;

	margin: 0px;

	padding: 0px;

	width: 140px;

	}

	

#nav li li a, #nav li li a:link, #nav li li a:visited {

	background: #A87575;

	color: #FFFFFF;

	width: 180px;

        font-size: 13px;

	float: none;

	margin: 0px;

	padding: 6px 10px 5px 10px;

        border-left: 1px solid #FFFFFF;

	border-right: 1px solid #FFFFFF;

        border-top: 1px solid #FFFFFF;

	border-bottom: 1px solid #FFFFFF;

	}

	

#nav li li a:hover, #nav li li a:active {

	background: #D79E9E;

	color: #FFFFFF;

	}



#nav li ul {

	position: absolute;

	width: 10em;

	left: -999em;

	}



#nav li:hover ul {

	left: auto;

	display: block;

	}

	

#nav li:hover ul, #nav li.sfhover ul {

	left: auto;

	}

	

/* right nav */



#navr {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}

	

#navr ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}



#navr a {

	color: #FFFFFF;

	display: block;

        font-weight: normal;

        margin: 0px 0px 0px 0px;

	padding: 4px 20px 5px 20px;

        border-right: 0px solid #D9D9D9;

	text-decoration: none;

        text-transform: uppercase;

	}

	

#navr a:hover {

	background: none;

	color: #dd0000;

	display: block;

	text-decoration: none;

    margin: 0px 0px 0px 0px;

	padding: 4px 20px 5px 20px;

        

	}



#navr li {

	float: right;

	margin: 0px;

	padding: 0px;

	}

.quotes {
background: #FFFFFF url('images/cellulite-quotes.jpg') no-repeat;
color: #141414;
font: normal 14px "Times New Roman", Times, serif;
width: 250px;
height: 205px;
margin: 0px auto 0px auto;
padding: 80px 15px 20px 15px;}


.facts {
width: 480px;
height: 250px;
margin: 0px auto 15px auto;}

.certificate { 
background: #FFFFFF url('images/guarantee.jpg') no-repeat;
color: #141414;
font: normal 16px "Times New Roman", Times, serif;
width: 410px;
height: 279px;
margin: 0px auto 30px auto;
padding: 60px 45px 50px 45px;}


.freebooks { 
background: #FFFFFF;
width: 650px;
height: 200px;
margin: 10px auto 10px auto;
padding: 0px 0px 0px 0px;}

img.photor {float:right; margin:0 0 1em 1em}
img.photol {float:left; margin:0 1em 1em 0}
img.center {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	

.style5 {
	color: #FF0000;
	font-size: 1.4em;
}
.style6 {
	font-size: 1.5em;
	font-weight: bold;
}
.style7 {
	font-size: 1.4em;
	font-weight: bold;
}
.style11 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
}
.style12 {color: #CC5F5F}
.style14 {
	color: #CC5F5F;
	font-style: italic;
	font-size: 15px;
}
.style15 {
	color: #CD6464;
	font-weight: bold;
}
.style16 {color: #CD6464}
.style17 {font-family: "Times New Roman", Times, serif}
.style19 {font-family: "Times New Roman", Times, serif; font-style: italic; font-size: 17px; }


