@charset 'utf-8';
/* CSS Document */


/* GLOBAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
}

#wrapper {
	width: 926px;
	margin: auto auto;
}

#header {
	width: 926px;
	height: 170px;
	background: url(../images/bg-header.jpg) no-repeat right top;
}

#header a{
	width: 188px;
	height: 151px;
	display: block;
}

h1 {
	width: 327px;
	height: 170px;
	background: url(../images/logo.jpg) no-repeat left top;
	text-indent: -9999px;
}

#nav-container {
	width: 926px;
	height: 36px;
	background: url(../images/bg-nav.gif) repeat-x top;
}

.nav-menu {
	width: 398px;
	height: 36px;
	margin: auto auto;
}

.nav-menu li {
	height: 36px;
	float: left;
}

.nav-menu li a {
	height: 36px;
	display: block;
	text-indent: -9999px;
}

.home, .home-sel { background: url(../images/home.png) no-repeat top center; width: 55px; height: 36px; }
.aboutus, .aboutus-sel { background: url(../images/aboutus.png) no-repeat top center; width: 80px; height: 36px; }
.products, .products-sel { background: url(../images/products.png) no-repeat top center; width: 83px; height: 36px; }
.partners, .partners-sel { background: url(../images/partners.png) no-repeat top center; width: 82px; height: 36px; }
.contactus, .contactus-sel { background: url(../images/contactus.png) no-repeat top center; width: 94px; height: 36px; }
.i, .i-sel { background: url(../images/img-sep.png) no-repeat top center; width: 1px; height: 36px; text-indent: -9999px; }

.home-sel, .aboutus-sel, .products-sel, .partners-sel, .contactus-sel, .i-sel { background-position: bottom center; }

#content-area {
	width: 926px;
	background: url(../images/bg-body.gif) repeat-y center;
}

#bottom-image {
	width: 926px;
	height: 22px;
	background: url(../images/bg-bottom.png) no-repeat top center;
}

.nav-menu-footer {
	width: 400px;
	height: 16px;
	margin: auto auto;
	padding-left: 60px;
	padding-top: 16px;
}

.nav-menu-footer li{
	float: left;
	display: block;
	text-align: center;
}

.nav-menu-footer li a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0 12px;
}

.nav-menu-footer li a:hover { text-decoration: underline; }

#footer {
	width: 902px;
	height: 60px;
	background: url(../images/bg-footer.gif) repeat-x top left;
	margin: auto auto;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#footer p{
	display: inline-block;
	clear: both;
}

/* INDEXPAGE */

#image-area {
	width: 902px;
	height: 323px;
	background: url(../images/img-abtcontrol.png) no-repeat 20px 27px;
	clear: both;
	margin: auto auto;
}

#prodlist-area {
	width: 285px;
	height: 295px;
	float: left;
	margin-left: 36px;
	_margin-left: 18px;
	margin-right: 42px;
	_margin-right: 39px;
}

.prodlist-header {
	width: 285px;
	height: 47px;
	background: url(../images/index-product_title.png) no-repeat top center;
	text-indent: -9999px;
}

.prodlist {
	width: 285px;
	height: 248px;
	background: url(../images/bg-prodlist.png) no-repeat top center;
	color: #374c73;
}

.prodlist li {
	text-indent: 35px;
	padding: 12px 0 12px 0;
}

.prodlist li a {
	color: #374c73;
	text-decoration: none;
}

.prodlist li a:hover {
	text-decoration: underline;
}

#text-welcome {
	width: 551px;
	height: 295px;
	background: url(../images/img-triangle.gif) no-repeat 465px 211px;;
	display: inline-block;
	color: #5e513c;
}

#text-welcome p {
	margin-top: 17px;
	padding-right: 55px;
	line-height: 130%;
}

#text-welcome ul {
	margin-left: 40px;
	margin-top: 20px;
	list-style: disc;
}

#text-welcome ul li {
	padding: 3px;
}

.header-textwelcome {
	width: 291px;
	height: 20px;
	background: url(../images/img-welcome.gif) no-repeat top center;
	text-indent: -9999px;
	margin-top: 7px;
}

/* INNERPAGE */

#div-leftcolumn {
	width: 276px;
	height: 625px;
	margin-left: 12px;
	_margin-left: 6px;
	float: left;
	display: inline-block;
	background: #FF0000; 
}

#div-rightcolumn {
	width: 598px;
	height: 625px;
	margin-top: 23px;
	_float: left;
	display: inline-block;
	background: #fafafa;
	border: #e8e8e8 solid 1px;
}

#div-rightcolumn p {
	color: #3a3a3a;
	margin: 10px 20px 0 20px;
	line-height: 110%;
}

.pageheader {
	font-size: 24px;
	font-weight: normal;
	color: #64553e;
	margin: 20px 0 20px 20px;
}

.subheader {
	font-size: 18px;
	font-weight: normal;
	color: #64553e;
	text-transform: uppercase;
	margin: 30px 0 15px 20px;
}

.subheader2 {
	color: #3a3a3a;
	margin: 20px 20px 0 20px;
}

.subheader3 {
	font-size: 13px;
	color: #3a3a3a;
	margin: 20px 20px 0 20px;
}

.subheader4 {
	font-size: 12px;
	color: #3a3a3a;
	margin: 10px 0 0 40px;
}

.list-leftcolumn {
	width: 275px;
	margin: 180px 0px 0 1px;
}

.list-leftcolumn li {
	margin-left: 15px;
	padding: 13px 0;
	text-indent: 10px;
	background-color: #fefefe;
	border-bottom: #e8e8e8 solid 1px;
	display: block;
}

.list-leftcolumn li a, .list-contactus li a {
	color: #374c73;
	text-decoration: none;
}

.list-leftcolumn li a:hover, .list-contactus li a:hover {
	text-decoration: underline;
	color: #374c73;
}

.list-selected {
	background: url(../images/bg-list.gif) repeat-y right;
	font-weight: bold;
}

.list-stylized {
	margin: 30px 0 0 50px;
}

.list-stylized li {
	color: #3a3a3a;
	padding: 6px;
	background: url(../images/bullet-small.gif) no-repeat left center;
	line-height: 130%;
	text-indent: 30px;
}

.list-contactus {
	width: 400px;
	color: #3a3a3a;
	margin: 5px 0 10px 40px;
	line-height: 140%;
}
/* MISC */

.cleft { width: 13px; height: 36px; float: left; }
.cright { width: 13px; height: 36px; float: right; }
.misclist { color: #3a3a3a; margin: 20px 0 20px 50px; list-style: disc; }
.misclist li { padding: 3px; }
#imageclient { width: 500px; height: 161px; border: 1px #e8e8e8 solid; margin-left: 50px; }
.p-header { padding-top: 20px; }
#pic-cen { margin: 50px 0 0 65px;}
.CT-img { margin: 30px auto; display: block; }
.client-table { margin: 10px 20px; font-size: 11px; color: #3a3a3a; }
.client-table td { padding: 1px 0; }
.CT { margin: 15px auto; display: block; }

.readmore {
	width: 54px;
	height: 52px;
	display: block;
	text-align: center;
	background: url(../images/all.png) no-repeat top left;
	text-indent: 0px;
	text-indent: -9999px;
	float: right;
	margin-top: -62px;
	margin-right: 2px;
	_margin-right: 1px;
}

.readmore:hover { background: url(../images/all.png) no-repeat 0px -54px; }

#download { 
	background: url(../images/download.png) no-repeat top left;
	width: 240px;
	height: auto;
	margin: auto auto;
	margin-top: 80px;
}

.dl-acrobat { 
	width: 136px;
	height: 15px;
	font-size: 9px; 
	text-indent: -9999px;
	display: block;
	margin: 20px auto 0 auto;
}

.dl-acrobat a{
	width: 136px;
	height: 15px;
	display: block;
	background: url(../images/get_acrobat.gif) no-repeat top center;
}

.dl-acrobat a:hover {
	width: 136px;
	height: 15px;
	display: block; 
	background: url(../images/get_acrobat.gif) no-repeat bottom center;
}

.dl-survey, .dl-question {
	width: 178px;
	height: 19px;
	text-indent: -9999px;
	margin-bottom: 4px;
	margin-left: 65px;
}

.dl-survey a {
	display: block;
	width: 178px;
	height: 19px;
	background: url(../images/survey.png) no-repeat top center;
}

.dl-survey a:hover {
	display: block;
	width: 178px;
	height: 19px;
	background: url(../images/survey.png) no-repeat bottom center;
}

.dl-question a {
	display: block;
	width: 178px;
	height: 19px;
	background: url(../images/questionnaire.png) no-repeat top center;
}

.dl-question a:hover {
	display: block;
	width: 178px;
	height: 19px;
	background: url(../images/questionnaire.png) no-repeat bottom center;
}

/* TABS */

.idTabs {
	background: #fafafa;
	width: 558px;
	height: 18px;
	margin: 15px auto 1px auto;
	_margin: 15px auto 0 auto;
}

.idTabs li {
	background: #c3c3c5;
	display: inline;
	float: left;
	margin-left: 2px;
	cursor: pointer;
}

.idTabs li .selected {
	background: #e6e6e6;
	color: #7b7b7b;
	font-weight: bold;
}

.idTabs li a {
	padding: 4px;
	width: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.usual div {
	width: 538px;
	height: 240px;
	color: #3a3a3a;
	background: #fff;
	margin: auto auto;
	border: 1px solid #e8e8e8;
	padding: 10px;
}

.usual-ex div {
	width: 538px;
	height: auto;
	color: #3a3a3a;
	background: #fff;
	margin: auto auto;
	border: 1px solid #e8e8e8;
	padding: 10px;
}

.product-features {
	margin: 20px 0 0 20px;
	color: #3a3a3a;
	list-style-position: outside;
}

.product-features li {
	background: url(../images/bullet-small.gif) no-repeat 3px 2px;
	vertical-align: middle;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 120%;
}
