/* GENERAL */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:link{

	color:#003366;
	text-decoration:underline;
}

a:visited{
	color:#003366;
	text-decoration:underline;
}

a:hover{
	color:#003366;
	text-decoration: none;
}

html{
	height: 100%;
}


body{     
    background-color: #ffffff;
	color:#000000;
	line-height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-x; 
	font-size: 12px;
	margin-left: -220px;
}

.title {
	margin: 5px 0 3px 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
}

.redBold{
	color: #ff0000;
	font-weight: bold;
}

.bdDots{
    border-bottom: 1px dotted #525252;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

h2 {
	border-bottom: 1px dotted #bababa;
	margin: 12px  40px -23px 40px;

	font-size: 12px;
	font-weight: bold;
	}

.smallFont { font-size: 11px; line-height: 20x; }

/* MAIN CONTENT */
/* GENERAL */
#contentMain{
	width: 682px;	
	position: relative;
	margin: 0 auto;
	padding-bottom: 25px;
}

/* NAVIGATION */
ul#nav {
	width: 100%;
	height: 42px;
	position: relative;
	background-repeat: repeat-x;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0 auto;
}

ul#nav li a{
	height: 42px;
	display: block;
	position: absolute;
	color:#FFFFFF;
	text-decoration: none;
}

ul#nav li#top a{
	left: 35px;
}

ul#nav li#product a{
	left: 142px;
	top: 10px;
}

ul#nav li#pricing a{
	left: 285px;
	top: 10px;
}


ul#nav li#download a{
	left: 423px;
	top: 10px;
}

ul#nav li#support a{
	left: 578px;
	top: 10px;
}

ul#nav li a:hover	{
    text-decoration: underline;
}

ul#nav li a.selected	{
    color:#004670;
}

/* CHOOSE LANGAGES */
ul#language{
    margin-top: 5px;;
	margin-bottom: 0px;
	width: 84px;
	height: 27px;
	list-style-type: none;
	left:  710px;
	position: relative;
	background-repeat: no-repeat;
}
ul#language li a{
	height: 27px;
	display: block;
	position: absolute;
	top: 0;
    text-indent: -9999px;
}

ul#language li#en a{ 
    left: 0;
	width: 26px;
	height: 27px;
	background-image: url(../images/language_en.png);
}

ul#language li#ja a{ 
    left: 30px;
	width: 26px;
	height: 27px;
	background-image: url(../images/language_ja.png);
}

ul#language li#de a{ 
    left: 59px;
	width: 26px;
	height: 27px;
	background-image: url(../images/language_de.png);
}

ul#language a:hover	{
background-position: 0 -27px;
}

ul#language a.selected	{
background-position: 0 0px;
text-indent: -9999px;
}


/* PAGE */
#page{
	position: absolute;
	width: 682px;
	left: 0;
	top: 48px;
}

#header{
	width: 682px;
	height: 87px;
	background-repeat: no-repeat;
	margin-bottom: -62px;
	position: relative;
	padding-left: 38px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px;
	letter-spacing: 1px;
}

#linkBox1 {
   background-image: url(../images/bg_link.png);
   background-position: top right;
   background-repeat: no-repeat;
   float: right;
   width: 137px;
   height: 33px;
   padding-top: 5px;
   padding-left: 10px;
   margin-top: -5px;
   margin-right: 10px;
   text-align: center;
 }
 
ul#buttonProduct{

    left: 470px;
	width: 112px;
	height: 29px;
	position: relative;
	background-image: url(../images/button_product.png);
	list-style-type: none; 
}

ul#buttonProduct li a{
	height: 29px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

ul#buttonProduct li#button a{
	left: 0;
	width: 112px;
	height: 29px;
	background-image:  url(../images/button_product.png);
}

ul#buttonProduct li#button a:hover	{
background-position: 0 -29px;
}

ul#buttonTour{

    left: 470px;
	width: 112px;
	height: 29px;
	position: relative;
	list-style-type: none; 
}

ul#buttonTour li a{
	height: 29px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

ul#buttonTour li#button a{
	left: 0;
	width: 112px;
	height: 29px;
	background-image:  url(../images/button_tour.png);
}

ul#buttonTour li#button a:hover	{
background-position: 0 -29px;
}

ul#buttonTourDoc li#doc a{
	left: 120px;
	width: 182px;
	height: 29px;
	background-image:  url(../images/button_documentation.png);
}

ul#buttonTourDoc li#doc a:hover	{
background-position: 0 -29px;
}

#bottom{
	width: 682px;	
	height: 50px;
	background-image: url(../images/bg_bottom.png);
	background-position:bottom;
	background-repeat: no-repeat;
	position: relative;
}

#page .pic{
    margin-left: 7px;
	background-image: url(../images/pic1.png);
	background-repeat: no-repeat;
	width: 664px;
	height: 561px;
}

#page p{
	padding: 15px 40px 15px 40px;
}

#panel {
	 background-position: bottom;
	 background-repeat: no-repeat;
	 width: 664px;
	 margin-left: 9px;
	 margin-top: 15px;
 }

#panel p{
	padding: 15px 40px;
}

#panel  ul{
	margin: 0px 50px 0 65px;
 	list-style: disc;
}


#info {
    background-image: url(../images/info_panel.png);
    background-position: top;
    background-repeat: no-repeat;
    left: 36px;
	padding: 35px 50px 20px 50px;
}	

#mail {
    background-image: url(../images/mail_panel.png);
    background-position: top;
    background-repeat: no-repeat;
    left: 36px;
	padding: 35px 50px 20px 50px;
}	 

#note {
    background-image: url(../images/note_panel.png);
    background-position: top;
    background-repeat: no-repeat;
	padding: 22px 50px 40px 50px;
	margin-top: 5px;
    font-size: 14px;
	font-weight: bold;
	text-align:right ;
}	 

#doc {
    background-image: url(../images/doc_panel.png);
    background-position: top;
    background-repeat: no-repeat;
    left: 36px;
	padding: 35px 50px 20px 50px;
}	

#ruler{
    border-bottom: 1px solid #c4c4c4;
	margin: 10px 60px;
    
} 

#desc1{
	padding: 15px 40px;
}

#footer{
	width: 682px;	
	background-repeat: repeat-y;
	position: relative;
	font-size: 11px;
	color: #787878;
	text-align: center;
	letter-spacing: 1px;
	line-height: 36px;
}

#footer a{
	color: #666666;
	text-decoration:none;
}

#footer a:hover{
	color: #666666;
	text-decoration: underline;
}




/* CONTENT SUB RIGHT */
#contentSubRight{
	margin-top: 20px;
	margin-left: 690px;
	position: relative;
	width: 220px;
	float:left;
} 

#contentSubRight p{
	margin: 10px 0 0 0;
}

#contentSubRight ul{
	list-style: none;
	margin: 10px 0 0 0;
}

#contentSubRight li{
	padding: 5px 0;
}

#contentSubRight li .heading{
font-weight: bold;
}

#contentSubRight .movie{
	text-align: center;
	margin: 10px 0;
}


	   
#columnTour a {color: #003366; text-decoration: underline; font-size: 18px; }

#columnTour a:visited {color: #003366; font-size: 18px;}

#columnTour a:hover {color: #003366; text-decoration: none;  font-size: 18px;}