@charset "utf-8";
/* CSS Document */

body {
  background-color: #000000; 
  margin:0;
  color: white;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:13px;

}
#outer-wrapper {
  	width: 800px;
  	height:600px;
	margin-right:auto;
	margin-left:auto;
 }
#bottom {
  	width: 800px;
	padding-top:5px;
	font-size:10px;
 }
#header-wrapper {
	position:relative;
	width: 800px;
  	height: 204px;
	background:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#header-wrapper2{
	line-height: 20px;
	position:relative;
	top: 25px;
	left: 301px;
	width:620px;
	
}
#header-title{
	position:relative;
	top: 44px;
	left: 301px;
	font-family: Arial Black,Verdana, Helvetica, sans-serif;
	font-size:21px;
	width:300px;
	
}
#header-title2{
	float:left;
	font-family: Arial Black,Verdana, Helvetica, sans-serif;
	font-size:21px;
	width:60%;
	
}
#header-subtitle{
	font-family: Arial Black,Verdana, Helvetica, sans-serif;
	font-size:15px;
	
}
#header-lang{
	float:left;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	width:40%;
	color:#0099FF;
}
#header-lang a:link ,#header-lang a:visited ,#header-lang a:active{
	color:#666666;
	text-decoration: none;
	
}
#header-lang a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	
}
#header-title-button-wrapper{
	position:absolute;
	top: 75px;
	left: 300px;
	font-size:13px;

}
#header-title-button-wrapper2{
	position:absolute;
	top: 75px;
	left: 550px;
	font-size:13px;

}
#header-title-button-wrapper p{
	margin:0px 5px 7px 5px;
}
#header-title-button-wrapper2 p{
	margin:0px 5px 7px 5px;
}
#header-buttons{
	width:250px;
}
#header-button-box{
	float:left;
	height:8px;
	width:8px;
	background-color:#FFFFFF;
	margin:4px;
	display:block;
	margin-right:10px;	
}
.header-button-selected {
	color: #FF6600;
	text-decoration: none;
}
#header-button-name{
	float:left;
}

#header-buttons a:link, #header-buttons a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header-buttons a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#header-buttons a:hover {
	color: #FF6600;
	text-decoration: none;

}
#page-title{
	position:absolute;
	top: 185px;
	left: 220px;
	font-size:15px;
	font-weight:bold;
	color:#FF6600;
	width:550px;
}
#content-wrapper{
	position:relative;
}
#content{
	float:left;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	height:535px;
	width:574px;
	display:block;
}
.content-inner{
	margin-top:10px;
	padding-left:13px;
	padding-right:13px;
	text-align:justify;
}
.content-inner p{
	margin-bottom:4px;
}
.blue{
	color:#33CCFF;
}
.black{
	color:#000000;
}
.photoTitle{
	color:#000000;
	font-size:11px;
}
.orangeLink{
	color: #FF6600;
	text-decoration: underline;
}
.orangeLink:visited, .orangeLink:link, .orangeLink:active {
	color: #FF6600;
	text-decoration: underline;
}
.orangeLink:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
.blackLink{
	color: #000000;
	text-decoration: underline;
}
.blackLink:visited, .blackLink:link, .blackLink:active {
	color: #000000;
	text-decoration: underline;
}
.blackLink:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

.whiteLink{
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteLink:visited, .whiteLink:link, .whiteLink:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteLink:hover {
	color: #000000;
	text-decoration: underline;

}
#content-inner-title{
	font-weight:bold;
	color:#000000;
	font-size:14px;
}

#leftMenu{
	float:left;
	width: 220px;
	margin-top:5px;
	font-size:13px;
}
#leftMenu-button{
}
#leftMenu-mainBut{
	width:210px;
}
#leftMenu-mainBut-Text{
	width:200px;
}
.leftMenu-mainBut-selected {
	color: #FF6600;
	text-decoration: underline;
}
#leftMenu-mainBut a:link, #leftMenu-mainBut a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftMenu-mainBut a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#leftMenu-mainBut a:hover {
	color: #FF6600;
	text-decoration: underline;

}
#leftMenu-mainBut-arrow{
	float:left;
	width:11px;
	height:14px;
	margin-right:5px;
	background-image:url(../images/triangle.png);
	background-repeat:no-repeat;
	display:block;
}
#leftMenu-sub{
	margin-left:5px;
	padding:0px;
	width: 200px;
	font-size:12px;
}
#leftMenu-sub-text{
	margin-left:15px;
	padding:2px;
	width: 170px;
	font-size:12px;
}
#leftMenu-sub a:link, #leftMenu-sub a:active {
	color: #666666;
	text-decoration: underline;
}
#leftMenu-sub a:visited{
	color: #666666;
	text-decoration: underline;
}
#leftMenu-sub a:hover {
	color: #FF6600;
	text-decoration: underline;

}
#leftMenu-sub-circle{
	float:left;
	width:11px;
	height:14px;
	margin-right:4px;
	margin-top:2px;
	background-image:url(../images/circle.png);
	background-repeat:no-repeat;
	display:block;
}
#leftMenu p{
	margin:5px;
}
#pcUserButton{
float:left; padding-top:30px; padding-left:50px; width:200px; text-align:center;
font-size:18px;
font-weight:bold;
}
#pcUserButton a:link, #pcUserButton a:active, #pcUserButton a:visited {
	color: #000000;
	text-decoration: underline;
}
#pcUserButton a:hover {
	color: #FF6600;
	text-decoration: underline;

}
#macUserButton{
float:left; padding-top:30px; width:200px; text-align:center;
font-size:18px;
font-weight:bold;
}
#macUserButton a:link, #macUserButton a:active, #macUserButton a:visited {
	color: #000000;
	text-decoration: underline;
}
#macUserButton a:hover {
	color: #FF6600;
	text-decoration: underline;

}
#specMargin {
	margin-left:10px;

}
#specDot{
	float:left; width:3%;
	margin-bottom:5px;
	margin-top:5px;
}
#specDotText{
	float:left; width:97%;
	margin-bottom:5px;
	margin-top:5px;
}
.contactStyle{
	margin-top:0px;
	font-size:12px;
}
.contactStyle-input{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	height:12px;
}
.contactStyle option{
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	height:12px;
}
.contactStyle select{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	height:17px;
}
.contactStyle textarea{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#333333;
	font-size:11px;
	color:#FFFFFF;
	height:30px;
	width:250px;
}
#contactStyle-name{
	float:left; 
	font-size:13px;
	width:140px;
}
#contactStyle-pad{
	margin-top:3px;
}


#b-wrapper{
position:absolute;
width:950px;
height: 300px;
margin-top: -170px;
margin-left: -475px; 
left: 50%;
top: 40%;

}

#button-wrapper{
	display: block;
    text-align: center;
    text-decoration: none;

}

#button-wrapper ul{
	width:920px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/front_bg.jpg) repeat-x left top;
	
}

#button-wrapper ul li { 
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
	
}

#but01{
list-style:none;
display:block;

}
#but01 a{
display: block;
width:209px;
height:267px;
color:#FFFFFF;
margin-top:117px;
background: url(../images/dpk_01.jpg) no-repeat;
}
#but01 a:hover, #but01 a.active{
background: transparent url(../images/dpk_01_lit.jpg) no-repeat;
color:#FF0000;
}

#but02 a{
display: block;
width:209px;
height:267px;
color:#FFFFFF;
margin-top:117px;
background: url(../images/dpk_02.jpg) no-repeat;
}
#but02 a:hover, #but02 a.active{
background: transparent url(../images/dpk_02_lit.jpg) no-repeat;
color:#FF0000;
}

#but03 a{
display: block;
width:209px;
height:267px;
color:#FFFFFF;
margin-top:117px;
background: url(../images/dpk_03.jpg) no-repeat;
}
#but03 a:hover, #but03 a.active{
background: transparent url(../images/dpk_03_lit.jpg) no-repeat;
color:#FF0000;
}

#but04 a{
display: block;
width:276px;
height:384px;
color:#FFFFFF;
background: url(../images/dpk_04.jpg) no-repeat;
}
#but04 a:hover, #but04 a.active{
background: transparent url(../images/dpk_04_lit.jpg) no-repeat;
color:#FF0000;
}


#header-home{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color:#0066FF;
}
#header-home a:link ,#header-home a:visited ,#header-home a:active{
	color:#0066FF;
	text-decoration: none;
	
}
#header-home a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	
}
