/* font-family used in DESIGN GALLERIA css are:
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-family: sans-serif, Arial, Verdana,Helvetica, "Trebuchet MS";
	font-family: Arial, Helvetica, verdana, tahoma, sans-serif, "Trebuchet MS";
	font-family:  "Trebuchet MS",sans-serif, Arial, Verdana,Helvetica;
*/

/*-------------------------------common classes starts here----------------------------*/
.dgbody{
 	margin:0px;
	}
.dgheight{
	height:100%;
}
.dgwidth{
	width:100%;
}
.dgcursor{
	cursor: hand;
}
.cursor{
	cursor: hand;
}
.nocursor{
	cursor: auto;
}


/*----------------------Classes for Top Banner--------------------*/

.dgcatlogtopleft	{
	background-attachment: fixed;
	background-image: url(../images/dg_catalog_top_curve_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.dgcatlogtopright	{
	background-attachment: fixed;
	background-image: url(../images/dg_catalog_top_curve_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.dgcatlogtopbg	{
	background-attachment: fixed;
	background-image: url(../images/dg_catalog_top_repeatbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*----------------------Classes for Top Banner Ends Here--------------------*/

/*----------------------Classes for Footer bg & Images---------------------*/

.dgcatlogfootercurve	{
	background-attachment: fixed;
	background-image: url(../images/dg_catalog_footer_curve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #0069C4;
}

.dgfooter	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
}

/*----------------------Classes for Footer bg & Images Ends Here---------------------*/


/*----------------------Classes for left - right curve Starts Here---------------------*/

.dgleftcurve	{
	background-attachment: fixed;
	background-image: url(../images/dg_catalog_left_curve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.dgrightcurve	{
	background-attachment: fixed;
	background-image: url(../images/dg_catalog_right_curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*----------------------Classes for left - right curve Endss Here---------------------*/


/*----------------------Classes for padding startss Here---------------------*/

.dgpadding1	{
	padding-left: 180px;
	padding-right: 150px;
	padding-top: 10px;
	padding-bottom:10px;
}

.dgpadding2	{
	padding-top:10px;
}

.Imagename{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0069C4;
	margin-top:3px;
}