body{
	margin:0;
	font-family:arial;
	}
	
.center{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	height:auto;
	margin:0 auto;
	}

a{
	text-decoration:none;
	color:black;
	}


.menu-desk {display:none; position:absolute; z-index:3; width:100%;}	
.menu-bs {display:block;}
.blackline {display:none;}

@media (min-width: 768px) {

.menu-desk {display:block; position:absolute; z-index:3; width:100%;}
.menu-bs {display:none;}
.blackline {display:block;}
}
	
/*-------------header-----------*/
	
#header{
	height:65px;
	width:100%;
	background:#fff;
	}

#header img{
	float:left;
	height:60px;
	
	}
	
#header a:not(:first-child){
	float:left;
	display:block;
	width:120px;
	height:60px;
	text-decoration:none;
	text-align:center;
	color:#75832C;
	line-height:5em;
	font-size:small;
	transition: border 0.5s;
	}

#header a{
	background:#fff;
	color:#333;
	}

#header a:hover{
	border-bottom:#75832C solid 5px;
	background:#fff;
	color:#75832C;
	}

	
.border{
	border-right: lightgrey solid 1px;
	height:20px;
	float:left;
	margin-top:16px;
	}
.menublack{ background:url(../lz_images/menubg.png) no-repeat; height:65px; margin-top:10px; position: relative;}	


/* Main */
#menu{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;  
}

#menu li{
	float: left;
	position: relative;
}

#menu a{
	float: left;
	padding:18px 20px;
	height:65px;
	color: #fff;
	font-family: 'Open Sans', sans-serif; 
	font-size:14px; 
	text-decoration: none;
	border-right:thin solid #45A618;
	
}

#menu a:hover{
	background:#45A618;
	color: #fff;
}

#menu li:hover > a{
	color: #fff;
}

*html #menu li a:hover{ /* IE6 */
	color: #fff;
}

#menu li:hover > ul{
	margin-top:-5px;
	display: block;
}

#menu > li:first-child a{
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 99999;    
    background: #fff;
    /*-moz-border-radius: 5px;
    border-radius: 5px;*/
	width:220px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	border-bottom:thin solid #666;
    /*-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;*/
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	color:#333;
	border:none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
	color:#fff;
	/*background: #333;*/
}

#menu ul li:first-child a{
    /*-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}

/*#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #6E6F72;
}*/

#menu ul li:first-child a:hover:after{
    border-bottom-color: #6E6F72; 
}

#menu ul li:last-child a{
    /*-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
/*---------------end header---------*/

/*---------------footer-------------*/

#footer {
	width:100%;
	height:auto;
	background-color:#E6E7E8;
	text-align:center;
	color:#231F20;
	font-size:10px;
	margin-top:30px;
	clear:both;
	}
	
#footer a{
	display:inline;
	height:20px;
	text-decoration:none;
	text-align:center;
	color:#45A618;
	line-height:2em;
	font-size:10px;
	transition: border 0.5s;
	margin-top:5px;
	}
	
#footer a:hover{
	color:#231F20;
	}
	
	
.fborder{
	display:inline;
	border-right: lightgrey solid 1px;
	height:10px;
	float:left;
	margin-top:10px;
	}

	/*---------------end footer-------------*/
	
	/*---------------product page-----------*/
.title_box {
	font-family: 'Open Sans', sans-serif; 
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#45A618;
	text-indent:10px;
	text-align:center;
	}

.title {
	font-family: 'Open Sans', sans-serif; 
	font-size:36px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#45A618;
	text-indent:10px;
	text-align:center;
	}

.subtitle {
	font-family: 'Open Sans', sans-serif; 
	font-size:24px;
	font-weight:bold;
	color:#1C75BC;
	}
	
.servtitle {
	font-family: 'Open Sans', sans-serif; 
	font-size:24px;
	font-weight:300;
	color:#000000;
	padding-top:15px;
	}
	
.sub {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#1C75BC;
	font-style: italic;
	}
	
.categorywrapper{
	margin-bottom:10px;
	border-radius:10px;
	overflow:hidden;
	float:left;
	box-shadow:0px 2px 2px grey;
	width:100%;
	max-width:100%;

	}
	
.prowrapper{
	margin-bottom:20px;
	border-radius:10px;
	overflow:hidden;
	float:left;
	box-shadow:0px 2px 2px grey;
	border:thin solid #CCC;
	width:100%;
	max-width:100%;

	}
	
	
.cat_desc{
	background-color:rgba(255,255,255,0.7);
	font-family:calibri;
	text-align:center;
	line-height:2.5em;
	}
	
.button {
	height:30px;
	max-width: 120px;
	background-color:#75832C;
	color:white;
	text-align:center;
	line-height:2em;
	font-size:small;
	display:block;
	cursor:pointer;
	border:none;
	}
	
.category {
	height:350px;
	width:300px;
	overflow:hidden;
	float:left;
	text-align:center;
	box-shadow: 0 2px 2px black;
	margin-left:20px;
	margin-bottom:20px;
	}
	
.category img{
	width:300px;
	vertical-align:middle;
	}
	
.sidebar{
	height:auto;
	color:#d5d5d5;
	font-size:normal;
	padding-bottom:20px;
	margin-top:10px;
	}
	
.sidebar a{
	color:#474747;
	-webkit-transition: font-weight 0.5s;
	}

.sidebar a:hover{
	color:black;
	font-weight:bold;
	}
	
.sidebar ul{
	font-size:small;
	list-style-type:none;
	padding-left:20px;
	}

.sidebar li{
	padding-bottom:15px;
	}
	
.sidebar div{
	display:block;
	height:30px;
	background-color:#474747;
	border-bottom:3px solid #75832C;
	color:white;
	text-align:center;
	line-height:2em;
	margin-bottom:15px;
	margin-top:-10px;
	}
	
.txt_normal{
	background-color:rgba(50,50,50,0.8);
	display:inline-block;
	color:white;
	font-size:small;
	text-align:center;
	width:20px;
	height:20px;
	margin-right:10px;
	line-height:1.5em;
	}

.txt_normalselect{
	background-color:rgb(50,50,50);
	display:inline-block;
	color:white;
	font-size:small;
	text-align:center;
	width:20px;
	height:20px;
	margin-right:10px;
	line-height:1.5em;
	}	

	
td {
	vertical-align:top;
	}
	
	
.product{
	padding-bottom:10px;
	}
	
.productbox {
	height:280px;
	width:250px;

	}
.proimg{padding:5px; border:thin solid #ccc; margin: 0 auto; width:100%; margin-bottom:10px;}	
.breadcrumb{ font-family: 'Open Sans', sans-serif; 
	font-size:12px;}
/*---------------product page-----------*/
.colour {
	width: 74px;
	height: 100px;
	float: left;
	margin: 10px;
	margin-left:50px;
	text-align: center;
}

.productlink {
	font-size:small;
	color:#474747;
	padding:10px;
	text-align:center;
	font-family: 'Open Sans', sans-serif; 
	font-weight:800;
	font-size:16px;
	}
.productlink span{
	color:#75832C;
	font-weight:800;
	font-size:12px;
	}

/*-----------------------------------input field----------------------------------------------*/
.inputMessage{ font-family: 'Open Sans',sans-serif;
	   color: #000;
	   font-size:12px;}
input{
    /*background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);*/
	 
	border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    color: #333;
    position: relative;
    padding: 5px;
}
    &::-webkit-input-placeholder {
       font-family: 'Open Sans',sans-serif;
	   color: #000;
    }
    
    &:-moz-placeholder {
       font-family: 'Open Sans',sans-serif;
	   color: #000;
    }
        
    &:focus{
        font-family: 'Open Sans',sans-serif;
		box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);
        outline: none;
    }
textarea{
    /*background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);*/
    border-radius: 3px;
    border: 1px solid #3F4343;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: all 0.2s linear;
    color: #333;
    position: relative;
    padding: 5px;
}
/*--------------button---------------*/
input.search{
	width:19px;
	height:21px;
	border: none;
	position:absolute;
	z-index:9999;
	right:5px;
	top:2px;
	box-shadow:none;
	background: transparent url(../images/search.png) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	line-height: 0px;
	display: block;
	color: #a63606;
}
