@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	background-position: center top;
}
ul {
	padding:0px;
	margin:0px;
	list-style:none
}
li {
	padding:0px;
	margin:0px;
	list-style:none
}
::-moz-selection {
background:#0a9634;
color:#fff;
text-shadow:none
}
::selection {
background:#0a9634;
color:#fff;
text-shadow:none
}
@font-face {
 font-family: 'alegre_sansregular';
 src: url('alegre_sans_0-webfont.eot');
 src: url('alegre_sans_0-webfont.eot?#iefix') format('embedded-opentype'), url('alegre_sans_0-webfont.woff') format('woff'), url('alegre_sans_0-webfont.ttf') format('truetype'), url('alegre_sans_0-webfont.svg#alegre_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
.home_bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.wrapper {
	width: 974px;
	margin: auto;
	background-image: url(../images/white_bg.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
}
.header_bg {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 115px;
}
.logo {
	float: left;
	padding-top: 8px;
	padding-left: 15px;
}
.header_right {
	float: right;
	width: 525px;
	padding-top: 28px;
}
.search_box {
	float: left;
	background-image: url(../images/search_box_bg.jpg);
	height: 30px;
	width: 155px;
	background-repeat: no-repeat;
	margin-left: 105px;
}
.search_btn {
	background-image: url(../images/search_btn.jpg);
	display: block;
	height: 27px;
	width: 76px;
	float: left;
	cursor:pointer;
	border:0;
}
.clear_left {
	clear: left;
}
.search_btn:hover {
	background-image: url(../images/search_btn_hover.jpg);
	display: block;
	height: 27px;
	width: 76px;
	float: left;
	cursor:pointer;
}
.search_txt_box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a7a7a7;
	background-color: #f4f4f4;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.follows_icon {
	float: left;
	margin-left: 20px;
	padding-top: 4px;
}
.follows_icon img {
	padding-left: 3px;
}
.phone_icon {
	background-image: url(../images/phone_icon.png);
	background-repeat: no-repeat;
	height: 21px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7c7a;
	float: left;
	padding-left: 22px;
	margin-top: 20px;
	font-weight: bold;
}
.skype_icon {
	background-image: url(../images/skype_icon.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7c7a;
	float: left;
	padding-left: 62px;
	margin-top: 20px;
	font-weight: bold;
	margin-right: 25px;
	background-position: 1px 3px;
}
.email_icon {
	float: left;
	background-image: url(../images/email_icon.png);
	height: 18px;
	padding-top: 4px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 1px 3px;
	margin-left: 25px;
	margin-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7c7a;
	font-weight: bold;
}
.email_icon a {
	color: #7b7c7a;
	text-decoration:none;
}
.email_icon a:hover {
	color: #d65303;
	text-decoration:none;
}
/* Menu Area */
.menu {
	height:44px;
	position:relative;
	z-index:11;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	background-image: url(../images/menu_bg.jpg);
}
.menu ul li {
	float:left;
	list-style:none;
	position:relative;
	font-family:alegre_sansregular, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:44px;
	line-height:44px;
	font-size:12px;
	background-image: url(../images/menu_line.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.menu ul li.last {
	background-image:none;
}
.menu ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:46px;
	padding-right:46px;
	margin-right:2px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	text-shadow: 1px 1px #a0a1a1;
}
.menu ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menu ul li a.active {
	color:#ffffff;
	text-decoration:none;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.banner {
	height: 318px;
	padding-top: 5px;
}
.content_left {
	float: left;
	width: 664px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.cnt_bg {
	background-image: url(../images/cnt_bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffcc5c;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.home_box {
	float: left;
	width: 320px;
	padding-top: 10px;
	margin-right: 26px;
}
.home_box1 {
	float: left;
	width: 300px;
	padding-top: 10px;
}
.home_box_bg {
	background-color: #FFF;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 295px;
	padding-right: 8px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474746;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c2c2c2;
	border-left-color: #c2c2c2;
}
.home_box_bg a {
	color: #043476;
	text-decoration: none;
}
.home_box_bg a:hover {
	color: #d65303;
}
.home_box_bg p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-family: alegre_sansregular, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #147200;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-weight: normal;
}
h2 span {
	color: #d72422;
}
.green_txt {
	color: #237b10;
}
.seasonal_icon {
	background-image: url(../images/tv_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left;
	padding-top: 2px;
}
.products_icon {
	background-image: url(../images/tree_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left;
	padding-top: 2px;
}
.home_box_bg ul {
	float: left;
	margin-right: 15px;
}
.home_box_bg ul li {
	background-image: url(../images/green_arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.home_box_bg ul li a {
	color: #474746;
}
.home_box_bg ul li a:hover {
}
.right_panel {
	float: right;
	width: 295px;
	padding-top: 10px;
}
.enquiry_title {
	background-image: url(../images/enquiry_title.jpg);
	height: 35px;
	width: 255px;
	font-family:alegre_sansregular, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 25px;
	background-repeat: no-repeat;
}
.enquiry_title span {
	color: #fce003;
}
.form_bg {
	background-image: url(../images/enquiy_bg.jpg);
	background-repeat: repeat-x;
	width: 274px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #043476;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.form_bg span {
	font-size: 11px;
	padding-bottom: 5px;
}
.txt-fields {
	float:left;
	width:80px;
	padding:0px 5px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-boxes {
	float:left;
	width:180px;
	padding:0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-box {
	border:1px solid #3f3f3f;
	padding:3px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-box3 {
	border:1px solid #3f3f3f;
	padding:3px;
	width: 217px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-box-number {
	border:1px solid #3f3f3f;
	padding:3px;
	width: 134px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-box-number1 {
	border:1px solid #3f3f3f;
	padding:3px;
	width: 168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-box2 {
	border:1px solid #3f3f3f;
	padding:3px;
	width: 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-boxes_box {
	border:1px solid #666;
	padding:3px;
	width: 127px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sub_btn {
	background-image: url(../images/submit_btn.jpg);
	height: 27px;
	width: 76px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	cursor: pointer;
}
.sub_btn:hover {
	background-image: url(../images/submit_btn_hover.jpg);
}
.fotter_bg {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2c7a08;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	height: 85px;
}
.fotter_bg a {
	color: #4b4b4b;
	text-decoration:none;
}
.fotter_bg a:hover {
	color: #cf5205;
	text-decoration:none;
}
.footer_left {
	float: left;
	padding-top: 20px;
	line-height: 25px;
	padding-left: 5px;
}
.footer_left ul {
	float: left;
}
.footer_left ul li {
	float: left;
	background-image: url(../images/footer_line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 6px;
	padding-left: 6px;
}
.footer_left ul li.first {
	padding-left: 0px;
}
.footer_left ul li.last {
	background-image:none;
}
.footer_left span {
	padding-left: 15px;
}
.ftr_right {
	float: right;
	padding-top: 10px;
}
.company {
	color: #710303!important;
}
.company:hover {
	color: #ce5105!important;
}
.inner_cnt {
	padding-top: 10px;
}
h3 {
	font-family: alegre_sansregular, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #147200;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: no-repeat;
	font-weight: normal;
	background-image: url(../images/products_title.jpg);
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 span {
	color: #d72422;
}
.inner_left {
	float: left;
	width: 245px;
	background-color: #d7e6e8;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.products_list {
	background-color: #fff;
}
.pro_menu_title { /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/menu_close.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-bottom: 0px;
	color: #FFF;
}
.pro_menu_title a { /*header of 1st demo*/
	color: #FFF;
	text-decoration:none
}
.pro_menu_title_open { /*class added to contents of 1st demo when they are open*/
	background-image: url(../images/menu_open.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.technology { /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
}
.openlanguage { /*class added to contents of 2nd demo when they are open*/
	color: green;
}
.closedlanguage { /*class added to contents of 2nd demo when they are closed*/
	color: red;
}
.pro_menu ul {
	padding-bottom: 5px;
}
.pro_menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474746;
}
.pro_menu ul li a {
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 24px;
	padding-bottom: 3px;
	color: #474746;
	text-decoration: none;
	padding-top: 3px;
	display: block;
}
.pro_menu ul li a:hover {
	color: #474746;
	background-color: #fce003;
}
.pro_menu ul li a.select {
	color: #474746;
	background-color: #fce003;
}
.special_news {
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474746;
}
.special_news a {
	color: #043476;
	text-decoration: none;
}
.special_news a:hover {
	color: #d65303;
}
.inner_cnt_left {
	float: left;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 686px;
}
.inner_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	background-color: #162a00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.green_bg {
	background-image: url(../images/green_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #003399;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	width: 666px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.product_banner {
	background-image: url(../images/product_banner.png);
	background-repeat: no-repeat;
	height: 393px;
	margin-top: 18px;
	margin-bottom: 8px;
	background-position: 18px;
}
.product_banner1 {
	background-image: url(../images/product_banner1.png);
	background-repeat: no-repeat;
	height: 393px;
	margin-top: 28px;
	margin-bottom: 28px;
	background-position: 18px;
}
.product_banner2 {
	background-image: url(../images/product_banner2.png);
	background-repeat: no-repeat;
	height: 393px;
	margin-top: 28px;
	margin-bottom: 28px;
	background-position: 18px;
}
.yellow_txt1{
	color: #fce003;
	font-size: 16px;
}
.yellow_txt{
	color: #fce003;
}
.list ul {
	padding-left: 425px;
	padding-top: 75px;
	float: left;
	width: 150px;
}.list ul li {
	background-image: url(../images/products_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 13px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #847b34;
	padding-top: 2px;
	font-size: 13px;
}

.list ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.list ul li a {
	color: #1f1f1f;
	text-decoration: none;
}
.list ul li a:hover {
	color: #d65303;
	text-decoration: none;
}
.list1 ul {
	padding-left: 425px;
	padding-top: 40px;
	float: left;
	width: 150px;
}.list1 ul li {
	background-image: url(../images/products_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 13px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #847b34;
	padding-top: 2px;
	font-size: 13px;
}

.list1 ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.list1 ul li a {
	color: #1f1f1f;
	text-decoration: none;
}
.list1 ul li a:hover {
	color: #d65303;
	text-decoration: none;
}
.contact_box {
	margin-top: 10px;
	width: 614px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.contact_cnt {
	background-color: #fce003;
	width: 614px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	
	padding-top: 6px;
	padding-bottom: 12px;
	line-height: 22px;
}
.contact_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.contact_box_phone {
	background-image: url(../images/phone_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 24px;
	width: 140px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7e7001;
	margin-top: 8px;
}
.contact_box_email {
	background-image: url(../images/email_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 60px;
	width: 215px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7e7001;
	margin-top: 8px;
	background-position: 5px 2px;
	padding-bottom: 5px;
}
.contact_box_email a {
	color: #000000;
	text-decoration: none;
}
.contact_box_email a:hover {
	color: #d65303;
	text-decoration: none;
}
.contact_box_email1 {
	background-image: url(../images/email_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 75px;
	width: 210px;
	text-align: left;
	margin-top: 8px;
	background-position: 18px 2px;
	padding-bottom: 20px;
}
.contact_box_email1 a {
	color: #000000;
	text-decoration: none;
}
.contact_box_email1 a:hover {
	color: #d65303;
	text-decoration: none;
}
.contact_box_enquiry {
	float: left;
	padding-left: 10px;
	width: 150px;
	text-align: left;
	margin-top: 8px;
}
.enquiry_btn {
	background-image: url(../images/send_enquiry_btn.jpg);
	height: 37px;
	width: 128px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
}
.enquiry_btn:hover {
	background-image: url(../images/send_enquiry_btn_hover.jpg);	
}
.potatoes_img {
	float: right;
}
.specifications {
	float: left;
}
.calander {
	float: right;
	padding-right: 30px;
	padding-bottom: 20px;
}
.side_btn{ position:absolute; left:0px; top:345px; position:fixed;}
.specifications ul{
	padding-top: 2px;
	padding-bottom: 5px;
}
.specifications ul li{
	background-image: url(../images/bullets_icon.png);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.txt-fields1 {
	float:left;
	width:100px;
	padding:0px 10px 0 0px;
}
.txt-boxes1 {
	float:left;
	width:220px;
	padding:0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-box1 {
	border:1px solid #666;
	padding:3px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-boxes_box1 {
	border:1px solid #666;
	padding:3px;
	width: 217px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sub_btn1 {
	background-image: url(../images/submit_btn1.jpg);
	height: 30px;
	width: 84px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
	cursor: pointer;
}
.sub_btn1:hover {
	background-image: url(../images/submit_btn1_hover.jpg);
}
.banner_bg {
	background-image: url(../images/banner_bg.png);
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 20px!important;
}
.contact_left {
	float: left;
	width: 600px;
}
.contactus_bg {
	background-color: #fce114;
	padding: 10px;
	color: #000;
	width: 282px;
}

.contact_right {
	float: left;
	padding-top: 15px;
}
.contact_box_phone2 {
	background-image: url(../images/phone_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 48px;
	width: 235px;
	text-align: left;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e7001;
	padding-bottom: 15px;
	background-position: 15px 4px;
}
.contact_box_email2 {
	background-image: url(../images/email_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 55px;
	width: 226px;
	text-align: left;
	margin-top: 15px;
	background-position: 0px 2px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e7001;
}
.contact_box_email2 a {
	color: #000000;
	text-decoration: none;
}
.contact_box_email2 a:hover {
	color: #d65303;
	text-decoration: none;
}.contact_box_enquiry2 {
	float: left;
	width: 200px;
	text-align: left;
	margin-top: 8px;
}
.enquiry_btn1 {
	background-image: url(../images/send_enquiry_btn.jpg);
	height: 37px;
	width: 128px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
.enquiry_btn1:hover {
	background-image: url(../images/send_enquiry_btn_hover.jpg);	
}

.active_item{display:block !important;}

h3.active_item{background-image: url("../images/menu_open.jpg") !important;}
.special_news ul {
	
}
.special_news ul li {
	background-image: url(../images/green_arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.special_news ul li a {
	color: #4B4B4B;	
}
.small_txt{
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.yellow_txt1 a{
	color: #FCE003;
	text-decoration: none;
}
.yellow_txt1 a:hover{
	color: #f9efa3;
	text-decoration: none;
}
.skype_icon1 {
	padding-top: 2px;
}
.skype_cnt {
	padding-top: 8px;
}
.userentry{display:none;}
.home_space {
	height: 50px;
}
