/* --------------------------------------------
   reset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
ul, ul li, ol, ol li {list-style: none; margin: 0; padding: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* --------------------------------------------
   
----------------------------------------------- */
body
{
	font: 10px/11px verdana, arial, sans-serif;
	background-color: #fff;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select option
{
	margin-right: 10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main
{
	width: 788px;
	position: relative;
	margin: 8px auto 0 auto;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dt.logo
{
	position: absolute;
	left: 15px;
	top: 0px;
}

dl#main dt.logo,
dl#main dt.logo a
{
	width: 121px;
	height: 76px;
}

dl#main dt.logo a
{
	display: block;
	background: url(../img/global/img_logo.png) no-repeat;
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.nav-main
{
	position: absolute;
	left: 220px;
	top: 54px;
}

dl#main dd.nav-main ul
{
	background: url(../img/global/bg_nav_main.gif) repeat-x;
}

dl#main dd.nav-main ul,
dl#main dd.nav-main ul li
{
	float: left;
}

dl#main dd.nav-main ul li
{
	height: 27px;
	border-right: 2px solid #eeece1;
}

dl#main dd.nav-main ul li.home
{
	background: url(../img/global/bg_nav_main_left.gif) no-repeat;
	width: 55px;
}

dl#main dd.nav-main ul li.software-products
{
	width: 144px;
}

dl#main dd.nav-main ul li.who-we-are
{
	width: 95px;
}

dl#main dd.nav-main ul li.what-we-can-do-for-you
{
	width: 174px;
}

dl#main dd.nav-main ul li.contactUs
{
	background: url(../img/global/bg_nav_main_right.gif) no-repeat top right;
	width: 92px;
	border-right: 0;
}

dl#main dd.nav-main ul li a
{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding-top: 9px;
	height: 18px;
	text-align: center;
	display: block;
}

dl#main dd.nav-main ul li.active a
{
	background: url(../img/global/bg_nav_main_active.gif) no-repeat bottom center;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.content-wrapper
{
	margin-top: 84px;
	+top: 84px;
	overflow: hidden;
	_height: 1%;
	margin-bottom: 3px;
	position: relative;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main div.sidebar
{
	width: 206px;
	float: left;
	/* position: relative; */
}

dl#main div.sidebar h2
{
	width: 206px;
	height: 70px;
	text-indent: -2000px;
	overflow: hidden;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#user-login
{
	position: absolute;
	left: 6px;
	bottom: 14px;
	background: url(../img/home/bg_login.gif) no-repeat;
	padding-top: 93px;
	padding-left: 15px;
}

dl#user-login dt
{
	font-weight: bold;
	text-transform: uppercase;
	color: #171716;
	margin-bottom: 20px;
}

dl#user-login dd
{
	margin-left: 48px;
}

dl#user-login dd a
{
	line-height: 15px;
	color: #fff;
	font-weight: bold;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main div.content
{
	float: left;
	padding-left: 11px;
	width: 568px;
	margin-left: 3px;
	_display: inline;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.content .item-list
{
	border-top: 9px solid #d8bf6d;
	border-bottom: 9px solid #d8bf6d;
}

div.content .item-list .item
{
	margin-left: 20px;
	margin-right: 23px;
}

div.content .item-list .item
{
	line-height: 14px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	background: url(../img/global/rule_item_list.gif) repeat-x bottom left;
}

div.content .item-list .item-last
{
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

/* --------------------------------------------
   
----------------------------------------------- */
dl#main dd.footer
{
	height: 24px;
	background: url(../img/global/bg_footer2.gif) no-repeat;
	text-align: center;
	color: #fff; #ef9208;
	line-height: 24px;
	+margin-top: 87px;
}

