/* div {border: 1px dotted #f00;} */

/* =================BODY================= */
body {
  text-align : center;
  background-color : #0276A9;
  margin-top:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-style: normal;
  line-height: 1.2em;
  color: #333333;
}

body.print {
  background-color : #fff;
  text-align : left;
}

#container_outer{
  text-align : left;
  margin : 0px auto;
  width : 1252px;
}

#container {
  width : 893px;
  background-image : url(/images/content_back.jpg);
  background-repeat : repeat-y;
  float : left;
}

/* =================SIDEBAR================= */
#sidebar {
  float : left;
  width : 350px;
}

#sidebar h1{
  color: #D55A38;
  width : 200px;
  margin: 10px 0px 0px 120px;
  text-align:center;
  padding :0px;
  line-height : 1.1em;
}
#sidebar h1 span{
  font-size:0.5em;
}
#sidebar h2{
  color : #fff;
  margin: 20px 0px 0px 20px;
  font-style : italic;
  line-height : 1.1em;
}

#sidebar p{
  color : #000;
  margin : 0px 20px;
}
/* =================Customer Support================= */
#customer_support {
  position: absolute;
  z-index : 1000;
  width : 650px;
  left : 50%;
  top : 95px;
  margin-left: -300px;
  background-color : #333;
  color : #fff;
  padding : 0px;
  border : 1px solid #fff;
  display : none;
}
#customer_support_container {
  padding : 0px 25px 15px 25px;
}

#japancontact {
  background-color : #eee;
  padding : 0px 5px;
  font-size : 0.9em;
  width : 500px;
  color : #333;
  border : 1px solid #000;
  margin-left : 50px;
}

#close_customer_support {
  display : block;
  border-left   : 1px solid #fff;
  border-bottom : 1px solid #fff;
  text-decoration : none;
  color : #fff;
  width : 1em;
  text-align : center;
  font-weight : bold;
  float : right;
  background-color : #0276A9;
}
#close_customer_support:hover {
  background-color : #fff;
  color : #000;
}

/* =================HEADER================= */
#header1 {
  margin-left:20px;
  width : 853px;
  height : 67px;
  background-image : url(/images/header.jpg);
}

#header2 {
  border-top: 1px solid #000;
  margin-left:21px;
  width : 853px;
  height : 100px;
  /* background-image : url(/images/header2.jpg); */
}

#header2 img {  
    padding: 0px;  
    background-color: #eee;  
    width:  853px; 
    height: 100px; 
    top:  0; 
    left: 0; 
} 


#pheader {
  text-align : right;
  border-bottom : 4px solid #09C;
  padding-bottom : 3px 20px;
  color : #333;
  font-size: 1.25em;
  line-height: 1.5em;
  margin : 0px;
}


#return {
  position : absolute;
  padding:5px;
}

#return a {
  text-decoration : none;
}

/* =================MENU================= */
#menu {
  margin : 4px 40px;
  font-size : 1.1em;
}
#menu a {
  text-decoration : none;
  color : #333;
  padding : 1px 4px;
}

.menu_customer_support {
  text-decoration : none;
  color : #333;
  padding : 1px 4px;
  float : right;
}

#productmenu_outer {
  display : inline;
}


#productmenu {
  position : absolute;
  margin-top : 0px;
  margin-left : 14.8em;
  width : 200px;
  border : 1px solid #999;
  background-color : #ffe;
  font-size : 0.8em;
  z-index : 2000;
  padding : 3px;
  display : none;
}

#productmenu a {
  display : block;
}

#productmenu span {
  display : block;
  color : #09C;
  font-weight : bold;
}


#pageselected {
  background-color : #98CFED;
  color : #fff;
}

/* =================CONTENT================= */
#content {
  padding: 0px 19px;
}
#column1 {
  width : 555px;
  padding : 20px;
  float : left;
}


#searchbox {
  color : #fff;
  font-weight : bold;
  padding : 1em;
  border-bottom : 1px solid #000;
  background-color : #999;
}

#searchbox input {
  float : left;
  width : 150px;
  height : 17px;
}

#searchbox a{
  display : block;
  width : 21px;
  height : 22px;
  background-image : url(/images/search_button.jpg);
  margin-left : 151px;
}

#searchbox a:hover {
  background-position : 0px 21px;
}

a.linkbox {
  display : block;
  text-decoration : none;
  color : #fff;
  font-weight : bold;
  padding : 1em;
  border-bottom : 1px solid #000;
  background-color : #999;
}

#column2 {
  border-left: 1px solid #000;
  width : 250px;
  padding : 0px;
  background-color : #fff;
   margin-left: 604px; 
/*   float : right; */
}

#news_and_articles h2 {
  padding : 20px 0px 0px 10px;
  margin : 0px;
  color : #09C;
  font-style : italic;
}

.newslink a {
  display : block;
  text-decoration : none;
  padding : 3px 10px;
  color : #333;
}

#pcontent {
  padding : 2em;
}


/* =================FOOTER================= */
#footer {
  clear : both;
  border-top : 1px solid #000;
  margin-left : 20px;
  margin-right : 20px;
  padding: 5px 0px;
}

#footertext {
  text-align : center;
  color : #333;
  font-size : 0.7em;
  line-height : 1.3em;
  width:200px;
  margin:5px auto;
}

div.printfooter {
  clear : both;
  text-align : center;
  padding : 0.25em;
  font-size : 0.7em;
  border-top : 4px solid #09C;
  margin-top : 2em;
  color : #333;
}

/* =================BUTTONS================= */

#requestlink{
  display : block;
  background-image : url(/images/request_button_image.jpg);
  background-repeat : no-repeat;
  padding : 15px 0px 15px 60px;
  text-decoration : none;
  font-style : italic;
  font-weight : bold;
  color : #09C;
  border-bottom : 1px solid #888;
}



a.stdbutton, a.istdbutton {
  font-size : 80%;
  text-decoration : none;
  display : block;
  border : 1px solid #888;
  background-color : #ccc;
  color : #000;
  margin : 0.25em 0em;
  padding : 0.25em;
  text-align : center;
}
a.istdbutton  {
  display : inline;
}

a.stdbutton:active, a.istdbutton:active{
  border-color : #345 #cde #def #678;
}

a.stdbutton:hover. a.istdbutton:hover{
  background-color : #eee;
  color : #000;
}



/* =================FORM ELEMENTS================= */
.formitem {
  background-color : #eee;
  border : 1px solid #000;
}

.formitemerror {
  background-color : #ff7;
  border : 1px solid #000;
}

span.formrequired {
  color : #f00;
  font-weight : bold;
  padding-right : 2px;
}

.formtitlebreak{
  line-height:1px;
  clear : right;
}

div.formtitle {
  float : left;
  text-align : right;
  font-weight : bold;
  width : 150px;
  padding : 5px 0px;
  font-size : 0.8em;
}

div.forminfo {
  margin-left : 164px;
  padding : 5px 0px;
}




#customer_support_container div.formtitle {
  width : 100px;
}

#customer_support_container div.forminfo {
  margin-left : 115px;
}

input.formsubmit {
  color : #000;
  cursor : pointer;
  font-size : 1em;
}

div.error {

  margin : 10px auto;
  border : 2px solid #f00;
  background-color : #f88;
  padding : 0.5em;
  width : 300px;
  text-align : center;
}

/* =================GENERAL ELEMENTS================= */
a {
  color : #036;
}

a:hover {
  color : #036;
  background-color : #ccc;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
  color: #09C;
  font-weight: bold;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.17em;
  line-height:1.42em;
  font-weight: bold;
  color: #333333;
}

/* =================IMAGES================= */
img.left {
  float : left;
  margin-right : 1em;
  vertical-align : text-top;
}

img.right {
  float : right;
  margin-left : 1em;
  vertical-align : text-top;
}

a.imagelink {
  padding : 3px;
  display : block;
}

a.imagelink:hover {
  color : #ccc
}

/* =================MISC ITEMS================= */

.clearleft {
  clear : left;
}

.clearboth {
  clear : both;
}


a.mvp {
  color : #333;
  text-decoration : none;
}

a.mvp:hover {
  color : #000;
}

.center {
  text-align : center;
}

a.printversion {
  width : 80px;
  height : 20px;
  background : url(/images/printversion.gif) no-repeat;

  display : block;
  border : 2px solid transparent;
  margin-left:50px;
  margin-top : 20px;
  float:left;
}

a.printversion:hover {
  background-color : #888;
}

a.validator {
  width : 60px;
  height : 21px;
  background : url(/images/valid-xhtml10.png) no-repeat;
  display : block;
  border : 2px solid transparent;
  float : right;
  margin-right : 50px;
  margin-top : 20px;
}

a.validator:hover {
  background-color : #888;
}

/* =================Admin================= */
body.mceContentBody {
  background-color : #FFF;
  background-image : none;

  font-size : 1em;
  text-align : left;
}
#framecontent,#framePage {
  background-color : #fff;
  text-align : left;
}

/* =================INDEX PAGE================= */

#indexheader img {
  margin-top:4px;



}

.headerbox {
  width : 195px;
  float : left;
  font-size : 0.8em;
  padding-bottom : 10px;
}

.headerbox a {
  text-decoration : none;
  color : #333;
  padding : 0px 3px;
}

.headerbox a:hover {
  background-color : #888;
  color : #fff
}
.headerbox h3 {
  margin : 0px;
  color : #09C;
  font-size : 1em;
  padding : 0px 3px;
}


.grayline {
  background-color : #999;
  height : 5px;
  padding : 0px;
  margin : 10px 0px;
  border : none;
}

#documentlist p {
  margin : 1em;
}
#documentlist h2 {
  border-bottom: 5px solid #999;
  margin : 2em 0px 1em 0px;
}

/* ==================== Product Page ==================== */


.productlinks {
margin-left : 80px;
}

.productlinks h3 {
  color : #09C;
  margin : 0px 0px 4px 0px;
  font-size : 1em;
}

.productlinks a {
  text-decoration : none;
  color : #333;
}

.productlinks a:before {
  content: "> ";
  color : #09C;
}

.producttable {
  background-color : #999;
}

.producttable td {
  background-color : #fff;
  padding : 3px 5px;
}

.producttable th {
  background-color : #999;
  color : #fff;
  padding : 3px 5px;
}

.producttable a {
  display : block;
  background: url(/images/acrobatsymbol.gif) 2px 2px no-repeat;
  padding: 4px 2px 1px 26px;
  height : 20px;
}

.producttable a:hover {
  background-color : #ccc;
  color : #333;
}
