@charset "UTF-8";

body{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: url(images/bg.gif);
}

p{
	padding: 0 20px;
}

a{
	color: #015494;
	text-decoration: none;
	font-weight: bold;
}

h3{
	color: #015494;
	padding: 20px 20px 0 20px;
	font-size: 18px;
}

hr{
	margin: 0 80px;
	background: #bebebe;
	border: 0;
	height:1px;
	margin-top: 20px;
	clear: both;
}

.store, .store_header{
	padding: 0 80px;
}


#main_box li{
	padding: 10px 0;
	margin-left: 20px;
}

a:hover{
	color: #007c5d;
}

#content{
	margin: 20px auto 0 auto;
	padding: 20px;
	width: 920px;
	background: url(images/content_bg.gif);
}

#slogan{
	margin: 0 auto;
	width: 920px;
	height: 70px;
	background: url(images/slogan.gif) no-repeat;
}

#slogan  h1{
	display: none;
}

#header{
	margin: 0 auto;
	width: 920px;
	background: url(images/header_bg.jpg) no-repeat;
}

#logo_link{
	display: block;
	width: 320px;
	height: 200px;
}

#logo_link h1{
	display: none;
}

#navigation{
	margin: 0 auto;
	width: 880px;
    height: 28px;
	padding: 10px 20px 0 20px;
	text-align: center;
	vertical-align: center;
	background: url(images/nav_bg.gif) repeat-x;
}

#navigation ul{
	padding: 0;
	margin: 0;
}

#navigation ul li{
	display: inline;
	padding: 0 15px 0 30px;
	background: url(images/nav_separator.gif) left center no-repeat;
}

#navigation ul li:first-child{
	background: none;
}

#navigation ul li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	
}

#navigation ul li a:hover, #navigation ul li a#active{
	color: #ffe6c2;
}


#main{
	margin: 0 auto;
	width: 920px;
	padding: 20px 0;	
}

#main h2{
	margin: 0;
	background: url(images/box_header_bg.gif) repeat-x;
	height: 20px;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: normal;
} 

#intro_box{
	float: left;
	background: url(images/intro_bg.jpg) no-repeat bottom center #ffffff;
	border: 1px solid #004b85;
	width: 580px;
	height: 330px;
	margin-bottom: 20px;
}

#quote{
	color: #bf3038;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.logo{
	float: right;
	position: relative;
	bottom: 10px;
	border: none;
}

.logo_link_page{
	float: left;
	position: relative;
	border: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

#logo_description{
	float: right;
	position: relative;
	right: 20px;
	bottom: -5px;
	background: url(images/blue_trans.png);
	padding: 10px 0;
	width: 340px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}

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

#tour_guide_box{
	float: left;
	background: url(images/tour_guide_bg.jpg) no-repeat bottom center #ffffff;
	border: 1px solid #004b85;
	width: 316px;
	height: 330px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#links_page{
	text-align: center;
	background: url(images/blue_trans.png);
	margin: 0 auto;
	padding: 10px;
	width: 150px;
	display: block;
	color: #ffffff;
}

#links_page:hover{
	background: url(images/green_trans.png);
}

#product_box{
	clear: both;
	margin: 0 auto;
	background: url(images/product_bg.jpg) repeat-x bottom #ffffff;
	border: 1px solid #004b85;
	width: 919px;
	
	
}

#product_box h3{
	padding: 0;
}



.product_link{
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
	
}

.product_link img{
	margin: 10px 0;
}

.order_button, .order_button_store{
	text-align: center;
	background: url(images/blue_trans.png);
	margin: 0 auto;
	padding: 5px;
	width: 115px;
	display: block;
	color: #ffffff;
	cursor: pointer;
	
}

.order_button_store{
	margin: 0;
	float: right;
}

.order_button:hover, .order_button_store:hover{
	background: url(images/green_trans.png);
	color: #ffffff;
}

#shopping_cart{
	float: right;
	padding: 10px 30px;
	background: url(images/cart.gif) center left no-repeat;
}

#shopping_cart:hover{
	background: url(images/cart_on.gif) center left no-repeat;
}

#back_to_store{
	float: right;
	padding: 10px 30px;
	background: url(images/back.gif) center left no-repeat;
}

#back_to_store:hover{
	background: url(images/back_on.gif) center left no-repeat;
}

.store_product{
	float: left;
	margin-left: 65px;
	margin-right: 10px;
	margin-bottom: 20px;
}



/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}


.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #ffffff;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 375px;
	height: 245px;
}

.factory_tour li {
	float: left;
	display: inline;
	width: 650px;
	height: 600px;
}


#products{
	width: 900px;
	margin: 0 auto;
}

.chips  {
	width: 750px;
	margin: 0 auto;
}

.factory_tour{
	width: 660px;
	height: 625px;
	margin: 0 auto;
}

 .next, .back{
	width: 54px;
	height: 54px;
	margin-top: 75px;
	padding: 0;
}

.next{
	float: right;
	background: url(images/next_bg.gif) no-repeat top right;
}

.back{
	float: left;
	background: url(images/prev_bg.gif) no-repeat top right;
}

 .next a {
	width: 54px;
	height: 54px;
	background: url(images/next.gif) no-repeat top right;
	display: block;
}
 .back a {
	width: 54px;
	height: 54px;
	background: url(images/prev.gif) no-repeat top right;
	display: block;
}


 div#products.chips li, div#online_tour .factory_tour li {
	padding: 0;
	overflow: hidden;
	margin: 0;
}

#main_box{
	margin: 0 auto;
	background: url(images/product_bg.jpg) repeat-x bottom #ffffff;
	border: 1px solid #004b85;
	width: 919px;
}

.googleMap{
	float: right;
	margin: 20px;
}

.slide{
	margin: 20px;
	
}

#tour{
	text-align: center;
}


#footer{
	margin: 0 auto;
	width: 880px;
	padding: 0 20px;
	text-align: center;
}

#footer ul{
	padding: 0;
	margin: 0;
}

#footer ul li{
	display: inline;
	padding: 0 20px 0 35px;
	background: url(images/footer_separator.gif) left center no-repeat;
    color: #004b85;
	font-size: 14px;
	font-weight: bold;
}

#footer ul li:first-child{
	background: none;
}

#footer ul li a{
	text-decoration: none;
	color: #004b85;
}


#copyright{
	margin: 10px auto 20px auto;
	width: 960px;
	text-align: right;
	font-size: 10px;
}

#copyright a{
	color: #000000;
}

.not_ready{
	background: #CC0000; color: #FFFFFF; font-weight: normal; font-size: 16px; margin: 20px; padding: 20px;
}

.not_ready a{
	color: #FFFFFF; font-weight: normal;
}