body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
body, p, ul, ol, div, h1, h2, h3, h4, h5, h6, form, table, tr, td{
	line-height: 1.5em;
}
.right h2 {
	line-height: 24px;
	margin-bottom: 5px;	
}
.right h3, .right h4 {
	margin-bottom: 5px;	
}
body{
	background-color: White;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
h1{
	font-size: 180%;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 115%;
}
h4{
	font-size: 105%;
}
h5{
	font-size: 100%;
}
h2, h3, h4, h5{
	padding-bottom: 2px;
}
h2.normal, h3.normal, h4.normal{
	font-size: 100%;
}
p{
	margin-bottom: 1.4em;
}
p.small-margin{
	margin-bottom: 0.7em;
}
p.no-margin{
	margin-bottom: 0em;
}

.container{
	width: 760px;
	position: relative;
}
.container.container-home{
	width: 910px;
}

.header{
	width: 760px;
	height: 135px;
	padding-top: 19px;
	position: relative;
}
.header-head{
	display: block;
	width: 389px;
	height: 42px;
	position: absolute;
	top: 19px;
	left: 176px;
}
.header-logo-small{
	display: block;
	width: 116px;
	height: 30px;
	position: absolute;
	top: 19px;
	left: 608px;
}
.header-menu{
	color: #999;
	float: right;
	position: absolute;
	/*width: 500px;*/
	width: 547px;
/*	height: 11px;*/
/*	line-height: 11px;
	top: 90px;*/
	bottom: 50px;
	right: 36px;
	text-align: right;
}
.header-menu a{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.header-menu a:hover{
	text-decoration: underline;
}
.header-block{
	width: 584px;
	/*height: 27px;*/
	line-height: 27px;
	color: #fff;
	margin-bottom: 12px;
	/*position: absolute;
	top: 108px;
	left: 176px;*/
}
.header-block h1{
	font-size: 150%;
	line-height: 27px;
	padding-left: 10px;
}

.main{
}
.left{
	width: 145px;
	float: left;
}
.search{
	padding-left: 14px;
	padding-bottom: 14px;
}
.search-input{
	width: 81px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	color: #999;
	padding: 2px 4px;
}
.search-button{
	float: left;
	margin-left: 4px;
}
.left-menu{
	clear: both;
	list-style: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
}
.left-menu li{
	padding: 0.2em 0 0.2em 7px;
	line-height: 1.2em;
}
.left-menu a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.left-menu a:hover{
	text-decoration: underline;
}
.left-submenu{
	clear: both;
	list-style: none;
	padding-left: 8px;
	padding-top: 0.2em;
}
.left-submenu a{
	font-weight: normal;
}
.left-menu-global{
	list-style: none;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 7px;
}
.left-menu-global li{
	padding-left: 7px;
}
.left-menu-global a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.left-menu-global a:hover{
	text-decoration: underline;
}

.right{
	width: 584px;
	padding-left: 31px;
	float: right;
	font-size: 1.1em;
}
.container-home .right{
	padding-right: 144px;
}
#flash{
	text-align: center;
	padding-bottom: 20px;
}
.right a, .right-col a{
	text-decoration: underline;
}
.right a:hover, .right-col a:hover{
	text-decoration: none;
}
.right ul, .right-col ul{
	margin-bottom: 1.4em;
	padding-left: 20px;
	list-style: none;
}
.right ul li, .right-col ul li{
	padding-left: 12px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 1.5em;
}
.right ol{
	margin-bottom: 1.4em;
	padding-left: 35px;
}
.left-col{
	width: 410px;
	float: left;
}
.right-col{
	width: 150px;
/*	float: right;*/
	position: absolute;
	top: 155px;
	left: 780px;
}
.right-col-block{
	padding: 10px;
	margin-bottom: 15px;
}
.right-col-block ul{
	padding-left: 5px;
}
.worldmap-div{
	width: 140px;
	height: 100px;
	margin-left: -5px;
	margin-top: 5px;
	background: url(../images/worldmap.gif) no-repeat;
}

.head-line{
	font-size: 120%;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.article{
	clear: both;
	padding-bottom: 1.4em;
}
.article-left{
	float: left;
	width: 95px;
	padding-top: 3px;
}
.article-right{
	float: left;
	width: 489px;
}
.left-col .article-right{
	float: left;
	width: 315px;
}

.footer{
	clear: both;
	width: 584px;
	margin-left: 176px;
	height: 29px;
	line-height: 26px;
	color: #999;
	text-align: center;
}
.footer a{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}

.no-display{
	display: none;
}
.clear{
	clear: both;
}
.img-right{
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
	/*clear: both;*/
}
.img-left{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.t-left, .text-left{
	text-align: left;
}
.t-right, .text-right{
	text-align: right;
}
.t-center, .text-center{
	text-align: center;
}
.pdf{
	padding-left: 15px;
	background: url(../images/ico_pdf.gif) no-repeat;
}
.xls{
	padding-left: 15px;
	background: url(../images/ico_xls.gif) no-repeat;
}
.ppt{
	padding-left: 15px;
	background: url(../images/ico_ppt.gif) no-repeat;
}
.print{
	padding-left: 17px;
}
.table-border{
	border-collapse: collapse;
	margin-bottom: 1.4em;
}
.table-border th{
	border-collapse: collapse;
	padding: 3px 6px;
}
.table-border td{
	border-collapse: collapse;
	padding: 3px 6px;
}
.input-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 1px 3px;
}
.input-textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 1px 3px;
}
.select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.w20{ width: 20px; }
.w30{ width: 30px; }
.w40{ width: 40px; }
.w50{ width: 50px; }
.w60{ width: 60px; }
.w70{ width: 70px; }
.w80{ width: 80px; }
.w90{ width: 90px; }
.w100{ width: 100px; }
.w110{ width: 110px; }
.w120{ width: 120px; }
.w130{ width: 130px; }
.w140{ width: 140px; }
.w150{ width: 150px; }
.w180{ width: 180px; }
.w200{ width: 200px; }
.w230{ width: 230px; }
.w250{ width: 250px; }
.w300{ width: 300px; }
.w330{ width: 330px; }
.w350{ width: 350px; }
.w400{ width: 400px; }
.w500{ width: 500px; }
.w550{ width: 550px; }
.w10p{ width: 10%; }
.w15p{ width: 15%; }
.w20p{ width: 20%; }
.w23p{ width: 23%; }
.w25p{ width: 25%; }
.w30p{ width: 30%; }
.w35p{ width: 35%; }
.w40p{ width: 40%; }
.w50p{ width: 50%; }
.w60p{ width: 60%; }
.w70p{ width: 70%; }
.w80p{ width: 80%; }
.w90p{ width: 90%; }
.w95p{ width: 95%; }
.w100p{ width: 100%; }

.right hr {
	overflow: hidden;
	height: 0px;
	border-top: 1px solid #CCCCCC;
	width: 95%;
	margin: 10px auto 10px auto;
}

.float-left { float: left; }
.float-right { float: right; }

.right ul.signpost{
	margin: 0;
	padding: 0;
}
.right ul.signpost li{
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
a.signpost-1{
	display: block;
	width: 60px;
	padding-left: 180px;
	height: 23px;
	padding-top: 150px;
	background: url(../images/signpost_1.jpg);
	font-weight: bold;
	float: left;
	margin-right: 20px;
/*	margin-left: 40px;*/
	margin-bottom: 10px;
}
a.signpost-2{
	display: block;
	width: 60px;
	padding-left: 180px;
	height: 23px;
	padding-top: 150px;
	background: url(../images/signpost_2.jpg);
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

.small{
	font-size: 0.8em;
}
.orange{
	color: #ff6600;
}
.image-left{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.image-right{
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.a-top {
	padding-left: 17px;
}

.customer-reg-heading{
	color: #000;
}
.customer-reg-answer{
	margin-bottom: 1.5em;
	line-height: 1.6em;
	padding-left: 40px;
}
.customer-reg-answer-info{
	padding-left: 15px;
}
