﻿@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* 
{
	padding:0;
	margin:0;
	border:none;
}

body 
{
    border:none;
    margin:0;
    font-family:latoregular;
    font-size:13px;
    padding:0;
}
.topmenubg 
{
    color: #ffffff;
    background-color:#262626;
    height: 58px;
    width: 100%;
}
.welcome
{
    color: #bdbdbd;
    font-size: 14px;
}
.administrator 
{
    color: #ff0000;
    font-size: 14px;
}
.viewbutton 
{
    width: 94px;
    height:25px;
    border-radius: 5px;
    color: #b4b4b4;
    background-color: #3c3c3c;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}
.viewbutton:hover
{
    width: 94px;
    height:25px;
    border-radius: 5px;
    color: #b4b4b4;
    background-color: #505050;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}
.menubg 
{
    height: 35px;
    background-color: #73a835;
    width: 100%;
}

ul 
{
	font-family: 'latoregular';
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
ul li 
{
	display: block;
	position: relative;
	float: left;
}
li ul 
{ 
	display: none; 
}
ul li a 
{
	display: block;
	text-decoration: none;
	color: #ffffff;
	width:110px;
	text-align:center;
    background-color:#73a835;
    border-right:1px solid #ffffff;
	height:25px;
	white-space: nowrap;
    padding-top:10px;
}
ul li a:hover 
{
	background-color:#5f9323;
}
li:hover ul 
{
	display: block;
	position: absolute;
}
li:hover li 
{
	float: none;
    font-family: 'latoregular';
	font-size: 11px;
}
li:hover a 
{
    background-color:#5f9323;	
}
li:hover li a:hover 
{
	background-color:#73a835;
	
}
.mainbg 
{
    background-color: #eaeaea;
}
.footer 
{
    background-color: #262626;
    color: #ffffff;
    height: 30px;
    width: 100%;
    vertical-align:middle;
    text-align:right;
    float:right;
}

.label 
{
    font-size: 12px;
    color: #262626;
    width: 100px;
}
.tdclear 
{
    width: 10px;
}
.secondtd
{
    width: 170px;
    font-size:12px;
}
.formheader 
{
    width: 100%;
    color: #262626;
    height:40px;
    font-size:18px;
}
.textbox 
{
    width: 150px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    height:25px;
    font-family:latoregular;
    font-size:12px;
    color:#404040;
}
.textboxlong
{
    width: 432px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    height:25px;
    font-family:latoregular;
    font-size:12px;
    color:#404040;
}
.textboxmulti
{
    width: 430px;
    text-align: left;
    padding: 0px 5px 0px 5px;
    font-family:latoregular;
    font-size:12px;
    color:#404040;
    resize:none;
}
.drpdown
{
    width: 161px;
    text-align: left;
    height:25px;
    font-family:latoregular;
    font-size:12px;
    color:#404040;
}

.gheaderstyle 
{
    background-color: #262626;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    line-height:25px;
    padding-left:10px;
}

.growstyle 
{
    background-color: #cccccc;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    line-height:25px;
    padding-left:10px;
}
.growstylealt
{
    background-color: #000000;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    line-height:25px;
    padding-left:10px;
}

.savereset 
{
    width: 94px;
    height:25px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #3c3c3c;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}
.savereset:hover
{
    width: 94px;
    height:25px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #505050;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}
.logout
{
    width: 87px;
    text-decoration:none;
    text-align:center;
}
.logindata 
{
    font-size: 12px;
    color: #ffffff;
}


.login_container{
	position:relative;
	background:#4b4b4b;
	}
	
.login_container h2{
	left:20px;
	position:absolute;
	top:610px;
	font-size:16px;
	color:#FFF;
	}
	
.login_container h2 a{
	color:#FFF;
	}	
	
.login_container h2 span{
	padding:6px 0 0 0;
	display:block;
	font-size:14px;
	}		
	
.login_container h3{
	right:270px;
	position:absolute;
	top:338px;
	font-size:24px;
	color:#FFF;
	z-index:99999999;
	font-family: 'latoregular';
	}		
	  
.login_side_bar{
	background:#518928;
	bottom: 0;
    left: 300px;
    position:fixed;
    top:0px;
    width:149px;
	font-family: 'latoregular';
	font-weight:normal;
	z-index:999;
	}	
	
	
.login_side_bar2{
	background: url(../images/main_bg.png) repeat;
	bottom: 0;
    left: 449px;
    position:fixed;
    top:0px;
    width:35px;
	font-family: 'latoregular';
	font-weight:normal;
	z-index:999;
	}	
	
	
.login_side_m{
	background: url(../imageslogin/main_bg.png) repeat;
	bottom: 0;
    position: absolute;
	left:0px;
    top: 240px;
    width:100%;
	height:149px;
	font-family: 'latoregular';
	font-weight:normal;
	z-index:9999999;
	}	
	
.login_logo{
	padding:28px 0 0 306px;
	}
	
.login_button{
	width:365px;
	position:absolute;
	top:420px;
	right:20px;
	}	
	
.login_section{
	width:365px;
	position:absolute;
	top:420px;
	right:100px;
	}	
	
	
.col2{
	margin:0px 0px 0px 0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	float:left;
	padding:10px 0 0 0px;
	font-family: 'latoregular';
	}
	
.login_button{
	background:url(../imageslogin/log_butt.png) no-repeat center;
	width:68px;
	height:67px;
	position:absolute;
	top:431px;
	right:72px;
	z-index:99999;
	border:none;
	}		
	
	
.form_control0{
	background:#fff;
	width:260px;
	height:15px;
	padding:11px 0 11px 17px;
	margin:0px;
	border-color:#222222;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	border-radius:8px;
	border:none;
	border:1px solid #d5d5d5;
	font-size:14px;
	float:right;
	font-family: 'latoregular';
	}
	
	
.form_control0:focus{
	border-color:#518928;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 10px #518928;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 10px #518928;    
	}	
	
.login_section2{
	width:365px;
	position:absolute;
	top:470px;
	right:100px;
	}	
	

.form_control1{
	background:#fff;
	width:260px;
	height:15px;
	padding:11px 0 11px 17px;
	margin:0px;
	border-color:#222222;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	border-radius:8px;
	border:none;
	border:1px solid #d5d5d5;
	font-size:14px;
	float:right;
	font-family: 'latoregular';
	}	
	
	
.form_control1:focus{
	border-color:#518928;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 10px #518928;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 10px #518928;    
	}	
	
	
.col3{
	margin:0px 0px 0px 0px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	float:left;
	padding:10px 0 0 0;
	font-family: 'latoregular';
	}	
	.stack{
	   padding:0;
	   float:left;
	   margin-right: -28px;
    margin-top: 15px;
    padding: 21px;
       position:relative;
	   display:inline-block;
	   width:259px;
	   height:145px;
      }
	  
.stack.nomarg{
	margin:0 auto;
	}	  
	  
.stack a{
	display:block;
	position:absolute;
	}
	
.stack a:nth-child(1){
	z-index:3;
	margin:0 0 0 0;
	}
	
.stack a:nth-child(2){
	z-index:2;
	margin:5px 0 0 5px;
	}
	
.stack a:nth-child(3){
	z-index:1;
	margin:10px 0 0 10px;
	}
	
.stack a{
	text-align:center;
	background:#fff;
	border:1px solid #aaaaaa;
	padding:5px;
    }
    
    .stack h4{
	padding:0px;
	margin:174px 0 0 0;
	font-size:18px;
	font-weight:normal;
	font-family: Museo;
	text-transform:uppercase;
	}	
.gallery_content
{
	width:1000px;
	height:100%;
}


.gallery_content_header
{
	width:980px;
	background:#f7a24d;
	font-family:Museo;
	color:#ffffff;
	padding:0px 0px 0px 20px;
	margin:10px 0 0 0;
	height:62px;
	
	
}

.gallery_content_header h2
{
	font-size:20px;
	color:#fff;
	padding: 20px 0 0 0;
	font-weight:normal;
}

.gallery_banner_top
{
	width:954px;
	
	margin-top:10px;
	text-align:center;
	padding:20px;
	height:390px;
}


.gallery_banner_left{
	width:330px;
	float:left;
	}

.gallery{
	width:320px;
	padding:10px 10px 10px 10px;
	float:left;
	}
	
.gallery_box{
	width:150px;
	height:150px;
	float:left;
	margin-right:10px;
	}