/**
	================================================================================
				DesignerVista Website Style Sheet
				Copyright @ 2009, DesignerVista Soft, LLC. All rights reserved.
				Author: Kumaravel Somasundaram
				Date:   Jan 08 2009
	================================================================================
**/

/**
	================================================================================
							MENUS starts here
	================================================================================
**/
table.pricetable {
	border-width: 1px;
	border-spacing: 1px ;
	border-style: solid ;

	border: 1 ;
	border-color: #D0E7F7 ;
	border-collapse: collapse;
	background-color: #FFFFFF;

	text-align: left;
	vertical-align: top;
}
table.pricetable th {

	text-align: center;
	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

	padding: 5px;

	border-width: 1px;
	border-style: solid ;
	border-color: #FFFFFF ;
	background-color: #D0E7F7;
	color: #000000;

	height: 30px ;

}

table.pricetable td {

	text-align: left;
	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

	padding: 5px;

	border-width: 1px;
	border-style: solid ;
	border-color: #D0E7F7;
	background-color: #FFFFFF;
	color: #000000;

	height: 30px ;

}

.pricetext {
	color:#CC0000;
	font-weight:bold ;
}

.discountofferstext h1 {
  color:#0000CD;
  font-size: 30px ;
}



/**
	================================================================================
							OffersTable
	================================================================================
**/
table.offerstable {
	border-width: 1px;
	border-spacing: 1px ;
	border-style: solid ;

	border: 1 ;
	border-color: #D0E7F7 ;
	border-collapse: collapse;
	background-color: #FFFFFF;

	text-align: left;
	vertical-align: top;

}

table.offerstable td {

	text-align: left;
	vertical-align: top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

	padding: 5px;

	border-width: 0px;
	border-style: solid ;
	border-color: #D0E7F7;
	background-color: #F0FFF0;
	color: #000000;

	height: 30px ;

}

tr.offersrow {
    margin-bottom:5px;


}

td.offerimagecolumn{

    width: 100px;
}

td.offercolumn{

    width: 120px;
}
td.offercolumn p{
    font-size: 50px;
    color: #696969;
}


/**
  Front Page
*/
table.frontpage {
	border-width: 1px;
	border-spacing: 1px ;
	border-style: none ;
}
table.frontpage th {
	text-align: center;
	vertical-align: top;


}

table.frontpage td {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;

}



/**
	================================================================================
				DesignerVista Website Style Sheet
				Copyright @ 2009, DesignerVista Soft, LLC. All rights reserved.
				Author: Kumaravel Somasundaram
				Date:   Jan 08 2009
	================================================================================
**/

