/*
 * GENERIC STYLES
 */
body {
  background: #050505;
  font-family:"Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
  font-size:12px;
  line-height:1.9em;
  margin:   0;
  padding:  0;
  color:    #DDD;
}

a {
  color: #00a2e0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

div.background {
  padding: 0;
  margin: 0;
}

div.background.glow {
  background: url('../images/glow-overlay.png') repeat-y 60% 0;
}

div.background.pattern {
  background: url('../images/visualizer-shape-overlay.png') no-repeat 50% 200px;
}

div.background.dev-content {
}

/*
 * HEADER
 */

.logo img {
  margin: 20px 0 25px 0;
}

/*
 * NAVIGATION
 */

#navigation {
  position: absolute;
  top: 0;
  margin: 0 0 0 520px;
  width: 400px;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation ul li {
  display: inline;
}

#navigation ul li a {
  text-indent: -9999px;
  height: 55px;
  float:  left;
  margin-top: -1px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url('../images/nav-main.png');
}

#navigation ul li a:hover {
  margin-top: 0;
}

#navigation ul li.home a {
  background-position: 0px 0px;
  width: 69px;
}

#navigation ul li.store a {
  background-position: -69px 0px;
  width: 60px;
}
  
#navigation ul li.support a {
  background-position: -129px 0px;
  width: 77px;
}

#navigation ul li.develop a {
  background-position: -206px 0px;
  width: 104px;
}

#navigation ul li.company a {
  background-position: -284px 0px;
  width: 110px;
}

/*
 * INTERNATIONAL FLAGS
 */
.international {
  float: right;
  margin-top: -40px;
  margin-right: 30px;
}

.international ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.international ul li {
  display: inline;
}

.flag a {
  float: left;
  text-indent: -9999px;
  height: 21px;
  width: 27px;
  background-repeat: no-repeat;
  background-image: url('../images/flags.png');
  overflow: hidden;
  margin-left: 10px;
  opacity: .35;
}

.flag a:hover {
  opacity: 1.0;
}

.flag.usa a {
  background-position: -81px 0px;
}

.flag.china a {
  background-position: -54px 0px;
}

.flag.japan a {
  background-position: -27px 0px;
}

.flag.korea a {
  background-position: -108px 0px;
}

/***********************************
 * MAIN PAGE
 ***********************************/
#hmenu {
/*background:url(images/menu-bg.jpg) repeat-x;*/
height:50px;
width:100%;
margin:0 0;

}

#hmenu a {
	color:#FFFFFF;
	display:inline-block;
 	font-family:"Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	font-size:18px;
	font-weight:strong;
	height:35px;
	text-decoration:none;
	text-transform:capitalize;
	padding:0px 25px 35px 0px;	
  text-shadow: #111 1px 2px 4px;

	
}

#hmenu a:hover {
	color:#00a2e0;
	text-decoration: underline;

}
#hmenu li.current {
	background:url(images/menu-over.jpg) no-repeat;
}

#hmenu ul {
	background-color:#0c64b9;
	border:solid 1px #6694c1;
	display:none;
	left:0;
	padding:10px 15px 5px 15px;
	position:absolute;
	top:54px;
}



/*
 * CONTAINERS
 */
.page-wrapper {
  width:  100%;
}

.page-wrapper.main {
  background: #00405c url('../images/content-background.png') repeat-x;
}

.page-wrapper.developer {
  background: #f5f7fb url('../images/dev-gradient.png') repeat-x;
}
  
.content-wrapper {
  width:    830px;
  margin:   0 auto 0 auto;
}

.page-wrapper div.footer-separator {
  padding-bottom: 0px;
}

.content-wrapper div.footer-separator {
  padding-bottom: 20px;
}

.content.main h1, .content.main h2 {
  color: #fff;
}

.content.main p {
  margin-left: 20px;
}

/*
 * FOOTER
 */

#footer {
  clear: both;
  width:  100%;
  background: #000 url('../images/footer-background.png') repeat-x;
  height: 204px;
  color: #fff;
}

#footer-follow, #legal {
  width:    830px;
  margin:   0 auto;
}

#footer-follow {
  padding:  45px 0;
}

#legal {
  padding: 20px 0;
}

#footer-follow h1 {
  margin:  0;
  padding: 0;
  text-indent: -9999px;
  float: left;

  width: 143px;
  height: 26px;
  background: url('../images/footer/follow-us.png') no-repeat;
}

#footer-follow ul {
  padding: 0;
  margin 0;
  list-style: none;
}

#footer-follow ul li {
height: 32px;
display: inline;
}

#footer-follow ul li a span {
  color: #FFF;
}

#footer-follow ul li a h2 {
  color: #00a2e0;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: normal;
  border: 0;
}

#footer-follow ul li a {
  padding: 0 0 0 38px;
  margin: -13px 0 0 55px;
  float: right;
  font-size: 0.9em;
  line-height: 1.4em;
  background-repeat: no-repeat;
  opacity: 0.50;
  background-image: url('../images/footer/social-network-icons.png');
}

#footer-follow ul li a.youtube {
  background-position: 0px -64px;
}

#footer-follow ul li a.facebook {
  background-position: 0px -32px;
}

#footer-follow ul li a.twitter {
  background-position: 0 0;
}

#footer-follow ul li a:hover {
  opacity: 1.0;
  text-decoration: none !important;
}

#legal {
  font-size: 0.9em;
}

#legal span.copyright {
  opacity: 0.50;
}

#legal ul {
  padding: 0;
  margin: 0;
  margin-top: -1px;
  float: right;
  list-style: none;
}

#legal ul li {
  float: left;
}

#legal ul li a {
  padding: 6px 15px 6px 0;
  height: 0px;
  margin: 0 0 0 40px;
  opacity: 0.50;
  background: url('../images/footer/footer-arrow.png') no-repeat center right;
  vertical-align: middle;
}

#legal ul li a:hover {
  text-decoration: none;
  opacity: 1.0;
}

#legal div.footer-separator {
  background: url('../images/footer/wave-separator.png') no-repeat center center;
  width: 140px;
  float: right;
  opacity: 0.23;
  margin-right: -18px;
}

/*
 * HELPERS
 */

table tr th {
  text-align: left;
  padding-right: 20px;
}

table {
  margin-left: 20px;
}

h1 {
  text-shadow: #333 1px 1px 3px;
}
h2 {
  border-bottom: 1px solid #0062a0;
}

div.clear-both {
  clear: both;
  height: 0;
}

#error {
  text-align: center;
  padding: 50px 0;
}

#timer {
  font-weight: bold;
}

