
a {text-decoration:none;outline-style:none;color:#CCC}
a img {border:none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

ul {
	margin:0px;
	padding:0px;
}

body {
	font-family:arial,sans-serif;
	text-align:center;
	margin:0px auto;
	font-size:11px;
	color:#CCC;
}

.container {
	padding:10px;
}

#canvas {
	width:840px;
	overflow:hidden;
	background:url(http://img.6waves.com/homepage/bg.jpg) top center repeat-y;
	padding:0px 0px;
	margin:0px auto;
	text-align:left;
}

#canvas_ctn {
	padding:0px 20px;
}

#header_top {
	height:24px;
	overflow:hidden;
	background:#000 url(http://img.6waves.com/homepage/header_top.jpg) top left repeat-x;
}

#header {
	padding:0px 15px 10px;
	background:#000;
}

#footer {
	font-size:10px;
	color:#999;
	text-align:center;
}

#footer_btm {
	height:30px;
	overflow:hidden;
	background:url(http://img.6waves.com/homepage/footer.jpg) bottom center no-repeat;
}

.hr {
	height:5px;
	padding:2px;
	background:url(http://img.6waves.com/homepage/dot.jpg) center center no-repeat;
}

.header {
	background:url(http://img.6waves.com/homepage/round_top.jpg) bottom repeat-x;
	height:25px;
}

.header .title_box {
	float:right;
	height:25px;
	overflow:hidden;
	background:#000 url(http://img.6waves.com/homepage/round_left_top.jpg) top left no-repeat;
	padding-left:20px;
	font-size:12px;
}

.header .title_box .title {
	background:#000 url(http://img.6waves.com/homepage/round_top.jpg) top repeat-x;
}

.title_box .title span {
	background:url(http://img.6waves.com/homepage/3dot.jpg) left center no-repeat;
	line-height:25px;
	padding:0px 10px 0px 35px;
}

.title_img {
	float:left;
	padding-left:10px;
}

.feature_box {
	padding:10px;
	background:#000;
}

.feature_main {
	float:left;
}
.feature_main .container {
	width:530px;
	height:240px;
	overflow:hidden;
	position:relative;
	padding:0px;
}

.feature_side {
	float:right;
	width:240px;
	overflow:hidden;
	background:#272727 url(http://img.6waves.com/homepage/side_left.jpg) left repeat-y;
}
.feature_side .container {
	padding:20px 0px 10px 23px;
}
.feature_side .sub_container {
	height:210px;
}

.side_item {
	width:100px;
	height:70px;
	overflow:hidden;
	float:left;
}
.side_padding {
	margin-left:10px;
}
.item_name {
	text-align:center;
}

.feature_main .trans_box {
	position:absolute;
	bottom:0px;
	height:80px;
	width:530px;
	overflow:hidden;
	background:#000;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	z-index:1;
}
.feature_main .trans_box_container {
	padding:5px 10px;
}

.item_title {
	font-size:14px;
	padding-bottom:5px;
}
.item_description {
	width:390px;
	color:#FFF;
}
.item_action {
	position:absolute;
	width:110px;
	height:70px;
	overflow:hidden;
	right:10px;
	bottom:5px;
	z-index:2;
}

.index {
	padding:10px 5px;
}

.left_column {
	float:left;
	width:220px;
}

.left_module .module_main {
	padding:10px 20px 0px;
	background:#000;
}

.left_module .module_footer {
	height:35px;
	overflow:hidden;
	background:#000 url(http://img.6waves.com/homepage/round_left_bottom.jpg) left no-repeat;
}

.right_column {
	float:right;
	width:560px;
}

.index .right_column {
	background:#000 url(http://img.6waves.com/homepage/round_left.jpg) left repeat-y;
}

.right_column .top {
	height:3px;
	overflow:hidden;
	background:#000 url(http://img.6waves.com/homepage/round_top.jpg) top repeat-x;
}

.index_module .container {
	padding:0px 0px 0px 3px;
}

.right_column .title_box {
	padding-left:10px;
	font-size:12px;
	margin-top:-3px;
}

.right_column .module_main {
	padding:0px 10px 20px;
	height:100px;
	background:#000;
}

.right_module {
	width:265px;
	overflow:hidden;
}

.module_title {
	font-size:16px;
	color:#c1dcff;
	padding-bottom:5px;
}
.right_module .module_title {
	font-size:16px;
}
.module_title a {
	color:#c1dcff;
}
.module_image {
	float:left;
	padding-right:10px;
}
.press .module_image {
	float:right;
	padding-left:5px;
}

.email li {
	list-style:url(http://img.6waves.com/homepage/email.jpg) inside;
	font-size:12px;
	padding-bottom:10px;
}
li a {
	margin-left:5px;
}

.left_module .news .module_title {
	font-size:12px;
}
.news .module_title {
	padding-bottom:10px;
}
.email .module_title {
	padding-bottom:10px;
}

.main_box {
	background:#000;
}

.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear {
	clear:both;
}

.article {
	border-bottom:1px dotted;
	margin-bottom:10px;
	padding-bottom:5px;
}
.article_title {
	font-size:16px;
	color:#c1dcff;
	padding-bottom:5px;
}
.article_title a {
	color:#c1dcff;
}
.article_date {
	color:#ff8000;
}
.article_more {
	float:right;
	display:inline;
}
.article_subtitle {
	font-size:14px;
	color:#FF8000;
	padding-bottom:5px;
}

.news_press .article_title {
	font-size: 22px;
}
.news_press .article_date {
	font-size: 14px;
}
.news_press .article_desc div {
	padding: 10px 0px 0px 0px;
	font-size:12px;
	line-height:15px;
}
.news_press .article_desc b {
	line-height:25px;
	font-size:13px;
}
.news_press a {
	color:#ffcc66;
}

.game_list {
	float:left;
	width:190px;
	text-align:center;
	padding:10px 0px;
}
.game_list img {
	/* width:180px; */
}

#navigation {
	background:#000;
	font-size:14px;
}
#navigation a {
	color:#FFF;
	text-decoration:none;
}
.nav_list {
	float:left;
	padding-right:20px;
	position:relative;
}
.nav_list .nav_box {
	padding:3px 12px 2px 10px;
}
.nav_list .array {
	background:url(http://img.6waves.com/homepage/array.png) center right no-repeat;
}
.nav_list .white {
	background:#FFF;
	height:5px;
	width:100%;
	position:absolute;
	bottom:-5px;
}
.nav_list .orange {
	background:#FF6600;
	height:5px;
	width:100%;
	position:absolute;
	bottom:-5px;
}
.nav_btm {
	height:20px;
	background:#FFF url(http://img.6waves.com/homepage/nav_btm.jpg) bottom repeat-x;
}

.content_title {
    font-size:14px;
    padding:10px 0px;
}
.content_list {
	list-style-position:inside;
	padding: 0px 0px 5px;
}
.content_desc {
	padding: 0px 0px 5px;
}
