
/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	background-color:#ccc;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	




	
/*TEXT STYLES
================================================================================*/

h1{
	padding:0 0 8px 18px;
	margin:0;
	line-height:100%;
	font:bold 25px Arial, Helvetica, sans-serif;
	color:#0b518d;
	}
	
h2{
	padding:0;
	margin:0;
	line-height:100%;
	font:bold 17px Tahoma;
	color:#fff;
	}
	
h3{
	padding:10px 0 0 20px;
	margin:0;
	line-height:100%;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	width:390px;
	}

#banner_inner2 h3{
	padding:0 0 10px 0;
	margin:0;
	line-height:100%;
	font:bold 27px Arial, Helvetica, sans-serif;
	color:#fff;
	float:none;
	}
	
h4{
	padding:0 0 20px 30px;
	margin:0;
	line-height:100%;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#434242;
	}
	
#pro_detail_content_video h4{
	padding:0 0 20px 30px;
	margin:0;
	line-height:100%;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#ececec;
	}
	
h5{
	padding:0 0 20px 0;
	margin:0;
	line-height:100%;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#242021;
	}
	
#dealer_content h5{
	padding:0 0 20px 0;
	margin:0;
	line-height:100%;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#242021;
	}
	
h6{
	padding:0 0 12px 0;
	margin:0;
	line-height:100%;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	}	







/* NAVIGATION STYLES
================================================================================*/

#nav_middle{
	background:url(../images/nav_bg.jpg) repeat-x 0 0;
	width:698px;
	height:33px;
	float:left;
	}
	
#nav_middle ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#nav_middle ul li{
	padding:0 4px 0 0;
	float:left;
	}
	
.divider{
	background:url(../images/nav_divider.jpg) no-repeat 0 0;
	width:1px;
	height:33px;
	float:left;
	}
	
#home a:link, #home a:visited{
	background:url(../images/home.jpg) no-repeat 0 0;
	width:54px;
	height:29px;
	display:block;
	margin:4px 0 0 0;
	}
	
#home a:hover{
	background:url(../images/home_hover.jpg) no-repeat 0 0;
	width:54px;
	height:29px;
	}
	
#product a:link, #product a:visited{
	background:url(../images/product.jpg) no-repeat 0 0;
	width:87px;
	height:29px;
	display:block;
	margin:4px 0 0 0;
	}
	
#product a:hover{
	background:url(../images/product_hover.jpg) no-repeat 0 0;
	width:87px;
	height:29px;
	}
	
#media a:link, #media a:visited{
	background:url(../images/media.jpg) no-repeat 0 0;
	width:112px;
	height:29px;
	display:block;
	margin:4px 0 0 0;
	}
	
#media a:hover{
	background:url(../images/media_hover.jpg) no-repeat 0 0;
	width:112px;
	height:29px;
	}
	
#info a:link, #info a:visited{
	background:url(../images/info.jpg) no-repeat 0 0;
	width:160px;
	height:29px;
	display:block;
	margin:4px 0 0 0;
	}
	
#info a:hover{
	background:url(../images/info_hover.jpg) no-repeat 0 0;
	width:160px;
	height:29px;
	}
	

	
#about a:link, #about a:visited{
	background:url(../images/about.jpg) no-repeat 0 0;
	width:81px;
	height:29px;
	display:block;
	margin:4px 0 0 0;
	}
	
#about a:hover{
	background:url(../images/about_hover.jpg) no-repeat 0 0;
	width:81px;
	height:29px;
	}
	

#customer a:link, #customer a:visited{
	background:url(../images/customer.jpg) no-repeat 0 0;
	width:147px;
	height:29px;
	display:block;
	margin:4px 0 0 0;
	}
	
#customer a:hover{
	background:url(../images/customer_hover.jpg) no-repeat 0 0;
	width:147px;
	height:29px;
	}
	

	
/*highlighting current page*/

#homepage #home a{
	background:url(../images/home_hover.jpg) no-repeat 0 0;
	width:54px;
	height:29px;
	}
	
#productpage #product a{
	background:url(../images/product_hover.jpg) no-repeat 0 0;
	width:87px;
	height:29px;
	}
	
#mediapage #media a{
	background:url(../images/media_hover.jpg) no-repeat 0 0;
	width:112px;
	height:29px;
	}
	
#infopage #info a{
	background:url(../images/info_hover.jpg) no-repeat 0 0;
	width:160px;
	height:29px;
	}		

#customerpage #customer a{
	background:url(../images/customer_hover.jpg) no-repeat 0 0;
	width:147px;
	height:29px;
	}	

#aboutpage #about a{
	background:url(../images/about_hover.jpg) no-repeat 0 0;
	width:81px;
	height:29px;
	}	
	




/* LAYOUT STYLES
================================================================================*/

#container{
	margin:0 auto 0 auto;
	width:1001px;
	background:#fff url(../images/bg.jpg) repeat-x 0 0;
	padding:48px 0 0 0;
	}
	
#header{
	width:1001px;
	background:#fff url(../images/header_bg.jpg) repeat-x 0 0;
	}
	
#logo{
	width:261px;
	padding:0 0 0 89px;
	}
	
#header_right{
	width:498px;
	position:absolute;
	top:48px;
	margin:0 0 0 503px;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	height:0;
	}	
	
.cleardiv2{
	clear:both;
	font-size:0;
	}
	
#toplinks{
	width:498px;
	background:url(../images/header_right_bg.png) no-repeat 0 0;
	height:34px;
	}
	
#toplinks_left{
	float:left;
	width:207px;
	padding:6px 0 0 58px;
	}
	
#toplinks_right{
	float:left;
	width:210px;
	padding:6px 0 0 23px;
	}
	
#toplinks ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#toplinks ul li{
	padding:0 7px 0 0;
	margin:0;
	display:inline;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#toplinks ul li em{
	font-style:normal;
	color:#848484;
	padding:0 0 0 6px;
	}
	
#toplinks ul li a:link, #toplinks ul li a:visited{
	text-decoration:none;
	color:#fff;
	}
	
#toplinks ul li a:hover{
	text-decoration:underline;
	}
	
#bodyarea_wrapper{
	width:959px;
	padding:0 21px 0 21px;
	}
	
#nav{
	width:959px;
	}
	
#nav_left{
	float:left;
	background:url(../images/nav_left.jpg) no-repeat 0 0;
	width:15px;
	height:33px;
	}
		
#nav_right{
	background:url(../images/nav_right_bg.jpg) no-repeat 0 0;
	width:241px;
	height:29px;
	float:left;
	padding:4px 0 0 4px;
	}
	
#bodyarea{
	padding:11px 0 30px 0;
	width:959px;
	}
	
#leftcol{
	float:left;
	width:201px;
	}
	
.leftbox{
	width:201px;
	padding:0 0 13px 0;
	}
	
.leftbox_heading{
	background:url(../images/leftbox_top_bg.jpg) no-repeat 0 0;
	width:187px;
	height:27px;
	padding:6px 0 0 14px;
	}
	
.leftbox_content{
	background:#fdfdfd url(../images/leftbox_bg.jpg) repeat-x left bottom;
	width:199px;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	}
	
.leftbox_bottom{
	background:url(../images/leftbox_bottom.jpg) no-repeat 0 0;
	width:201px;
	height:13px;
	}
	
.kreg_pro{
	padding:16px 0 10px 12px;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
.kreg_pro li{
	margin:0;
	line-height:170%;
	}
	
.kreg_pro li a:link, .kreg_pro li a:visited{
	background:url(../images/bullet.gif) no-repeat 0 4px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	padding:0 0 0 8px;
	}
	
.kreg_pro li a:hover{
	color:#2183ba;
	background:url(../images/bullet_hover.gif) no-repeat 0 4px;
	}
	
#shop_content{
	background:url(../images/shop_local_bg.jpg) no-repeat 0 0;
	width:161px;
	height:64px;
	padding:12px 0 0 40px;
	}
	
#shop_content p{
	padding:0 0 6px 0;
	margin:0;
	line-height:100%;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#343333;
	}
	
.txtbox{
	border:none;
	background:url(../images/txtbox_search.jpg) no-repeat 0 0;
	width:187px;
	height:14px;
	float:left;
	margin:0 4px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px 8px 6px 8px;
	}
	
.go_btn{
	margin:2px 0 0 0;
	float:left;
	}
	
.txtbox2{
	border:none;
	background:url(../images/txtbox_shop.jpg) no-repeat 0 0;
	width:59px;
	height:14px;
	float:left;
	margin:0 4px 0 24px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px;
	}
	
#plans_content{
	background:url(../images/project_plans_bg.jpg) no-repeat 0 0;
	width:201px;
	height:114px;
	}
	
#plans_content p{
	padding:12px 15px 130px 110px;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:right;
	line-height:130%;
	}
	
#club_content{
	background:url(../images/club_bg.jpg) no-repeat 0 0;
	width:201px;
	height:250px;
	}
	
#club_content p{
	padding:16px 15px 90px 90px;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	text-align:right;
	line-height:130%;
	}
	
#club_form{
	padding:0 0 0 10px;
	}
	
.club_form_row{
	width:190px;
	padding:0 0 5px 0;
	}
	
.club_form_left{
	float:left;
	width:139px;
	}
	
.txtbox3{
	border:none;
	background:url(../images/txtbox_club.png) no-repeat 0 0;
	width:128px;
	height:14px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px;
	}
	
.club_form_right{
	float:left;
	width:46px;
	}
	
#news_outer{
	width:178px;
	padding:11px 10px 0 11px;
	}
	
.news{
	width:178px;
	padding:0 0 20px 0;
	}
	
.news_heading{
	padding:0 0 1px 0;
	margin:0;
	line-height:100%;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
.news_heading a:link, .news_heading a:visited{
	color:#000;
	text-decoration:none;
	}
	
.news_heading a:hover{
	text-decoration:underline;
	}
	
.news_content{
	padding:0 0 2px 0;
	margin:0;
	line-height:140%;
	color:#333;
	}
	
.more{
	padding:0;
	margin:0;
	line-height:100%;
	font:normal 11px Arial, Helvetica, sans-serif;
	}
	
.more a:link, .more a:visited{
	text-decoration:none;
	color:#333;
	}
	
.more a:hover{
	text-decoration:underline;
	}
	
#flags{
	width:195px;
	padding:4px 0 0 6px;
	}
	
#rightcol{
	float:right;
	width:745px;
	}
	
#banner{
	padding:0 0 4px 0;
	width:745px;
	}
	
#content_area{
	width:727px;
	padding:10px 0 0 18px;
	}
	
.content_cell{
	float:left;
	width:153px;
	padding:0 27px 0 0;
	}
	
.pro_pic{
	padding:0 0 10px 0;
	margin:0;
	line-height:100%;
	text-align:center;
	}
	
.pro_title{
	line-height:100%;
	padding:0;
	margin:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	text-align:center;
	}
	
.pro_text{
	line-height:160%;
	padding:18px 0 20px 0;
	margin:0;
	}
	
#footer{
	width:919px;
	background:#2a2a2a url(../images/footer_bg.jpg) repeat-x 0 0;
	padding:10px 41px 0 41px;
	}	
	
#footer_content{
	width:919px;
	}
	
.footer_cell{
	float:left;
	width:228px;
	}
	
.footer_cell ul{
	padding:10px 0 0 0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
.footer_cell ul li{
	padding:0 0 2px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
.footer_cell ul li a:link, .footer_cell ul li a:visited{
	color:#fff;
	text-decoration:none;
	}
	
.footer_cell ul li a:hover{
	text-decoration:underline;
	}

.footer_text{
	padding:20px 0 0 0;
	margin:0;
	line-height:100%;
	}
	
.footer_text2{
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
	line-height:100%;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	}	



/*for inner pages*/

#rightcol_inner{
	float:right;
	width:730px;
	}

#current_page{
	width:720px;
	padding:5px 0 18px 10px;
	color:#434242;
	}
	
#current_page a:link, #current_page a:visited{
	text-decoration:none;
	color:#434242;
	}
	
#current_page a:hover{
	text-decoration:underline;
	}
	
#innerbox_top{
	width:730px;
	}
	
#innerbox_heading{
	width:730px;
	}
	
#innerbox_heading_left{
	float:left;
	background:url(../images/innerbox_topleft.jpg) no-repeat 0 0;
	width:14px;
	height:50px;
	}
	
#innerbox_heading_middle{
	float:left;
	width:700px;
	background:url(../images/innerbox_bg.jpg) repeat-x 0 0;
	height:50px;
	}
	
#innerbox_heading_links{
	float:left;
	width:285px;
	padding:9px 0 0 0;
	}
	
#innerbox_heading_links ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#innerbox_heading_links ul li{
	padding:0 11px 0 0;
	margin:0;
	float:left;
	}
	
#tv a:link, #tv a:visited{
	background:url(../images/innerbox_topright_icon1.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#tv a:hover{
	background:url(../images/innerbox_topright_icon1_h.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#why a:link, #why a:visited{
	background:url(../images/innerbox_topright_icon2.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#why a:hover{
	background:url(../images/innerbox_topright_icon2_h.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#app a:link, #app a:visited{
	background:url(../images/innerbox_topright_icon3.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#app a:hover{
	background:url(../images/innerbox_topright_icon3_h.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#acc a:link, #acc a:visited{
	background:url(../images/innerbox_topright_icon4.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#acc a:hover{
	background:url(../images/innerbox_topright_icon4_h.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#jig a:link, #jig a:visited{
	background:url(../images/innerbox_topright_icon5.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#jig a:hover{
	background:url(../images/innerbox_topright_icon5_h.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#faq a:link, #faq a:visited{
	background:url(../images/innerbox_topright_icon6.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#faq a:hover{
	background:url(../images/innerbox_topright_icon6_h.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#mission a:link, #mission a:visited{
	background:url(../images/mission_small.jpg) no-repeat 0 0;
	width:39px;
	height:38px;
	display:block;
	}
	
#mission a:hover{
	background:url(../images/mission_small_hover.jpg) no-repeat 0 0;
	width:39px;
	height:38px;
	display:block;
	}
	
#history a:link, #history a:visited{
	background:url(../images/history.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#history a:hover{
	background:url(../images/history_hover.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#career a:link, #career a:visited{
	background:url(../images/career_small.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#career a:hover{
	background:url(../images/career_small_hover.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#testi a:link, #testi a:visited{
	background:url(../images/testi_small.jpg) no-repeat 0 0;
	width:40px;
	height:38px;
	display:block;
	}
	
#testi a:hover{
	background:url(../images/testi_small_hover.jpg) no-repeat 0 0;
	width:40px;
	height:38px;
	display:block;
	}
	
#shop_small a:link, #shop_small a:visited{
	background:url(../images/shop_small.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#shop_small a:hover{
	background:url(../images/shop_small_hover.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#regi_small a:link, #regi_small a:visited{
	background:url(../images/regi_small.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#regi_small a:hover{
	background:url(../images/regi_small_hover.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}	

	

#oret_small a:link, #oret_small a:visited{
	background:url(../images/onlineRetailer_small.png) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}

#oret_small a:hover{
	background:url(../images/onlineRetailer_small_hover.png) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#contact_small a:link, #contact_small a:visited{
	background:url(../images/contact_small.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#contact_small a:hover{
	background:url(../images/contact_small_hover.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#purchase_small a:link, #purchase_small a:visited{
	background:url(../images/purchase_small.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#purchase_small a:hover{
	background:url(../images/purchase_small_hover.jpg) no-repeat 0 0;
	width:39px;
	height:39px;
	display:block;
	}
	
#catalog_small a:link, #catalog_small a:visited{
	background:url(../images/catalog_small.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#catalog_small a:hover{
	background:url(../images/catalog_small_hover.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#partner_small a:link, #partner_small a:visited{
	background:url(../images/partner_small.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#partner_small a:hover{
	background:url(../images/partner_small_hover.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#manual_small a:link, #manual_small a:visited{
	background:url(../images/manual_small.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#manual_small a:hover{
	background:url(../images/manual_small_hover.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#wood_small a:link, #wood_small a:visited{
	background:url(../images/wood_small.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#wood_small a:hover{
	background:url(../images/wood_small_hover.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#trade_small a:link, #trade_small a:visited{
	background:url(../images/tradeshow_small.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#trade_small a:hover{
	background:url(../images/tradeshow_small_hover.jpg) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#innerbox_heading_right{
	float:left;
	background:url(../images/innerbox_topright.jpg) no-repeat 0 0;
	width:13px;
	height:50px;
	}
	
#innerbox_content{
	width:727px;
	padding:0 0 14px 0;
	}
	
#innerbox{
	width:744px; /*use width:727px; to avoid the scroll going outside*/
	height:385px;
	overflow:auto;
	}

#info_banner{
	background:#fff url(../images/info_banner_bg.jpg) repeat-x 0 0;
	width:700px;
	padding:20px 0 0 27px;
	}
	
#info_heading{
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#134689;
	padding:0 0 15px 0;
	}
	
.info_link{
	padding:0 0 5px 0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#134689;
	line-height:100%;
	}
	
.info_link a:link, .info_link a:visited{
	text-decoration:none;
	color:#134689;
	}
	
.info_link a:hover{
	text-decoration:underline;
	}
	
.info_text{
	padding:0;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	line-height:130%;
	}
	
#customer_banner{
	background:url(../images/customer_banner.jpg) no-repeat 0 0;
	width:727px;
	height:385px;
	}
	
#customer_text{
	padding:25px 30px 0 500px;
	text-align:right;
	}
	
#about_banner{
	background:url(../images/aboutus2.jpg) no-repeat 0 0;
	width:727px;
	height:385px;
	}
	
#about_text{
	padding:25px 30px 0 500px;
	text-align:right;
	}
	
#banner_inner{
	background:url(../images/innerbox_pic.jpg) no-repeat 0 0;
	width:727px;
	height:421px;
	}
	
#banner_inner p{
	padding:320px 0 0 460px;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	width:225px;
	line-height:125%;
	}
	
#innerbox_links{
	background:#6b6b6b url(../images/innerbox_links_bg.jpg) repeat-x 0 0;
	width:685px;
	padding:30px 20px 0 22px;
	}
	
.innerbox_links_row{
	width:685px;
	padding:0 0 30px 0;
	}

.innerbox_links_cell{
	float:left;
	width:227px;
	}
	
.innerbox_links_cell_left1 a:link, .innerbox_links_cell_left1 a:visited{
	background:url(../images/innerbox_links_icon1.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	display:block;
	float:left;
	}
	
.innerbox_links_cell_left1 a:hover{
	background:url(../images/innerbox_links_icon1_hover.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	}
	
.innerbox_links_cell_left2 a:link, .innerbox_links_cell_left2 a:visited{
	background:url(../images/innerbox_links_icon2.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	display:block;
	float:left;
	}
	
.innerbox_links_cell_left2 a:hover{
	background:url(../images/innerbox_links_icon2_hover.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	}
	
.innerbox_links_cell_left3 a:link, .innerbox_links_cell_left3 a:visited{
	background:url(../images/innerbox_links_icon3.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	display:block;
	float:left;
	}
	
.innerbox_links_cell_left3 a:hover{
	background:url(../images/innerbox_links_icon3_hover.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	}
	
.innerbox_links_cell_left4 a:link, .innerbox_links_cell_left4 a:visited{
	background:url(../images/innerbox_links_icon4.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	display:block;
	float:left;
	}
	
.innerbox_links_cell_left4 a:hover{
	background:url(../images/innerbox_links_icon4_hover.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	}
	
.innerbox_links_cell_left5 a:link, .innerbox_links_cell_left5 a:visited{
	background:url(../images/innerbox_links_icon5.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	display:block;
	float:left;
	}
	
.innerbox_links_cell_left5 a:hover{
	background:url(../images/innerbox_links_icon5_hover.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	}
	
.innerbox_links_cell_left6 a:link, .innerbox_links_cell_left6 a:visited{
	background:url(../images/innerbox_links_icon6.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	display:block;
	float:left;
	}
	
.innerbox_links_cell_left6 a:hover{
	background:url(../images/innerbox_links_icon6_hover.jpg) no-repeat 0 0;
	width:68px;
	height:60px;
	}
		
.innerbox_links_cell_right{
	float:left;
	width:143px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:8px 10px 0 0;
	}
	
.innerbox_links_cell_right a:link, .innerbox_links_cell_right a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}
	
.innerbox_links_cell_right a:hover{
	text-decoration:underline;
	}
	
.mission_big a:link, .mission_big a:visited{
	background:url(../images/mission.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.mission_big a:hover{
	background:url(../images/mission_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.history_big a:link, .history_big a:visited{
	background:url(../images/history_icon.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.history_big a:hover{
	background:url(../images/history_icon_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.career_big a:link, .career_big a:visited{
	background:url(../images/career.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.career_big a:hover{
	background:url(../images/career_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.testi_big a:link, .testi_big a:visited{
	background:url(../images/testi.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.testi_big a:hover{
	background:url(../images/testi_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.shop_big a:link, .shop_big a:visited{
	background:url(../images/shop.jpg) no-repeat 0 0;
	width:74px;
	height:65px;
	display:block;
	float:left;
	}
	
.shop_big a:hover{
	background:url(../images/shop_hover.jpg) no-repeat 0 0;
	width:74px;
	height:65px;
	}
	
.register_big a:link, .register_big a:visited{
	background:url(../images/register_large.png) no-repeat 0 0;
	width:74px;
	height:67px;
	display:block;
	float:left;
	}
	
.register_big a:hover{
	background:url(../images/register_large_light.png) no-repeat 0 0;
	width:74px;
	height:67px;
	}	
	

	
.oret_big a:link, .oret_big a:visited{
	background:url(../images/onlineRetailer.png) no-repeat 0 0;
	width:74px;
	height:67px;
	display:block;
	float:left;
	}

.oret_big a:hover{
	background:url(../images/onlineRetailer_hover.png) no-repeat 0 0;
	width:74px;
	height:67px;
	}
	
	
.contact_big a:link, .contact_big a:visited{
	background:url(../images/contact.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.contact_big a:hover{
	background:url(../images/contact_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.purchase_big a:link, .purchase_big a:visited{
	background:url(../images/purchase.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.purchase_big a:hover{
	background:url(../images/purchase_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.request_big a:link, .request_big a:visited{
	background:url(../images/request.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.request_big a:hover{
	background:url(../images/request_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.manual_big a:link, .manual_big a:visited{
	background:url(../images/manual.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.manual_big a:hover{
	background:url(../images/manual_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.tradeshow_big a:link, .tradeshow_big a:visited{
	background:url(../images/tradeshows.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.tradeshow_big a:hover{
	background:url(../images/tradeshows_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.partner_big a:link, .partner_big a:visited{
	background:url(../images/partner.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.partner_big a:hover{
	background:url(../images/partner_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.wood_big a:link, .wood_big a:visited{
	background:url(../images/wood.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.wood_big a:hover{
	background:url(../images/wood_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}

.question_big a:link, .question_big a:visited{
	background:url(../images/icons/faq.png) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.question_big a:hover{
	background:url(../images/icons/faq_hover.png) no-repeat 0 0;
	width:74px;
	height:66px;
	}

#question_small a:link, #question_small a:visited{
	background:url(../images/icons/faq_small.png) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}
	
#question_small a:hover{
	background:url(../images/icons/faq_hover_small.png) no-repeat 0 0;
	width:38px;
	height:38px;
	display:block;
	}

#info_banner2{
	background:url(../images/info_banner.jpg) no-repeat 0 0;
	width:727px;
	height:420px;
	}
	
.info_banner_text{
	line-height:130%;
	padding:270px 478px 0 40px;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#1a100f;
	}
	
#media_banner{
	background:url(../images/media_banner.jpg) no-repeat 0 0;
	width:727px;
	height:421px;
	}
	
.media_text{
	padding:47px 33px 0 420px;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:130%;
	}
	
#media_small a:link, #media_small a:visited{
	display:block;
	background:url(../images/media_small.jpg) no-repeat 0 0;
	width:33px;
	height:34px;
	}
	
#media_small a:hover{
	background:url(../images/media_small_hover.jpg) no-repeat 0 0;
	width:33px;
	height:34px;
	}
	
#plan a:link, #plan a:visited{
	background:url(../images/projects_small.jpg) no-repeat 0 0;
	width:35px;
	height:34px;
	display:block;
	}
	
#plan a:hover{
	background:url(../images/projects_small_hover.jpg) no-repeat 0 0;
	width:35px;
	height:34px;
	}
	
#download a:link, #download a:visited{
	background:url(../images/download_small.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	display:block;
	}
	
#download a:hover{
	background:url(../images/download_small_hover.jpg) no-repeat 0 0;
	width:34px;
	height:34px;
	}
	
.media_big a:link, .media_big a:visited{
	background:url(../images/media_icon.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.media_big a:hover{
	background:url(../images/media_icon_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.plan_big a:link, .plan_big a:visited{
	background:url(../images/projects.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.plan_big a:hover{
	background:url(../images/projects_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.download_big a:link, .download_big a:visited{
	background:url(../images/download.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	display:block;
	float:left;
	}
	
.download_big a:hover{
	background:url(../images/download_hover.jpg) no-repeat 0 0;
	width:74px;
	height:66px;
	}
	
.thanks_text{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#04407c;
	padding:0 0 20px 0;
	}


#inner_products_outer{
	width:727px;
	}
	
#inner_products_top{
	width:727px;
	}
	
#inner_products_topleft{
	background:url(../images/bottombox_topleft.jpg) no-repeat 0 0;
	width:14px;
	height:33px;
	float:left;
	}
	
#inner_products_topmiddle{
	background:url(../images/bottombox_topbg.jpg) repeat-x 0 0;
	width:699px;
	height:33px;
	float:left;
	}

#inner_products_topright{
	background:url(../images/bottombox_topright.jpg) no-repeat 0 0;
	width:14px;
	height:33px;
	float:left;
	}
	
.inner_products_list{
	float:left;
	padding:6px 0 0 8px;
	width:210px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
.listmenu{
	border:1px solid #a5acb2;
	background:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:2px;
	width:115px;
	}

.inner_products_links{
	float:right;
	width:410px;
	padding:10px 10px 0 0;
	text-align:right;
	}
	
.inner_products_links ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
.inner_products_links ul li{
	padding:0 0 0 7px;
	margin:0;
	display:inline;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
.inner_products_links ul li em{
	font-style:normal;
	padding:0 0 0 10px;
	}
	
.inner_products_links ul li a:link, .inner_products_links ul li a:visited{
	text-decoration:none;
	color:#fff;
	}
	
.inner_products_links ul li a:hover{
	text-decoration:underline;
	}

#inner_products{
	width:695px;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	padding:30px 15px 35px 15px;
	}
	
.inner_products_cell{
	float:left;
	width:160px;
	padding:0 13px 0 0;
	text-align:center;
	}
	
.inner_pro{
	padding:0 0 10px 0;
	margin:0;
	line-height:100%;
	}
	
.inner_pro_title{
	line-height:100%;
	padding:0 0 5px 0;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	}
	
.inner_pro_title a:link, .inner_pro_title a:visited{
	text-decoration:none;
	color:#2a2a2a;
	}
	
.inner_pro_title a:hover{
	text-decoration:underline;
	}
	
.inner_pro_price{
	line-height:100%;
	padding:0 0 6px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#787878;
	}

#inner_products_bottom{
	width:727px;
	}
	
#inner_products_bottomleft{
	background:url(../images/bottombox_bottomleft.jpg) no-repeat 0 0;
	width:14px;
	height:33px;
	float:left;
	}
	
#inner_products_bottommiddle{
	background:url(../images/bottombox_bottombg.jpg) repeat-x 0 0;
	width:699px;
	height:33px;
	float:left;
	}

#inner_products_bottomright{
	background:url(../images/bottombox_bottomright.jpg) no-repeat 0 0;
	width:14px;
	height:33px;
	float:left;
	}

#banner_inner2{
	width:702px;
	height:368px;
	padding:17px 0 0 25px;
	}
	
#banner_inner2 p{
	padding:0;
	margin:0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	width:350px;
	line-height:160%;
	}
	
#pro_detail{
	width:727px;
	}

#pro_detail_heading{
	width:727px;
	height:30px;
	}
	
#pro_detail_left{
	float:left;
	background:url(../images/pro_detailbox_topbg.jpg) repeat-x 0 0;
	width:334px;
	height:30px;
	margin:4px 0 0 0;
	}
	
#pro_detail_left_inside{
	background:url(../images/pro_detailbox_topleft.jpg) no-repeat 0 0;
	padding:8px 0 0 12px;
	height:22px;
	}
	
#pro_detail_left_inside a:link, #pro_detail_left_inside a:visited{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	}
	
#pro_detail_left_inside a:hover{
	text-decoration:underline;
	}
		
#pro_detail_right{
	float:left;
	width:375px;
	text-align:right;
	background:url(../images/pro_detailbox_topbg.jpg) repeat-x 0 4px;
	padding:0 5px 0 0;
	}
	
#pro_detail_rightedge{
	float:left;
	background:url(../images/pro_detailbox_topright.jpg) no-repeat 0 4px;
	width:13px;
	height:34px;
	}
	
#pro_detail_right ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#pro_detail_right ul li{
	margin:0;
	display:inline;
	}
	
#pro_detail_right ul li a:link, #pro_detail_right ul li a:visited{
	background:url(../images/pro_detailbox_link.jpg) no-repeat 0 0;
	width:90px;
	height:24px;
	display:inline-block;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#ababab;
	text-decoration:none;
	text-align:center;
	padding:10px 0 0 0;
	}
	
#pro_detail_right ul li a:hover{
	background:url(../images/pro_detailbox_link_hover.jpg) no-repeat 0 0;
	width:90px;
	height:24px;
	color:#2a2a2a;
	}
	
#pro_detail_right ul li.active a:hover{
	background:url(../images/pro_detailbox_link_hover.jpg) no-repeat 0 0;
	width:90px;
	height:24px;
	color:#2a2a2a;
	}	
	
#pro_detail_right ul li.video_tab a:hover{
	background:url(../images/pro_detailbox_link_active.jpg) no-repeat 0 0;
	width:90px;
	height:24px;
	color:#fff;
	}
#pro_detail_right ul li.video_active a:hover{
	background:url(../images/pro_detailbox_link_active.jpg) no-repeat 0 0;
	width:90px;
	height:24px;
	color:#fff;
	}	
	
#pro_detail_content{
	border:1px solid #c7c7c7;
	border-top:none;
	width:685px;
	background:#fff url(../images/pro_detailbox_bg.jpg) repeat-x left bottom;
	padding:18px 40px 0 0;
	}

#pro_detail_content_left{
	float:left;
	width:365px;
	}
	
#pro_detail_content_pic{
	text-align:center;
	}
	
#pro_detail_content_right{
	float:right;
	width:316px;
	padding:25px 0 0 0;
	}
	
#pro_detail_content_right ul{
	padding:0 0 0 15px;
	margin:0;
	line-height:100%;
	list-style:disc;
	}
	
#pro_detail_content_right ul li{
	padding:0 0 15px 0;
	margin:0;
	color:#747273;
	line-height:130%;
	}
	
#pro_detail_specs{
	border:1px solid #c7c7c7;
	border-top:none;
	width:685px;
	background:#fff url(../images/pro_detailbox_bg.jpg) repeat-x left bottom;
	padding:18px 40px 0 0;
	}	
	
	
#pro_detail_specst_left{
	float:left;
	width:365px;
	}
	
#pro_detail_specs_pic{
	text-align:center;
	}
	
#pro_detail_specs_right{
	float:right;
	width:316px;
	padding:25px 0 0 0;
	}
	
#pro_detail_specs_right ul{
	padding:0 0 0 15px;
	margin:0;
	line-height:100%;
	list-style:disc;
	}
	
#pro_detail_specs_right ul li{
	padding:0 0 15px 0;
	margin:0;
	color:#747273;
	line-height:130%;
	}
	
#pro_nav_area{
	width:727px;
	}
	
#pro_nav_left{
	float:left;	
	width:430px;
	padding:0 0 0 25px;
	}
	
#pro_nav_left_content{
	width:430px;
	padding:0 0 70px 0;
	}
	
.pro_nav_row{
	width:430px;
	padding:0 0 30px 0;
	}
	
.pro_nav_cell{
	width:215px;
	float:left;
	}
	
.pro_nav_cell p{
	padding:0 0 7px 0;
	margin:0;
	color:#737272;
	line-height:100%;
	}
	
#pro_nav_links{
	width:430px;
	}
	
.pro_nav_links_cell{
	float:left;
	width:140px;
	}
	
.pro_nav_links_left{
	float:left;
	width:57px;
	}
	
.pro_nav_links_right{
	float:left;
	width:65px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#242021;
	padding:10px 0 0 0;
	}
	
.pro_nav_links_right a:link, .pro_nav_links_right a:visited{
	text-decoration:none;
	color:#242021;
	}
	
.pro_nav_links_right a:hover{
	text-decoration:none;
	}
	
#pro_nav_right{
	float:right;	
	width:250px;
	}
	
#pro_nav_pic{
	padding:0 0 25px 0;
	margin:0;
	line-height:100%;
	text-align:center;
	}
	
.pro_nav_price{
	padding:0 0 20px 0;
	margin:0;
	color:#737272;
	}
	
.bluetext{
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#0b518d;
	}
	
.txtbox_small{
	background-color:#fff;
	border:1px solid #a5acb2;
	width:30px;
	text-align:center;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:4px;
	}

.pro_nav_btn{
	padding:0 0 30px 60px;
	margin:0;
	}
	
.pro_nav_rating{
	padding:0 0 10px 30px;
	margin:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#696868;
	}
	
.pro_nav_text{
	padding:0 0 0 30px;
	margin:0;
	color:#2d2d2d;
	line-height:100%;
	}	
	
.pro_nav_text a:link, .pro_nav_text a:visited{
	text-decoration:underline;
	color:#2d2d2d;
	}
	
.pro_nav_text a:hover{
	text-decoration:none;
	}

#item_no{
	padding:0;
	margin:0;
	line-height:100%;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	}
	
#pro_detail_content_video #item_no{
	padding:0;
	margin:0;
	line-height:100%;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ececec;
	}
	
.text{
	line-height:130%;
	padding:0 0 14px 0;
	margin:0;
	color:#434242;
	}

.pro_text_row{
	width:430px;
	padding:0 0 30px 0;
	}
	
.pro_text_pic{
	float:left;
	width:164px;
	}
	
.pro_text_right{
	float:left;
	width:225px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#242021;
	padding:6px 0 0 0;
	}

#pro_detail_content_video{
	width:687px;
	background:#797a79 url(../images/pro_detailbox_video_bg.jpg) repeat-x 0 0;
	padding:18px 40px 20px 0;
	}

#pro_detail_content_left2{
	float:left;
	width:420px;
	}
	
#pro_detail_content_pic2{
	text-align:center;
	}
	
#pro_detail_content_right2{
	float:right;
	width:200px;
	padding:55px 0 0 0;
	}

#video_heading{
	padding:0 0 10px 0;
	margin:0;
	line-height:100%;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#video_content{
	line-height:130%;
	color:#e7e7e7;
	padding:0;
	margin:0;
	}
	
#faq_content{
	width:647px;
	padding:20px 40px 0 40px;
	}
	
.faq_heading{
	line-height:100%;
	padding:0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#010101;
	}
	
.faq_heading2{
	line-height:100%;
	padding:0 0 16px 0;
	margin:0;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#010101;
	}
	
.faq_heading3{
	line-height:100%;
	padding:0 20px 5px 20px;
	margin:0;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#010101;
	}
	
#faq_questions{
	padding:0px 60px 20px 20px;

	}
	
.faq_qus{
	padding:0 15px 2px 20px;
	margin:0;
	line-height:100%;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#03357f;
	}

.faq_qus a:link, .faq_qus a:visited{
	text-decoration:none;
	color:#03357f;
	}
	
.faq_qus a:hover{
	text-decoration:underline;
	}
	
#faq_ans{
	padding:0 20px 20px 20px;
	}
	
.faq_text{
	line-height:130%;
	padding:0 20px 17px 20px;
	margin:0;
	color:#010101;
	}
	
.faq_text a:link, .faq_text a:visited{
	text-decoration:underline;
	color:#010101;
	}
	
.faq_text a:hover{
	text-decoration:none;
	}
	
.application_content{
	width:673px;
	padding:20px 40px 20px 14px;
	}
	
.app_left_main{
	float:left;
	width:456px;
	margin:0 12px 0 0;
	}
	
.app_right_main{
	float:left;
	width:200px;
	}
	
.app_row{
	width:205px;
	padding:0 0 18px 0;
	}
	
.app_left{
	float:left;
	width:100px;
	}
	
.app_right{
	float:left;
	width:104px;
	}
	
.video_heading{
	line-height:100%;
	padding:0 0 4px 0;
	margin:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#010101;
	text-transform:uppercase;
	}
	
.video_heading2{
	line-height:100%;
	padding:0 0 14px 0;
	margin:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#010101;
	}
	
.video_heading a:link, .video_heading2 a:link, .video_heading a:visited, .video_heading2 a:visited{
	text-decoration:none;
	color:#010101;
	}
	
.video_heading a:hover, .video_heading2 a:hover{
	text-decoration:underline;
	}

.video_text{
	line-height:130%;
	padding:0;
	margin:0;
	color:#010101;
	}
	
#jig_content{
	width:647px;
	padding:20px 40px 20px 40px;
	}	
	
.jig_text{
	line-height:150%;
	padding:0 0 30px 0;
	margin:0;
	color:#010101;
	}	
	
.jig_row{
	width:647px;
	padding:0 0 40px 0;
	}
	
.jig_left{
	float:left;
	width:255px;
	}
	
.jig_right{
	float:left;
	width:315px;
	}
	
#why_content{
	width:673px;
	padding:20px 40px 20px 14px;
	}	
	
.why_row{
	width:673px;
	padding:0 0 25px 0;
	}
	
.why_left{
	float:left;
	width:115px;
	}
	
.why_right{
	float:left;
	width:515px;
	}
	
.info_left{
	float:left;
	width:85px;
	}
	
.info_right{
	float:left;
	width:515px;
	padding:8px 0 0 0;
	}	
	
#pro_detail_content_photo{
	border:1px solid #c7c7c7;
	border-top:none;
	width:725px;
	background:#fff url(../images/pro_detailbox_bg.jpg) repeat-x left bottom;
	padding:18px 0 27px 0;
	}
	
#photo_left{
	float:left;
	width:278px;
	padding:0 0 0 25px;
	}
	
#photo_right{
	float:left;
	width:400px;
	padding:10px 0 0 0;
	}
	
.photo_row{
	width:400px;
	padding:20px 0 0 0;
	}
	
.photo_cell{
	float:left;
	width:100px;
	}
	
#dealer_wrapper{
	padding:0 0 50px 0;
	margin:0 auto 0 auto;
	width:951px;
	}
	
#dealer_header{
	background:url(../images/dealer_header.jpg) no-repeat 0 0;
	width:951px;
	height:76px;
	}
	
#dealer_header_top{
	width:951px;
	height:34px;
	}
	
#dealer_header_left{
	float:left;
	width:500px;
	padding:10px 0 0 54px;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}
	
#dealer_header_right{
	float:right;
	width:235px;
	padding:14px 0 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#dealer_acc_info{
	float:left;
	width:100px;
	border-right:1px dotted #fff;
	}
	
#dealer_logout{
	float:left;
	padding:0 0 0 27px;
	width:100px;
	}
	
#dealer_header_right a:link, #dealer_header_right a:visited{
	text-decoration:none;
	color:#fff;
	}
	
#dealer_header_right a:hover{
	text-decoration:underline;
	}
	
#dealer_header_nav{
	width:951px;
	padding:11px 0 0 0;
	height:21px;
	}
	
#dealer_header_nav ul{
	padding:0 0 0 16px;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#dealer_header_nav ul li{
	margin:0 5px 0 0;
	float:left;
	}
	
#dealer_header_nav ul li a:link, #dealer_header_nav ul li a:visited{
	background:url(../images/dealer_nav_bg.jpg) no-repeat 0 0;
	width:149px;
	height:21px;
	display:block;
	text-align:center;
	padding:10px 0 0 0;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#555;
	text-decoration:none;
	}
	
#dealer_header_nav ul li a:hover{
	background:url(../images/dealer_nav_bg_hover.jpg) no-repeat 0 0;
	width:149px;
	height:21px;
	color:#000;
	}
	
/*highlighting current page for dealer*/

#dealerpage #dealer_b a{
	background:url(../images/dealer_nav_bg_hover.jpg) no-repeat 0 0;
	width:149px;
	height:21px;
	color:#000;
	}
	
#dealer_content{
	border:1px solid #c9c9c9;
	border-top:none;
	width:829px;
	background:#fff url(../images/dealer_bg.jpg) repeat-x left bottom;
	padding:30px 60px 30px 60px;
	}

.dealer_row{
	width:829px;
	padding:0 0 40px 0;
	}
	
.dealer_row_left{
	float:left;
	width:136px;
	}
	
.dealer_row_right{
	float:left;
	width:500px;
	}
	
.dealer_heading{
	padding:0 0 8px 0;
	margin:0;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#2b6cae;
	line-height:100%;
	}
	
.dealer_text{
	padding:0 0 12px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:130%;
	}
	
.dealer_link{
	line-height:100%;
	padding:0;
	margin:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
.dealer_link a:link, .dealer_link a:visited{
	text-decoration:underline;
	color:#000;
	}
	
.dealer_link a:hover{
	text-decoration:none;
	}

	
/***************  ajax checkout **********************/

.accordionBack_active {
background-color: #3e7eb0;
padding:3px;

}

.accordion_cont_active {
border-left:4px solid #3e7eb0;
border-right:4px solid #3e7eb0;
border-bottom:8px solid #3e7eb0;
}

.accordionBack_inactive {
background-color:#dcdcdc;
padding:3px;
}

.t12 {
font-size:12px;
font-weight:bold;
}


#shoppingbagtitle, #summarytitle, #addressestitle {
background-color:#999999;
padding:3px;
}

#shoppingbagscroll {
height:150px;
width:100%;
overflow-x:hidden;
overflow-y:auto;
}

#summary, #shoppingbag, #addresses {
border-left:4px solid #999999;
border-right:4px solid #999999;
border-bottom:8px solid #999999;
background-color:#f2f2f2;
}



.editbag {
font-size:10px;
color:white
}

.editbag:hover {
text-decoration:underline;
color:white;
}

.editbut_cont {
float:right;
clear:both;
}

div.title {
color:white;
font-size:12px;
font-weight:bold;
}

.acc_section {
margin-bottom:1px;
overflow:hidden;
}

#mastermessage, #paymentmessage {
font-size:12px;
font-weight:bold;
text-align:center;
background-color:#DD0000;
color:white;
padding:8px;
margin:1px 0;
display:none;
}

#paymentmessage {
font-size:11px;
padding:6px;
}

#zerototal {
display:none;
}

.pad10 {
padding:10px;
}



#modaldiv {
  display:none;
}

#createaccount_fields {
display:none;
background-color:#f2f2f2;
padding:6px;
}

.wht {
color:white;
}

.big {
font-size: 14px;
font-weight: bold;
}

.acc_section {
margin-bottom:1px;
overflow:hidden;
}

div.title {
color:white;
font-size:12px;
font-weight:bold;
}

.red {
color:#ee0000;
}
.small {
font-size:10px;
}


input.seasonbut {
border:0px;
background-color: #3e7eb0;
color:white;
font-size:12px;
text-transform:uppercase;
padding:2px 4px 1px 4px;
width:auto;
overflow:hidden;
cursor:pointer;
font-weight:bold;

}

.supercontent {
padding:6px;
overflow:visible;
clear:both;
}

.supercontent a {
color:#665C5C;
cursor:pointer;
text-decoration:none;
}


input.darker {
background-color:#555555;
}

.maintext {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:0;
margin-bottom:0;
}

.pad10 {
padding:10px;
}

input.subbut {
border:0px;
background-color: #999999;
color:white;
font-size:9px;
text-transform:uppercase;
padding:2px 4px 1px 4px !important; /* non-ie6 */
padding:2px 4px 0 4px; /* ie6 */
width:auto;
overflow:hidden;
cursor:pointer;
}

/********************   end ajax checkout *************************/


#media_player{
	background:#fff url(../images/innerbox2_bg.jpg) repeat-x 0 0;
	width:716px;
	border-left:1px solid #989898;
	border-right:1px solid #989898;
	padding:5px 4px 5px 5px;
	}
	
#media_player_inside{
	width:716px;
	}
	
#media_player_nav{
	width:716px;
	height:31px;
	}
	
#media_player_nav ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#media_player_nav ul li{
	margin:0 2px 0 0;
	float:left;
	}

#media_player_nav ul li a:link, #media_player_nav ul li a:visited{
	background:url(../images/media_tab.jpg) no-repeat 0 0;
	width:177px;
	height:23px;
	display:block;
	text-align:center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#494848;
	text-decoration:none;
	padding:8px 0 0 0;
	}
	
#media_player_nav ul li a:hover{
	background:url(../images/media_tab_hover.jpg) no-repeat 0 0;
	width:177px;
	height:23px;
	color:#fff;
	}
	
#media_player_content{
	width:716px;
	}
	
#media_player_content_top{
	background:#aba9a9 url(../images/media_player_bg.jpg) repeat-x 0 0;
	width:638px;
	padding:22px 39px 44px 39px;
	}
	
#media_player_content_bottom{
	background:url(../images/media_player_bottom.jpg) no-repeat 0 0;
	width:716px;
	height:15px;
	font-size:0;
	}
	
#large_video{
	width:638px;
	padding:0 0 20px 0;
	}
	
#now_playing{
	width:638px;
	padding:0 0 14px 0;
	}
	
.now_playing_heading{
	padding:0 0 7px 0;
	margin:0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}
	
.now_playing_text{
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:130%;
	}
	
#more_videos{
	width:638px;
	}
	
#more_videos_left{
	float:left;
	width:422px;
	}
	
#more_video_heading{
	background:url(../images/more_video_heading.png) no-repeat 0 0;
	width:405px;
	height:30px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fcfcfc;
	padding:12px 0 0 17px;
	}
	
#more_video_content{
	width:400px;
	background-color:#dcdcdc;
	height:208px;
	overflow:auto;
	padding:12px 0 0 22px;
	}
	
.more_video_content_row{
	width:378px;
	padding:0 0 16px 0;
	}
	
.more_video_content_cell{
	float:left;
	width:93px;
	margin:0 30px 0 0;
	}
	
.more_video_content_cell_last{
	float:left;
	width:93px;
	}
	
.more_video_title{
	padding:8px 0 0 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#0d0d0e;
	line-height:110%;
	}
	
.more_video_title a:link, .more_video_title a:visited{
	text-decoration:none;
	color:#0d0d0e;
	}
	
.more_video_title a:hover{
	text-decoration:underline;
	}
	
#more_videos_right{
	float:right;
	width:190px;
	}
	
#popular_heading{
	background:url(../images/popular_heading.png) no-repeat 0 0;
	width:173px;
	height:30px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fcfcfc;
	padding:12px 0 0 17px;
	}
	
#popular_content{
	background-color:#dcdcdc;
	width:185px;
	overflow:auto;
	height:208px;
	padding:12px 0 0 5px;
	}
	
.popular_content_row{
	width:163px;
	padding:0 0 16px 0;
	}
	
.popular_content_left{
	float:left;
	width:97px;
	}
	
.popular_content_right{
	float:left;
	width:55px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#0d0d0e;
	line-height:120%;
	}
	
.popular_content_right a:link, .popular_content_right a:visited{
	text-decoration:none;
	color:#0d0d0e;
	}
	
.popular_content_right a:hover{
	text-decoration:underline;
	}	
	
.landing_row{
	width:730px;
	padding:0 0 44px 0;
	}
	
.landing_cell{
	float:left;
	width:355px;
	margin:0 20px 0 0;
	}
	
.landing_cell2{
	float:left;
	width:350px;
	}
	
.landing_cell_pic{
	float:left;
	width:180px;
	}
	
.landing_cell_text{
	float:left;
	width:170px;
	}
	
.landing_text{
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	line-height:130%;
	height:110px;
	}
	
.view{
	line-height:100%;
	padding:0;
	margin:0;
	text-align:right;
	}
	
#career_content{
	width:645px;
	padding:20px 40px 0 40px;
	background:#fff url(../images/career_bg.jpg) repeat-x 0 0;
}
.career_heading{
	padding:0 0 17px 0;
	margin:0;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#004692;
	line-height:100%;
	}
	
.career_text{
	width:645px;
	padding:0 0 35px 0;
	}
	
.career_text p{
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#3b4451;
	line-height:140%;
	}
	
.career_text p a:link, .career_text p a:visited{
	text-decoration:underline;
	color:#3b4451;
	}
	
.career_text p a:hover{
	text-decoration:none;
	}
	
.career_form_heading{
	padding:0 0 10px 0;
	margin:0;
	line-height:100%;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.red_star{
	color:#ff0000;
	}
	
.blue_bold{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#004692;
	}
	
.career_row{
	width:645px;
	padding:0 0 10px 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.career_row_2{
	width:645px;
	padding:0 0 15px 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.career_cell_left{
	float:left;
	width:120px;
	padding:4px 12px 0 0;
	text-align:right;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	}
	
.career_cell_right{
	float:left;
	width:500px;
	}
	
.listmenu2{
	border:1px solid #a5acb2;
	background:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:1px;
	width:200px;
	}
	
.txtbox4{
	border:1px solid #a5acb2;
	background:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:2px;
	width:194px;
	}
	
.position_available{
	padding:0 0 35px 0;
	}
	
.position_available p{
	padding:0 0 4px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#3b4451;
	line-height:110%;
	}
	
.position_available p a:link, .position_available p a:visited{
	text-decoration:underline;
	color:#3b4451;
	font-weight:bold;
	}
	
.position_available p a:hover{
	text-decoration:none;
	}
	
#contact_form{
	width:645px;
	}
	
#contact_form_left{
	float:left;
	width:170px;
	padding:16px 0 0 0;
	}
	
#contact_form_left p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#004692;
	padding:0 0 20px 0;
	margin:0;
	line-height:150%;
	}
	
#contact_form_right{
	float:right;
	width:465px;
	}
	
.contact_form_row{
	width:462px;
	padding:0 0 10px 0;
	}
	
.contact_form_row p{
	padding:0 0 4px 0;
	margin:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:110%;
	}
	
.contact_form_cell1{
	float:left;
	width:205px;
	}
	
.contact_form_cell2{
	float:right;
	width:205px;
	}
	
.contact_form_cell3{
	float:left;
	width:352px;
	}
	
.contact_form_cell4{
	float:right;
	width:70px;
	padding:255px 0 0 0;
	}
	
.txtarea{
	border:1px solid #a5acb2;
	background:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:2px;
	width:344px;
	height:255px;
	overflow:auto;
	}	
	
#download_banner{
	background:url(../images/download_bg.jpg) no-repeat 0 0;
	width:727px;
	height:421px;
	}
	
#download_text{
	padding:25px 30px 0 500px;
	text-align:right;
	}
	
.download_heading{
	padding:0 0 14px 0;
	margin:0;
	font:bold 23px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}
	
.download_content{
	padding:0 0 17px 0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:130%;
	}
	
.download_btn{
	padding:0 0 18px 0;
	margin:0;
	line-height:100%;
	}
	
.download_black{
	padding:0;
	margin:0;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:120%;
	}
	
#shop_local_content{
	width:710px;
	background:#f7f7f7 url(../images/shop_bg.jpg) no-repeat 0 0;
	border-left:1px solid #989898;
	border-right:1px solid #989898;
	padding:8px 0 0 15px;
	}
	
#shop_upper{
	width:710px;
	}
	
#show_upper_left{
	float:left;
	width:250px;
	padding:5px 0 0 0;
	}
	
.txtbox5{
	border:none;
	background:url(../images/txtbox5.jpg) no-repeat 0 0;
	width:84px;
	height:14px;
	float:left;
	margin:0 4px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px;
	}
	
#show_upper_right{
	float:right;
	width:432px;
	padding:0 15px 0 0;
	}
	
#international_dealer{
	padding:0 0 8px 182px;
	width:250px;
	}
	
#dealer_box{
	border:1px solid #d0d0d0;
	background-color:#fff;
	width:400px;
	height:270px;
	overflow:auto;
	padding:10px 16px 0 16px;
	}
	
.dealer_box{
	border:1px solid #d0d0d0;
	background-color:#fff;
	width:400px;
	height:225px;
	overflow:auto;
	padding:10px 16px 0 16px;
	}	
	
.dealerbox_heading{
	padding:0 0 20px 0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	line-height:100%;
	color:#000;
	}
	
.dealerbox_row{
	width:380px;
	padding:0 0 26px 0;
	}
	
.dealerbox_cell1{
	float:left;
	width:190px;
	padding:0 10px 0 0;
	}
	
.dealerbox_cell2{
	float:left;
	width:135px;
	}
	
.dealerbox_cell3{
	float:left;
	width:45px;
	padding:15px 0 0 0;
	}
	
.dealerbox_cell_heading{
	padding:0 0 4px 0;
	margin:0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#004692;
	line-height:100%;
	}
	
.dealerbox_cell_heading a:link, .dealerbox_cell_heading a:visited{
	text-decoration:none;
	color:#004692;
	}
	
.dealerbox_cell_heading a:hover{
	text-decoration:underline;
	}
	
.dealerbox_text{
	padding:0;
	margin:0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:130%;
	}	

#shop_lower{
	width:710px;
	}	
	
.dealerbox_heading2{
	padding:0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	line-height:100%;
	color:#000;
	}
	
.shop_lower_row{
	width:710px;
	padding:0 0 6px 0;
	}
	
.shop_lower_cell1{
	float:left;
	width:154px;
	}
	
.shop_lower_cell2{
	float:left;
	width:125px;
	}
	
.shop_lower_cell3{
	float:left;
	width:155px;
	}
	
.shop_lower_cell4{
	float:left;
	width:142px;
	}
	
.shop_lower_cell5{
	float:left;
	width:126px;
	}
	
.shop_lower_text{
	padding:4px 0 0 0;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:110%;
	text-align:center;
	}
	
.shop_lower_text a:link, .shop_lower_text a:visited{
	text-decoration:none;
	color:#000;
	}
	
.shop_lower_text a:hover{
	text-decoration:underline;
	}
	
.dealerbox_row2{
	width:380px;
	padding:0 0 6px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
.dealerbox_left{
	float:left;
	width:100px;
	}
	
.dealerbox_middle{
	float:left;
	width:200px;
	}
	
.dealerbox_right{
	float:left;
	width:80px;
	text-align:center;
	}

.login_content{
	background:#666 url(../images/login_content_bg.jpg) repeat-x 0 0;
	width:440px;
	padding:44px 0 7px 561px;
	}	
	
.login_row{
	width:440px;
	padding:0 0 7px 0;
	}
	
.login_left{
	float:left;
	width:84px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:6px 0 0 0;
	}
	
.login_right{
	float:left;
	width:240px;
	}
	
.login_right2{
	float:left;
	width:60px;
	padding:4px 0 0 0;
	}
	
.txtbox6{
	border:none;
	background:url(../images/txtbox_username.jpg) no-repeat 0 0;
	width:168px;
	height:14px;
	float:left;
	margin:0 4px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px;
	}
	
.txtbox7{
	border:none;
	background:url(../images/txtbox_password.jpg) no-repeat 0 0;
	width:168px;
	height:14px;
	float:left;
	margin:0 4px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px;
	}
	
.privacy{
	padding:0;
	margin:0;
	line-height:100%;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
.privacy a:link, .privacy a:visited{
	text-decoration:underline;
	color:#000;
	}
	
.privacy a:hover{
	text-decoration:none;
	}
	
.req_cat_upper{
	width:645px;
	padding:0 0 22px 0;
	}
	
.req_cat_left{
	float:left;
	width:290px;
	}
	
.req_cat_right{
	float:left;
	width:290px;
	}
	
.req_cat_blue{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#134689;
	padding:0 0 6px 0;
	}
	
.req_cat_row{
	width:290px;
	}
	
.req_cat_pic{
	float:left;
	width:85px;
	}
	
.req_cat_text{
	float:left;
	width:180px;
	color:#070707;
	line-height:140%;
	padding:0 25px 0 0;
	}
	

.login_content{
	background:#666 url(../images/login_content_bg.jpg) repeat-x 0 0;
	width:440px;
	padding:44px 0 7px 561px;
	}	
	
.login_row{
	width:440px;
	padding:0 0 7px 0;
	}
	
.login_left{
	float:left;
	width:84px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:6px 0 0 0;
	}
	
.login_right{
	float:left;
	width:240px;
	}
	
.login_right2{
	float:left;
	width:60px;
	padding:4px 0 0 0;
	}
	
.txtbox6{
	border:none;
	background:url(../images/txtbox_username.jpg) no-repeat 0 0;
	width:168px;
	height:14px;
	float:left;
	margin:0 4px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px;
	}
	
.txtbox7{
	border:none;
	background:url(../images/txtbox_password.jpg) no-repeat 0 0;
	width:168px;
	height:14px;
	float:left;
	margin:0 4px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	padding:6px;
	}


	
.customer_content {color:#FFF}
.about_content {color:#FFF; text-align:right; padding:250px 10px 20px 100px}
.information_content {color:#000; width:220px; text-align:left; padding:265px 10px 20px 35px}

.CPpageHead {BORDER-BOTTOM: 1px solid #dcdcdc; PADDING-BOTTOM: 4px; font-size:18px; font-weight:bold; color:#07548a}
	
	/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}


.content_row_new{
	width:727px;
	padding:0 0 20px 0;
	}
	
.content_cell_new{
	float:left;
	width:300px;
	margin:0 70px 0 0;
	}
	
.content_cell_new_last{
	float:left;
	width:300px;
	}
	
.pro_new_title{
	padding:0 0 4px 0;
	margin:0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:110%;
	}	
	
.pro_new_des{
	padding:0;
	margin:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	line-height:110%;
	}
	
.pro_new_row{
	padding:5px 0 0 0;
	}
	
.pro_new_pic{
	float:left;
	width:254px;
	}
	
.pro_new_btn{
	float:left;
	width:45px;
	padding:140px 0 0 0;
	}


#innerbox .text-box {
	overflow:hidden;
	position:relative;
}
#innerbox .text-scroll {
	height:385px;
	width:727px;
	overflow:hidden;
	position:relative;
}
#innerbox .scroll-content{
	top: 0 !important;
	height:385px !important;
}
#innerbox .vscroll-bar{
	position:absolute;
	width:20px !important;
	margin:0;
	padding:0;
	height:385px !important;
	top: 0 !important;
	background: url(../images/bg-vscroll-bar.gif) repeat-y;
}
#innerbox .vscroll-up {background: url(../images/vscroll-up.gif) no-repeat;}
#innerbox .vscroll-down {background: url(../images/vscroll-down.gif) no-repeat;}

#innerbox .vscroll-up,
#innerbox .vscroll-down{
	position:absolute;
	width:18px;
	height:18px !important;
	left:1px !important;
}
#innerbox .vscroll-up img,
#innerbox .vscroll-down img{display: none;}
#innerbox .vscroll-line{
	width:18px !important;
	overflow: hidden;
	background: url(../images/vscroll-line.gif) no-repeat 0 100%;
	left:1px !important;
}
#innerbox .vscroll-slider{
	background: #C5C6C8;
	width:16px !important;
	left:2px !important;
	background: url(../images/vscroll-slider.gif) no-repeat;
	height:99px !important;
	overflow:hidden;
	cursor: default;
}
#scrollslider0{height:99px !important;}
#innerbox .scroll-content #jig_content{
	width:647px;
	padding:20px 0 20px 40px;
	}

/*for new media page*/	

.project_plan{
	padding:0 0 5px 0;
	margin:0;
	}
	
.pp_row{
	padding:5px 0 20px 0;
	}
	
.pp_cell{
	float:left;
	width:155px;
	margin:0 6px 0 0;
	}
	
.pp_cell_last{
	float:left;
	width:155px;
	}
	
.pp_text{
	padding:0 0 8px 0;
	margin:0;
	line-height:120%;
	color:#004692;
	text-align:center;
	}
	
.pp_text2{
	padding:0 5px 5px 5px;
	margin:0;
	font-size:11px;
	line-height:120%;
	color:#004692;
	text-align:center;
	}
	
.pp_form{
	float:left;
	width:450px;
	margin:0 50px 0 0;
	background:#fff url(../images/form_bg.jpg) repeat-x left bottom;
	padding:8px;
	}
	
.pp_form p{
	padding:0 0 4px 0;
	margin:0;
	color:#005a9d;
	line-height:110%;
	}
	
.pp_form_left{
	float:left;
	width:220px;
	}
	
.pp_form_right{
	float:right;
	width:220px;
	}
	
.pp_btn{
	float:left;
	width:85px;
	padding:295px 0 0 0;
	}
	
.txtbox_pp{
	background:#fff;
	border:1px solid #a5acb2;
	width:211px;
	height:13px;
	margin:0 0 7px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:3px;
	}
	
.listmenu_pp{
	background:#fff;
	border:1px solid #a5acb2;
	width:220px;
	height:20px;
	margin:0 0 26px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	padding:1px 1px 1px 3px;
	}	

.small_text_pp{
	font-size:10px;
	padding:5px 0 10px 0;
	color:#005a9d;
	line-height:130%;
	}

/*NEW CODE*/
/*manual-block*/
.manual-block{width:727px !important;}
.manual-block #innerbox_content{

	width:726px !important;
	padding-bottom:0 !important;
}
.manual-block #innerbox_heading_links{
	float:right;
	width:auto !important;
	padding:5px 0 0;
}
.manual-block #innerbox_heading_links ul{
	float:left;
	margin:0 -10px 0 0;
}
.manual-block #innerbox_heading_links ul img{display:block;}
.manual-block #innerbox_heading h3{
	font-size: 28px;
	text-indent: 10px;
	width:auto;
}
.manual-block #innerbox {width:726px !important;}
.manual-block h2{
	color:#134689;
	font: bold 24px Arial, sans-serif;
	margin:0 0 16px;
}
.manual-block .section{
	width:100%;
	overflow:hidden;
	margin:0 0 25px;
}
.manual-block .row{
	width:650px;
	overflow:hidden;
	margin:0 -3px 0 0; 
}
.manual-block .column{
	width:278px;
	float:left;
	margin:0 47px 0 0;
}
.manual-block .list{
	margin:0;
	padding:0;
	list-style:none;
	color:#2a2a2a;
	font-size: 14px;
	line-height: 18px;
}
.manual-block .list li{
	width:100%;
	overflow:hidden;
	margin: 0 0 15px;
}
.manual-block .list .icon{
	float:left;
	margin:0 12px 0 0;
}
.manual-block .text-column{
	height:1%;
	overflow:hidden;
}
.manual-block .text-column h3{
	color:#134689;
	font: bold 16px/17px Arial, sans-serif;
	margin:0;
	padding:0;
	width:auto;
	float:none;
}
.manual-block .text-column p{margin:0;}
.inner-page .kreg_pro li{
	line-height: 16px;
}
.inner-page .kreg_pro li.active a{
	font-weight: bold !important;
}
.inner-page .kreg_pro a{color:#333 !important;}
.manual-block #innerbox_links{overflow:hidden;}
.manual-block .innerbox_links_row{
	overflow:hidden;
	margin:0 -30px 0 0;
	width:723px;
	padding:0 0 5px;
}
.manual-block .innerbox_links_cell{
	width:209px;
	margin:0 32px 10px 0;
}
.manual-block .innerbox_links_cell_right{
	float: none;
	width: auto;
	height:1%;
	overflow:hidden;
	padding:16px 0 0;
}
#innerbox_links .shop_local a{
	width:65px;
	height:65px;
	background: url(../images/ico-shop_local.gif) no-repeat;
	display: block;
}
#innerbox_links .register a{
	width:66px;
	height:67px;
	background: url(../images/ico-register.gif) no-repeat;
	display: block;
}
#innerbox_links .contact-us a{
	width:66px;
	height:66px;
	background: url(../images/ico-contact.gif) no-repeat;
	display: block;
}
#innerbox_links .shop_local,
#innerbox_links .register,
#innerbox_links .contact-us,
#innerbox_links .purchase{
	float:left;
	margin:0 7px 0 0;
}
#innerbox_links .purchase a{
	width:66px;
	height:66px;
	background: url(../images/ico-faqs.gif) no-repeat;
	display: block;
}
.manual-block #innerbox,
.manual-block #innerbox .text-scroll,
.manual-block #innerbox .scroll-content,
.manual-block #innerbox .vscroll-bar{height:420px !important;}
.manual-block #innerbox .text-scroll{width:726px;}
.leftbox .inner-style{
	background: url(../images/club_bg2.jpg) no-repeat !important;
}
.leftbox .inner-style .club_form_left{
	width:134px;
	height:26px;
	background: url(../images/bg-input.png) no-repeat;
	margin:0 5px 0 0;
	overflow:hidden;
}
.leftbox .inner-style .club_form_left input{
	width:94px;
	height:14px;
	padding:6px 20px;
	background: none;
	font-size: 12px;
	position: relative;
}
.club_form_row{
	overflow:hidden;
}
#toplinks_left,
#toplinks_right{
	position: relative;
}
.login_row {
	overflow:hidden;
}
#share a{text-decoration: none;}
/*form-list*/
.form-list{
	margin:0;
	padding:1px 0 0;
	list-style:none;
	overflow:hidden;
	line-height: 15px;
}
.form-list li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	margin:0 0 5px;
}
.form-list li label{float:left;}
.checkbox{
	width:15px;
	height:15px;
	float:left;
	margin:1px 5px 0 0;
}
.news-block{
	width:100%;
	overflow:hidden;
}
.news-block a{
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
.news-block a:hover{text-decoration:underline;}
p.align-right{
	float:right;
	width:288px;
}
