@charset "UTF-8";
/* CSS Document */


body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:15px;
}

div{
margin:0px;
padding:0px;
}
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:active, a:focus {
      outline: 0;
}
.clear {
	height:0px;
	width:100%;
	clear:both;
	line-height:1px;
}

/*Site Framework*/

#wrapper {
	width:770px;
	margin:0px auto;
	position:relative;
	text-align:left;
	background-color:#FFFFFF;
}

/* Navigation */

#nav-container {
	padding:0px;
	display:block;
	clear:both;
	width:770px;
	height:40px;
	overflow:hidden;
	z-index:20;
	background:url(../images/bg-nav.png) top no-repeat;
	
	background-color:#000000;
}


ul.nav{
overflow:visible;
list-style:none;
text-align:left;
margin:0px;
padding:0px;
position:relative;
z-index:20;
background-color:#000000;

}
.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:20;
}
.nav li {
	position:relative;
	float: left;
	padding:2px;
	margin-right:1px;
}
.nav li a {
	font-size:14px;
	line-height:14px;
	color:#000000;
	font-weight:bold;
	display:block;
	padding:10px 10px 7px 10px;

}
.nav li a:hover {
	color:#ffffff;
	background:#999999;
	text-decoration:none;
}
.nav li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:33px;	
	z-index: 40;
	clear:none;
	overflow:hidden;
	width:800%;
	padding:0px;
	border:0px;
	
}

.nav li:hover ul{
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
}
.nav li.sfhover ul{
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
	overflow:visible;
}
.nav li ul li {
	float:left;
	clear:none;
	overflow:visible;	
	border:0px;
	margin:0px;
	padding:0px;
	display:block;
	width:auto;
	background:#999999;
}
.nav li ul li a {
	background:#999999;
	display: block;
	text-decoration:none;
	color:#ffffff;
    padding:6px 15px 6px 15px;
	text-align: left;
	cursor:pointer;
	margin:0px;
	border:0px;
	font-size:13px;
}

.nav li ul li a:hover{
	text-decoration:none;
	background:#70a41f;
}

/* Tab Area */

ul.tabNav { 
	float: left; 
	list-style: none; 
	width: 100%; 
	padding:0px; 
	margin:0px; 
}
ul.tabNav li { 
	float: left; 
	margin: 0 5px 0 0; 
	padding: 0px 0 0; 
}
ul.tabNav li.current { 
	padding-top: 0; 
}
ul.tabNav a { 
	background: url(../graphics/bg-tab.png); 
	color: #020202; 
	display: block; 
	padding: 8px 0px 0px 0px; 
	font-weight:bold; 
	text-align:center; 
	text-decoration: none; 
	width:166px; 
	height:17px; 
	text-transform:uppercase; 
}
ul.tabNav li.current a { 
	background: url(../graphics/bg-tab-current.png); 
	text-align:center; 
	color:#ffffff; 
}

#tabNav1 { 
	margin-left:42px; 
}
div.tabContainer {
	clear: both;
	float: left;
	width:761px;
	height: 500px;
	border: 4px solid #67aad4;
	overflow:hidden;
	background-color:#FFFFFF;
}
div.tabContainer div.tab { 
	display: none; 
}
div.tabContainer p { 
	font-size:13px; 
	line-height:14px; 
}
div.tabContainer div.current { 
	display: block; 
}
div.tab p:last-child { 
	margin-bottom: 0; 
}

div.tab .content { 
	width:728px;
	height:400px; 
	position:relative;
	float:right;
	right:17px;
	top:19px;
}

#tab1 { 
	width:761px; 
	height:500px; 
	background: url(../graphics/BG_Main.jpg) top no-repeat; 
}

#tab2 { 
	width:761px; 
	height:500px; 
	background: url(../graphics/web_background.jpg) top no-repeat; 
}

#tab3 { 
	width:761px; 
	height:500px; 
	background: url(../graphics/BG_board.jpg) top no-repeat; 
}

#tab4 { 
	width:761px; 
	height:500px; 
	background: url(../graphics/ip_back.jpg) top no-repeat; 
}

.tab-link { 
	display:block; 
	width:100%; 
	text-align:right; 
	color:#98c361; 
	font-weight:bold;
	
	 
}
