/* DisplayLevel0.css - Used for default display (defaults to Level3 Display) */


/* ******** SETS VALUES FOR TEMPLATE.CSS ******** */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/*                     *******                    */
/*                      *****                     */
/*                       ***                      */
/*                        *                       */

.cellHeader .spinnerIMG  
{
	background: url(http://www.turfgrassamerica.com/layout/topbar/spinner-PRO.gif) no-repeat right top;
}

.cellNav .backGround 
{
	background: url("http://www.turfgrassamerica.com/layout/toolbar/mainmenu-PRO.jpg") no-repeat 0px top;
}

/*                        *                       */
/*                       ***                      */
/*                      *****                     */
/*                     *******                    */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/* ******** SETS VALUES FOR TEMPLATE.CSS ******** */


/* builds off the NAV classes in Core to determine what to do with _DISPLAYLEVEL_X classes */

/* *************** DISPLAY LEVEL 1 ************** */
/*                       ***                      */
/*        **             ***             **       */
/*       * *             ***            * *       */
/*         *             ***              *       */
/*         *           *******            *       */
/*         *            *****             *       */
/*         *             ***              *       */
/*       *****            *             *****     */

.DISPLAYLEVEL_1 {display: none}
.SCM_NAV_BLOCK_DISPLAYLEVEL_1 {display: none}
.SCM_NAV_BLOCK_SELECTED_DISPLAYLEVEL_1 {display:none}
.SCM_NAV_LINK_DISPLAYLEVEL_1 a {display: none}
.SCM_NAV_LINK_DISPLAYLEVEL_1 a:hover {display: none}
.SCM_NAV_LINK_DISPLAYLEVEL_1 {display: none}

/*        **              *              **       */
/*       * *             ***            * *       */
/*         *            *****             *       */
/*         *           *******            *       */
/*         *             ***              *       */
/*         *             ***              *       */
/*       *****           ***            *****     */
/*                       ***                      */
/* *************** DISPLAY LEVEL 1 ************** */

/* *************** DISPLAY LEVEL 2 ************** */
/*                       ***                      */
/*      ******           ***           ******     */
/*     *      *          ***          *      *    */
/*           *           ***                *     */
/*        **           *******           **       */
/*      *               *****           *         */
/*     *      *          ***           *     *    */
/*      ******            *            ******     */

.DISPLAYLEVEL_2 {display: none}
.SCM_NAV_BLOCK_DISPLAYLEVEL_2 {display: none}
.SCM_NAV_BLOCK_SELECTED_DISPLAYLEVEL_2 {display:none}
.SCM_NAV_LINK_DISPLAYLEVEL_2 a {display: none}
.SCM_NAV_LINK_DISPLAYLEVEL_2 a:hover {display: none}
.SCM_NAV_LINK_DISPLAYLEVEL_2 {display: none}

/*      ******            *            ******     */
/*     *      *          ***          *      *    */
/*           *          *****               *     */
/*        **           *******           **       */
/*      *                ***            *         */
/*     *      *          ***           *     *    */
/*      ******           ***           ******     */
/*                       ***                      */
/* *************** DISPLAY LEVEL 2 ************** */


/* *************** DISPLAY LEVEL 3 ************** */
/*                       ***                      */
/*     ********          ***          ********    */
/*            *          ***                 *    */
/*           *           ***                *     */
/*        ***          *******           ***      */
/*           *          *****               *     */
/*            *          ***                 *    */
/*     ********           *           ********    */

.DISPLAYLEVEL_3 {display: inline}
/* contains a single SCM_NAV_Link */
.SCM_NAV_BLOCK_DISPLAYLEVEL_3
{
	text-align: center;
	vertical-align: bottom;
	width: 176px;
	height: 20px; /* box hieght */

	filter:alpha(opacity=50);   
	-moz-opacity: 0.5;   
	opacity: 0.5;

	position:relative;
	background: url(http://www.turfgrassamerica.com/layout/toolbar/buttonmain.jpg) repeat-x 0px top;
	display: block;
	top: 20px; /* adjusts starting point - also change .SCM_NAV_LINK top */
	left: 1px;
	margin: 0; 
	padding: 0;
	font: small-caps bold 14px Georgia, Times New Roman, Times, serif;
	color: Black;
}

.SCM_NAV_BLOCK_SELECTED_DISPLAYLEVEL_3
{
	text-align: center;
	vertical-align: bottom;
	width: 176px;
	height: 20px; /* box hieght */

	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;

	position:relative;
	background: url(http://www.turfgrassamerica.com/layout/toolbar/buttonmain.jpg) repeat-x 0px top;
	display: block;
	top: 20px; /* adjusts starting point - also change .SCM_NAV_LINK top */
	left: 1px;
	margin: 0; 
	padding: 0;
	font: small-caps bold 14px Georgia, Times New Roman, Times, serif;
	color: Black;
}

/* href itself in non-hover state */
.SCM_NAV_LINK_DISPLAYLEVEL_3 a
{
	width: 176px;
	height: 20px;
	cursor: hand;
	text-decoration: none;
	font: small-caps bold 14px Georgia, Times New Roman, Times, serif;
	color: Black;
	line-height: 20px;
}

/* href in hover state that includes new background */
.SCM_NAV_LINK_DISPLAYLEVEL_3 a:hover
{
	/*font-family: Arial;*/
	background: url(http://www.turfgrassamerica.com/layout/toolbar/buttonmain.jpg) repeat-x 0px top;
	text-decoration: none;
}

.SCM_NAV_LINK_DISPLAYLEVEL_3
{
	left: 1px;
	position:relative;
	top: -1px; /* adjusts starting point - also change .SCM_NAV_Block top */
	width: 177px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;	
	font: small-caps bold 14px Georgia, Times New Roman, Times, serif;
	color: Black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.SCM_NAV_LINK_DISPLAYLEVEL_3 TD /* editor */
{
	left: 1px;
	position:relative;
	top: -1px; /* adjusts starting point - also change .SCM_NAV_Block top */
	width: 177px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;	
	font: small-caps bold 14px Georgia, Times New Roman, Times, serif;
	color: Black;
/*	border-top: solid 1px black;
	border-bottom: solid 1px black; */
}

/*     ********           *           ********    */
/*            *          ***                 *    */
/*           *          *****               *     */
/*        ***          *******           ***      */
/*           *           ***                *     */
/*            *          ***                 *    */
/*     ********          ***          ********    */
/*                       ***                      */
/* *************** DISPLAY LEVEL 3 ************** */

.SPC_PRODUCTS_PAG_CUSTOM_TEXT4 { /* Non Technical Description*/
	display: none;
}

.SPC_PRODUCTS_PAG_CUSTOM_TEXT5 { /* Technical Description*/

}


.homeImage { /* image for homepage */
	 height: 375px;
     background: url(http://www.turfgrassamerica.com/layout/home/image-PRO.jpg) no-repeat center;
     position: relative;
     width: 100%;
}

/* ********** BEGIN CONTACT MAP STYLES ********** */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/*                     *******                    */
/*                      *****                     */
/*                       ***                      */
/*                        *                       */

.mapRes
{
	display: none;
}

.mapArchPro
{}

.ResArchPro, .ArchPro {}

.Res
{
	display: none;
}


/*                        *                       */
/*                       ***                      */
/*                      *****                     */
/*                     *******                    */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/*                       ***                      */
/* *********** END CONTACT MAP STYLES *********** */