/* --------------------------------------------------[ css ]-- */
html,body {
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#f2f6e8 url(../images/bg.png) repeat-x;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {height: 100%;}

a {text-decoration:none;}
a:link,a:active,a:visited	{color: #78a90c;}
a:hover,a:visited:hover		{text-decoration:underline;}

/* --------------------------------------------------[ footer ]-- */
#footer {
	position: relative;
	margin: -65px auto 0 auto;
}

#main {
	height:100%;
}

#page {
	height:100%;
}

#head {
	display:none;
}

#content {
	padding-top:20px;
	padding-bottom:90px; /* footer */
}

#fp {
	width:1024px;
	height:655px;
	position:relative;
	margin:0 auto;
}

/* --------------------------------------------------[ objects ]-- */
#tab_bg {
	position:absolute;
	left:0;
	top:0;
}

#imgbg {
	position:absolute;
	left:40px;
	top:277px;
}

#discount {
	position:absolute;
	left:300px;
	top:310px;
}

#logo {
	position:absolute;
	left:32px;
	top:27px;
}

#fp h1 {
	color:#77a80b;
	font-size:19px;
	font-family:"Arial Black", Gadget, sans-serif;
	border-bottom:2px solid #77a80b;
	position:absolute;
	top:60px;
	left:17px;
	padding:10px 15px 8px 15px;
	width:922px;
}

#button {
	background:url(../images/button.png) no-repeat;
	width:329px;
	height:94px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	left:60px;
	top:160px;
	padding:6px 0 0 0;
}

#button b {
	display:block;
	font-size:18px;
	font-style:normal;
	padding:2px 0 0 0;
}

#button:hover {
	background-position:left -110px;
	text-decoration:none;
}

#buttons {
	position:absolute;
	left:710px;
	top:560px;
	background:url(../images/buttons.png) no-repeat;
	width:181px;
	height:55px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	padding:10px 0 0 0;
}

#buttons:hover {
	background-position:left -70px;
	text-decoration:none;
}

#def {
	position:absolute;
	top:300px;
	left:470px;
	width:480px;
}

#def h2 {
	font-weight:normal;
	font-size:13px;
	padding-bottom:22px;
}

#def h2 b {
	color:#77a80b;
	font-weight:bold;
	font-size:15px;
	font-family:"Arial Black", Gadget, sans-serif;
}

#fp ul#desc {
	position:absolute;
	top:150px;
	left:465px;
	font-size:14px;
	width:500px;
}

#fp ul#desc img {
	margin:0 3px 0 4px;
}

#fp ul#desc li {
	background:url(../images/check.gif) no-repeat left 2px;
	padding:0 0 15px 23px;
}

select {
	background:#FFF;
	border:1px solid #9bac8c;
}

#fp dfn {
	color:#FFF;
	position:absolute;
	top:25px;
	right:80px;
	font-style:normal;
}

#foot {
	position:absolute;
	left:10px;
	bottom:32px;
	color:#78a90c;
	text-align:center;
	width:600px;
}

#foot a {
	padding:0 10px;
}

#foot li {
	display:inline;
	border-left:1px solid #78a90c;
}

#foot li:first-child {
	border:0;
}
