html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body, html {
	line-height: 1;
	height:100%; /*fill the viewport*/
	/*background:url(../images/stone.jpg);	*/
}
ol, ul {
	list-style: none;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* START ME STYLING **************************************************************/

@font-face {
    font-family: 'A1010HelvetikaTYGRANormal';
    src: url('a1010helvetika_normal-webfont.eot');
    src: url('a1010helvetika_normal-webfont.eot?iefix') format('eot'),
         url('a1010helvetika_normal-webfont.woff') format('woff'),
         url('a1010helvetika_normal-webfont.ttf') format('truetype'),
         url('a1010helvetika_normal-webfont.svg#webfont4QUhAuis') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'A1010HelvetikaTYGRABold';
    src: url('a1010helvetika_bold-webfont.eot');
    src: url('a1010helvetika_bold-webfont.eot?iefix') format('eot'),
         url('a1010helvetika_bold-webfont.woff') format('woff'),
         url('a1010helvetika_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'A1011HelvetikaTYGRACondensed';
    src: url('a1011helvetika_condensed-bold-webfont.eot');
    src: url('a1011helvetika_condensed-bold-webfont.eot?iefix') format('eot'),
         url('a1011helvetika_condensed-bold-webfont.woff') format('woff'),
         url('a1011helvetika_condensed-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}    
html {
    margin: 0;
    padding: 0;
}    
body {
    /*font-size:62.5%;*/
    margin:0;
    padding:0;
    background-color: #f2f2f2;
}
ul {
    display: block;
    list-style: none;
}
a {
}
a:visited {
}
a:hover {
}

.hbold {    
    font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;    
    font-weight: bold;
}

.clearBoth { clear:both; }

#content { 
    display: block;
    width: 721px;   
    margin: 0 auto;
    font-family: A1010HelvetikaTYGRANormal, Helvetica, Arial;   
    /*text-shadow: 1px 0px 2px #efefef;*/
    background-color: #ffffff;
}

#head {    
    width: 721px;
    height: 160px;    
    background-color: #292929;
}

#head img {
    z-index: 40;
    padding-top: 40px;
    padding-left: 20px;
}

.horizontal_bar {
    height: 25px;
    width: 100%;
    background: #ed3a42; 
}

#bar1 {
    float: left;
    width: 250px;
    height: 25px;    
    background: -moz-linear-gradient(left, #5d0602, #ed3a42); /* FF */    
    background: -webkit-gradient(linear,  right center, left center, from(#ed3a42), to(#5d0602)); /* chrome safari */    
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#5d0602', endColorstr='#ed3a42'); /* IE */    
}

#bar2 {
    float: right;
    width: 250px;
    height: 25px;    
    background: -moz-linear-gradient(right, #5d0602, #ed3a42); /* FF */
    background: -webkit-gradient(linear,  right center, left center, from(#5d0602), to(#ed3a42)); /* chrome safari */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ed3a42', endColorstr='#5d0602'); /* IE */
}

/* HOMEPAGE MENU --------------------------------------------------------*/

#main_menu {
    font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;   
    font-weight: bold;
    position: relative;     
    width: 740px;;
    height: 50px;
    margin-top: 4px;   
    overflow: hidden;
}
	#main_menu ul {	     
	     height: 50px;
	}
		
	#main_menu ul li {
	    display: block;
	    float:left;   
	    height: 50px; 
	    width: 176px; /* 141px */
	    text-align: center;        
	    color: #FBFBFB;
	    padding-top: 8px;
	}
		#main_menu ul li.gap {
		    width:6px; /* 4px */
		}

		.leaf { background: #ef494e; }
		.lawn { background: #b83d40; }
		.soil { background: #873132; }
		.other { background: #5d2827; }
		.contact { 
			color: #ffffff; 
			background-color: #292929; 			
		}

	#main_menu a.mbutton {
	    display: block;
	    text-align: center;
	    text-decoration: none;   
	}
	
	#main_menu a.mbutton span {
	    color: #FBFBFB;
	    font-weight: bold;	    	
	    cursor: pointer;
	}	
	
	/* CONTACT US */
	
	#main_menu .contact a {
	    display: block;	    
	    text-decoration: none;	   
	}
	
	#main_menu .contact a span {
	    display: block;
	    color: #FBFBFB;	    
	    cursor: pointer;
	}		

/* PRODUCTS --------------------------------------------------------*/
#searchdiv {
    min-height: 150px;    
}

#searchdiv p {
    width: 100%;
    text-align: center;
    padding: 10px;    
}


/* PRODUCTS --------------------------------------------------------*/

#product_block {
    display: block;
    width: 800px;  
    padding-top: 4px;
    padding-bottom: 5px; 
    background: #ffffff;
    /*border-bottom: 3px dashed #e5e5e5;*/
}

    #product_block.last{
        border-bottom: 0px;    
    }
    
    #product_block .product_info {
    	float: left;
    	width: 390px;    
    	background: #ffffff; 
    }
         
    #product_block .product_info_other {
    	float: left;
    	width: 620px;    
    	background: #ffffff;    	
    }    

    #product_block p {
        padding-left: 20px;        
    }
    
    #product_block p a {
    	text-decoration: none;
        color: #292929;
    }
              
    #product_image {
        display: block;
    	min-height: 400px;    	
    }
    
    #product_block .title_leaf {    	    	
        /*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 1 */
        font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
        font-weight: bold;
        font-size: 43px;
	text-align: center;	     
	padding: 5px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #ef494e;
	margin-bottom: 10px;
	overflow: visible;	
    }    

    #product_block .title_lawn {    	    	
        /*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 2 */
        font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
        font-weight: bold;
        font-size: 43px;
	text-align: center;	     
	padding: 5px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #b83d40;
	margin-bottom: 10px;
	overflow: visible;	
    }    
    
    #product_block .title_soil {    	    	
        /*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 3 */
        font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
        font-weight: bold;
        font-size: 43px;
	text-align: center;	     
	padding: 5px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #873132;
	margin-bottom: 10px;
	overflow: visible;	
    }            
      
    #product_block .title_other {    	    	
        /*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 4 */
        font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
        font-weight: bold;
        font-size: 43px;
	text-align: center;	     
	padding: 5px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #5d2827;
	margin-bottom: 10px;
	overflow: visible;	
    } 
    
     #product_block .manuals {    	    	
	/*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 4 */
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-weight: bold;
	font-size: 43px;
    	text-align: center;	     
    	padding: 5px 0px 15px 0px;
    	color: #FBFBFB;
    	background-color: #5d2827;
    	margin-bottom: 10px;
    	overflow: visible;	
    }      
      
    #product_block .model_sku {
        margin-bottom: 10px;
        padding-left: 10px;        
    }
    
    #product_block .model_sku span{
        color: #ed3a42;
        /*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 5 */
        font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
        font-weight: bold;
    }    
    
    #product_block .model_sku td {
        text-align: justify;
        font-weight: bold;
        padding-right: 5px;
        padding-bottom: 2px;
    }
    
    #product_block .tech_docs {
    	padding-left: 10px;
    	padding-bottom: 10px;    
    }
	    #product_block .tech_docs ul li {
		padding-bottom: 4px;    
	    }    
        
		#product_block .tech_docs a:link {
			text-decoration: none;
			color: #292929;
		} 
		
		#product_block .tech_docs a:visited {
			text-decoration: none;
			color: #292929;
		}
		
		#product_block .tech_docs a:hover {
			text-decoration: none;
			color: #ed3a42;
		}
		
		#product_block .tech_docs a:active {
			text-decoration: none;
			color: #292929;
		}		
   	
    #product_block .video {
    	padding-left: 7px;
    	padding-bottom: 7px; 
    	margin-left: 11px;
    	margin-bottom: 5px;
    	width: 255px;
    	border: 4px solid #e5e5e5; /* e5e5e5 */
    }   	
   	
		#product_block .video a {
			text-decoration: none;
			color: #292929;
		}    
		
		#product_block .video table {
			
		} 		
			#product_block .video table td {			
				padding-top: 5px;
				padding-right: 12px;
				font-size: 11px;
			}   	
   	
    #product_block .features {
	padding-top: 10px;
	padding-left: 20px;
    }    
    
    #product_block .feature_title{
    	/*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 6 */
    	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
    	font-weight: bold;
	padding-left: 10px;
	font-size: 18px;    
    }      
    
    #product_block .features ul {
    	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 10px;
    }
    
    #product_block .features ul li {
	font-size: 14px;
	padding-bottom: 3px;
	margin-left: 15px;
    } 
    
     #product_block .features ul li ul {
    	list-style-type: square;
    	padding-top: 10px;
    	padding-bottom: 3px;
    	margin-left: 20px;
    }
    
    #product_block .homedepot
    {
    	width: 230px;
    	height: 55px;
    	border: 1px solid #000;
    	margin-left: 15px;
    	margin-bottom: 10px;
    	font-size: 14px;
    	/*font-family: A1011HelvetikaTYGRACondensed, Helvetica, Arial;*/ /* 7 */
    	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
    }
    
    #product_block .homedepot .left
    {
	float: left;
	width: 160px;
	padding: 0px;
    }
    
    #product_block .homedepot .right
    {
    	float: right;
    	width: 55px;
    }

/* DISPLAY PRODUCTS --------------------------------------------------------*/

#display_product_block {
    display: block;
    width: 721px;  
    padding-top: 4px;
    padding-bottom: 5px; 
    background: #ffffff;
}

#display_product_block .title_leaf 
{    	    	
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-size: 35px;
	text-align: center;	     
	padding: 6px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #ef494e;
	margin-bottom: 10px;
	overflow: visible;
	width: 432px;
}    

#display_product_block .title_lawn 
{    	    	
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-size: 35px;
	text-align: center;	     
	padding: 6px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #b83d40;
	margin-bottom: 10px;
	overflow: visible;
	width: 432px;
}    

#display_product_block .title_soil 
{    	    	
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-size: 35px;
	text-align: center;	     
	padding: 6px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #873132;
	margin-bottom: 10px;
	overflow: visible;
	width: 432px;
} 

#display_product_block .title_other 
{    	    	
        font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
        font-size: 35px;
	text-align: center;	     
	padding: 6px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #5d2827;
	margin-bottom: 10px;
	overflow: visible;
	width: 432px;
} 

#display_product_block .manual 
{    	    	
        font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
        font-size: 22px;
	text-align: center;	     
	padding: 10px 0px 15px 0px;
	color: #FBFBFB;
	background-color: #5d2827;
	margin-bottom: 10px;
	overflow: visible;
	width: 432px;
}      

.firstrow
{
	float: left;
	width: 220px;
	background: #FFF;
	height: 450px;
}

.firstrow2
{
	float: left;
	width: 220px;
	background: #FFF;
	height: 460px;
}

.firstrow3
{
	float: left;
	width: 220px;
	background: #FFF;
	height: 500px;
}

.secondrow
{
	float: left;
	width: 220px;
	background: #FFF;
	height: 485px;
}

.secondrow2
{
	float: left;
	width: 220px;
	background: #FFF;
	height: 420px;
}

.secondrow3
{
	float: left;
	width: 220px;
	background: #FFF;
	height: 450px;
}

.spacer
{
	float: left;
	width: 30px;
	height: 400px;
}

.product_title
{
	padding-bottom: 10px;
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-size: 22px;
	line-height: 24px;
}

.product_title2
{
	padding-bottom: 10px;
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-size: 18px;
	line-height: 24px;
}

.product_desc
{
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-size: 15px;
	line-height: 20px;
}

.product_model
{
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	font-size: 14px;
	margin-top: 10px;
	width: 220px;
}

.product_button
{
	margin-top: 100px;
}

a.moreinfo:link,  a.moreinfo:visited, a.moreinfo:active
{
	height:40px;
	background: #873132;
	color:#FFF;
	padding: 10px 55px 12px 55px;
	text-decoration: none;
	font-size: 18px;
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
}

a.moreinfo:hover
{
	background: black;
}

a.moreinfo2:link,  a.moreinfo2:visited, a.moreinfo2:active
{
	height:40px;
	background: #ef494e;
	color:#FFF;
	padding: 10px 55px 12px 55px;
	text-decoration: none;
	font-size: 18px;
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	
}

a.moreinfo2:hover
{
	background: black;
}

a.moreinfo3:link,  a.moreinfo3:visited, a.moreinfo3:active
{
	height:40px;
	background: #b83d40;
	color:#FFF;
	padding: 10px 55px 12px 55px;
	text-decoration: none;
	font-size: 18px;
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
}

a.moreinfo3:hover
{
	background: black;
}

.img_soil
{
	border: 1px solid #873132;
	width: 218px;
	height: 218px;
}

.img_leaf
{
	border: 1px solid #ef494e;
	width: 218px;
	height: 220px;
}

.img_lawn
{
	border: 1px solid #b83d40;
	width: 218px;
	height: 220px;
}

.red
{
	color: red;
}

.soil_color
{
	float: left;
	color: #873132;
	width: 160px;
}

.leaf_color
{
	float: left;
	color: #ef494e;
	width: 160px;
}

.text_model
{
	float: left;
	color: #000;
	width: 60px;	
}

.lawn_color
{
	float: left;
	color: #b83d40;
	width: 160px;
}

#display_product_image 
{
        display: block;
    	min-height: 370px;
    	text-align: center;
}

a.other_prod:link,  a.other_prod:visited, a.other_prod:active
{
	height:40px;
	color: #5d2827;
	text-decoration: none;
	font-size: 15px;
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
}

a.other_prod:hover
{
	text-decoration: underline;
}

.other_prod_subheader
{
	color: #5d2827;
	font-size: 20px;
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	text-align: center;
	height: 50px;
}


/* CONTACT US -------------------------------------------------------*/

#contact_us 
{
    display: block;
    width: 721px;    
    padding-top: 4px;
    padding-bottom: 5px; 
    background: #FFF;
}

#contact_us span {
color: #ed3a42;
}

#contact_us a {
color: #ed3a42;
}

#contact_us .title { 
width: 721px;
font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
font-size: 35px;
text-align: center;	     
padding: 6px 0px 15px 0px;
color: #FBFBFB;
background-color: #292929;
margin-bottom: 10px;
overflow: visible;
width: 432px;
}

#contact_us .service_form {
float: left;
width: 330px;
padding-left: 15px;
}

    #contact_us .service_form p {		
	padding-bottom: 20px;
    }    

#contact_us .contact_info {
width: 370px;
float: right; 
font-size: 14px;
line-height: 16px;
}    

.subheader
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.subheader2
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

.smaller 
{
	line-height: 12px;
	font-size: 12px;
	padding-top: 10px;
}
   
#contact_us .search 
{
	font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	text-decoration: none;
	font-size: 12pt;
	color: #FFF;
	background: #000;
	padding: 0px 4px 5px 4px;
	margin-left: 5px;
}


#finder 
{    
    height: 120px;
    padding-top: 25px;
    text-align: center;
}


/* HOMEPAGE --------------------------------------------------------*/
#banner_message {
    margin-top: 4px;        
    height:200px;      
    color: #FBFBFB;
    /*text-shadow: 2px 2px 6px #666666;*/
}

#banner_message h1{
    font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
    font-size: 65px;
    padding-left: 20px;
}

#banner_message p{
    font-family: A1011HelvetikaTYGRANormal, Helvetica, Arial;
    font-size: 15pt;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    text-shadow: 2px 2px 6px black; /*#848484*/
}

#banner_message .banner_link {
    width: 721px;
    height: 200px;
    text-decoration: none;
    color: #FBFBFB;
}

#banner_message .leaf_maint{
    width: 721px;
    height: 200px;
    background-image: url(../images/leaf_maint_banner.jpg);
}

#banner_message .lawn_care {
    width: 721px;
    height: 200px;
    background-image: url(../images/lawn_care_banner.jpg);
}

#banner_message .soil_prep {
    width: 721px;
    height: 200px;
    background-image: url(../images/soil_prep_banner.jpg);
}

#banner_message .other_products {
    width: 721px;
    height: 200px;
    background-image: url(../images/other_products_banner.jpg);
}

#bottom_banner {
    display: block;
    position: relative; 
    overflow: hidden;
    width: 721px;;
    /*height: 110px;*/
    height: 200px;
    padding-top: 5px;
    /*font-weight: bold;*/
    background: #ffffff;
}
	#bottom_banner ul li {
	    display: block;
	    float: left;		    
	}		
	     
	#year{	    
		text-align: center; 
		padding: 0px 10px 0px 10px;
		color: #ffffff;
		/*background-image: url('/../images/cat_title_year.jpg');*/
		background-color: #ed3a42;
		background-repeat: no-repeat;
		background-position: center center;	    
	}
	
	#bottom_banner .catalog{
	    line-height: 40px;
	    margin-top: 30px;
	    margin-right: 30px;
	    height: 50px;
	    font-family: A1010HelvetikaTYGRABold, Helvetica, Arial;
	    font-weight: bold;
	    float: right;	    
	    font-size: 33px;
	    color: #333333;
	    border: 0px solid #000;
	}	

#foot{
    font-family: A1010HelvetikaTYGRANormal, Helvetica, Arial;    
    width: 100%;
    height: 25px;
    color: #cccccc;
    font-size: 11px;
    background-color: #292929;    
    padding-top: 8px;
    /*margin-top: 10px;*/
    text-align: right;   
}
        #foot .feed a {
            /*text-shadow: 1px 0px 3px #848484;*/
	    text-decoration: none;
	    color: #FBFBFB;
	    margin-left: 10px;
        }
        
        #foot .feed a:hover {
       	    text-decoration: underline;
        }

	#foot .feed {
	    padding: 1px 0px 0px 3px;
	    margin-top: 0px;
	    text-align: left;
	    float: left;	    
	    font-size: 12px;
	    color: #CCCCCC;	    	   
	    width: 240px;
	}

	#foot .copyright {
	    /*text-shadow: 0px 0px 1px #848484;*/
	    font-size: 10px;
	    float: right;
	    width: 310px;
	    padding-right: 5px;
	    margin-top: -4px;
	}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 721px;
	height:200px;

	/* custom decorations 
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;		
	border: 2px solid orange;
	*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:721px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	width:721px;
	height:200px;	
}

/* active item */
.scrollable .active {
	/*border:2px solid #000;*/
	position:relative;
	cursor:default;
}

/* position and dimensions of the navigator */
.navi {
	position: relative;
	display: block;
	float: right;
	margin-top: 170px;	
	padding-right: 10px;
	width:90px;
	height:30px;
	outline: none;
}


/* items inside navigator */
.navi a {
	width:16px;
	height:16px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	font-size:1px;
	border: 0px;
	
}

/* mouseover state */
.navi a:hover {
	background-position:0 -16px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -32px;  
	outline: none;
}

.pdf-doc:link,  .pdf-doc:visited, .pdf-doc:active {
	font-size: 13px;
	color: #600703;
	text-decoration: none;
	line-height: 1.5;
}
.pdf-doc:hover {
	text-decoration: underline;
}

.category {
	margin-left: 20px;
	margin-top: 10px;
	font-style: italic;
}

.product_button2 {
	margin-top: 80px;
}