/* $Id: $ */

/* CSS Document */



/*@media only screen and (min-width:1024px) {

	.backgroundSecBg {padding:30px;}

}



@media only screen and (max-width:768px) {

	.backgroundSecBg {padding:30px;}

}

@media only screen  and (min-width:700px) and (max-width:735px) {

	.backgroundSecBg {padding:30px;}

}

@media only screen  and (min-width:650px) and (max-width:700px) {

    .backgroundSecBg {padding:30px;}
}

@media only screen  and (min-width:550px) and (max-width:650px) {

	.backgroundSecBg {padding:20px;}

}

@media only screen  and (min-width:450px) and (max-width:550px) {

	.backgroundSecBg {padding:20px;}

}


@media only screen  and (min-width:350px) and (max-width:450px) {

	.backgroundSecBg {padding:10px;}

}


	
@media only screen  and (min-width:300px) and (max-width:350px) {

	.backgroundSecBg {padding:10px;}

}

	
@media only screen  and (min-width:250px) and (max-width:300px) {

	.backgroundSecBg {padding:10px;}
}	*/
	






