﻿/* CSS Document */
*{
	padding:0;
	margin:0;
}

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	background-attachment:fixed;
}

#wrap1 {
	margin:0 auto;
	width:800px;
	height:600px;
}

#wrap2 {
	position:absolute;
	margin-top:30px;
	margin-left:25px;
	width: 750px;
	height:500px;
}

#logobar {font-size:12px;color:#444444;}

#toolbar 
{
    font-size:13px;
    color:#111111;
    text-decoration:none;
    cursor:pointer;
}

#toolbar a
{
    color:#1166DD;
    cursor:pointer;
    text-decoration:none;
    border-bottom:1px solid;
}

#toolbar a:visited 
{
    color:#7733DD;
    text-decoration:none;
    border-bottom:1px solid;
}

#toolbar a:hover
{
    color:#0000FF;
    text-decoration:none; 
    text-decoration:none;
    border-bottom:1px; 
    border-bottom-style: dashed;
}

/* -----------------------TAB Style---------------------- */
#tab-company{ 
	width:750px;
	height:25px;
	margin-bottom:5px;
	font-size:13px;
}

#tab-analysis{
	width:750px;
	height:25px;
	margin-bottom:5px;
	font-size:13px;

}

#tab-design{
	width:750px;
	height:25px;
	margin-bottom:5px;	
	font-size:13px;
}

#tab-strategy{
	width:750px;
	height:25px;
	margin-bottom:5px;	
	font-size:13px;
}

#tab-sundries{
	width:750px;
	height:25px;
	margin-bottom:5px;
	font-size:13px;
}

/* ----------------content of website-------------------- */

.content{margin-bottom:5px;font-size:12px;}

/*----------------- content footer----------------------- */

#Content-Footer{}

#Content-Footer a
{
    color:#1166DD;
    cursor:pointer;
    text-decoration:none;
    border-bottom:1px solid;
}

#Content-Footer a:visited 
{
    color:#7733DD;
    text-decoration:none;
    border-bottom:1px solid;
}

#Content-Footer a:hover
{
    color:#0000FF;
    text-decoration:none; 
    text-decoration:none;
    border-bottom:1px; 
    border-bottom-style: dashed;
}

/*----------------- content footer----------------------- */

#footer {
	font-size:10px;
	color:gray;
	text-align:center;
}

/*----------------- other element------------------------ */

.line{
	color:silver;
	text-align:center;
}