/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/* content */
@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('roboto-light-webfont.woff') format('woff'),
         url('roboto-light-webfont.ttf') format('truetype'),
         url('roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('roboto-regular-webfont.woff') format('woff'),
         url('roboto-regular-webfont.ttf') format('truetype'),
         url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background:#6D9207;
}
.goto-home{
	position:fixed;
	top:10px;
	right:10px;
	background:#86b20e;
	padding:10px 15px 10px 15px;
	font-family: 'robotolight';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
.goto-home:hover{
	background:#5f7d0b;
}
.icon-box{
	width:auto;
	float:left;
}
.icon-text{
	width:auto;
	float:left;
	margin-top:6px;
	margin-left:5px;
}
.menucard-header{
	width:100%;
}
.menucard-header-aligner{
	width:1000px;
	margin:0px auto;
}
.menucard-header-inner{
	width:100%;
	height:160px;
	float:left;
	background:url(../img/menucard-header.png) no-repeat bottom right;
	padding-top:90px;
}
.logo-container-menucard{
	width:250px;
	height:65px;
	float:left;
	margin-top:65px;
}
.logo-container-menucard a{
	text-decoration:none;
	float:left;
}
.beside-logo{
	width:auto;
	float:left;
	margin-left:20px;
	margin-top:112px;
	font-family: 'robotolight';
	font-size:20px;
	color:#ffffff;
	text-align:left;
}
.menu-middle-wrapper{
	width:100%;
	height:auto;
	margin-bottom:25px;
	float:left;
}
.menu-middle-aligner{
	width:1200px;
	margin:0px auto;
}
.menu-middle-inner{
	width:100%;
	padding-bottom:85px;
	float:left;
	background: url(../img/menucard-footer.png) no-repeat bottom center;
}
.menu-card-container{
	width:1000px;
	float:left;
	margin:0px 100px;
	background:#d0e29f;
}
.one{
	/*width:332px;float:left;border-right:1.5px dotted #769e07;*/
	height:2335px;
	
	
}
.two{
	width:332px;
	float:left;
	height:2335px;
	border-right:1.5px dotted #769e07;
}
.three{
	width:332px;
	height:2368px;
	float:left;
}
.item-box-top{
	width:100%;
	height:auto;
	float:left;
}
.item-box-top h2{
	font-family: 'robotolight';
	text-align:center;
	padding:10px;
	font-size:16px; font-weight:bold;
	color:#fff;
	background:#060;
}

.item-box-top p{
	font-family: 'robotolight';
	text-align:left;
	padding:20px;
	font-size:14px;
	color:#769e07;

}
.item-box-top a{
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    color: #060;
    text-transform: uppercase;
    text-align: left; text-decoration:none;
}

.item-box-top ul{
	margin:20px;
	float:left;
}
.item-box-top ul li{
	color:#4b4e41;
	font-size:15px;
	list-style: none;
	font-family: 'robotoregular';
	line-height:28px;
}

.item-box{
	width:100%;
	height:auto;
	float:left;
}
.item-box span{
	width:292px;
	font-family: 'robotolight';
	text-align:left;
	background:#7d895e;
	padding:20px;
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	float:left;
}
.item-box ul{
	margin:20px;
	float:left;
	margin-left:40px;
}
.item-box ul li{
	line-height:25px;
	color:#4b4e41;
	font-size:15px;
	list-style: circle;
	font-family: 'robotoregular';
	line-height:28px;
}
.special-sep{
	list-style:none !important;
	border-bottom:1px dotted #769e07;
	color:#EB0909 !important;
}