html
{
height: 100%;
}
body {
margin : 0;
padding : 0;
font-size:10pt;
font-family : Meiryo, Arial, Helvetica, sans-serif;
color : #111111;
text-align : center;
height:100%;
}
a:link {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	line-height: 1.5;
	text-decoration:underline
}
a:visited {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	line-height: 1.5;
	text-decoration:underline;
}
a:hover {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #111111;
	line-height: 1.5;
	text-decoration:underline; 	
}
a:active {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5;
	color: #111111;
	text-decoration:underline;
}
#wrapper { /* surrounds the whole layout*/
position : relative;
width : 974px;
height:auto;
margin-top : 0;
margin-bottom : 0;
margin-right : auto;
margin-left : auto;
text-align : left;
background-color : #ffffff;
background-image: url(../images/inverse_swoosh.jpg);
background-repeat:no-repeat;
border-left:#CCCCCC solid 1px;
border-top:solid #ffffff 10px;
border-right:#CCCCCC solid 1px;
z-index:0;
min-height: 100%;
}
* html #wrapper
{
height: 100%;
}
.table1 {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background:#F2F2F2;
	border:#CCCCCC solid 1px;
}
.table1 td
{
    margin: 0;
    padding: 2px;
	background:#F2F2F2;
	border-left:#CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	vertical-align:top;
}
.table1 th
{
    margin: 0;
    padding: 2px;
	background:#cccccc;
	font-family:Meiryo, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	border-width: 1px; border-style: solid; border-color: #881311;
	text-align:left;
}
h1 {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5;
	font-weight: bold;
	color: #A90101;
	margin-left: 50px;
	padding-left:10px;
}
h2 {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#333333;
	line-height: 1;
}

h3 {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#333333;
	line-height: 1;
}	
h4 {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #9C0505;
}
.star {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
#container { /* contains divs: on right hand column, left sidebar and middle*/
	position:static;
	float : left;
	margin-top :150px;
	width : 100%;
	color: #333333;
	z-index:0;
	padding-bottom: 8em;
}
#container a:link {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	line-height: 1.5;
	text-decoration:underline
}
#container a:visited {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	line-height: 1.5;
	text-decoration:underline;
}
#container a:hover {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #111111;
	line-height: 1.5;
	text-decoration:underline; 	
}
#container a:active {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5;
	color: #111111;
	text-decoration:underline;
}

#content {/* contains divs: on right hand column,  middle*/
	position :relative;
	width : 973px;
	margin-left : 0px;
	padding-top:10px;
	font-family:Meiryo, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	z-index:1;
}
.title{
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #A90101;
}
/* css for sidebar left*/

#sidebar {
	position :relative;
	float : left;
	width : 138px;
	z-index:0;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	top:0px;
}
.tabletitle{
	background: url(../images/sidebar_botton.png);
	background-repeat:no-repeat;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
	width:100%;
	font-weight:bold;
	line-height: 1.3;
	width:143px;
}
table.sidebar {
	color : #333333;
	width:143px;
	font-size: 9pt;
	text-align:center;
}
td.center{
	text-align:center;
}
/* css for header items*/
#header {
left: 0;
width: 100%;
z-index:1;
position: absolute;
top: 0;
height: 152px;
background-image: none;
}
#headerlogo {
	position :relative;
	float : left;
	height : 93px;
	left:20px;
}
#menuholder {
	top:129px;
	float:left;
	left: 140px;
	width:700px;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	height:29px;
	font-size:10px;
	position:relative;
	z-index:1;
}
#contenttext{ /* this div contains the page text*/
	float : left;
	top : 10px;
	position : relative;
	left:10px;
	text-align:left;
	z-index:0;
	padding:3px;
	width: 600px;
}
#formcontenttext{ /* this div contains the page text with more width*/
	float : left;
	top : 70px;
	width : 800px;
	position : relative;
	left:10px;
	text-align:left;
	z-index:0;
	padding:3px;
}
#pagetitle{ /* this div contains the page title*/
	position:absolute;
	float:left;
	margin-top:27px;
	padding-left:5px;
	left:150px;
	line-height:1.5;
	font-family:Meiryo, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#eeeeee;
	height:35px;
	font-weight:bold;
	border-bottom:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	color:#9C0505;
	height:21px;
	width:619px;
	top:24px;
	z-index:0;
}
#formpagetitle{ /* this div contains the page title with more width*/
	position:absolute;
	float:left;
	margin-top:27px;
	padding-left:5px;
	left:150px;
	line-height:1.5;
	font-family:Meiryo, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#eeeeee;
	height:35px;
	font-weight:bold;
	border-bottom:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	color:#9C0505;
	height:21px;
	width:800px;
	top:24px;
	z-index:0;
}
/*css for breadcrumbs */
#breadcrumbs a:link {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #aaaaaa;
	text-decoration: underline;
}
#breadcrumbs a:visited {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #aaaaaa;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	text-decoration: none;
}
#breadcrumbs{
	float : left;
	top : 10px;
	width : 830px;
	position : absolute;
	text-align:left;
	color: #999999;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	z-index:0;
	left:152px;
}
.bgimage{
position:absolute;
float:left;
margin-top:24px;
padding-left:5px;
left:150px;
line-height:1.8;
font-family:Meiryo, Arial, Helvetica, sans-serif;
font-size:9pt;
color:#FFFFFF;
background-image:url(../images/edgecam_hometitle.JPG);
height:35px;
font-weight:bold;
background-repeat:no-repeat;
width:158px;}

#homeflash{ /* this div contains the home flash animation or the center image*/
	float : left;
	top : 60px;
	width : 630px;
	position : absolute;
	left:150px;
	height : 190px;
	text-align:left;
	background-image: url(../images/edgecam_homeimage.jpg);
	background-repeat:no-repeat;
	z-index:0;
	padding:1px;
}#homeimage{ /* this div contains the home image*/
	float : left;
	top : 5px;
	width : 618px;
	position : relative;
	height :165px;
	text-align:left;
	z-index:0;
}
#readmore{ /* this div contains the read more link*/
	float : right;
	width : 100px;
	position : relative;
	height :20px;
	text-align:left;
	z-index:0;
}
#readmore a:link {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#readmore a:visited {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#readmore a:hover {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#tabs{ /* this div contains the tabs on the products page*/
	float : left;
	top : 0;
	width:620px;
	position : relative;
	text-align:right;
	z-index:0;
	border-bottom:solid 2px #b40707;
	left:0;
}
.tablemiddleimage {
	width:100%;
	height:223px;
}
.tdimagetop{
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 10pt;
	text-align:left;
	width:100%;
	color: #FFFFFF;
	font-weight:bold;
}
.tdimagebottom{
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 11pt;
	text-align:right;
	width:100%;
	color: #FFFFFF;
	font-weight:bold;
}
#hometext{ /* this div contains the text on homepage*/
	float : left;
	top : 250px;
	width : 619px;
	position : relative;
	z-index:0;
	left:10px;
}
#producttext{ /* this div contains the text*/
	float : left;
	top : 0px;
	width : 619px;
	position : relative;
	z-index:0;
	left:10px;
	border:solid 1px #cccccc;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:15px;
}
.clear {
line-height : 0;
font-size : 0;
clear : both;
height : 0;
}
.titlepage {
	font-family:Meiryo, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5;
	font-weight: bold;
	color: #9C0505;
	}
/* css code for right hand column divs */
#border {
	float : right;
	right : 5px;
	width : 180px;
	position: absolute;
	color:#333333;
	z-index:0;
	border:solid 1px #cccccc;
	top:30px;
	
}
#events {
	top:5px;
	float : right;
	right : 10px;
	width : 180px;
	position : static;
	z-index:0;
	border-bottom:solid 3px #ffffff;
	color:#333333;
}
#news {
	float : right;
	right : 10px;
	width : 180px;
	position: static;
	color:#333333;
	z-index:0;
	border-bottom:solid 3px #ffffff;
	font-family:Meiryo, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#downloads {
	float : right;
	right : 0px;
	width : 180px;
	position : relative;
z-index:0;
		color:#333333;
}
#planit {
	float : left;
	left : 0px;
	width : 130px;
	position : static;
	z-index:0;
	margin-bottom:15px;
	text-align:center;
}
.tablenews {
	color : #333333;
	width:100%;
}
.tdnewstitle{
	background:url(../images/newshead.jpg);
	background-repeat:no-repeat;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
	font-weight: bold;
	line-height:1.3;
	height:21px;
}
.tdnews{
	background: url(../images/rightcolumnbg.jpg);
	background-repeat:repeat-y;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	padding:5px;
	border-left : solid  #cccccc 1px;
	border-bottom: solid  #cccccc 1px;
	font-size: 8pt;
	text-align:left;
	width:100%;
	padding-top:0;
}


.paragraphtitle{
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	font-weight:bold;
	background-color:#eeeeee;
	border-left:solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.4;
}
.search {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
/* styles for floating images*/

div.float {
	float: right;
	border: double;
	border-color:#cccccc;
	padding:3px;
	margin:3px;
	text-align:center;
	color:#333333;
	font-family:Meiryo, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
  }
  div.logofloat {
	float: right;
	border:solid 1px;
	border-color:#cccccc;
	padding:5px;
  }
 .tablehistory {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse:collapse;
}
.tablehistory td
{
    margin: 0;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	padding:0px;
	font-size: 9px;
	text-align:center;
	width:34px;
}
.tdhistory
{
    margin: 0;
    padding: 2px;
	font-family:Meiryo, Arial, Helvetica, sans-serif;
		font-size:8pt;
	font-weight:normal;
	background:#eeeeee;
	background-repeat:repeat-x;
	border-bottom:solid 1px #111111;



}
/* footer styles*/
#ftr {
	position:relative;
	line-height : 2;
	background-color : #cecece;
	color : #333333;
	border : solid #dddddd;
	border-width : 1px 0 0 0;
	margin : 0;
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	z-index:0;
}
#ftr a:link {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #111111;
	text-decoration: underline;
}
#ftr a:visited {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #111111;
	text-decoration: underline;
}
#ftr a:hover {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	text-decoration: none;
}

/* Additional contains divs for Japanese website */
#container_sub { 
	position:static;
	float : left;
	margin-top :20px;
	width : 620px;
	color: #333333;
	z-index:0;
	padding-bottom: 8em;
}
#container_sub a:link {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	line-height: 1.5;
	text-decoration:underline
}
#container_sub a:visited {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A90101;
	line-height: 1.5;
	text-decoration:underline;
}
#container_sub a:hover {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #111111;
	line-height: 1.5;
	text-decoration:underline; 	
}
#container_sub a:active {
	font-family: Meiryo, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5;
	color: #111111;
	text-decoration:underline;
}
