body
{
	margin: 0px;
	padding: 0px;
	margin: 0px;
	color: #006;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	background-color: #ddd;
}

#content
{
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	color: #006;
	background-color: #fff;
	padding-top:10px;
}

#contact #content
{
	background: #fff url(../_img/contact_bg.jpg) no-repeat 0px 35px;
}

#home #content
{
	background: #fff url(../_img/home_bg.jpg) repeat-y left top;
}

#header
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#menu
{
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #fff;
	width: 100%;
	background: #999;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
}

#menu ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
}

#menu ul li a
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	width: 100px;
	display: block;
	border-right: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	/* css hack for ie5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 90px;
}

#mnuHome:hover
{
	background: #E16421;
}

#mnuProducts:hover
{
	background: #b2b612;
}

#mnuContact:hover
{
	background: #1668B0;
}

#mnuServices:hover
{
	background: #4C5037;
}

#mnuOther:hover
{
	background: #002070;
}



#colLeft
{
	float: left;
	width: 20%;
	text-align: center;
}

#colRight
{
	float: left;
	width: 80%;
}

#products #colRight,
#home #colRight,
#services #colRight .logo
{
	background: no-repeat url(../_img/logo.gif) right bottom;
}

#services #colRight
{
	background: no-repeat url(../_img/reflect.gif) 100% -5px;
}

#contact #colRight
{
	background: no-repeat url(/analysing/_img/logo.gif);
	background-position: 450px 0px;
}

#colLeft .block
{
	margin-left:5px;
	margin-right:5px;
	width:auto;
}

#colRight .block
{
	border-left: solid 1px #999;
	margin-left: 0px;
	width: 75%;
	padding: 10px;
	padding-top: 0px;
	font-family: "Arial Narrow";
	font-size: 13px;
}

#colLeft .block .images
{
	margin-top: 25px;
}

#colLeft .block .head
{
	width: 100%;
	display:block;
	text-align: center;
}

#colRight ul li
{
	margin-top:5px;
	list-style-type: circle;
}

#colRight .head
{
	font-family: Times New Roman;
}

#top:first-letter
{
	font-size: 200%;
}

.head
{
	font-size: 14px;
	font-weight: bold;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#home a
{
	color: #E16421;
}

#home #mnuHome
{
	background-color: #E16421;
}

#products a
{
	color: #b2b612;
}

#products #mnuProducts
{
	background-color: #b2b612;
}

#contact a
{
	color: #1668B0;
}

#contact #mnuContact
{
	background-color: #1668B0;
}

#services a
{
	color: #4C5037;
}

#services #mnuServices
{
	background-color: #4C5037;
}

#other a
{
	color: #002070;
}

#other #mnuOther
{
	background-color: #002070;
}





#effect
{
	position: absolute;
	z-index:1;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	visibility: hidden;
}

