@charset "utf-8";
/*=================================
 		Title:Fat Loss
		Date:28.01.2010
=================================*/
body {
	font-family     : Arial,Verdana,Tahoma,Georgia, Lucida,Helvetica, sans-serif;
	text-align      : center;
	background      : #c8c8c8;
	font-size:12px;
}

* {
	margin          : 0;
	padding         : 0;
	outline-style   : none;
	outline-width   : 0;
}
img,fieldset {
	border          : none;
}
ul,ol,li {
	list-style      : none;
}
input, textarea, select {
	font-family     : Arial;
	font-size       : inherit;
	font-weight     : inherit;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
/* Page Structure ===================================
------------------- wrapper starts ----------------*/
.wrapper {
	margin:0 auto;
	text-align:left;
	width:780px;
	overflow:hidden;
	background:#fff;
}
/*---------------- header starts ------------------*/
.header{	
	height:196px;
	width:780px;
	background:url(../images/header-bg.jpg) no-repeat;
	overflow:hidden;
}
.logo{
	margin:53px 0 0 140px;
	display:block;
}
/*---------------- mainBody starts ----------------*/
.mainBody{
	width:700px;
	min-height:428px;
	padding: 10px 40px;
}
* html .mainBody{
	height:428px;
}
/*---------------- footer starts ------------------*/
.footer{
	width:780px;
	height:176px;
	overflow:hidden;
	background:url(../images/footer-bg.jpg) no-repeat center top;
}
.footerLogo{	
	margin:29px 0 0 142px;
	display:block;
}
.footer p{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding:37px 15px 0 28px;
}
.footer p span{
	float:left;
}
.footer p b{	
	float:right;
}
.footer p a{
	color:#000000;
}
.lpadimg{
margin: 20px;
margin-left: 0;
margin-top:0;
float: left;
}
.rpadimg{
margin: 20px;
margin-right: 0;
margin-top:0;
float: right;
}
#list, #list li{
list-style: disc;
margin-left: 20px;
}
