#quote	{width:368px; height:165px; margin:0 auto; background:#ffffff url('images/quote_background.jpg') left top no-repeat;}
#quote h4{ cursor:default; width:255px; height:auto; margin:0 59px; padding-top:22px; color:#a3a3a3; font-size:11px; line-height:30px; font-style:italic;}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:300px;
	height:300px;
	z-index: 9002;
	left: 300px;
	top: 1px;
}

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eaebe8;
	margin:0px;
	padding:0px;
	background-image: url(images/bg_page.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.5;
}
ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:0px;
	color: #303030;
	margin-top: 0em;
	margin-bottom: 0.8em;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0064b1;
	margin-top: 0em;
	margin-bottom: 0.7em;
	font-weight: bold;
}
h1 {
	font-size: 19px;
	line-height: 19px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
}
h3 {
	font-size: 16px;
	line-height: 1.5;
}
h4 {
	font-size: 14px;
	line-height: 1.5;
}
h5 {
	font-size: 12px;
	line-height: 1.5;
}
h6 {
	font-size: 10px;
	line-height: 1.5;
}
h1.georgiacaps_center {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	color: #b50000;
	clear: both;
	margin: 0px;
}

h1.georgiacaps_center2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 1.5
	font-size: 23px;
	font-weight: normal;
	color: #1e63bc;
	clear: both;
	margin:0px;
}

.width834px {
	float: left;
	width: 834px;
	display: block;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
input[type="text"] {
	border: 1px solid #89a7ca;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 260px;
	height: 19px;
}

input[type="password"] {
	border: 1px solid #89a7ca;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	height: 19px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat, .clearfloat_spacer_40px {
	clear:both;
	height:0px;
}
.clearfloat_spacer_40px {
	display: block;
	height: 40px;
	float: left;
	width: 100%;
}

a:hover{
	text-decoration:none;
}

#main {
	width:900px;
	border: 0px solid #f0f0f0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*   HORIZONTAL MENU   */

#menu {
	width:900px;
	padding-top:0px;
	height:42px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/bg_topmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 42px;
	display:inline;
}
#menu ul li {
	list-style: none;
	float:left;
	display: block;
	height:42px;
	line-height:42px;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#menu ul li a, #menu ul li .active {
	display: block;
	text-decoration: none;
	color: #ffffff;
}
#menu ul li a:hover, #menu ul li .active {
	color: #9F0;

}

/*   END HORIZONTAL MENU   */


/*   CENTER MENU   */

#menu ul {
	float: left;
	left:50%;
	display: block;
	position: relative;
}
#menu ul li{
	float: left;
	right:50%;
	position: relative;
}

/*   END CENTER MENU   */


/*  SUBMENU DISPLAY TOGGLE CENTERED IN HORIZONTAL MENU  */

#menu ul li ul {
	display:none;
	position: absolute;
	z-index: 99;
	left:auto;
}
#menu ul li ul li {
	margin-left: -20px;
	right:auto;
	background-color: #6d9e65;
	width:250px;
}

#menu ul li ul li:hover {
	right:auto;
	background-color: #9de595;
}

#menu ul li ul li a:hover {
	color: #000;
}

#menu ul li:hover ul {
	display:block;
	width:200px;
}

/*  END SUBMENU DISPLAY TOGGLE IN CENTERED HORIZONTAL MENU  */


/*  SUBMENU DISPLAY TOGGLE CENTERED IN HORIZONTAL MENU  */

#menu2 ul li ul {
	display:none;
	position: absolute;
	z-index: 99;
	left:auto;
}
#menu2 ul li ul li {
	margin-left: -20px;
	right:auto;
	background-color: #6d9e65;
	width:250px;
}

#menu2 ul li ul li:hover {
	right:auto;
	background-color: #9de595;
}

#menu2 ul li ul li a:hover {
	color: #000;
}

#menu2 ul li:hover ul {
	display:block;
	width:200px;
}

/*  END SUBMENU DISPLAY TOGGLE IN CENTERED HORIZONTAL MENU  */


/*  HEADER  */
#header {
	width:900px;
	height:202px;
	margin-left:0px;
	margin-top:9px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding: 0px;
}
#header a img{
	padding-top: 9px;
}
#content {
	background-color: #ffffff;
	width:898px;
	padding-top:40px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d0d1ce;
	border-left-color: #d0d1ce;
	padding-bottom: 24px;
}

/*  INTRODUCTION BLOCK  */

#introduction {
	display: inline;
	float: left;
	height: auto;
	width: 865px;
	margin-left: 33px;
	text-align: center;
}
#content #introduction h1 {
	font-size: 27px;
	line-height: 27px;
	color: #b50000;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}
#content #introduction h2 {
	font-size: 22px;
	line-height: 40px;
	color: #000000;
}

/*  GREENBOX STRONGPOINTS  */
#greenbox {
	float: right;
	height: auto;
	width: 288px;
	margin-left: 33px;
	background-image: url(images/bg_rightcolgreen_bttm.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-bottom: 14px;
}
#greenbox #greenboxtop {
	background-image: url(images/bg_rightcolgreen_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	height: 24px;
	width: 288px;
}
#greenbox #strongpoints {
	width: 254px;
	margin-left: 22px;
	padding-right: 12px;
	text-align: left;
	display: block;
}
#greenbox #strongpoints h2 {
	font-size: 20px;
	line-height: 20px;
	color: #b50000;
}
#greenbox #strongpoints ul, #greenbox #strongpoints ul li {
	list-style: none;
	padding:0px;
	margin:0px;
}
#greenbox #strongpoints ul li {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	padding-left: 22px;
	background-image: url(images/bg_strongp_bullet.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#greenbox #strongpoints ul li strong {
	font-weight: bold;
	color: #377c2b;
}

/* CENTER WRAP  */

#centerwrap_834px {
	display: inline;
	float: left;
	width: 834px;
	margin-left: 32px;
}
#centerwrap_776px {
	float: left;
	width: 776px;
	display: block;
	margin-left:60px;
}
.topmargin40px {
	margin-top: 40px;
}

/* CENTER WRAP  */
.basicbluebox {
	background-image: url(images/bg_basicblue_body.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	float: left;
	width: 776px;
}
#basicbluetop {
	background-image: url(images/bg_basicblue_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 16px;
	width: 776px;
}
.bluetoph1 {
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 26px;
	color: #377c2b;
	line-height: 26px;
	margin-bottom: 0em;
}
.turntored {
	color: #b50000;
	font-size: 36px;
}
.bluetop_subheader {
	color: #377c2b;
	text-align: center;
	margin-top: 0.6em;
	margin-bottom: 0px;
}
#basicbluedivider {
	background-image: url(images/bg_basicblue_divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 24px;
	width: 776px;
}
.basicblue_textblok {
	display: inline;
	float: left;
	width: 676px;
	margin-left: 50px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.basicblue_textblok ul {
	list-style-position: outside;
	margin-left: -16px;
}
.basicblue_textblok li {
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
}
#basicbluebottom {
	background-image: url(images/bg_basicblue_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 22px;
	width: 776px;
}

/* NEW CLIENTS OFFER BLOCK  */

#greenspecialoffer {
	background-image: url(images/bg_biggreenoffer.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 319px;
	width: 733px;
	margin-left: 50px;
}
#greenspecialoffer h1 {
	font-size: 33px;
	line-height: 33px;
	color: #b50000;
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-bottom: 40px;
}
#greenspecialoffer h1 span {
	font-size: 24px;
}
#greenspecialoffer h2 {
	text-align: center;
	display: block;
	font-size: 22px;
	line-height: 22px;
	color: #377c2b;
}
#greenspecialoffer ul {
	float: left;
	width: 343px;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 58px;
	padding:0px;
}
#greenspecialoffer ul li {
	background-image: url(images/bg_strongp_bullet.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 15px;
	color: #377c2b;
}
#greenspecialoffer #greenleaf {
	background-image: url(images/bg_greengoldleaf.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 145px;
	width: 210px;
	margin-top: -30px;
	text-align: center;
	padding-top: 55px;
	padding-left: 28px;
}
#greenspecialoffer #greenleaf h1{
	font-size: 30px;
	line-height: 42px;
	color: #e2fd90;
}
#greenspecialoffer #greenleaf h1 span {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
}

/* CONTACT + TRUST LOGOS BLOCK */

#contact_trust {
	display: inline;
	float: left;
	width: 834px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: bottom;
	height: 117px;
	padding-left:15px;
}

#contactmetons {
	background-image: url(images/bg_vragen_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 90px;
	width: 196px;
	float: left;
	margin-right: 28px;
	margin-left: 20px;
	text-align: left;
	text-decoration: none;
	padding-top: 27px;
	padding-left: 10px;
}
#contactmetons p {
	font-size: 14px;
	line-height: 17px;
	color: #1e63bc;
	font-weight: bold;
	text-decoration: none;
}
.contactmetonsp {
	font-size: 14px;
	line-height: 17px;
	color: #1e63bc;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	color: #000000;
}

.contactmetonsp:hover {
	color: #b50000;
}
#contact_trust img {
	float: left;
	margin-right: 14px;
}
#contact_trust a {
	display:block;
	float: left;
}
#contact_trust #trustlogos_wrap {
	display: inline;
	float: left;
	margin-top: 34px;
	text-align:center;
}


/*  LOGINBLOCK  */

#loginwrap {
	float: left;
	height: auto;
	width: 834px;
	display: block;
	margin-bottom: 60px;
}
#loginwrap #important_warning {
	background-image: url(images/bg_belangrijk.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 62px;
	width: 834px;
	text-align: center;
	padding-top: 17px;
}
#loginwrap #important_warning h2 {
	font-size: 18px;
	line-height: 24px;
}
#loginwrap #important_warning h2 strong {
	font-size: 22px;
}
#loginwrap #twologins {
	background-image: url(images/bg_bentunieuw.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 235px;
	width: 834px;
	margin-top: 5px;
}
#twologins #login_new,#twologins #login_reg {
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	width: 245px;
	position: absolute;
	z-index: 99;
	margin-top: 15px;
	padding-top: 22px;
	padding-right: 20px;
	padding-left: 20px;
}
#twologins #login_new {
	background-image: url(images/bg_ikbennieuw.png);
	margin-left: 10px;
}
#twologins #login_reg {
	margin-left: 537px;
	background-image: url(images/bg_alaangemeld.png);
}
#twologins #login_new h1, #twologins #login_reg h1 {
	text-align: center;
	width: 245px;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 26px;
	font-weight: normal;
	color: #2b4c72;
	margin-bottom: 100px;
}
#twologins input[type="submit"] {
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	width: 125px;
}
#twologins #login_reg h1 {
	margin-bottom: 97px;
}
#homepagelogin th {
	text-align: right;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}
#homepagelogin td {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#homepagelogin tr td input[type="text"] {
	width: 150px;
}

#homepagelogin2 th {
	text-align: right;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}
#homepagelogin2 td {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#homepagelogin2 tr td input[type="text"] {
	width: 150px;
}
#twologins #Bentunieuw {
	display: inline;
	float: left;
	width: 216px;
	margin-top: 30px;
	text-align: center;
	margin-left: 309px;
}
#twologins #Bentunieuw h2 {
	font-size: 22px;
	line-height: 22px;
	color: #b50000;
	margin-bottom: 0.4em;
}
#twologins #Bentunieuw p {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}

/*  STEPBYSTEP STATUS INDICATOR  */

#stepbystep {
	list-style: none;
	padding:0px;
	display:block;
	float: left;
	width: 834px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#stepbystep li {
	background-image: url(images/bg_bluestep_final.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;
	padding-right: 11px;
	display: block;
	float: left;
}
#stepbystep li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	color: #9cc5e4;
	background-image: url(images/bg_bluestep_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	padding-bottom: 3px;
	display: block;
	float: left;
	padding-left: 14px;
	padding-right: 4px;
}
#stepbystep .active, #stepbystep .future {
	background-image: url(images/bg_bluestep_right.png);
	padding-right: 34px;
}
#stepbystep .active span {
	color: #0064b1;
}
#stepbystep .stepdone {
	background-image: url(images/bg_greenstep_right.png);
	padding-right: 38px;
}
#stepbystep .stepdone span {
	background-image: url(images/bg_greenstep_left.png);
	padding-right: 0px;
	color: #7cb671;
}


/*  PAKKETTEN  */

#pakketen_wrap {
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	color: #303030;
	margin-top: 0em;
	margin-bottom: 0.8em;
	font-size: 11px;
}

table.producttable {
	margin-top: 10px;
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}
table.producttable th {
	text-align: center;
	vertical-align: middle;
	background-color: #377c2b;
}
table.producttable th h1, table.producttable th h2 {
	line-height: 27px;
	color: #ffffff;
	margin: 0px;
	font-size: 14px;
}
table.producttable th.productname {
	background-image: url(images/bg_table_lefttop.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}
table.producttable th.productname h1 {
	font-size: 18px;
}
table.producttable th.bluecolumn {
	background-color: #2b4c72;
}
table.producttable th.bluecolumn.topside {
	background-image: url(images/bg_table_righttop.png);
	background-repeat: no-repeat;
	background-position: right top;
}
table.producttable th.bluecolumn.bottomside {
}
table.producttable td.bluecolumn input[type="text"] {
	width: 60px;
}
table.producttable td, table.producttable hr.orderlist td {
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-color: #eef8ec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
table.producttable td.packcontentcolumn {
	background-color: #d6eed1;
}
table.producttable td.bluecolumn {
	background-color: #d5e4f4;
}
table.producttable ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
table.producttable ul li {
	list-style: none;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left 5px;
	background-image: url(images/bg_libullet.png);
	line-height: 1.5;
}
table.producttable td.productimg {
	text-align: center;
}
table.producttable td.productimg img {
	border: 1px solid #3e8133;
}
table.producttable td.discriptioncolumn {
	padding-top: 10px;
}
table.producttable #orderlist td  {
	padding-top: 3px;
	padding-bottom: 0px;
}
table.producttable #orderlist td.middlegreen {
	background-color: #d5edd0;
}
table.producttable #orderlist td p  {
	margin: 0px;
}
table.innertable.producttaste th {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.producttable td select{
	margin-left: 4px;
	width: 130px;
}
table.innertable {
	width: 100%;
	background-color: transparent;
}
table.innertable, table.innertable th, table.innertable td  {
	margin: 0px;
	background-color: transparent;
	border:none;
	padding-right: 0px;
	padding-left: 0px;
}
table.innertable td p {
	margin-top: 0px;
}
table.innertable.producttaste td {
	padding-left: 10px;
}
#orderlist td.totalsgreen {
	background-color: #2f7c2b;
	line-height: 20px;
}
#orderlist td.totalsblue {
	background-color: #2b4c72;
}
#orderlist td.totalsgreen p, #orderlist td.totalsblue p {
	color:#ffffff;
	font-weight:bold;
	font-size: 15px;
}
input.quantitycol {
	width: 36px;
}

/*  TABLE ADRESSINFO  */

#adressinfo {
}
 tr th {
	text-align: right;
	padding-right: 3px;
	vertical-align: top;
	padding-top: 5px;
	background-color: #F2F9F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
 tr th p {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0064b1;
}
 tr td {
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
	padding-left: 6px;
}
 tr td p {
	margin: 0px;
}
#formsubmitbuttons th, #adressinfo #formsubmitbuttons td {
	padding-top: 16px;
	background-color: #ffffff;
}
#formsubmitbuttons td {
	padding-left:3px;
}
#formsubmitbuttons input[type="submit"] {
	font-size: 11px;
}
.ordernowheader {
	padding-left: 40px;
}
#ordernowtd {
	padding-left: 40px;
	vertical-align: middle;
}
#ordernowbttn {
	text-align: right;
	background-image: url(images/bg_ordernow_bttn.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 56px;
	width: 226px;
	font-size: 16px;
	line-height: 22px;
	color: #377c2b;
	text-decoration: none;
	font-weight: bold;
	padding-right: 58px;
	padding-top: 13px;
}
#ordernowbttn:hover {
	color: #B50000;
	background-position: left -72px;
}
.klikhieromtebetalen {
	background-image: url(images/bg_klikhieromtebetalen.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 141px;
	width: 360px;
	line-height: 141px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

.toppadding5px  {
	padding-top: 5px;
}
#darklinebottom {
	border-bottom: 2px solid #377c2b;
}
#nolinebottom {
	border-bottom-style: none;
}
.rightaline {
	text-align: right;
}
.leftaline {
	text-align: left;
}
.paddingleft10px {
	padding-left: 10px;
}
.blue14px, .blue14px a {
	font-size: 14px;
	line-height: 1.5;
	color: #1e63bc;
	text-decoration: none;
}
.blue14px a:hover {
	text-decoration: underline;
}

/*  FOOTER  */
#footer {
	width:900px;
	padding-top:0px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 16px;
	text-align: center;
}
#footertxt {
	width:880px;
	padding-top:0px;
	height:19px;
	margin-left:9px;
	margin-top:14px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#footertxt, #footertxt p, #footertxt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d8d8d;
	text-decoration: none;
}
#footertxt a:hover {
	text-decoration: underline;
}

#footer_distr {
	width:656px;
	padding-top:0px;
	height:auto;
	margin-left:121px;
	margin-top:33px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#footer_distr h1 {
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #6e6e6e;
}
#footer_distr p {
	font-size: 12px;
	line-height: 1.5;
	color: #6e6e6e;
}

.search input {
    padding: 1px 10px 1px 23px;
    border: 1px #acddff solid;
    background-color: #ecf8f6;
    background-image: url(images/loop.png); 
    background-position: 3px 3px; 
    background-repeat: no-repeat;
    background-color: #ecf8f6;
    outline: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
}

.button_new {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0px;
	border:2px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:42px;
	line-height:38px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
	cursor: pointer;
}
.button_new:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.button_new:active {
	position:relative;
	top:1px;
}