/* Styles by AL6400 Solutions */

body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #BCBEC0;
	width:100%;
	margin: 0 auto;
}

img { border: none; }

#page {

	overflow:hidden;
	margin: 0 auto;
	width: 950px;
	min-width: 950px;
	/*display: inline-block;*/
	border: 1px solid gray;
	background-color: white;
}

#container {
	position: relative;
	text-align: left;
	width: 100%;
	background: url(images/side.jpg) repeat-y left top;
	/*background-color: black;*/
	margin: 0px;
	padding: 0px;
	float: left;
}

	#side {
		position: relative;
		width: 160px;
		height: 100%;
		margin: 0px 10px;
		_margin: 0px 5px;
		padding: 0px;
		float: left;
	}
	
		#side img {
			margin-left: 0px;
			padding: 0px;
			margin-bottom: 50px;
		}
	
		.sideNav {
			width: 153px;
			height: 21px;
			background: url(images/sideNav.jpg) no-repeat;
			text-indent: 30px;
			margin-left: 3px;
			font-size: 0.7em;
			color: white;
		}
		
			.sideNav a:link {
				color: white;
				text-decoration: none;
				line-height: 2.0em;		
			}

			.sideNav a:visited {
				color: white;
				text-decoration: none;
				line-height: 2.0em;		
			}
			
			.sideNav a:hover {
				color: #FCAF1B;
				text-decoration: none;
				line-height: 2.0em;		
			}
			
			
			
		.sideForm {
			padding-top: 20px;
			font-size: 0.7em;
			color: white;
			text-align: center;
		}
		
		.sideForm input {
			width: 150px;
			padding:0px;
			margin: 0px;
		}
		
		.sideForm .submit, form .submit, form .reset {
			width: 100px;
			margin-top: 10px;
			padding: 2px 0px;
			background: url(images/footer.jpg) repeat-x top left;
			border: none;
		}
		
		.sideForm input:link.submit, form input:link.submit {
		}
		
		.sideForm input:hover.submit, form input:hover.submit, form input:hover.reset {
			color: white;
		}
		
		.spacer {
			margin: 15px 0px;
		}
	
	#wrapper {
		position: relative;
		/*left: 190px;*/
		width: 755px;
		padding-bottom: 10px;
		/*margin-left: 5px;*/
		float: left;
		/*background-color: blue;*/
	}
	
		#banner {
			position: relative;
		}
		
			#banner img {
				padding-top: 20px;
			}
		
		#nav {
			position: relative;
			height: 160px;
			padding-top: 5px;
			border-top: 1px solid black;
			border-bottom: 1px solid black;
		}
		
			.blkBtn {
				position: relative;
				width: 185px;
				height: 48px;
				background: url(images/btnBlk.jpg) no-repeat;
				text-indent: 8px;
				line-height: 2.2em;
				float: left;
			}
			
				.blkBtn a:link {
					font-size: 0.7em;
					color: white;
					text-decoration: none;
				}

				.blkBtn a:visited {
					font-size: 0.7em;
					color: white;
					text-decoration: none;
				}
				
				.blkBtn a:hover {
					color: #FCAF1B;
				}
				
		
				.blkBtn a:active {
					font-size: 0.7em;
					color: white;
					text-decoration: none;
				}
			
			.orangeBtn {
				position:relative;
				width: 120px;
				height: 100px;
				float: left;
			}
			
			.bump {
				margin: 0px 3px;
			}
			
			.bumper {
				margin-left: 6px;
			}
			
		
		#content {
			margin-top: 10px;
			/*height: auto;*/	
		}

		
#footer {
	position: relative;
	width: 100%;
	height: 66px;
	background: url(images/side.jpg) repeat-y left top;
	padding-top: 10px;
	float: left;
}

	#bar {
		position: relative;
		width: 100%;
		height: 36px;
		background: url(images/footer.jpg) repeat-x left;
		text-align: left;
		line-height: 2.0em;
	}
	
	#bar ul {
		list-style-type: none;
		display: inline;
		margin: 0px;
		padding-left: 180px;
	}
	
	#bar ul li {
		display: inline;
		border-right: 1px solid white;
	}
	
	#bar ul li.last {
		border-right: none;
	}
	
		#bar a:link {
			font-size: 0.8em;
			color: white;
			text-decoration: none;
			margin: 0px 10px;
		}
		
				
		#bar a:visited {
			font-size: 0.8em;
			color: white;
			text-decoration: none;
			margin: 0px 10px;
		}

		#bar a:hover {
			color: black;
		}

		#bar a:active {
			font-size: 0.8em;
			color: white;
			text-decoration: none;
			margin: 0px 10px;
		}
	
	#box {
		position: relative;
		margin: 0px 5px;
		padding-top: 8px;
		width: 160px;
		height: 30px;
		font-size: 0.8em;
		/*background-color: black;*/
		color: white;
		float: left;
	}
	
		#box a:link {
			color: white;
			text-decoration: none;
		}
	
				
		#box a:visited {
			color: white;
			text-decoration: none;
		}

		#box a:hover {
			color: #FCAF1B;
		}

		#box a:active {
			color: white;
			text-decoration: none;
		}
	
	#copy {
		position: relative;
		padding-top: 10px;
		margin-left: 15px;
		font-size: 0.7em;
		text-align: left;
		color:gray;
		float: left;
	}

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

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

	#copy a:hover {
		color: #FCAF1B;
		text-decoration: none;
	}

	#copy a:active {
		color:gray;
		text-decoration: none;
	}



.specials {
	position: relative;
	float: left;
}


.title {
	position: relative;
	width: 100%;
	height: 80px;
	float: left;
}

.column  {
	position: relative;
	width: 360px;
	margin-left: 10px;
	padding-bottom: 20px;
	float:left;
}



.heading {
	color: #FF9933;
	font-size: 0.9em;
	font-weight: bold;
}

.text {
	color: #666666;
	font-size: 0.8em;
}

	.text a:link {
		color: #666666;
		text-decoration: none;
	}
	.text a:visited {
		color: #666666;
		text-decoration: none;
	}
	.text a:hover {
		color: white;
		background-color: #ff9933;
		text-decoration: none;
	}
	.text a:active {
		color: #666666;
		text-decoration: none;	
	}

#video {
	width: 360px;
	height: 360px;
	color: white;
	background-color: white;
	padding-top: 30px;

}

.certified {
	width: 755px;
	height: 524px;
	background: url(images/title_Certified.jpg) no-repeat;
}

.gallery {
	width: 755px;
	height: 524px;
	background: url(images/title_Gallery.jpg) no-repeat;
}

.contact {
	width: 755px;
	height: 524px;
	background: url(images/title_Contact.jpg) no-repeat;
}

.news {
	width: 755px;
	background: url(images/News_bkgd.jpg) no-repeat;
}




.col3 {
	position: relative;
	width: 251px;
	font-size: 0.8em;
	text-align: center;
	float: left;
	background-color: #e3e1e1;
	padding-bottom: 20px;
}

.col3 img {
	border: 2px solid black;
	margin: 30px 0px 5px 0px;
}



.white {
	background-color: white;
}

.textAbout {
	color: #666666;
	font-size: 1.0em;
	margin: 0px 30px;
}



.columnSeries {
	position: relative;
	width: 260px;
	height: auto;
	margin-left: 10px;
	padding-bottom: 20px;
	display: block;
	float:left;
}

.columnNews  {
	position: relative;
	width: 550px;
	margin-left: 10px;
	padding-bottom: 20px;
	float:left;
}

.columnNews01  {
	position: relative;
	width: 400px;
	margin-left: 10px;
	padding-bottom: 20px;
	float:left;
}
/*
.columnNews {
	width: 260px;
	margin-left: 10px;
	margin-top: 200px;
	padding-bottom: 20px;
	display: block;
}
*/
.columnSeries img {
	margin-bottom: 10px;
}


.textSeries {
	color: #666666;
	font-size: 0.8em;
}

.sc {
	width: 755px;
	height: 420px;
	background: url(images/seriesSC_bkgd.jpg) no-repeat;
}

.es {
	width: 755px;
	height: 420px;
	background: url(images/seriesES_bkgd.jpg) no-repeat;
}

.t {
	width: 755px;
	height: 420px;
	background: url(images/seriesT_bkgd.jpg) no-repeat;
}

.mb {
	width: 755px;
	height: 420px;
	background: url(images/seriesMB_bkgd.jpg) no-repeat;
}

.v {
	width: 755px;
	height: 510px;
	background: url(images/seriesVX_bkgd.jpg) no-repeat top;
}


.b {
	width: 755px;
	height: 430px;
	background: url(images/seriesB_bkgd.jpg) no-repeat top;
}

.work {
	height: auto;
}

.jog {
	padding-top: 200px;
}

.admin {
	width: 755px;
	height: 420px;
	background: url(images/title_Admin.jpg) no-repeat;
}

.dealers {
	width: 755px;
	height: 524px;
	background: url(images/title_findDealer2.jpg) no-repeat;
}

.thankYou {
	width: 755px;
	height: 524px;
	background: url(images/title_thankYou.jpg) no-repeat;
}


form, fieldset {
	border: none;
}

.textAdmin {
	color: #666666;
	font-size: 0.8em;
	text-align: right;
}

.columnFind  {
	position: relative;
	width: 100%;
	margin-left: 0px;
	/*padding-bottom: 20px;*/
	padding: 20px 0px;
	float:left;
}

.blackTxt {
	color: black;
	font-size: 0.8em;
}

.whiteTxt {
	color: white;
	font-size: 0.8em;
}

.specs {
	width: 100%;
	text-align: center;
}

.specs img {
	padding-bottom: 20px;
}



	.columnFind fieldset.left
	{
	position: relative;
	float: left;
	line-height: 0.8em;
	display: block;
	width: 200px;
	margin-left: 70px;
	padding: 0px 2px;
	border: none;
	}

		.columnFind fieldset.right
	{
	position: relative;
	float: left;
	display: block;
	width: 300px;
	margin-left: 30px;
	padding: 0px 2px;
	border: none;
	}
 

	.columnFind form input.value {
		width: 200px;
	}

	.columnFind form {
		font-size: 0.9em;
		}


	.columnFind form .submit {
			width: 180px;
			margin-top: 10px;
			padding: 2px 0px;
			background: url(images/footer.jpg) repeat-x top left;
			border: none;
		}
		

/* added styles by Jey

1. class_newsBtn and id_newsBtn for index page
2. table.menu for dropdown menu
*/

		
#newsBtn {
	margin-top: 20px;
}
.newsBtn {
	padding-left: 20px;
	text-align: left;
	background: url(images/btnArrow01.jpg) no-repeat;
}
.sideNavSub {
width: 145px;
height: 21px;
background: url(images/sideNavSub.jpg) no-repeat;
padding-left: 30px;
margin-left: 3px;
margin-right: -3px;
margin-right: 0px;
font-size: 0.7em;
color: white;
}
			.sideNavSub a:link {
				color: white;
				text-decoration: none;
				line-height: 2.0em;		
			}

			.sideNavSub a:visited {
				color: white;
				text-decoration: none;
				line-height: 2.0em;		
			}
			
			.sideNavSub a:hover {
				color: #FCAF1B;
				text-decoration: none;
				line-height: 2.0em;		
			}
.sideNavSub2 {
width: 145px;
height: 39px;
background: url(images/sideNavSub2.jpg) no-repeat;
padding-left: 30px;
padding-top: 3px;
margin-left: 3px;
font-size: 0.7em;
color: white;
}
			.sideNavSub2 a:link {
				color: white;
				text-decoration: none;
				line-height: 1.5em;		
			}

			.sideNavSub2 a:visited {
				color: white;
				text-decoration: none;
				line-height: 1.5em;		
			}
			
			.sideNavSub2 a:hover {
				color: #FCAF1B;
				text-decoration: none;
				line-height: 1.5em;		
			}
table.menu {
font-size: 100%;
position: absolute;
visibility: hidden;
margin-right: 0px;
}
#dropNav{
height: 280px;
}

.profile_relation {
	width: 755px;
	height: 389px;
	background: url(images/title_profile.jpg) no-repeat;
}
.investorrelations {
	width: 755px;
	height: 389px;
	background: url(images/title_investor.jpg) no-repeat;
}

.title_shareinfo {
	width: 755px;
	height: 393px;
	background: url(images/title_shareinfo.jpg) no-repeat;
}

.heading a{
	color: #FF9933;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
