*
{
	margin:0;
	padding:0;
}
html
{
	height:100%;
}
body
{
	background: #f8f8f8;
	height:100%;
}
.cleaner
{
	clear:both;
}


#page
{
	min-height: 100%;
	height: 100%;
	position: relative;
	overflow:visible;
}
body>#page 
{
	height: auto;
}

#top
{
	height:120px;
	background: #7dc640;
	overflow:hidden;
}
#top-container
{
	width:770px;
	margin:0 auto;
}
#topbar_left, #topbar, #topbar_right
{
	float: right;
	height: 1.9em;
}
#topbar_left
{
	width: 26px;
	background: url('./img/top_bar_left.jpg') no-repeat;
	
}
#topbar
{
	background: url('./img/top_bar_bg.jpg') repeat-x #000;
}
#topbar_right
{
	width: 26px;
	background: url('./img/top_bar_right.jpg') no-repeat;
	margin-right: 90px;
}
#topbar a
{
	padding: 2px 10px 0 20px;
	float: left;
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
}
#topbar a:hover, #topbar a:active
{
	color: #aaa;
}
a#sitemap
{
	background: url('./img/icon_sitemap.gif') no-repeat 0 50%;
}
a#print
{
	background: url('./img/icon_print.gif') no-repeat 0 50%;
}
a#blind
{
	background: url('./img/icon_blind.gif') no-repeat 0 50%;
}
a#standard
{
	background: url('./img/icon_standard.gif') no-repeat 0 50%;
	display: none;
}
a#logo
{
	float:left;
	width:281px;
	height:67px;
	margin-top:7px;
	margin-left:-7px;
}
a#rss
{
	background: url('./img/rss.jpg') repeat-x;
	float: right;
	display:block;
	width:79px;
	height:84px;
	margin-right: 20px;
}
#menu-line
{
	padding: 2px 0 4px 0;
	overflow:hidden;
	background: url('./img/line_bg.png') repeat-x #000;
	margin-top:1px;
}
#bc-line
{
	background: #e8f7dc;
	overflow:hidden;
	border-bottom:1px solid #8d8d8d;
}
#bc-line-container
{
	width:770px;
	margin:0 auto;
}
#main
{
	width:770px;
	margin:0 auto;
	padding-top:40px;
	overflow:visible;
}
#content
{
	width:520px;
	float:left;
	padding-bottom: 180px;
	overflow:visible;
}
#right
{
	float: right;
	width: 200px;
	padding-bottom: 180px;
}
#sidebar-top
{
	background: url('./img/sidebar_top.jpg') no-repeat;
	height:10px;
	width: 220px;
	float:right;
	display:inline;
	margin-left:20px;
	font-size: 0px;
}
#side-bar
{
	width: 220px;
	background: #e8f7dc;
	
	float:right;
	display:inline;
	margin-left:20px;
	
	background: url('./img/sidebar_bg.jpg') repeat-y;
}
#side-bar h2
{
	
	margin:0;
	font-size:1em;
	color:#343434;
	padding:10px 0 10px 60px;
	background: url('./img/icon_sidebar.gif') no-repeat 10% 50%;
}
#side-bar p 
{
	margin:1em 10px 1em 60px;
}
#side-bar ul
{
	margin:1em 10px 1em 35px;
}
#side-bar ol
{
  margin:1em 10px 1em 50px;
}
#sidebar-bottom
{
	background: url('./img/sidebar_bottom.jpg') no-repeat;
	height:10px;
	width: 220px;
	float:right;
	display:inline;
	margin-left:20px;
	padding-bottom: 150px;
}
#foot
{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 132px;
	background:#7dc640;
}
#foot-line
{
	overflow:hidden;
	background: url('./img/line_bg.png') repeat-x #000;
	border-bottom:1px solid #f8f8f8;
	padding: 0 0 4px 0;
}
#foot-line-container
{
	width:770px;
	margin:0 auto;
}
#footer
{
	width:770px;
	margin:0 auto;
	font-size:0.8em;
}

/*** menus ***/
ul#top-menu, ul#bottom-menu
{
	list-style:none;
	width:770px;
	padding:0;
	padding-top:3px;
	margin:0 auto;
}
ul#top-menu li, ul#bottom-menu li
{
	display:inline;
	font-weight:bold;
	padding-right:25px;
	padding-left:20px;
	background: url('./img/li.png') no-repeat left 60%;
}
ul#top-menu a:link, ul#top-menu a:visited, ul#bottom-menu a:link, ul#bottom-menu a:visited
{
	color:#fff;
	text-decoration:none;
}
ul#top-menu a:hover, ul#top-menu a:active, ul#bottom-menu a:hover, ul#bottom-menu a:active
{
	text-decoration:underline;
}
ul#top-menu li a.active, ul#bottom-menu li a.active
{
	color:#7dc640;
}

/*** bredcrumbs ***/
#bc-line
{
	font-size:0.8em;
}
#bc-line a:link, #bc-line a:visited
{
	color:#343434;
	text-decoration:none;
}
#bc-line a:hover, #bc-line a:active
{
	text-decoration:underline;
}
/*** sitemap ***/
ul#sitemap ul
{
	margin:0;
}
/*** homepage ***/
/*** main and boxes ***/
#main_hp
{
	margin: 0 auto;
	width:770px;
	padding:20px 0px 150px 0px;
	
}


a#features, a#download, a#demo
{
	display: inline;
	width:230px;
	height:140px;
	float:left;
	text-decoration:none;
}
a#features
{
	background: url('./img/features.jpg') no-repeat;
}
a#download
{
	background: url('./img/download.jpg') no-repeat;
}
a#demo
{
	background: url('./img/demo.jpg') no-repeat;
}
a#features h2, a#download h2, a#demo h2
{
	margin:0;
	margin:20px 0 0 60px;
	color: #343434;
}
a#features p, a#download p, a#demo p
{
	margin: 5px 0 0 60px;
	width: 150px;
	line-height: 1.1;
	font-size: 0.9em;
	color: #343434;
}
a#features:hover
{
	background: url('./img/features_active.jpg') no-repeat;
}
a#download:hover
{
	background: url('./img/download_active.jpg') no-repeat;
}
a#demo:hover
{
	background: url('./img/demo_active.jpg') no-repeat;
}
a#download, a#features
{
	margin-left: 36px;
}

/*** hp middle box ***/
#hp_middle_top
{
	margin-top: 14px;
	background: url('./img/hp_middle_top.jpg') no-repeat;
	height:11px;
	width: 760px;
	font-size: 0px;
}
#hp_middle
{
	background: url('./img/hp_middle_bg.jpg') repeat-y;
	width: 760px;
}
#hp_middle_bottom
{
	background: url('./img/hp_middle_bottom.jpg') no-repeat;
	height:11px;
	width: 760px;
}
#hp_middle p
{
	margin: 15px 15px 0 15px;
}
#hp_middle h1
{
	color: #343434;
	padding: 5px 0 0 15px;
	margin: 0;
	font-size: 1.7em;
}
/*** hp main box ***/
#hp_news, #hp_faq
{
	padding: 0 30px 0 0;
	margin-top: 2em;
	width: 310px;
}
#hp_news
{
	float: left;
	margin-left: 2px;
}
#hp_faq
{
	float:right;
	border-left: 1px solid #343434;
	padding: 0 30px 0 70px;
}
.date
{
	font-weight: bold;
	margin-top: 1em;
}
.more
{
	float: right;
}
#hp_news p
{
	margin: 0;
}
#hp_news h2, #hp_faq h2
{
	margin: 0;
	color: #343434;
	
}
/*** forms ***/
form
{
	margin:0;
	padding:0;
}
fieldset
{
	background: #E8F7DC;
	border: 1px solid #8D8D8D;
	padding: 1em;
	margin-bottom:1.5em;
}
fieldset.invisible
{
	background:none;
	border:none;
}
legend
{
	background: #7DC640;
	border: 1px solid #8D8D8D;
	padding:1px 5px;
	font-weight:bold;
	color:#000;
}
label
{
	display:block;
	float:left;
	width: 120px;
}
input, textarea, select
{
	display:block;
	float:left;
}
input.button
{
	padding: 0.2em 1em;
}

/*** comments ***/
.comment
{
	clear:both;
	margin-bottom:1em;
}
.comment p, .comment h3
{
	margin:0 0 0 100px;
}
.comment_time
{
	width:70px;
	height:70px;
	float:left;
	margin: 0 20px 0 0;
	background: url('./img/vertical_bg.png') repeat-x;
	text-align:center;
	font-size:0.8em;
}
.comment_time span
{
	font-size:1.4em;
	font-weight:bold;
}
.comment h3 a
{
	background:none !important;
	padding:0 !important;
}
p.comment_author
{
	font-size:0.9em;
}
