/* CSS Document */

/*=========================================================================*/
/* Website          : www.mauria.com                 */
/* ------------------------------------------------------------------------*/
/* Name of CSS      : index.css                       */
/* Created By       : Vishal Kumar                    */
/* Designation      : SSE                             */
/* Created On       : 19-Jan-2009                     */
/* Modified Last On : 19-Jan-2009                     */
/* Company          : Shriv Commedia IT Solutions     */
/* Design Team      : Vishal Kumar, Shrawan Kumar     */
/* Description      : This file used for common purpose styling.           */
/*=========================================================================*/


#MainPage
{
    float: left; /*height: 768px;*/
    width: 1000px;
    background-image: url(../images/back.jpg);
    background-repeat: repeat;
    text-align: center;
    margin: 0px auto;

}

#Header
{

	float: left;
	height:85px;
	width: 1000px;
}

#MenuBanner{
	float: left;
	height:193px;
	width: 1000px;


}


#Menu{
	float: left;
	height: 193px;
	width: 261px;
}

#Banner{
	float: left;
	height: 198px;
	width: 999px;
	background-image: url(../images/homebanner.jpg);
}

.BoldLine{
	float: left;
	height: 6px;
	width: 990px;
	margin-left: 5px;
}

#Body{
	float: left;
	
	width: 1000px;

}

#LeftBody{
	float: left;
	width: 223px;
	font-family: Arial, Helvetica, sans-serif;
}

#NewsLetters{
	float: left;
	background-image: url(../images/newsletterbg.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 223px;
}

#NewArrivals{
	float: left;
	margin-top: 2px;
	padding-left: 1px;
}

#RightBody{
	float: left;
	width: 700px;
}

#FlashBanner{
	float: left;
	width: 700px;
}
#Supporters{
	float: left;
	width: 730px;
}


.Logo{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.Title{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#BannerMore{
	float: left;
	width: 700px;
	padding-top: 160px;
	padding-left: 145px;
}
#Footer
{
    float: left;
    height: 30px;
    width: 1000px;
    padding-top: 25px;
    color: #ffffff;
    font-family: Tahoma, Arial;
    font-size: 9pt;
}

.FooterLeft{
	float: left;
	margin-left: 20px;
}

.FooterRight{
	float: right;
	margin-right: 20px;
}
