/* CSS Document */
body{
	padding:0; margin:0; 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;
	}
	
th
{
	background-color:gray;
	color:white;
	font-weight:bold;
}

ul
{
	list-style-type:bullet;
	margin-left:5%;
}


/*----------------------------------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:absolute;
	top:37px; left:65px;
	}
#header ul{
	width:100%; 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:100%; position:absolute; top:118px; left:0px; 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;
}

.blueTxt
{
	color:#0000A0;
}



.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;
}

.horizontal li
{
	padding-right:5px;
	list-style:none;
	display:inline;
	font-weight:bold;
}

.noBulletsList
{
    left: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

.noBulletsList li
{
    list-style: none;
    left: 0px;
    margin-left: 0px;
    padding-left: 0px;
}


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


.input_err
{
	border:2px solid red;
}

.crossed
{
	text-decoration:line-through;
	color:#A5A5A5;
	
}

.uncrossed
{
	text-decoration:none;
	color:#6B6854;
}


.bigButton
{
    font-weight:bold;
    font-size:1.5em;
}

.brown
{
    color: brown;
}

.hidden
{
    display: none;
}

label
{
    cursor:pointer;
}

.loading
{
    background-image: url(../images/loading-ball.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}

.success
{
    background-image: url(../images/checkbox.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}