
/* global */

* {
	margin: 0px; 
	padding:0px;
}
img {
	border: none;
}

a:link, a:visited {
	color: #1251D9;
}
a:hover, a:active {
	color: #49A3FF;
}	
h1 {
	text-align: left;
	margin: 0;
 	font-size: 20px;
	color: #202646;
}
h2 {
	font-size: 16px;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #333;
	line-height: 1.1em;
	padding: 0 220px 20px 0;
	
}
h4 {
	font-size: 14px;
	color: #113F90;
	padding: 0 80px 0px 0;
}
h5 {	
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	padding:0px 70px .25em 0px;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center; 
	background-color: #FFF;
	vertical-align: top;
}
.container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
.content {
	border: 0px solid orange;
	float:left;
	clear:both;
	padding: 7px 0 0px 0;
}
.copytext {	
 	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding:0px 70px 20px 0px;
}
table {
	border-collapse: collapse;
	border-spacing:0px;
	text-indent:0;
}
td, th {
 	color: #333;
	text-align: left;
	vertical-align: top;
	padding:5px;
}





/* index page */
.index_table {
	border: 1px solid #B7B7B7;
}

.index_table td {
	border-right: 1px solid #B7B7B7;
	vertical-align: top;
}
.index_table td.bug{
	border-right: 1px solid #333;
	vertical-align: bottom;
}
.pthumb {
		text-align: center;
		width: 200px;
		height: 114px;
}

.product_title {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #113F90;
}
.product_desc {
	margin: 10px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.industry {
	background-color: #fff;
}
.industrylink {
 	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding:0px 0 10px 0;
}


/* application page */

.app {
	border: 0px solid green;
	clear:both;
	padding: 0 0 25px 0;
}
.floatRight {
	border: 0px solid red;
 	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 160px;
}
.floatRight p {	
	padding:0px 70px 5px 0px;
}
.floatLeft { 
	border: 0px solid blue;
    float: left; 
    margin: 0px;
	padding:0px 0px 0px 0px;
}



/*  product pages */

.product_hdr {
	margin: 0px 0 20px 0;
}
.product_table {
	border: 1px solid #333;
	font-size:12px;
	margin: 5px 0 20px 0;
}
.product_table th {
	border: 1px solid #333;
	width:170px;
}
.product_table td {
	border: 1px solid #333;
	width:420px;
}
.product_txt {
	font-size:12px;
}
.order_table {
	border: 1px solid #333;
	font-size:12px;
	margin: 5px 0 20px 0;
}
.order_table th {
	border: 1px solid #333;
	width:170px;
}
.order_table td {
	border: 1px solid #333;
	width:170px;
}


/*  news */

#news .copytext p{	
	padding: 0px 0px .5em 0px;
}




/*  common footer */
	
#footer {
	clear:both;
	border: 0px solid red;
	padding: 20px 0;
	font-size: 11px;
} 

#footlogo {
	border: 0px solid red;
	float:left;
}

#copyright {
	clear:both;
	border: 0px solid blue;
	text-align: center;
	width: 100%;
}


/* navigation */

.nav {
 	font-size: 13px;
	color: #006;
	padding: 1px 0 50px 0;
}
#tabs {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

#tabs li a {
	display: block;
	margin: 0 1px 0 0px;
	padding: 4px 0px;
	width: 159px;
	background: #1251D9;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#tabs li a.on {	
	display: block;
	margin: 0 1px 0 0px;
	padding: 4px 0px;
	width: 159px;
	background: #49A3FF;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#tabs li a:hover {	
	background: #49A3FF;
}

#tabs div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 0px solid #2875DE;
}

#tabs div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 0px 5px 0px;
	width: 159px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #DFE9FF;
	color: #2875DE;
	font: 12px arial;
}

#tabs div a:hover {
	background: #49A3FF;
	color: #FFF;
}


