/*
 * 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:    #333;
}

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 20px 0;
}

/*
 * NAVIGATION
 */

#navigation {
  position: absolute;
  top: 0;
  margin: 0 0 0 555px;
  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: 63px;
}

.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:35px;
width:100%;
margin:0 0;

}

#hmenu a {
	color:#757f8e;
	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: #CCCCCC  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%;
  background: #f5f7fb url('../images/dev-gradient.png') repeat-x;
}
  
.content-wrapper {
  width:    900px;
  margin:   0 auto 0 auto;
}

.page-wrapper div.footer-separator {
  padding-bottom: 0px;
}

/*
 * FOOTER
 */

#footer {
  clear: both;
  width:  100%;
  background: #000 url('../images/footer-background.png') repeat-x;
  height: 204px;
  color: #fff;
}

#footer-follow, #legal {
  width:    900px;
  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;
}

#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
 */

div.level {
  margin-left: 20px;
}

div.level table tr th {
  text-align: left;
  padding-right: 20px;
}

div.software h1 {
  text-shadow: #333 1px 1px 3px;
}
div.software h2 {
  border-bottom: 1px solid #0062a0;
}

div.clear-both {
  clear: both;
  height: 0;
}

#error {
  text-align: center;
  padding: 50px 0;
}

#timer {
  font-weight: bold;
}


/***********
 * CONTENT
 ***********/

div.roundbox {

}

div.roundbox div.topbar {
  margin: 0 -10px;
  padding: 0 30px;
  background: url('../images/content-top.png') no-repeat 50% 0;
  height: 20px;

}

div.roundbox div.bottombar {
  margin: 0 -10px;
  padding: 0 30px;
  background: url('../images/content-bottom.png') no-repeat 50% 0;
  height: 25px;

}

div.roundbox div.content-outer {
  border: 1px solid transparent;
  margin: 0 -10px;
  padding: 0 30px 10px 30px;
  background: url('../images/content-background.png') repeat-y 50% 0;
}

div.leftbox {
float:left;
}

div.leftbox div.topbar {
  margin: 0 0px;
  padding: 0 0px;
  background: url('../images/contentleft-top.png') no-repeat 50% 0;
  height: 16px;
  width: 600px;

}

div.leftbox div.bottombar {
  margin: 0 0px;
  padding: 0 0px;
  background: url('../images/contentleft-bottom.png') no-repeat 50% 0;
  height: 16px;
  width: 600px;

}

div.leftbox div.content-outer {
  border: 1px solid transparent;
  margin: 0 0px;
  padding: 0 0px 0px 0px;
  background: url('../images/contentleft-background.png') repeat-y 50% 0;
  width: 600px;
}

div.rightbox {
float:right;
width:280px;
padding-top: 10px;
margin-top:10px;
}

div.gray {
background-color:#e2e8eb;
padding: 5px 5px 10px 10px;
margin-top: 30px;
}


div.rightbox div.topbar {
  margin: 0 -10px;
  padding: 0 30px;
  height: 14px;
  width: 280px;

}

div.rightbox div.bottombar {
  margin: 0 -10px;
  padding: 0 30px;
  height: 14px;
  width: 280px;

}

div.rightbox div.content-outer {
  border: 1px solid transparent;
  margin: 0 -10px;
  padding: 0 30px 10px 30px;
   width: 300px;
}




div.content.tagline {
  color: #363b42;
  font-size: 2em;
  line-height: 1.3em;
  margin: 0px 0 -10px 0;
  text-shadow: #fff 1px 1px 2px;
  padding: 40px 105px;
  margin: 20px 0 0px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

div.content.tagline em {
  font-family: serif;
  font-size: 1.2em;
  color: #000;
}





div.content.developer {
}





div.content.developer .features {
  float: right;
  width: 300px;
  padding: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  background: #EEE;
}

div.content.developer .component {
  margin-top: 30px;
  clear: both;
}

div.content h1, div.content h2 {
  text-shadow: #ddd 0 1px 1px;
  color: #757f8e;
  letter-spacing: -1px;
  margin-left: 20px;
}

div.content.developer p {
  margin-left: 20px;
  margin-right: 20px;

}

div.content.banner {
  margin-bottom: -15px;
}

div.content.banner a.option {

  float: left;
}

div.content.banner a.black {
color:#000000;
}



a.option:hover {
  text-decoration: none;
}

a.option div.number {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 3em;
  font-weight: bold;
  padding: 20px 0 0 23px;
  background: url('../images/developer/number-bubble.png') no-repeat 0 0;
  margin-right: 10px;
}

a.option div.download {
  float: left;
  width: 60px;
  height: 60px;
  font-size: 3em;
  font-weight: bold;
  padding: 0px 10px 0px 0px;
  background: url('../images/developer/download.png') no-repeat 0 0;
  margin-right: 10px;
}




a.option div.button-content {
  float: left;
  margin-right: 30px;
}

a.option div.action {
  margin: 11px 0 5px 0;
  font-size: 2.2em;
  font-weight: bold;
}

a.option:hover div.action {
  text-decoration: underline;
}

a.option div.tagline {
  color: #777;
  font-size: 0.9em;
  margin-left: 2px;
}

div.help {
  color: #999;
  clear: both;
  text-align: center;
  font-size: 0.86em;
  margin-bottom: 20px;
}
/*
 * FEATURE SECTION
 */

div#features {
  margin-top: 10px;
}

div.featurebox {
  float: left;
  width: 250px;
  margin:   0 23px 15px 0;
}

div.featurebox h2, div.buybox h2 {
  border-bottom: 0;
  margin: 0px 100px 10px 0;
  padding: 0;

  letter-spacing: -1px;
}

div#features a {
  color: #00a2e0;

}

div.featurebox a {
  display: block;
  width: 240px;
  height: 75px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}

div.featurebox a div.featurebox-content {
  width: 240x;
  line-height: 1.3em;
  font-size: 1em;
  margin-bottom:  18px;
  padding-left: 20px;
  cursor: pointer;
}

div.featurebox a div.featurebox-content span {
  color:#000000;


}

#features a:hover {
  text-decoration: none;
}

#features a:hover div.featurebox-content h3 {
  text-decoration: underline;
}




div.featurebox-content h3 {
  color: #00a2e0;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1.2em;
}

div.featurebox h4 {
  color: #00a2e0;
  text-align:right;  
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 1.2em;
}


div.featurebox-content img {
  float: left;
  margin-right: 6px;
  display: none;
}

div#features div.buybox {
  float: left;
  width: 70px;
  margin: 0;
}

#content div.footer-separator {
  padding-bottom: 20px;
}