@charset "utf-8";
/*範本樣板*/
body {
	background-color: #000;
	margin:0;
	font-family:"微軟正黑體","新細明體";
}
img{
	border: 0;
	outline: 0;
}
#MiddleArea{
	margin:0px auto;
	width:1280px;
}
#footer{
	width:100%;
	height:125px;
	background-color:#848484;
	font-size:12px;
	line-height:12px;
	color:#FFF;	
}
#fleft{
	width:80%;
	text-align:center;
	float:left;
	margin-top:10px;
}
#fright{
	width:20%;
	text-align:left;
	float:left;
	margin-top:25px;
}
#footer a:link, a:visited, a:active{
	color:#FFF;
	text-decoration:none;
	-o-transition: color .25s linear;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    transition:  color .25s linear;
}
#footer a:hover{
	color: #333;	
}

/*首頁*/

/*首頁輪播圖*/
#gallery{
	position: relative;
	float:left;
	width:1280px;
	height:420px;
	z-index:0;
}
#gallery a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
	cursor: default;
}
#gallery .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#gallery .control a {
	display:inline-block;
	padding:1px;
	margin: 0 3px;
	width: 14px;
	color: #fff;
	background: #000;
	text-align: center;
	-webkit-text-size-adjust:none;
	font-size: 8px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	-webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
	opacity: 0.4; /* FireFox、Safari、Opera、Chrome */
	filter: Alpha(Opacity=40); /* IE */
}
#gallery .control a.on {
	background: #fff;
	color: #000;
	-webkit-text-size-adjust:none;
	font-size: 8px;
	font-family:Arial, Helvetica, sans-serif;
	opacity: 0.6; /* FireFox、Safari、Opera、Chrome */
	filter: Alpha(Opacity=60); /* IE */
}
/*首頁menu*/
#menuBar{
	position: absolute;
	background: #000;
	width: 1280px;
	height: 45px;
	margin-top: 55px;
	opacity: 0.8; /* FireFox、Safari、Opera、Chrome */
	filter: Alpha(Opacity=80); /* IE */
	z-index: 8;
}
#menuBarLink1{
	width:114px;
	height:45px;
	margin-left:350px;
	float:left;
}
#menuBarLink2, #menuBarLink3, #menuBarLink4, #menuBarLink5, #menuBarLink6{
	width:114px;
	height:45px;
	margin-left:32px;
	float:left;
}
#menuBarLink1 a {
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link1.png);
	background-repeat: no-repeat;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
#menuBarLink2 a {
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link2.png);
	background-repeat: no-repeat;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
#menuBarLink3 a {
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link3.png);
	background-repeat: no-repeat;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
#menuBarLink4 a {
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link4.png);
	background-repeat: no-repeat;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
#menuBarLink5 a {
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link5.png);
	background-repeat: no-repeat;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
#menuBarLink6 a {
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link6.png);
	background-repeat: no-repeat;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
#menuBarLink1 a:hover, #menuBarLink2 a:hover, #menuBarLink3 a:hover, #menuBarLink4 a:hover, #menuBarLink5 a:hover, #menuBarLink6 a:hover  {
	background-position:0px -45px;
}
#logo_area{
	position: absolute;
	z-index: 10;
	width: 170px;
	height: 420px;
	background: #FFF;
	margin-left: 55px;
	opacity: 0.7; /* FireFox、Safari、Opera、Chrome */
	filter: Alpha(Opacity=70); /* IE */
	/* [disabled]-moz-box-shadow:0px 0px 3px rgba(20%,20%,40%,0.5); */
	-webkit-box-shadow: 0px 0px 3px rgba(20%,20%,40%,0.5);
	box-shadow: 0px 0px 3px rgba(20%,20%,40%,0.5);
}
#logo{
	position:absolute;
	z-index:11;
	width:133px;
	height:173px;
	background-image:url(../images/LOGO.png);
	margin:110px 0 0 75px;
}
#index_contect{
	height:660px;
	background-color:#e5e5e5;
	clear:both;
}
/*最新消息*/
#News{
	width:560px;
	height:590px;
	background-color:#fff;
	float:left;
	margin:45px 0 0 55px;
	position: relative;	
}
.NewsItem{	
	width:520px;
	height:120px;
	background:#fff;
	-webkit-transition: background .25s linear;
	-moz-transition: background .25s linear;
	-o-transition: background .25s linear;
	-ms-transition: background .25s linear;
	transition: background .25s linear;
	margin:23px 0 0 20px;
	float:left;
	/*
	linear：均速
    ease：很快→漸慢
    ease-in：漸漸變快
    ease-out：漸漸變慢
    ease-in-out：漸快→慢下來→漸快
	*/
}
.NewsItem:hover{
	background:#F6F6F6;
	z-index:3;
}
.NewsItem img{
	float: left;
	margin:5px 0 0 5px;
	position:absolute;
}
.NewsItem a{
	width:520px;
	height:120px;
	z-index:2;
	margin:0;
	position:absolute;
	float:left;
	
}
.NewsItem .idate{
	font-size: 11px;
	font-style: italic;
	width: 335px;
	float: left;
	font-weight: bold;
	margin:5px 0 0 180px;
	position:absolute;
	
}
.NewsItem .NewsTitle{
	font-size:18px;
	font-weight: bold;
	width:335px;
	float:left;
	margin:23px 0 10px 180px;
	position:absolute;
}
.NewsItem .NewsContect{
    font-size:14px;
	color:#656565;
	width:335px;
	float:left;
	margin:55px 0 10px 180px;
	position:absolute;
}
/*熱門商品*/
/*img {
border: 0;
outline: 0;
}
:focus {
outline: 0;
}
*/
.ProductsHighLights{
	width:560px;
	height:440px;
	background-color:#fff;
	float:left;
	margin:45px 0 0 50px;
	position: relative;	
}
.ProductsHighLights h1{
	margin-top:15px;
	margin-left:30px;
	float:left;
	font-style:normal;
	text-transform:uppercase;
	font-size:28px;
	color:#595656;
	}
.ProductsHighLights .nav{
	width:121px;
	position:absolute;
	right:0px;
	top:10px;
	}
.ProductsHighLights .nav a{
	float:left;
	width:60px;
	height:60px;
	background-image:url(../images/arrow_sx_black.png);
	background-repeat:no-repeat;
	background-position: center;
	}
.ProductsHighLights .nav a.prev{
	width:60px;
	}
.ProductsHighLights hr{
	width:90%;
	margin:80px 0 0 28px;
	float:left;
	border:0;
	height:1px;
	background-color: #000;
	color:#000;
	position: absolute;
	}
.ProductsHighLights .nav a.next{
	background-image:url(../images/arrow_dx_black.png);
	}
.ProductsHighLights .nav a.prev:hover{
	background-image:url(../images/arrow_sx_999.png);
	}
.ProductsHighLights .nav a.next:hover{
	background-image:url(../images/arrow_dx_999.png);
	}
.ProductsHighLights .slideshow{
	width:100%;
	float:left;
	margin-top:10px;
	height:240px;
	overflow:hidden;
	position:relative
	}
.ProductsHighLights .slideshow div{
	width:100%;
	height:240px;
	display:none;
	float:left;
	position:relative;
	top:0;
	left:0;
	padding-left:45px
	}
.ProductsHighLights .slideshow div img{
	float:left;
	display:none;
	}
.ProductsHighLights .desc{
	display:none;
	width:100%;
	position:absolute;
	top:330px;
	left:0;
	z-index:50
	}
.ProductsHighLights .title{
	float:left;
	min-height:75px;
	width:158px;
	padding-right:20px;
	border-right:1px solid #000;
	}
.ProductsHighLights .title h1{
	text-align:left;
	font-size:17px;
	color:#000;
	margin:0 0 0 28px;
	float:none
	}
.ProductsHighLights .title h2{
	text-align:left;
	max-width:150px;
	font-style:normal;
	text-transform:uppercase;
	font-size:13px;
	margin:15px 0 0 28px;
	color:#000;
	}
.ProductsHighLights .desc p{
	width:310px;
	float:left;
	margin: 0 0 0 20px;
	font-size:14px;
	color:#656565;
	line-height:20px;
	}
.ProductsHighLights .desc .desc_slide{
	display:none;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	}
/*影片播放*/
#VideoFields{
	width:560px;
	height:110px;
	background-color:#fff;
	float:left;
	margin:40px 0 0 50px;
}
#VideoFields img{
	width:198px;
	height:110px;
	float:left;
	z-index: 14;
	position: absolute;
}
#VideoFields a {
	margin:10px 0 0 50px;
	width: 94px;
	height: 94px;
	position: absolute;
	z-index: 15;
	float:left;
	background-image: url(../images/ico_play.png);
	background-repeat: no-repeat;
}
#VideoFields a:hover {
	background-position: 0px -94px;
}
#VideoFields #info {
	width:330px;
	float:right;
	margin-right:15px;
}
#VideoFields #info .title{
	font-size:17px;
	line-height:10px;
	margin-top:18px;
}
#VideoFields #info p{
	font-size:12px;
	color:#656565;
	line-height:18px;
	margin-top:15px;
}
/*關於我們*/
.HeadArea{
	height:145px;
	background-color:#e5e5e5;
}
.ColorArea{
	height:105px;
	width:100%;
	position: relative;
	z-index: 1;
	background-image:url(../images/colorBackground.jpg);
}

.insideMenuBar{
	position: absolute;
	background: #000000;
	width: 100%;
	height: 45px;
	margin-top: 60px;
	/*opacity: 0.8; /* FireFox、Safari、Opera、Chrome */
	/*filter: Alpha(Opacity=80); /* IE */
	z-index: 7;
}
.LogoHome{
	position: absolute;
	width:170px;
	height:125px;
	background-color:#FFF;
	z-index:9;
	margin-left:52px;
	-moz-box-shadow:0px 0px 3px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:0px 0px 3px rgba(20%,20%,40%,0.5);
    box-shadow:0px 0px 3px rgba(20%,20%,40%,0.5);
}
.LogoHome img{
	margin:5px 0 0 30px;
}
.LogoHome a{
	position:absolute;
	width:170px;
	height:125px;
}
.menuBarLink1{
	width:114px;
	height:45px;
	margin-left:320px;
	float:left;
}
.menuBarLink2, .menuBarLink3, .menuBarLink4 ,.menuBarLink5 ,.menuBarLink6{
	width:114px;
	height:45px;
	margin-left:40px;
	float:left;
}
.menuBarLink1 a{
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link1.png);
	background-repeat: no-repeat;
}
.menuBarLink2 a{
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link2.png);
	background-repeat: no-repeat;
}
.menuBarLink3 a{
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link3.png);
	background-repeat: no-repeat;
}
.menuBarLink4 a{
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link4.png);
	background-repeat: no-repeat;
}
.menuBarLink5 a{
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link5.png);
	background-repeat: no-repeat;
}
.menuBarLink6 a{
	position: absolute;
	width:114px;
	height:45px;
	background:url(../images/Menu_Link6.png);
	background-repeat: no-repeat;
}
.menuBarLink1 a:hover, .menuBarLink2 a:hover, .menuBarLink3 a:hover, .menuBarLink4 a:hover, .menuBarLink5 a:hover, .menuBarLink6 a:hover{
background-position:0px -45px;
}
.menuBarLink1 .select{
	width:114px;
	height:45px;
	background:url(../images/Menu_Link1.png);
	background-color:#9d0b07;
}
.menuBarLink2 .select{
	width:114px;
	height:45px;
	background:url(../images/Menu_Link2.png);
	background-color:#ffa800;
}
.menuBarLink3 .select{
	width:114px;
	height:45px;
	background:url(../images/Menu_Link3.png);
	background-color:#749e54;
}
.menuBarLink4 .select{
	width:114px;
	height:45px;
	background:url(../images/Menu_Link4.png);
	background-color:#0277d0;
}
.menuBarLink5 .select{
	width:114px;
	height:45px;
	background:url(../images/Menu_Link5.png);
	background-color:#334da1;
}
.menuBarLink6 .select{
	width:114px;
	height:45px;
	background:url(../images/Menu_Link6.png);
	background-color:#8563a0;
}
.insideContect{
	height: auto;
	background-color:#e5e5e5;
	overflow: hidden;
}
.SiteLocation{
    margin:25px 0 0 50px;
	font-size:12px;
	clear:both;
}
.SiteLocation a:link, .SiteLocation a:visited, .SiteLocation a:active{
	color:#000;
	text-decoration:none;
}
.SiteLocation a:hover{
	color:#e8342f;
}
.SiteLocation .nowLocation{
	color:#e8342f;
}
.leftMenu{
	height:auto;
	width:230px;
	margin:35px 0 0 50px;
	overflow:auto;
	float:left;
}
.MenuBackground{
	background-color:#FFF;
	height:auto;
	overflow:auto;
	margin-top:10px;
}
.MenuBackground li{
	list-style:none;
	margin-left:-20px;
	font-size:13px;
	line-height:30px;
}
.MenuBackground hr{
	border:0;
	background-image:url(../images/dotLine.png);
	margin-left:-27px;
	width:202px;
	height:1px;
}
.MenuBackground li a:link, .MenuBackground li a:visited, .MenuBackground li a:active{
	color:#a3a3a3;
	text-decoration:none;
}
.MenuBackground li a:hover{
    color:#000000;
}
.rightArea{
	width:900px;
	float:left;
	margin:35px 0 90px 50px;
	background-color:#FFF;
	-moz-box-shadow:0px 0px 3px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:0px 0px 3px rgba(20%,20%,40%,0.5);
    box-shadow:0px 0px 3px rgba(20%,20%,40%,0.5);   
}
.rightAreaTitle{
	width:887px;
	height:46px;
	background-image:url(../images/rightTitleBackground.jpg);
	background-repeat: no-repeat;
	padding:12px 0 0 10px;
	margin:8px 0 0 6px;
}
.rightAreaTitle img{
	padding:3px 0 0 5px;
}
.rightAreaHTML{
   width:887px;
   height:auto;
   padding:25px 40px;
}
.rightArea hr{
    border:0;
	background-image:url(../images/bottomLine.jpg);
	width:900px;
	height:2px;
	margin:0;
}
.rightAreaBottom{
    height:55px;
}
.rightAreaBottom .BeforeItem{
	width:300px;
	height:20px;
	float:left;
	margin:16px 0 0 20px;
	display:none;
}
.rightAreaBottom a:link, .rightAreaBottom a:visited, .rightAreaBottom a:active{
	color:#000000;
	text-decoration:none;
	font-size:12px;
}
.rightAreaBottom a:hover{
	color:#e8342f;
}
.rightAreaBottom .NextItem{
	width:300px;
	height:20px;
	float:right;
	margin:16px 20px 0 0;
	text-align:right;
}
.searchArea{
	height:50px;
	padding:8px 20px 8px 0;
	text-align:right;
}
.hrDIV{
	width:870px;
	margin:20px 0 0 15px;
	height:1px;
	background-color: #f2f2f2;
	float:left;
}
.inSideNewsItem{	
	width:820px;
	height:140px;
	background:#fff;
	-webkit-transition: background .25s linear;
	-moz-transition: background .25s linear;
	-o-transition: background .25s linear;
	-ms-transition: background .25s linear;
	transition: background .25s linear;
	margin:5px 0 15px 0;
	float:left;
	/*
	linear：均速
    ease：很快→漸慢
    ease-in：漸漸變快
    ease-out：漸漸變慢
    ease-in-out：漸快→慢下來→漸快
	*/
}
.inSideNewsItem:hover{
	background:#F6F6F6;
	z-index:3;
	display:block;
}
.inSideNewsItem img{
	float: left;
	margin:17px 0 0 15px;
	position:absolute;
}
.inSideNewsItem a{
	width:820px;
	height:140px;
	z-index:2;
	margin:0;
	position:absolute;
	float:left;
	
}
.inSideNewsItem .iDate{
	font-size: 11px;
	font-style: italic;
	width: 600px;
	float: left;
	font-weight: bold;
	margin: 15px 0 0 190px;
	position: absolute;
	color:#e8342f;
	
}
.inSideNewsItem .NewsTitle{
	font-size: 18px;
	font-weight: bold;
	width: 600px;
	float: left;
	margin: 37px 0 10px 190px;
	position: absolute;
}
.inSideNewsItem .NewsContect{
	font-size: 14px;
	color: #656565;
	width: 600px;
	height:60px;
	float: left;
	margin: 70px 0 10px 190px;
	position: absolute;
}
.SelectPage{
	background-color:#f7f7f7;
	float:left;
	width: 820px;
	height:30px;
	margin:40px 0;
	font-size:12px;
    position: relative;
}
.page{
	float:left;
	margin:6px 0 0 15px;
}
.jumpPage{
	float:right;
	font-size:12px;
	margin:6px 15px 0 0;
	position:relative;
}
.SelectPage a, .SelectPage a:visited, .SelectPage a:active{
	font-size:12px;
	color:#000;
	text-decoration:none;
	float:left;
	margin:0 15px;
}
.SelectPage a:hover{
	color:#e8342f;
}
.SelectPage .nowPage{
	color:#fff;
	background-color:#848484;
	width:15px;
	height:15px;
	text-align:center;
	float:left;
	margin:0 2px;
}
.shareArea{
	height:150px;
	margin-left:40px;
}
.googlePlus{
	float:left;		
}
.facebook{
	clear:both;
	margin-top:18px;	
}
.twitter{
	clear:both;
	margin-top:-20px;
}
.iconMenu{
	margin:15px 0 0 50px;
}
.iconBtn{
	width:110px;
	height:100px;
	text-align:center;
	float:left;
	margin:0 4px;
}
.iconBtn a, .iconBtn:visited a, .iconBtn:active a{
	font-size: 12px;
	width: 110px;
	text-decoration: none;
	color: #7C7C7C;
}
.iconBtn:hover a{
	color:#e8342f;
}
.iconBtn img{
	display:block;
	height: 70px;
	float:left;
	opacity: 0.5; 
	filter: Alpha(Opacity=50);
}
/*
 .iconBtn img:hover{
	opacity: 0.7; 
	filter: Alpha(Opacity=70); 
}
a.linkName ,a.linkName:visited, a.linkName:active{
	font-size: 12px;
	width: 110px;
	text-decoration: none;
	color: #7C7C7C;
	display:block;
	margin-top:75px;
}
a.linkName:hover{
	color:#e8342f;
}*/
.productLine{
	width:1181px;
	height:2px;
	background-image:url(../images/productLine.jpg);
	float:left;
	margin:15px 0 40px 50px;
}
.ProductList{
	margin:25px 0 100px 45px;
	max-width:1200px;
	height:auto;
	overflow:auto;
}
.ProductItem img{
	margin-top:5px;
}
.ProductItem{
	width:190px;
	height:160px;
	float:left;
	margin:0 10px 10px 0;
	position:relative; /*to IE*/　
    display:table-cell;
    text-align:center;
	vertical-align:middle;
	background-color:#FFF;
}
.ProductItem a{
	display:block;
	width:190px;
	height:160px;
	background:#fff;
	color:#FFF;
	text-decoration:none;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
.ProductItem a:hover{
	background:#0177cf;
	-o-transition: background .25s linear;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    transition:  background .25s linear;
}
/*產品頁SideShow*/
#slider1_container{
	width:390px;
	height:330px;
	float:left;
	background-color:#fff;
	position:relative;
    /*display:table-cell;
    text-align:center;
	vertical-align:middle;*/
	margin-right:10px;
	overflow: hidden;
}
/*#slider1_container img, .ProductItem img{
	margin-top:5px;
}*/
.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av{
    background: url(../images/b13.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb13 div{
    background-position: -5px -5px;
}
.jssorb13 div:hover, .jssorb13 .av:hover{
    background-position: -35px -5px;
}
.jssorb13 .av{
    background-position: -65px -5px;
}
.jssorb13 .dn, .jssorb13 .dn:hover{
    background-position: -95px -5px;
}
/*產品詳細頁面*/
.productDetailLeft{
	float:left;
	width:645px;
	height:auto;
	margin:30px 0 0 45px;
}
.productBigImage{
	width:645px;
	height:420px;
	overflow:auto;
}
.productBigImage img{
	margin-left:5px;
}
.productSmallImage{
	width:205px;
	height:120px;
	margin:20px 5px 0 5px;
	position:relative;
	z-index:3;
	float:left;
}
.zoomImage{
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 5;
	background-image: url(../images/zoom.png);
	left: 170px;
	top: 85px;
}
.anotherProduct{
	margin:50px 0 0 5px;
	width: 635px;
	height:auto;
	float:left;
}
.anotherSmallImage{
	width:205px;
	height:150px;
	margin:15px 5px 0 5px;
	position:relative;
	float:left;
	text-align:center;
	line-height:36px;
	font-size:12px;
}
.anotherSmallImage a, .anotherSmallImage a:visited, .anotherSmallImage a:active{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.anotherSmallImage a:hover{
	color:#e8342f;
}
.productDetailRight{
	float:left;
	width:530px;
	margin:30px 0 0 50px;
}
.productDetailRight .slogan{
	font-size:14px;
	color:#a1a1a1;
}
.productDetailRight .title{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	margin:18px 0;	
}
.productDetailRight .info{
	font-size:12px;
	color:#000000;
	line-height:18px;
	max-width:480px;
	margin-bottom:30px;
}
.productDetailRight table{
	background-color:#e4e4e4;
	border-collapse:collapse;
	border-color: transparent;
	/*border: 1px solid #e5e5e5;*/
	font-size:12px;
	height:28px;
	margin-bottom:25px;
}
.productDetailRight table td{
    height:22px;
	padding-left:8px;
	border-left:none;
	border: 1px solid #e4e4e4;
}
.contactUS{
	margin-top:50px;
}
.contactUS table{
	margin:25px 0 100px 0;
}
.contactUS table td{
	height:30px;
	vertical-align:middle;
}
/*何處購買*/
.StoreList{
	margin:25px 0 0 41px;
	clear:both;
	overflow:auto;
}
.StoreBtn{
	float:left;
	height:40px;
	width:180px;
	overflow:hidden;
	margin:0 9px;
}
.StoreBtn a{
	height:40px;
	width:180px;
	position:absolute;
}
.StoreBtn a:hover{
	background-position:0 -40px;
}
.WhereBuyLeft{
	float:left;
	width:656px;
	margin:25px 0 50px 50px;
	background-color:#000;
}
.WhereBuyRight{
	float:left;
	width:465px;
	margin:25px 0 50px 50px;
}
.WhereBuyLeftHTML{
	height:auto;
	padding:10px;
}
.StoreImage{
	text-align:center;
	width:218px;
	height:145px;
	float:left;
	margin:0 7px 14px 7px;
}
.ContactLeft{
	font-size:12px;
	padding:15px;
	line-height:23px;
	color:#626262;
	height:853px;
}
.ContactLeftTitle{
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin-top:15px;
}
.ContactLeft a, .ContactLeft a:visited, .ContactLeft a:active{
	text-decoration: none;
	color: #626262;	
}
.ContactLeft a:hover{
	color:#e8342f;
}
.ContactRight{
	padding:8px 7px 30px 8px;
}
.ContactRight table{
	background-color:#ffffff;
	border-collapse:collapse;
	border-color: transparent;
	/*border: 1px solid #e5e5e5;*/
	font-size:14px;
	height:28px;
	margin:70px 0 0 150px;
	width:80%;
}
.ContactRight table td{
    height:40px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	border-left:none;
	border: 1px solid #ffffff;
}
.ContactRight table input, .ContactRight table textarea, .ContactRight table select{
	border: 1px solid #d6d6d6;
}