/* CSS Document */
body{
	padding:20; margin:50; font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; color:#6B6854; background-color:#fff;
	
	}
div, p, ul, h1, h2, h3, h4, img, form, input{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
/*----------------------------------upper table----------------------*/
#upperpan{
	width:100%;
	background:url(images/upper_pan_bg.gif) repeat-x #FDFEFF;
	color:#6B6854;
	}
/*------------------header----------------*/
#header{
	width:778px; background:url(images/header_bg.gif) repeat-x #FDFEFF;
	position:relative; margin:0 auto 0 auto; height:145px; color:#515151; 
	}
#header img{
	position:relative;
	top:15px; left:65px;
	}
#header ul{
	width:468px; position:absolute; top:28px; left:265px;
	}
#header ul li{
	float:left;	display:block;
	}
#header ul li a{
	text-indent:-2000px; font-size:0px;  height:31px; text-decoration:none; display:block;
	}
#header ul li a.sol{
	background:url(images/solution.gif) no-repeat; width:156px;
	}
#header ul li a.sol:hover{
	background:url(images/solution_h.gif) no-repeat; width:156px;
	}
#header ul li a.ser{
	background:url(images/services.gif) no-repeat; width:156px;
	}
#header ul li a.ser:hover{
	background:url(images/services_h.gif) no-repeat; width:156px;
	}
#header ul li a.sup{
	background:url(images/support.gif) no-repeat; width:156px;
	}
#header ul li a.sup:hover{
	background:url(images/support_h.gif) no-repeat; width:156px;
	}
#header h1{
	top:66px; left:265px; width:434px; height:23px;
	}
#header ul.navi{
	width:507px; position:absolute; top:118px; left:135px; display:block;
	}
#header ul.navi li{
	float:left; padding:0 8px 0 8px; 
	}
#header ul.navi li a.na{
	text-indent:0px; color:#515151; text-decoration:none; display:block; height:22px; float:left;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; line-height:22px;
	padding:0px 3px 0px 3px; margin:2px 0 2px 0; background-color:#DCDCDC;
	}
#header ul.navi li a.na:hover{
	background-color:#FDFEFF; color:#515151;
	}

/*---------------------------------footer-----------------*/
#footer100{
	width:100%; height:114px; 
	border-top:#EDEDED 6px solid; float:left;
	}
#footer{
	width:679px; position:relative; margin:0 auto 0 auto; height:114px; font-family:Arial, Helvetica, sans-serif;
	}
#footer ul{
	width:520px; position:absolute; top:20px; left:88px;
	}
#footer ul li{
	float:left; display:block; font:12px/36px Arial, Helvetica, sans-serif; color:#515151; background-color:#FDFEFF;
	}
#footer ul li a{
	font:12px/36px Arial, Helvetica, sans-serif; color:#515151; background-color:#FDFEFF;
	text-decoration:none; margin:0 11px 0 11px; 
	}
#footer ul li a:hover{
	text-decoration:underline;
	}
#footer p{
	color:#000000; font-size:12px; line-height:20px; position:absolute; top:50px; left:100px; background-color:#FDFEFF;
	}
#footer p a {
	color:#000; background-color:#fff; text-decoration:underline; margin:0; padding:0;
	}
#footer p a:hover {	
	color:#000;
	background-color:#C6C6C6;
	}
#footer ul.link{
	width:122px; position:absolute; top:49px; left:322px;
	}
#footer ul.link li{
	float:left; display:block; font-size:0px; height:16px;
	}
#footer ul.link li a{
	display:block; text-indent:-2000px;	height:16px; margin:10px 2px 0 0;	font-size:0px;
	}
#footer ul.link li a.html{
	background:url(images/html.gif) no-repeat; width:59px; height:16px;
	}
#footer ul.link li a.html:hover{
	background:url(images/html_h.gif) no-repeat; width:59px; height:16px;
	}
#footer ul.link li a.css{
	background:url(images/css.gif) no-repeat; width:59px; height:16px;
	}
#footer ul.link li a.css:hover{
	background:url(images/css_h.gif) no-repeat; width:59px; height:16px;
	}

	
/*---------------------------------Misc-----------------*/

.error
{
	color:red;
}

.happy
{
	font-weight:bold;
	color:green;
}



.subMenu
{
	margin-left:20%;
	text-align:middle;
}
	
.subMenu li
{
	margin-left: 5px;
	border-right: 1px dotted black;
	padding-right:5px;
	list-style:none;
	display:inline;
}



/*---------------------------------Content Section-----------------*/


.input_err
{
	border:2px solid red;
}

#c_wrapper
{
	width:100%;
}

.stepDiv
{
	padding-left:4px;
	border:1px dotted black;
}

#theme2
{
	font-weight:bold;
	font-size:1.2em;
}

#keyword_list_td
{
	color:black;
	background-color:#CCCCCC;
	font-size:0.9em;
	text-align:left;
}

#keyword_list li
{
	border:1px solid black;
}


#keyword_list_stats
{
	font-weight:bold;
	text-align:left;
}

#buttonsDiv
{
	float:right;
}

.btn
{
	background-color:#CCCCCC;
}

.scode_1, .scode_4
{
	color:green;
}

.scode_2, .scode_5
{
	color:blue;
}

.scode_3
{
	color:black;
}

.scode_6
{
	
	color:#333333;
}

.keyword_stats_li
{
	font-size:0.9em;
	font-weight:none;
	
}

#tips
{
	font-weight:bold;
	text-align:left;
}

.good
{
	color:green;
}

.bad
{
	color:red;
}

#word_stats
{
	
	font-weight:bold;
}

#word_stats_td
{
	background-color:#CCCCCC;
	text-align:left;
}
