html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, P, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th, {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	vertical-align: baseline;
}

h1, h2, h3, h5, h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	list-style: disc;
	padding-bottom: 7px;
}
img {
	border: 0px;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #000000;
margin: 0px auto;
color:#333;
font-size: 12px;
}

html {
	
	scrollbar-face-color: #830022;
	scrollbar-3dlight-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFFFFF;	
}

#caption {
	text-indent: -9999px;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
}
#container {
	width: 1050px;
	background: url(../images/background.jpg) no-repeat; 
	margin: 0px auto;
	position: relative;
}


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

a img {
	border: 0px;
}
a:hover {
	color: #cd1041;
	font-weight: bold;
	text-decoration: underline;	
}

.nospace {
	line-height: 0px;
	padding: 0px;
}

/*--------------------------------------------------
// Header
//--------------------------------------------------*/

#header {
	margin: 0px auto;
	height: 70px;
	width: 900px;
	position: relative;
	margin-bottom: 45px;
}
#logo a {
	margin-top: 18px;
	margin-left: 20px;
	background: url(../images/logo.gif) no-repeat;
	width: 218px;
	height:44px;
	float: left;
}


#searchsquare {
	margin-top: 35px;
	width: 250px;
	height:22px;
	float: right;
	overflow: hidden;
}
.searchleft {
	margin-top: 3px;
	width:90px;
	float: left;
	overflow: hidden;
}

.searchright {
	width: 145px;
	float: right;
	border: 1px solid #999999;
}

#search {
	background-color: #000000;
	width: 115px;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	height: 15px;
	border: 0px;
	padding-left: 5px;
}

.searchbutton {
	background: url(../images/button.jpg) no-repeat center;
	border: 0px;
	width: 15px;
	height: 15px;
	display: block;
	float: right;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */	
}
.homelink  {
	padding: 0px 0px;
	color:#FFFFFF;
	text-decoration: none;
}
.home {
	background: url(../images/home.jpg) no-repeat;
	border: 0px;
	display: block;
	text-align: left;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	width: 19px;
	height: 15px;
	float: right;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */	
}

.redcross {
	background: url(../images/help-japan.png) no-repeat;
	border: 0px;
	top: 5px;
	right: 0px;
	position: absolute;
	display: block;
	text-align: left;
	font-size: 0px;
	text-indent: -9999px;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	width: 78px;
	height: 21px;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */	
}
/*--------------------------------------------------
// Navigation
//--------------------------------------------------*/

#nav{
	width: 900px;
	height: 28px;
	margin: 0px auto;
	position: absolute;
	z-index: 4;
	background-color: #c0c0c0;
	top: 75px;
	left: 75px;
	
}

/*--------------------------------------------------
// Sub Nav
//--------------------------------------------------*/
#subnav {
	margin-top: 35px;
	padding-top: 20px;
	padding-left: 15px;
	z-index: 1;
	padding-right: 15px;
	margin-bottom: 15px;
	width: 200px;
}

.menu_list {	
	width: 200px;
	font-size: 12px;
}
.menu_head {
	border-bottom: 1px solid #c1cad3;
	padding: 5px 0px;
	cursor: pointer;
	position: relative;
	
	margin:1px;
    font-weight:bold;
	background: url(../images/left.gif) center right no-repeat;
}
.menu_head2 {
	border-bottom: 1px solid #c1cad3;
	padding: 5px 0px;
	cursor: pointer;
	position: relative;
	
	margin:1px;
    font-weight:bold;
	
	
}

.menu_head2 a{
	color: #333;
	text-decoration: none;
}
.menu_head2 a:hover{
	color: #cd1041;
	text-decoration: none;
}
.menu_body {
	display:none;
}
	
.menu_body a{
  display:block;
  color:#830022;
  padding-bottom: 5px;
  padding-left:25px;
  border-bottom: 1px solid #c1cad3;
  font-size: 11px;
  font-weight:bold;
  text-decoration:none;
  background: url(../images/subnav.gif) center left no-repeat; 
}
.menu_body a:hover{
  color: #cd1041;
  background: url(../images/subnav-over.gif) center left no-repeat; 
  }
  
.menu_body p {
	font-size: 11px;
	color: #000000;
	padding: 5px 0px;
	}
	
.newstitle {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
/*--------------------------------------------------
// Body Section
//--------------------------------------------------*/

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

#left {
	width: 245px;
	float: left;
	background: url(../images/bg-left.jpg) no-repeat #FFFFFF;
}

#banner {
	background: url(../images/side-banner_rebate.jpg) no-repeat;
	width: 240px;
	height: 175px;
	float: left;
	background-color: #FFFFFF;
}

#banner a{
	width: 240px;
	height: 175px;
	color: #FFFFFF;
	display: block;
	line-height: 0px;
	font-size: 0px;
	margin: 0px auto;
}
#right {
	width: 640px;
	height: 410px;
	min-height: 408px;
	float: right;
	background: url(../images/bg-right.jpg) no-repeat #FFFFFF;
	padding-bottom: 10px;
}
#flash {
	width: 640px;
	height: 215px;
	overflow: hidden;
}
#flash a {
 text-decoration: none;
 color: #c70f3f;
 	
}
#flash a:hover {
 text-decoration: underline;
 color: #cd1041;
 	
}
#video {
	width: 640px;
	height: 500px;
	float: right;
	background: url(../images/bg-right.jpg) no-repeat #FFFFFF;
}

#rightplatinum{
	width: 510px;
	height: 350px;
	z-index: 2;
	float: right;
	padding-bottom: 10px;
	background: url(../images/platinum.jpg) no-repeat #FFFFFF;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 100px;
}
#rightgold{
	width: 510px;
	height: 400px;
	float: right;
	background: url(../images/gold.jpg) no-repeat #FFFFFF;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 100px;
}

#rightsilver{
	width: 510px;
	height: 270px;
	float: right;
	background: url(../images/silver.jpg) no-repeat #FFFFFF;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 100px;
}
#rightpatch{
	width: 510px;
	height: 270px;
	float: right;
	background: url(../images/patch.jpg) no-repeat #FFFFFF;
	padding-top: 150px;
	padding-left: 30px;
	padding-right: 100px;
}

#rightfame {
	width: 600px;
	float: right;
	padding-right: 40px;
	background: url(../images/bg-right-fame.jpg) no-repeat #FFFFFF;
	padding-top: 100px;
	padding-bottom: 10px;
}
#rightuser {
	width: 600px;
	float: right;
	background: url(../images/bg-right-user.jpg) no-repeat #FFFFFF;
	padding-top: 90px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#google_translate_element {
	float: right;
	z-index: 1;
	display: block;
	font-size: 11px;
	text-align: right;
	width: 155px;
	height: 27px;
	text-align: center;
	background-color: #FFFFFF;
	overflow: hidden;
}
html>body #right{
	height:auto;
	}/* not ie6- */




/*--------------------------------------------------
// Footer
//--------------------------------------------------*/

#footer {
	margin: 0px auto;
	width: 900px;
	color: #FFFFFF;
}
#footerR {
	margin: 0px auto;
	margin-top: 5px;
	width: 900px;
	text-align: center;
	font-size: 10px;
}

#footerL {
	margin: 0px auto;
	background: url(../images/support.jpg) no-repeat;
	width: 220px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	margin-top: 7px;
}
#footerL a {
	display: block;
	line-height: 0px;
	font-size: 0px;
	margin: 0px auto;
	height: 100px;
	width: 220px;
	color: #e0e0e0;	
}
.little {
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(../images/catalog_ic.gif) 170px 15px no-repeat;
	font-size: 10px;
	vertical-align: text-top;
	text-align: center;
}
.little a {
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 10px;
}

.little a:hover {
	color: #cd1041;
}

.footerlinks {
	text-align: center;
	
}

.footerlinks a {	
 color:#a2acd9;
 font-size: 11px;
 padding: 0px 15px;
 text-decoration: none;
 font-weight: bold;	
}

.footerlinks a:hover {
 color:#cd1041;
 text-decoration: underline;
}

.footerlinks2 {
	text-align: center;
	padding-top: 0px;
	padding: 7px 0px;
	border: 1px solid #afafaf;
	background-color: #000000;
	
}

.footerlinks2 a {	
 color:#FFFFFF;
 letter-spacing: 1px;
 font-size: 11px;
 padding: 0px 15px;
 text-decoration: none;
 font-weight: bold;	
}

.footerlinks2 a:hover {
 color:#cd1041;
 text-decoration: underline;
}
.footertext {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	
}
.footertext a {
	color:#FFFFFF;
	text-decoration: none;	
}
.footertext a:hover {
	color: #ffd800;
	text-decoration: underline;
}

#icon {
	width: 900px;
	height: 50px;
	
	
}

#icon li {
	float: left;
	list-style-type: none;
	margin-left: 30px;
	
}

#icon li a {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 30px;
	width: 32px;
	color: #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

.icon1 {
	margin-left: 250px;
	background: url(../images/myspace.jpg) no-repeat;

}
a:hover.icon1 {
	margin-left: 250px;
	background: url(../images/myspace.jpg) left -30px no-repeat;

}
.icon2 {
	background: url(../images/facebook.jpg) no-repeat;		
}
a:hover.icon2 {
	background: url(../images/facebook.jpg) left -30px no-repeat;		
}
.icon3 {
	background: url(../images/twitter.jpg) no-repeat;
	
}
a:hover.icon3 {
	background: url(../images/twitter.jpg) left -30px no-repeat;
	
}
.icon4 {
	background: url(../images/youtube.jpg) no-repeat;
}
a:hover.icon4 {
	background: url(../images/youtube.jpg) left -30px no-repeat;
}
.icon5 {
	background: url(../images/blogger.jpg) no-repeat;
	
}
a:hover.icon5 {
	background: url(../images/blogger.jpg) left -30px no-repeat;
	
}
.icon6 {
	background: url(../images/rss.jpg) no-repeat;
	
}
a:hover.icon6 {
	background: url(../images/rss.jpg) left -30px no-repeat;
	
}
.pdf {
	background: url(../images/catalog_ic.png) no-repeat;
	height: 50px;
	padding-left: 20px;
}

/*--------------------------------------------------
// General Class Info
//--------------------------------------------------*/

.clear {
	clear: both;	
}
.clear2 {
	clear: left;	
}
.clear3 {
	clear: right;	
}
.title {
	color:#000000;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.textsample {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}

.left {
	float:left;
}

.right {
	float: right;
	text-align: justify;
}


/*--------------------------------------------------
// Print Button
//--------------------------------------------------*/

.printbutton {
	background: url(../images/print_ic.gif) no-repeat;
	height: 16px;
	padding-left: 20px;
	float: right;
	color:#750b27;
}

.printbutton a{
	color: #c73636;
	text-decoration: none;
}

.printbutton a:hover{
	color: #cd1041;
	text-decoration: underline;
}

.red {
	color: #e70000;
}
