HTML, BODY
{
	height: 100%;
}
BODY
{
	margin: 0px;
	padding: 0px;
	background: #E0E0E0 url(../../images/bg_01.gif) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #949393;
}
H1, H2
{
	margin: 20px 0px 30px;
	text-transform: lowercase;
	font-weight: normal;
	color: #878787;
}
H1 SPAN, H2 SPAN
{
	color: #535353;
}
H1
{
	padding: 0px 0px 0px 55px;
	background: url(../../images/homepage_09.gif) no-repeat left center;
	letter-spacing: -2px;
	font-size: 34px;
}
H2
{
	padding: 0px 0px 0px 35px;
	background: url(../../images/homepage_10.gif) no-repeat left center;
	letter-spacing: -1px;
	font-size: 22px;
}
H3
{
	margin: 0px;
	font-size: 12px;
}
P, OL, UL
{
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: justify;
}
STRONG
{
	color: #5E5E5E;
}
A
{
	color: #EC7700;
}
A:hover
{
	text-decoration: none;
}
A IMG
{
	border: none;
}
IMG.border
{
}
IMG.alignleft
{
	float: left;
	margin: 0px 20px 0px 0px;
}
IMG.alignright
{
	float: right;
	margin: 0px 0px 0px 20px;
}
IMG.aligncenter
{
	margin: 0px auto;
}
HR
{
	display: none;
}
/** LIST STYLES*/
UL.style1
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.2;
}
UL.style1 LI
{
	padding-left: 19px;
	background: url(../../images/homepage_11.gif) no-repeat left center;
}
UL.style2
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.5;
}
UL.style2 LI
{
}
UL.style2 B
{
	padding: 2px 5px;
	background: #E9E9E9;
	color: #999999;
}
UL.style2 A
{
	padding-left: 5px;
}
UL.style3
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
UL.style3 LI
{
	margin-bottom: 10px;
}
UL.style3 IMG
{
	margin-top: 5px;
}
/** WRAPPER*/
#wrapper
{
}
.container
{
	width: 900px;
	margin: 0px auto;
}
.clearfix
{
	clear: both;
}
/** HEADER*/
#header
{
	height: 170px;
}
#currentVersion
{
	/*+placement:shift 53px 114px;*/
	position: relative;
	left: 53px;
	top: 114px;
	width: 149px;
}
/** Download*/
#versionstring
{
	/*+placement:shift 53px 109px;*/
	position: relative;
	left: 53px;
	top: 109px;
	width: 153px;
}
#search
{
	float: right;
	width: 400px;
	height: 170px;
	background: url(../../images/bg_02.gif) no-repeat left top;
}
#searchicon
{
	background-position: 34px 11px;
	background-repeat: no-repeat;
	background-image: url(../../images/software.png);
	height: 94px;
	width: 99px;
	margin-bottom: 0;
	margin: 54px;
	/*+placement:shift 242px -1px;*/
	position: relative;
	left: 242px;
	top: -1px;
}
#search .input-submit
{
	width: 72px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	background: #F37E00 url(../../images/software.png) repeat-x left top;
	border: none;
	text-transform: lowercase;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*+placement:shift -6px 1px;*/
	position: relative;
	left: -6px;
	top: 1px;
}
/** BANNER*/
#banner
{
	margin-bottom: 10px;
}
/** MENU*/
#menu
{
	height: 62px;
	margin-bottom: 10px;
	background: url(../../images/bg_03.gif) no-repeat left top;
}
#menu UL
{
	margin: 0px;
	padding: 16px 0px 0px 50px;
	list-style: none;
	line-height: normal;
}
#menu LI
{
	float: left;
	height: 30px;
	margin: 0px 30px 0px 0px;
	padding: 0px 1px 0px 0px;
}
#menu A
{
	float: left;
	height: 26px;
	padding: 4px 14px 0px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #535353;
}
#menu A:hover
{
	text-decoration: underline;
}
#menu LI.active
{
	background: url(../../images/bg1_01.gif) no-repeat right top;
}
#menu LI.active A
{
	background: url(../../images/bg1_01.gif) no-repeat right top;
	color: #FFFFFF;
}
/** PAGE*/
#page
{
	overflow: hidden;
	background: url(../../images/bg_04.gif) repeat-y left top;
}
.subpage2 #page
{
	background-image: url(../../images/bg1_02.gif);
}
.subpage3 #page
{
	background-image: url(../../images/subpage3_01.gif);
}
/** CONTENT*/
#content
{
	float: left;
	width: 540px;
	padding: 30px 30px 10px;
	background: url(../../images/bg_05.gif) no-repeat left top;
}
.subpage2 #content
{
	float: right;
	background: url(../../images/bg1_03.gif) no-repeat right top;
}
.subpage3 #content
{
	float: none;
	width: auto;
	background: url(../../images/subpage3_02.gif) no-repeat left top;
}
/** 2-COLUMN LAYOUT*/
.two-columns
{
	width: 100%;
	overflow: hidden;
}
.two-columns .column1
{
	float: left;
	width: 255px;
}
.two-columns .column2
{
	float: right;
	width: 255px;
}
/** SIDEBAR*/
#sidebar
{
	float: right;
	width: 230px;
	padding: 30px 30px 10px;
	background: url(../../images/bg_05.gif) no-repeat right top;
}
.subpage2 #sidebar
{
	float: left;
	background: url(../../images/bg1_03.gif) no-repeat left top;
}
/** FOOTER*/
#footer
{
	background: url(../../images/bg_06.gif) no-repeat left top;
}
#footer P
{
	margin: 0px;
	padding: 70px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #ABAAAA;
}
.subpage2 #footer
{
	background-image: url(../../images/bg1_04.gif);
}
.subpage3 #footer
{
	background-image: url(../../images/subpage3_03.gif);
}
