/* general styles */

body {
	font-family: Arial, Helvetica, sans-serif;
 	background-image: url(Images/waves.gif);
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

a:link {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #C60;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

table, img {
	border:0;
}

ol {
	list-style: decimal;
}

ul li {
	list-style-position: inside;
	list-style-image:  url(Images/pdf_icon.gif);
	margin-bottom: -30px;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	color: #036;	
	margin: 0;
	padding: 50px 0 10px 0;
}

h3 {
	font-size: 12px;
	color: #333;	
	margin: 0;
	padding: 20px 0 0 0;
}

/* centering container 
.wrapper {
	background:  url(Images/back_orange.gif) repeat-x top;
}*/

/* right column */
.rightCol,
.rightColText,
.rightColEnd, {
	width: 169px;
	border: 0;
	text-align: left;
}

.rightCol {
	background:  url(Images/gr_back.gif) repeat-y top;
	font-size: 11px;
	color: #666;
}

.rightCol p{
	padding: 10px 25px 0 10px;
}

/* header, content, footer containers */

table#c1,
table#c2,
table#c3,
table#c4 {
	width: 760px;
	border: 0;
}

/* heading title */ 

div.contentHead {
	position: relative;
	width: 756px;
	height: 149px;
	text-align: left;
}

div.contentHead h1 {
	position: absolute;
	left: 0;
	bottom: -23px;
	margin: 0;
	padding: 0;
}


/* heading -- background+lines */

.A-type,
.B-type,
.C-type,
.D-type,
.E-type,
.F-type,
.G-type {
	width: 756px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;		
}

.A-type {
	background: #FFF url("ImagesContent/A.jpg") right top no-repeat;
}

/* sub navigation */

.subNav {
	width: 758px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #B6C9DB;
	height: 23px;
	font-size: 12px;
}

.subNav a {
	font-size: 12px;
}

.subNav td {
	text-align: center;
}

.subNav a:link, 
.subNav a:visited {
	color: #18526F;
	font-weight: bold;
}

.subNav a:hover {
	text-decoration: underline;
	color: #039;
}

/* footer */ 

.copy {
	width: 760px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	background: #999;
	border-top: 20px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copy p {
	margin: 0;
}

/*.copy a:link, 
.copy a:visited {
	padding-left: 30px;
	text-align: left;
	color: #039;
	font-size: 12px
}

.copy a:hover {
	text-decoration: underline;
	color: #039;
}*/

.home {
	border: 1px solid #666;
}


/* Content Unit - Primary Unit*/

.primaryUnit {
	width: 420px;
}


/* Content Unit - Secondary Unit */

.secondaryUnit {
	border-top: 1px solid #666;
	width: 756px;
}

/*  Content Side Bars (main content) */ 

td.sideBar {
	width: 210px;
	vertical-align: top;
	background: #FFF;
}

td.sideBarWide {
	width: 411px;
	vertical-align: top;
	text-align: left;
}

td.sideBar2 {
	width: 210px;
	vertical-align: top;	
}

td.sideBar2 p {
	color: #36C;	
	text-align: right;
	line-height: 16px;
	font-size: 11px;
	padding: 10px 20px;
}

/* temp for future 
td.sideBar p {
	padding: 0;
	margin: 0 0 -10px 0;
	font-size: 11px;
	text-align: right;
}*/

td.sideBar p, 
td.sideBar2 p {
	margin-top: 30px;
	text-align: center;
}

td.sideBar h2 {
	text-align: center;
}

#sideNav {
	margin-top: 36px;
}

/* Content Side Bars - extra effects */

td.extra {
	vertical-align: bottom;
}

/* Content area */

.content {
	width: 420px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 20px 0 10px;
	text-align: left;
	vertical-align: top;
}

.content2 {
	width: 348px;
	font-size: 12px;
	line-height: 20px;
	padding: 0 20px 0 10px;
	text-align: left;
	vertical-align: top;
}

/* Used for pages with flash on top of the content area */

.flashContent {
	padding-top: 50px;
}

/* contact pages */

table.contacts td {
	border-top: 1px solid #333;
	padding: 10px 25px;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

table.contacts td h2 {
	margin: 0;
	padding: 0;
}


/* FAQ page */

.QA {
	color: #F90;
	font-weight: bold;
	font-size: 16px;
}

/* News page */

ul.news {
	color: #F90;
	margin: 2em 0;
}

/* B types - Third level Nav */

div.thirdNav {
	position: absolute;
	top: 10px;
	left: 38px;
	margin: 0;
	padding: 0;
}

.thirdNav {
	text-align: left;
	margin: 2em 0;
}

.thirdNav a {
	font-size: 12px;
}

/* Specifications tables */

.specsUnit {
	margin-bottom: 2em;
}

.specsUnit th {
	font-size: 14px;
	font-weight: normal;
	color: #F90;
	border-bottom: 1px solid #666;
	text-align: left;
}

.table-line tr{
	font-size: 11px;
	height: 20px;
	border-bottom: 1px #666;
	text-align: left;
}

/* table Gallery */
.tableGallery,
.tableGallery1 {
	width: 360px;	
	font-size: 11px;
	text-align: left;
}

.tableGallery td {
	margin-bottom: 2px;
	border-bottom: 1px solid #666;
}

.tableGallery1 td {
	padding: 5px;
	color: #666;
}

.tableGallery1 img {
	border: 1px solid #666;
}

/* (New) Products Unit */

.productsUnit {
	width: 100%;
	font-size: 12px;
	margin-top: 1em;
	border-top: 1px solid #666;	
}

.productsUnit td {
	width: 25%;
	text-align: center;
	vertical-align: bottom;
}

.productsUnitLine td {
	border-top: 1px solid #666;
	padding: 1em 0;
}


/* filtering pages */ 

.catalogRow {
	border-bottom: 1px dotted #333;	
}

.contentCatalog {
	text-align: left;
	width: 546px;
}

/* Home page */

table.primaryUnitHome {
	border-top: 1px solid #666;
}

table.primaryUnitHome td.content h2 {
	padding-top: 0;
}

table.primaryUnitHome td.content {
	width: 546px;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

td.content td.col1 {
	width: 310px;
	padding: 20px 10px;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;	
}

td.content td.col2 {
	width: 166px;
	padding: 0 15px 0 0;
	color: #36C;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	text-align: right;	
}

table.primaryUnitHome td.sideBar {
	border-right: 1px solid #666;
}

table.primaryUnitHome td.sideBar div {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 0;
}

/* downloadPage numbers */

.dowload {
	width: 290px;
}

.dowload tr{
	border-bottom: 1px solid #999;
}

.dowload td{
	padding: 2px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

/* resource page login area */

#log {
	width: 200px;
	margin-top: 20px;
}

#log th {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

#log td {
	height: 28px;
	text-align: right;
	padding-right: 5px;
}

/* Search pages (product filtering) */

.filter {
	width: 500px;
}

.filter th {
	color: #000;
	width: 150px;
	height: 40px;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-right: 50px;
}

.filter img {
	margin: 20px 20px 0 0;
}

.filterNav a,
.filterNavTop a {
	color: #F90;
}

.filterNav {
	color: #000;
	font-size: 12px;
	text-align: right;
	padding: 1em 2em 0 0;
}

.filterNavTop {
	position: relative;
	top: 70px;
	right: 20px;
	color: #000;
	font-size: 12px;
	text-align: right;
	padding: 0;
	margin: 0;
}


/* Show Finder page */

.finder {
	width: 579px;
	height: 354px;
	margin: 35px auto;
}

.finder td {
	text-align: left;
}

.finder h2 {
	margin: 5px 0 0 0;
	padding: 0;
}

.finder label {
	font-size: 12px;
	color: #036;
	padding-right: 10px;		
}

/* Contact page - World Wide List */

.contactList {
	border-top: 1px solid #666;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contactList th {
	color: #933;
	vertical-align: top;
	padding: 1em 2em;	
	text-align: left;
	border-bottom:1px solid #666;
}

.contactList th h2 {
	margin-bottom: 0;
	padding: 0;
}

.contactList td {
	text-align: left;
	padding: 100px 10px 10px 10px;
	vertical-align: top;
	border-bottom:1px solid #666;
}

/* action items */

dl#actions {
        text-align: left;
        padding: 5px 14px;
}

dl#actions dt{
        margin: 8px 0;
        padding: 0;
}

dl#actions div{
        margin: 0 0 0 25px;
        padding: 0;
		border: 0;
}

dl#actions a {
        color: #333;
        font-size: 11px;
        font-weight: normal;
        padding-left: 25px;     
}

dl#actions a.linksEmail {
        background: url(Images/ico_env.gif) no-repeat left;
}

dl#actions a.linksNews {
        background: url(Images/ico_sign.gif) no-repeat left;
}

dl#actions a.linksExpert {
        background: url(Images/ico_expert.gif) no-repeat left;
}

dl#actions a.linksList {
		font-size: 12px;
		margin: -25px;
}

/* top nav */
.topC {
	text-align: center;
} 


/* send your resume/ email link forms */

.form01 {
	width: 500px;
	margin-bottom: 1em; 
}

.form01 th {
	text-align: left;
	vertical-align: top;
	width: 140px;
}

.form01 td, 
.form01 th {
	padding: 4px 0;
}

ul.error li {
	color: #990000;
}

/*  Flash Interactive Movies*/

.contanerFlash {
	text-align:center;
} 

.contanerFlash td{
	border: 1px solid #666;
}
