*{
	margin: 0;
	padding: 0;
}

body{
	background: url(backdot.gif);
	font: 9pt Arial, Helvetica, sans-serif;
	color: white;
}
a{
	color: White;
	text-decoration: none;
}
.cleaner{
	clear: both;
}
#backtop{
	background: url(backtop.gif) repeat-x top;
	float: left;
	width: 100%;
}
#backbtm{
	background: url(backbtm.gif) repeat-x bottom;
	float: left;
	width: 100%;
}
#contenttop{
	width: 934px;
	background: #DFEEF5 url(contenttop_0.jpg) no-repeat top;
	margin: 30px auto 0px;
}
#contentbtm{
	width: 934px;
	background: url(contentbtm.jpg) no-repeat bottom;
	height: 100%;
	min-height: 900px;
	margin: 0px auto;
}
#language{
	width: 500px;
	float: right;
	text-align: right;
	padding: 7px 20px;
}
#language a{
	padding: 0 5px;
	font-weight: bold;
}
#language a:hover{
	color: #FF4500;
}
#left{
	width: 151px;
	float: left;
	padding: 127px 0 0 36px;
}
#right{
	width: 600px;
	min-height: 600px;
	float: left;
	margin: 250px 0 100px 90px;
	font-size: 10.5pt;
	color: Black;
	line-height: 175%;
}
#right h1{
	font-size: 18px;
	color: #000155;
	padding-bottom: 40px;
}
#right h1 span{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
}
#right .processsupport li{
	margin-left: 20px;
}
#right .processsupport li img{
	border: 0px;
}

/**table**/
table {
	width:450px;
	font-size:12px;
	color:#333333;
	border-collapse:collapse;
	text-align:left;
	margin-left: 100px;
	margin-top: 40px;
}
th,td{
	padding:3px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:10px;
}
th{
	text-align:left;
	color:#666666;
}
.textInput{
	width:150px;
	height:20px;
	border:1px solid #999;
	line-height:21px;
}
.textInput:focus{
	background: #F2F2F2;
}
.textAreaStyle{
	width:250px;
	height:100px;
	border:1px solid #999;
}
.textAreaStyle:focus{
	background: #F2F2F2;
}
.submitButton{
	width:100px;
	height:25px;
	margin-top:20px;
	margin-left:350px;
	font-size:12px;
	font-weight:bold;
	border:2px solid #F38B77;
	border-right-color:#A52F19;
	border-bottom-color:#A52F19;
	background-color:#E14D31;
	color:white;
}
/**newslist**/
ul#newslist{
	width: 552px;
	float:left;
	margin: 20px 0;
	font-size: 10.5pt;
}
#newslist li{
	list-style: none;
	border-bottom: 1px dotted #DFDFDF;
	width: 550px;
	float: left;
	padding: 8px 0;
	margin: 0 25px;
}

#newslist li strong{
	color: Red;
	font-weight: normal;
	padding-right: 15px;
}

#newslist a{
	color: Black;
}
#newslist a:hover{
	text-decoration: underline;
}
#pages_control{
	float: right;
	font-size: 12px;
	width: 400px;
	text-align: right;
}
#pages_control a{
	color: Red;
}
#pages_control a:hover{
	text-decoration: underline;
}
#faqlist h2{
	font-size: 16px;
	font-weight: bold;
	color: #FF8C00;
}
#faqlist li,#doclist li{
	margin-bottom: 20px;
	margin-top: 10px;
	clear: both;
	width: 100%;
	float: left;
}
#doclist li{
	margin-bottom: 10px;
}
#faqlist li a{
	border-bottom: 1px dotted #FF4500;
	color: #747474;
	font-weight: bold;
}
#faqlist li a:hover{
	border-bottom: none;
	color: Black;
}
#doclist h2{
	font-size: 11px;
}
#doclist h2 a{
	font-size: 16px;
	color: #FF8C00;
}
#doclist h2 a:hover{
	text-decoration: underline;
}
/**productlist**/
#productlist li{
	width: 137px;
	/*width: 140px;*/
	display: block;
	float: left;
	height: 175px;
	overflow: hidden;
}
#productlist li{
	margin: 5px;
	}

#productlist li img{
	margin: 15px 7px 5px 7px;
	border: 0px;
}

#productlist li span{
	text-align: center;
	display: block;
	width: 135px;
	font-weight: bold;
}
#productlist li span a{
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
#productlist li span a:hover{
	color: #FF8C00;
}

h2.producttitle{
	font-size: 16px;
	border-bottom: 2px solid #00008B;
	color: #00008B;
}
img.productpic{
	margin: 20px 5px;
	float: left;
	width: 120px;
	height: 120px;
}
ul.productlist2{
	display: block;
	float: left;
	width: 380px;
	clear: right;
	margin: 20px 5px 40px 35px;
}
ul.productlist2 li{
	list-style: none;
	float: left;
	width: 190px;
}
ul.productlist2 li a{
	color: Black;
	font-size: 9pt;
	padding: 5px;
}
ul.productlist2 li a:hover{
	color: White;
	background-color: Red;
}
