@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
.container {
	width: 960px;
	margin: 0 auto;
}
.header {
	min-height:40px;
	padding:15px 5px;
}
.slink {
	float:right;
	font-size:12px;
	color:#999;
}
.slink a {
	color:#999;
	text-decoration:none;
}
.slink a:hover {
	color:#F60;
}
.content {
	width: 960px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.contentP {
	font-size:13px;
	margin:10px 0;
	background:#FFF;
	border:3px solid #CCC;
	padding:10px;
	min-height:450px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
/* ~~ 頁尾 ~~ */
.footer {
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	color: #666;
}
.footer a {

	color: #666;
}
.footer a:hover{
	text-decoration:underline;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*saddles product*/
.saddlesP {
	padding:5px;
	float:left;
}
.saddlesPpic {
	float:left;
	padding:5px;
	margin-right:30px;
}
.saddlesPfont {
	float:left;
	font-size:13px;
	line-height:23px;
	color:#666;
	
}
.saddlesPfont h2 {
	padding:0 0 10px 0;
	margin:0;
	font-size:17px;
}
.block {
	color:#000;
}
.green {
	color:#009d86;
}
.brown{color:#937900;}
.Orange{ color:#F60;}
.yellow{ color:#FC0;}
.blue{ color:#03F;}


/*index menu*/

a, a:hover, a:active, a:visited, a:visited:hover {
	text-decoration: none;
	border: none;
	outline: none;
}
div.nav {
	margin: 18px auto 0px auto;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #fff #dfdfdf #dfdfdf #dfdfdf;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	/*-moz-box-shadow: 0px 1px 2px #ccc;*/
			display: table;
}
div.nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #9f9f9f;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#6e6e6e));
	background: -moz-linear-gradient(top, #b3b3b3, #6e6e6e);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#6e6e6e');
 background:url(../images/on.png);
 
	display: inline-block;
	list-style: none;
}
div.nav ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#8c8c8c));
	background: -moz-linear-gradient(top, #cecece, #8c8c8c);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#8c8c8c');
	float: left;
}
div.nav ul li:first-child {
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}
div.nav ul li:last-child {
	margin-right: 0px !important;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}
:root div.nav ul li a  { padding: 11px 33px\0;}

div.nav ul li a {
	margin: 0px 1px 0px 1px;
	padding: 11px 32px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#848484));
	background: -moz-linear-gradient(top, #cacaca, #848484);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#848484');
	float: left;
	/*-*/
			font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #252525;
	text-shadow: #cecece 0px 1px 0px;
}
div.nav ul li:first-child a {
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}
div.nav ul li:last-child a {
	margin-right: 0px !important;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}
div.nav ul li:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#5f5f5f));
	background: -moz-linear-gradient(top, #999999, #5f5f5f);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#5f5f5f');
  background:url(../images/off.png);
}
:root div.nav ul li:hover a  { padding: 11px 33px\0;}

div.nav ul li:hover a {
	padding: 11px 32px;
	background: -webkit-gradient(linear, left top, left bottom, from(#929292), to(#535353));
	background: -moz-linear-gradient(top, #929292, #535353);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#535353');
	/*-*/
			color: #fff;
	text-shadow: #454545 0px -1px 1px;
}
div.nav ul li:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#3f3f3f));
	background: -moz-linear-gradient(top, #242424, #3f3f3f);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#3f3f3f');
}
div.nav ul li:active a {
	margin: 0px 0px 0px 0px;
	padding: 9px 33px 11px 33px;
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: #282928 #3f3f3f #525051 #3f3f3f;
	-webkit-box-shadow: inset 0 -10px 20px rgba(0, 0, 0, .05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 -10px 20px rgba(0, 0, 0, .05), inset 0 2px 5px #363636, inset 0 0 0 1px rgba(255, 255, 255, .1);
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#5f5f5f));
	background: -moz-linear-gradient(top, #999999, #5f5f5f);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#5f5f5f');
	color: #fff;
	text-shadow: #454545 0px -1px 1px;
}

div.nav ul li:last-child:active a {
	padding-right: 34px;
}
div.nav ul li.selected {
	background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#3f3f3f));
	background: -moz-linear-gradient(top, #242424, #3f3f3f);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#3f3f3f');
}
div.nav ul li.selected a {
	margin: 0px 0px 0px 0px;
	padding: 9px 33px 11px 33px;
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	border-color: #282928 #3f3f3f #525051 #3f3f3f;
	background: -webkit-gradient(linear, left top, left bottom, from(#373837), to(#525051));
	background: -moz-linear-gradient(top, #373837, #525051);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373837', endColorstr='#525051');
	/*-*/
			color: #fff;
	text-shadow: #454545 0px -1px 1px;
}
div.nav ul li.selected:last-child a {
	padding-right: 34px;
}
/*-----*/
:root div.nav ul li.logo a,div.nav ul li.logo:active a  {padding: 5px 33px 7px 33px;}

		
		div.nav ul li.logo a {
	padding: 5px 34px 7px 34px;
}
div.nav ul li.logo:active a {
	padding: 5px 34px 7px 34px;
	border: none;
}
div.nav ul li.logo a img {
	width: 31px;
	height: 31px;
}
/*-----*/
		
	/*首頁廣告圖*/
#galleria {
	width:950px;
	height:450px;
	margin:10px auto;
	border:1px solid #CCC;
	background:#FFF;
}
/*坐墊 Used in Example 3 */
#example3 {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#example3 ul {
	list-style:none;
}
#example3 h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	text-shadow: #333 0px 1px 0px;
}
#example3 p {
	color:#FFF;
	font-size:13px;
	text-shadow: #333 0px 1px 0px;
}
#example3 .frame-1 {
	background:url(../images/s01.jpg) top left repeat;
}
#example3 .frame-2 {
	background:url(../images/s02.jpg) top left repeat;
}
#example3 .frame-3 {
	background:url(../images/s03.jpg) top left repeat;
}
#example3 .frame-4 {
	background:url(../images/s04.jpg) top left repeat;
}
#example3 .frame-5 {
	background:url(../images/s05.jpg) top left repeat;
}
#example3 .frame-6 {
	background:url(../images/s06.jpg) top left repeat;
}
#example3 .frame-7 {
	background:url(../images/s07.jpg) top left repeat;
}
#example3 .frame-content {
	width:430px;
	padding:230px 50px 20px 60px;
}
#example3 .frame-closed .frame-content {
	display:none;
}
#example3 .frame-open .frame-content {
	display:block;
}


/*握把 */

.manobanner{ width:290px; margin:auto;background:url(../grips/mano-banner.jpg); height:137px; color:#FFF; padding:130px 600px 30px 30px;}

.manoRoyalgelbanner{
	width:290px;
	margin:auto;
	height:137px;
	color:#FFF;
	padding:130px 600px 30px 30px;
	background-image: url(../grips/manoroyalgel-banner.jpg);
}

#example2 {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#example2 ul {
	list-style:none;
}
#example2 h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	text-shadow: #333 0px 1px 0px;
}
#example2 p {
	color:#FFF;
	font-size:13px;
	text-shadow: #333 0px 1px 0px;
}
#example2 .frame-1 {
	background:url(../images/mano-banner.jpg) top right repeat;
}
#example2 .frame-2 {
	background:url(../images/manoroyalgel-banner.jpg) top right repeat;
}


#example2 .frame-content {
	width:430px;
	padding:230px 50px 20px 60px;
}
#example2 .frame-closed .frame-content {
	display:none;
}
#example2 .frame-open .frame-content {
	display:block;
}


.innroyalgel{ background:url(../innovation/royal-gel-banner.jpg); width:460px; height:140px; padding:130px 40px 30px 430px; color:#FFF; margin:10px 0;}

.dealerstab{ width:100%; border-right:1px solid #CCC;border-left:1px solid #CCC;}
.dealerstab th{ padding:5px; background:#999; color:#FFF;}
.dealerstab td{ padding:5px 10px; border-bottom:1px solid #CCC;}
.gray{ background:#eeeeee;}


.downloadfont a{ color:#666; font-size:15px;}
.downloadfont a:hover{ color:#009d86}