/* Copyright KCNAP Inc. 2004

Contents:
	1. Rollovers
	2. Standards
	3. Header
		a. Logo
		b. Search
		c. Navigation Bar
	4. Level 1 Page
		a. Main Content
		b. Quick Links
		c. Bottom Content
	5. Level 2 Pages
		a. Content Table	
	6. Level 3 Pages
	7. Footer
*/

/* Rollovers */
a:link {
		font-weight : normal;
		text-decoration : none;
		color: #fff;
		background: transparent;
		}
a:visited {
		font-weight : normal;
		text-decoration : none;
		color: #fff;
		background: transparent;
		}
a:hover {
		font-weight : normal;
		text-decoration : none;
		color: #000;
		background: transparent;
		}
		
/* Standards */				
img {
	display: block;
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	}
p, td, li, ul, ol {	
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	}
	
html h1 {
	font-weight: bold;
	font-size: 12px;
	}	
		
html h2 {
	color: #fe860c;
	background: transparent;
	display: block;
	margin-bottom: 2px;
	margin-top: 15px;
	font-size: 12px;
	padding-left: 30px;
	letter-spacing: 1px;
	}
	
html h3 {
	color: #000;
	background: transparent;
	border-bottom: none;
	display: block;
	margin-bottom: 1px;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 30px;
	}
	
html h4 {
	color: #666;
	background: transparent;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 11px;
	font-weight: normal;
	padding-left: 40px;	
		}
			
html p {
	margin-top: 0px;
	font-size: 10px;
	}

html ul, ol {
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	}
	
html li {
	font-size: 11px;
	color: #006;
	margin-bottom: 3px;
	padding-right: 50px;
	}
		
span {
	display: block;
	}
	
.inline {
	display: inline;
	}

html h6 {
	text-transform: uppercase;
	font-size: 8px;
	font-weight:normal;
	color: #666;
	display: inline;
	margin: 0;
	
	}
/* Header */	
	
	/* head - Where the Logo Is */
	
	table#head {
		border-right: 2px solid #000;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		background: #fff;
		}
	
	/* Search */		
	
	#search {
		text-align: right;
		vertical-align: bottom;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 5px;
		}
		
	#search h1{
		color: #fe860c;
		background: transparent;
		border-bottom: none;
		margin-bottom: 0;
		}
	
	#searchform {
		margin: 0;
		}
			
	.fieldtext {
		font-size: 10px;
		background: #fff;
		}	
		
	/* Navigation Bar - */
	
	table#nav {
		font-size: 11px;
		background: transparent;
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		}
	
	table#nav2 {
		font-size: 11px;
		background: transparent;
		border-bottom: 23px solid #000;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		}
		
	#home  {
		font-family: arial, halvetica, sans-serif;
		border-right: 1px solid #fff;
		line-height: 25px;
		vertical-align: top;
		text-align: center;
		letter-spacing: 1px;
		background: #000099;
		}
		
	#about {
		font-family: arial, halvetica, sans-serif;
		border-right: 1px solid #fff;
		line-height: 25px;
		vertical-align: top;
		text-align: center;
		letter-spacing: 1px;
		background: #000099;
		}
		
	#products {
		font-family: arial, halvetica, sans-serif;
		border-right: 1px solid #fff;
		line-height: 25px;
		vertical-align: top;
		text-align: center;
		letter-spacing: 1px;
		background: #000099;
		}
		
	#tools {
		font-family: arial, halvetica, sans-serif;
		border-right: 1px solid #fff;
		line-height: 25px;
		vertical-align: top;
		text-align: center;
		letter-spacing: 1px;
		background: #000099;
		}
		
	#account {
		font-family: arial, halvetica, sans-serif;
		line-height: 25px;
		vertical-align: top;
		text-align: center;
		letter-spacing: 1px;
		background: #000099;
		}
	
	#headermessage {
		background: #000;
		}
	
	#headermessage p {
		font-family: arial, halvetica, sans-serif;
		font-weight: bold;
		color: #999;
		text-align: right;
		vertical-align: top;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		}
							
/* Level 1 */

	/* Main Content - Train Image, Main Selling Points */

	table#image {
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		}
	table#image td {
		vertical-align: top;
		}
			
	table#image h1 {
		color: #000;
		background: transparent;
		border-bottom: none;
		margin-bottom: 0px;
		margin-top: 0px;
		}
			
	/* Custom Rollover Begin */
	table#image a:link, table#image a:visited {
		font-weight : normal;
		text-decoration : none;
		color: #006;
		background: transparent;
		}

	table#image a:hover {
		font-weight : normal;
		text-decoration : none;
		color: #000;
		background: transparent;
		}
	/* Custom Rollover End */
				
	#contentrow p {
		border-bottom: 1px solid #000;
		margin-bottom: 5px;
		display: block;
		}
	
	.tablecontent {
		padding: 5px;
		}
		
	/* Quick Links - And News Sentence */
	
	#quicklinks p {
		border-bottom: 1px solid #666666;
		margin-bottom: 2px;
		display: block;
		}
		
	#quicklinks h1 {
		font-size: 11px;
		}
					
	p#urgent {
		border-bottom: none;	
	}
	
	h1#urgentH {
		padding-top: 5px;
		}
		
	/* Bottom Content - News, Client Story */
	
	table#content {
		background: #000099;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		border-top: 10px solid #000;
		}
			
	table#content td h1 {
		color: #000099;
		background: transparent;
		border-bottom: 1px solid #000;
		margin-bottom: 0;
		margin-top: 0;	
		}
		
	table#content a:link, table#content a:visited {
		font-weight : bold;
		text-decoration : none;
		color: #36c;
		background: transparent;
		}
	 	
	table#content a:hover {
		font-weight : bold;
		text-decoration : none;
		color: #666;
		background: transparent;
		}		
	table#content td p {
		background: transparent;
		margin-top: 5px;	
		}	
					
	#clientstory {
		padding: 10px 10px 5px 5px;
		width: 316px;
		}
	
	#login {
		padding: 10px 5px 5px 0px;
		width: 107px;
		}
	#login p {
		margin-bottom: 0px;
		}
	#news {
		padding: 10px 10px 5px 0px;
		width: 317px;
		}
	
	#loginform {
		font-size: 10px;
		display: block;
		margin-top: 2px;
		}
				
	.login {
		height: 200px;
		border: 1px solid #f90;
		padding: 5px 5px 0px 5px;
		background: #fff url(images/index_envelope.gif) bottom right no-repeat;
		vertical-align: top;		
		}
	
	#envelope {
	background: transparent bottom right;
	background-repeat: no-repeat;
	display: block;
	width: 92px;
	height: 25%;
		}
			
	.contentbox1 {
		height: 200px;
		background: #fff;
		vertical-align: top;
		padding: 5px 5px 0px 5px;
		border: 1px solid #fe860c;
		}
		
/* Level 2 */
	/* image table */
	table#image2 {
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		}
					
	/* content table */
	
	table#content2 {
		background: #fff;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		border-top: 10px solid #000;
		}
	
	 /* Roll Overs */
		
	#columnleft2 a:link, #columnleft2 a:visited {
		font-weight : bold;
		text-decoration : none;
		color: #36c;
		background: transparent;
		}
	 	
	#columnleft2 a:hover {
		font-weight : bold;
		text-decoration : none;
		color: #666;
		background: transparent;
		}
		
	/* End Roll Overs */
	
	table#content2 td {
		vertical-align: top;
		}
		
	#columnleft2 {
		padding: 10px 0px 10px 10px;
		text-align: justify;
		}
	
	#columnright2 {
		padding-top: 10px;
		padding-bottom: 10px;
		width: 152px;
		text-align: left;
		}
		
	#columnleft2 h1 {
		color: #006;
		background: transparent;
		display: block;
		margin-top: -5px;
		margin-bottom: 10px;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: normal;
			}
	
	#columnleft2 p {
		background: transparent;
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 11px;
		padding-left: 30px;
		padding-right: 50px;
		}
		
	#columnright2 p {
		vertical-align: top;
		border-top: 1px solid #000;
		padding: 1px 0px 1px 5px;
		margin-bottom: 2px;
		}

	#columnright2 h1 {
		font-size: 11px;
		color: #fff;
		background: #000;
		border-bottom: none;
		padding-left: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 15px;
		}
	
	.column	{
		background: #fff;
		display: block; 
		}
	
	.column2	{
		background: #000066;
		display: block;
		width: 142px;
		margin-bottom: 10px;
		padding-bottom: 1px;
		}
	
	.formcolumn	{
		border: 1px solid #000;
		background: transparent;
		margin: 10px;
		}	
			
	p#contactpar {
		padding-left: 20px;
	}
	
/* Level 3 */

table#content3 {
	background: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	}
	
table#content3 td {
	vertical-align: top;
	}
	
#level3image  {
	margin-bottom: 10px;
	}	
		
#content3left p {
	vertical-align: top;
	border-top: 1px solid #000;
	padding: 1px 0px 1px 5px;
	margin-bottom: 2px;
	}
	
#content3left h1 {
	font-size: 11px;
	color: #fff;
	background: #000;
	border-bottom: none;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
	}

#content3right h1 {
	color: #006;
	background: transparent;
	border-bottom: none;
	display: block;
	margin-bottom: 10px;
	margin-top: -3px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
		}		
			
#content3right ul {
		margin-top: 0;
		margin-bottom: 5px;
		padding-left: 40px;
		padding-right: 50px;
		}
				
#content3right p {
	background: transparent;
	display: block;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 50px;
	}
		
.column3	{
	background: #000099;
	width: 150px;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 1px;
	}
					
#content3left {
	vertical-align: top;
	width: 152px;
	}
	
#content3left p {
	font-size: 10px;
	margin-bottom: 2px;
	}
		
#content3right {
	width: 588px;
	text-align: justify;
	}
	
#content3right a:link, #content3right a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #36c;
	background: transparent;
	}
		
#content3right a:hover {
	font-weight : bold;
	text-decoration : none;
	color: #666;
	background: transparent;
	}
			
#content4center {
	text-align: justify;
	}
	
#content4center h1 {
	color: #006;
	background: transparent;
	border-bottom: none;
	display: block;
	margin-bottom: 2px;
	margin-top: 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
		}		
			
#content4center ul {
	margin-top: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	padding-right: 50px;
		}
				
#content4center p {
	background: transparent;
	display: block;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 50px;
	}
	
#content4center a:link, #content4center a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #930;
	background: transparent;
	}
		
#content4center a:hover {
	font-weight : bold;
	text-decoration : none;
	color: #666;
	background: transparent;
	}
									
/* Footer */

table#footer {
	background: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	}	
#footercontent p {
	color: #fff;
	text-align: center;
	}
#footercontent {
	vertical-align: top;
	padding-top: 8px;
	}		

#form {
	padding-left: 30px;
	} 
	
#wan li {
	margin-left: 15px;
	color: #333;
	}
