@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background: #16192c;
	margin: 0;
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
}

a {
	outline-style:none;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
    outline-style:none;
	color: #fff;
	text-decoration: underline;
}
/* -- Drop Down Menu Properties -- */
.logo {
    display:block;
	height: 59px;
	width: 148px;
	float: left;
	margin: 0px;
}

#navi {
	padding-top:24px;
	width: 510px;
	float: right;
}
#dd {

}
#dd .mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;

}
#dd .mainmenu a.menu {
  display: block;
  text-align: center;
  padding:0;
  margin:0;
  text-decoration: none;
}

.submenu {
    visibility: hidden;
    left: 64px;
	height: 24px;
	width: 212px;
	clear: left;
	padding-left: 28px;

}
.submenu a {
  display: block;
  text-align: left;
  float: left;

}
.submenu_on {
	
    left: 64px;
	height: 24px;
	width: 212px;
	clear: left;
	padding-left: 28px;
}

.submenu_on a {
	display: block;
	text-align: left;
	float: left;
}

.w11px {
    float: left;
	width: 11px;
}

/* -- Menu Properties END-- */

h2 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #999999;
	font-size: 14px;
}
h3 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-bottom: 6px;
	color: #CCCCCC;
	font-size: 11px;
}
#container {
    text-align: left;
	padding: 0;
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	padding: 0 13px 0 13px;
	height: 89px;
	display: block;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top:24px;
	padding-bottom: 6px;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#ContentBox { 
	border: 1px solid #646A7A;
	display: block;
	height: 503px;
	width: 958px;
	margin: 0 20px 0 20px;
	clear: both;
}

#Content {   
    padding-top: 30px;
	display: block;
	height: 467px;
	width: 912px;
	margin: 0 23px 0 23px;
	clear: both;
}	

.homepic {
	text-align: center;	
	
}	

.bio {
	float: right;
	width: 480px;
	padding-top:34px;
	padding-right:38px;
	line-height: 160%;
}	
.biopic {
	float:left;
	padding-left: 6px;
	text-align: right;
	font-size: 9px;
	line-height: 200%;
}
.news_leftbox{
	float: left;
	width: 324px;
	padding:0 0 0 0;
	text-align: right;
}
.news_leftbox p{
	padding-bottom:10px;
	line-height: 160%;
	font-size: 10px;
}
.news {
	float: right;
	width: 560px;
	padding-top:0px;
	padding-right:6px;

}
.news p{
	padding-bottom:13px;
	line-height: 160%;
	font-size: 10px;
	text-align: justify;
}
.craft {
	float: left;
	width: 276px;
	padding-top:10px;
	padding-left:6px;
}
.craft h3{
	padding:0 0 15px 0;
}
.craft p{
	padding:0 0 15px 0;
	line-height: 160%;
	font-size: 10px;
}
.video {
	float: right;
	padding: 16px 6px 0 0;
	width: 580px;
	height: 400px;
	
}
.sidemenu {
	text-align: left;
	float: left;
	list-style:none;
	margin:0;
	padding:0;
	width: auto;
}	

.sidemenu  ul {
	list-style:none;
	margin:0px;
	padding:0px;
}	

.mainbox {
	float: right;
	height: 466px;
	width: 767px;
	padding-right:4px;	
}	

#flashcontent {
    line-height: 150%;
	width: 700px;
}	

#flashcontent a {
	color: #619FF5;
} 

#flashcontent a:hover {
	color:#91D0EF;
}

#footer {
    width: 958px;	
	margin: 3px 20px 3px 20px;
}

.tagline {
    float:left;
	width: 254px;
	height: 12px;	
	margin: 2px 0 0 0; 
	background-image: url(../imgs/tagline.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

.float_r {
	float:right;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666;
	text-align: right;
	width: auto;
}	


#toplogo {
	text-align: center;	

}	
#toplogo h1 {
	padding-top: 200px;
}

.adress {
	float:left;
	width: 254px;
	padding-top:0px;
	padding-left:6px;
	line-height: 160%;
}	

.gtclink {
	position: relative;
	width: 300px;
	left: 6px;
	top: 324px;
	clear: left;
	font-size: 10px;

}

.intro {
	line-height: 130%;
	color: #CCCCCC;
	padding: 10px 0 4px 0;
}
/* -- contact form-- */
.cfrom {
	float:right;
	width: 300px;
	padding-top: 31px;
	padding-right: 104px;
	padding-bottom: 0;
	padding-left: 0;
}
.cfrom #message {
    font-size: 10px;
	padding-bottom:18px;
}

input.text, textarea.text  {
	width : 300px;
	padding : 3px;
	margin-top: 3px;
	border : none;
	line-height: normal;
	font-size: 12px;
}

input.button {
	line-height : 20px;
	color : #fff;
	border : 0;
	background-color: #949DB2;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
} 
.thanks {
	color: #CCCCCC;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding-top: 154px;
	line-height: 170%;
}

/* -- press-- */

#pressBox {   
    float: right;
    padding-top: 30px;
	display: block;
	height: 467px;
	width: 565px;
	margin: 0 26px 0 30px;
	clear: both;
}	
#pressBox ul {
	float: left;
	padding-left: ３px;
}
ul.magazine li{
	height: 145px;
	width: 110px;
	padding: 0 3px 3px 0;
}
ul.hlogo li{
	height: 71px;
	width: 223px;
	padding: 0 3px 3px 0;
}
#pressBox a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
}

