/*
 *
 *  Description: media css
 *  Author: Gary Pass
 *  Author Url: http://www.yournetpass.com
 *  Version: 1.0
 *  License: GNU General Public License
 *  License URI: license.txt
 *
*/

/* 1024 tablet landscape */
/* 800 small tablet landscape */
/* 768 tablet portrait */
/* 600 small tablet portrait */
/* 480 mobile landscape */
/* 320 mobile portrait */

/* 1155 */
/* 1172 */
@media only screen and (max-width: 1172px)
{
	#container-navigation
	{
		max-width: 1007px;
		background-image: url(images/bkgnd-container-main-menu-responsive.png);
	}
}

/* 800 small tablet landscape */
/* 817 */
@media only screen and (max-width: 817px)
{
}

/* 768 tablet portrait */
/* 785 */
@media only screen and (max-width: 785px)
{
}

/* 600 small tablet portrait */
/* 617 */
@media only screen and (max-width: 617px)
{
}

/* 480 mobile landscape */
/* 497 */
@media only screen and (max-width: 497px)
{
}