@import url(../../../_css/general.css);
	body
	{

		background-color:#3d3f3b;
		font-size:12px;
		font-family: 'Lucida Grande', Verdana, Geneva, Sans-serif;
		/*color:#303f2f;*/
		color:#5e7149;

	}
	div
	{
		position:relative;
		margin:0px;
		padding:0px;
	}

	fieldset
	{
		border:1px solid #ccc;
	}
/* ---------------- */
	a:link, a:visited
	{
		color: #0066CC;
		text-decoration:underline;
	}
	a:active, a:hover
	{
		color: #FF7300;
		text-decoration:underline;
	}

/* ---------------- */
	.center
	{
		margin-left:auto;
		margin-right:auto;
	}
	.textCenter
	{
		text-align:center;
	}
/* ---------------- */
	#main
	{
		width:780px;
		margin:0px auto;
		background-color:#fff;
		border-left:1px solid #d59c31;
		border-right:1px solid #d59c31;
		border-bottom:1px solid #d59c31;
	}
/* ---------------- */
	#foo
	{
		height:120px;
		background-color:#ecf1e7;
		margin-bottom:50px;
	}
	#header
	{
		position:absolute;
		top:0px;
		left:0px;
		height:120px;
		width:780px;
	}
	#topMenuBlock
	{
		top:83px;
		background-color:#bbc7ad;
		height:37px;
	}
	#topMenu
	{
		padding-left:205px;
		height:31px;
	}
	#topMenu ul
	{
		position:relative;
		height:31px;
		margin:0px;
		padding:0px;
		overflow:visible;
	}
	#topMenu ul li
	{
		margin:0px;
		padding:0px;
		float:left;
		list-style:none;
		height:31px;
		line-height:31px;
		vertical-align:middle;
		/*width:90px;*/
		text-align:center;
		margin-left:25px;
	}
	#topMenu ul li a
	{
		display:block;
		position:relative;
		height:31px;
		line-height:31px;
		vertical-align:middle;
		font-weight:bold;
		text-decoration:none;
		color:#fffeeb;
		font-size:14px;
		letter-spacing:1px;
		text-shadow:black 0px 0px 5px;
	}* html #topMenu ul li a{display:inline;}

	/*
	#topMenu ul li a
	{
		display:block;
		position:relative;
		height:31px;
		line-height:31px;
		vertical-align:middle;
	}* html #topMenu ul li a{display:inline;}
	*/
	#topMenu ul li img
	{
		vertical-align:middle;
	}
/*
	#topMenu ul li div:hover
	{
		position:absolute;
		width:90px;
		top:-2px;
		left:0px;
		height:35px;
		line-height:35px;
		vertical-align:middle;
		z-index:100;
		background-color:#bbc7ad;
	}
*/
	#logo
	{
		position:absolute;
		top:55px;
		left:23px;
	}
/* ---------------- */
	#content
	{
		padding:10px;
		min-height:400px;
	}* html #content{height:400px;}
/* ---------------- */
	img.top{top:-1px;}
	img.left{left:-1px;}
	img.right, img.ieright{right:-1px;}
	* html img.ieright{right:-2px;}
	img.bottom{bottom:-1px;}
/* ---------------- */
	.blockCaption
	{
		height:20px;
		line-height:20px;
		vertical-align:middle;
		padding:0px 20px;
		font-family:"Courier New", Courier, monospace;
		font-size:13px;
		font-weight:bold;
		margin:2px 0px;
	}
	.blockContent
	{
		padding:5px;
	}
	.darkBlock
	{
		border:1px solid #bbc7ad;
		background-color:#ecf1e7;
		margin-bottom:10px;
	}

	.darkBlock .blockCaption
	{
		border-top:1px solid #bbc7ad;
		border-bottom:1px solid #bbc7ad;
		background-color:#fffff7;
		color:#687a54;
	}
	.lightBlock
	{
		border:1px solid #bbc7ad;
		background-color:#fffff7;
		margin-bottom:10px;
	}
	.lightBlock .blockCaption, .gradientBlock .blockCaption
	{
		border-top:1px solid #bbc7ad;
		border-bottom:1px solid #bbc7ad;
		background-color:#ecf1e7;
		color:#687a54;
	}
	.whiteBlock
	{
		border:1px solid #bbc7ad;
		background-color:#fff;
		margin-bottom:10px;
	}
	.whiteBlock .blockContent
	{
		padding:10px;
	}
	.gradientBlock
	{
		margin:10px 5px;
		width:262px;
		float:left;
	}
	.leftGrad
	{
		background-image:url('../images/grad.jpg');
		background-position:top left;
		background-repeat:no-repeat;

	}
	.rightGrad
	{
		background-image:url('../images/grad.jpg');
		background-position:top right;
		background-repeat:no-repeat;
		padding:0px 1px;
		border-top:1px solid #bbc7ad;
	}
	.gradientBlock .blockContent
	{
		min-height:250px;
	}* html .gradientBlock .blockContent{height:250px;}


	.topBottom
	{
		height:6px;
		font-size:1px;
	}
	.topBottom img
	{
		position:absolute;
	}
/* ---------------- */
/* ---------------- */
	#asynchelp_container
	{
		position: absolute;
		width: 200px;
		border:1px solid #444444;
		padding: 3px;
		background-color:#fffec0;
		display:none;
		z-index:1000;
	}
	a.asynchelp{vertical-align:top;font-size:8px;text-decoration:none;}
/* ---------------- */
/* ---------------- */
	#leftColumn, #rightColumn
	{
		float:left;
	}
	#leftColumn
	{
		width:550px;
		/*background-color:#ccc;*/
		/*width:200px;*/
	}
	#rightColumn
	{
		width:200px;
		/*width:550px;*/
		left:10px;
	}
/* ---------------- */
	.productBlock
	{
		float:left;
		width:97%;
		margin:10px 5px 0px 5px;
	}
	.productIcon
	{
		float:left;
		width:64px;
	}
	.productText
	{
		float:left;
		left:5px;
		width:440px;
	}
	.productLinks
	{
		position:absolute;
		top:10px;
		right:10px;
	}

	.productCaption, h2
	{
		font-weight:bold;
		font-size:14px;
		margin-bottom:3px;
	}
	.productCaption a, .prodIcons a,  .portItem a, .productLinks a
	{
		display:block;
		text-decoration:none;
	}
	.productDesc
	{

	}
/* ---------------- */
	.formBlock
	{
		padding:15px 5px 5px 5px;
		margin-bottom:10px;
	}
	.fieldset
	{
		border:1px solid silver;
		padding:10px 7px 7px 7px;
	}
	.fieldset .legend
	{
		position:absolute;
		top:-12px;
		left:10px;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		background-color:#fff;
		padding:0px 5px;
		font-weight:bold;
		text-transform:lowercase;
		font-family:"Courier New", Courier, monospace;
		font-size:15px;
		color:#5e7149;
	}
	.fieldsetContent
	{

border:0px solid red;
	}
	.fieldsetInfo
	{
		font-size:10px;
		text-align:right;
		margin-top:5px;
	}
	.fieldsetIcon
	{
		float:left;
		margin:0px 4px 4px 0px;
	}
/* ---------------- */
/* -- FORM -------- */
	.formBlock .text
	{
		margin-bottom:3px;
	}
	.formBlock .input
	{
		margin-bottom:3px;
	}
	.formBlock .input input.text, .formBlock .input input.password
	{
		width:98%;
	}
	div.submit
	{
		text-align:center;
		margin:5px 0px;
	}
	div.submit input
	{
		padding:0px 20px;
		font-weight:bold;
	}
/* ---------------- */
	.introduction
	{

	}
/* ---------------- */
	.prodShortInfo
	{
		margin-bottom:25px;
	}
	.prodThumb
	{
		float:left;
		width:100px;
	}
	.prodText
	{
		margin-left:105px;
		background-color:#fff;
		text-align: justify;
	}
	.prodIcons
	{
	/*	float:left;*/
		clear:right;
		margin-left:5px;
	}
	.prodIcons img, .productLinks img
	{
		vertical-align:middle;
		margin-right:2px;
	}
	.prodIcons a
	{
		margin-bottom:2px;
	}

	.prodInfo
	{
		margin-bottom:10px;
		padding:5px;
	}
	.prodInfo ul li
	{
		list-style:none;
	}
	.prodInfo .productCaption, h2
	{
		border-bottom:1px solid #bbc7ad;
	}
	.portItem
	{
		float:left;
		text-align:center;
		margin:10px 13px;
	} * html .portItem{margin:10px 12px;}

	.portItem img
	{
		border:1px solid silver;
		padding:3px;
		background-color:#f1f1f1;
	}
	.portItem div
	{
		margin-bottom:7px;
	}
/* ---------------- */
	.error, .success
	{
		background-position:left center;
		background-repeat:no-repeat;
		margin-bottom:3px;
		padding-left:40px;
		line-height:30px;
		vertical-align:middle;
	}
	.error
	{
		background-image:url('../images/icons/error.jpg');
		color:#563b22;
	}
	.success
	{
		background-image:url('../images/icons/success.jpg');
	}
/* ---------------- */
	.formFloat
	{
		float:left;
		margin:3px;
	}
/* ---------------- */
	dl
	{

	}
	dt
	{
		font-weight:bold;
	}

/* ---------------- */
	.prodInfo dl
	{
/*		float:left;*/
/*		width:260px;*/
		margin:5px 10px 15px 10px;
	}
	.prodInfo dl dd
	{
		margin:0 0 4px 30px;
	}
/* ---------------- */
	table.products
	{
		background-color:silver;
	}
	table.products td
	{
		padding:2px;
	}
	tr.odd
	{
		background-color:#f1f1f1;
	}
	tr.even
	{
		background-color:#fff;
	}
	tr.head
	{
		background-color:#fff;
		font-weight:bold;
	}
	tr.head td
	{
		padding:5px;
		text-align:center;
	}
	tr.odd:hover, tr.even:hover
	{
		background-color:#e5e6e5;
	}
	table.products a
	{
		text-decoration:none;
	}
/* ---------------- */
	.portItem1
	{
		float:left;
	}
	.portItem1 a
	{
		display:block;
		width:120px;
		border:1px solid #eee;
		margin:5px;
		text-align:center;
		padding:5px 0px;
	}
/* ---------------- */
	.news
	{
		margin-bottom:5px;
	}
	.newsTitle
	{
		font-weight:bold;
		padding-left:5px;
		border-left:3px solid #bbc7ad;
		border-bottom:1px solid #bbc7ad;
		margin-bottom:3px;
	}
	.newsText
	{

	}
	.newsDate
	{
		font-style:italic;
		font-size:10px;
		text-align:right;
	}
/* ---------------- */
	#login
	{
		position:absolute;
		top:131px;
		right:5px;
		/*width:250px;*/
		height:20px;
		line-height:20px;
		vertical-align:middle;
		text-align:center;
		font-family:"Courier New", Courier, monospace;
		font-size:12px;
		font-weight:bold;
		/*background-color:#eee;*/
		padding:0px 5px;

	}
	#login a, #contact a
	{
		text-decoration:none;
	}
/* ---------------- */

/* Style for contact link
------------------- */
	#contact
	{
		position:absolute;
		top:10px;
		right:20px;
		font-size:10px;
		line-height:10px;
		vertical-align:middle;
	}
/* About us
------------------ */
	div.about
	{

	}
	.aboutPhoto
	{
		float:left;
		width:110px;
		height:110px;
		background-position:center;
		background-repeat:no-repeat;
		border:1px solid #bbc7ad;
	}
	.aboutText
	{
		float:left;
		padding-top:10px;
		/*height:110px;*/
		/*line-height:110px;*/
		vertical-align:middle;
		margin-left:10px;
		width:400px;

	}
	#services
	{

	}
	#services h2
	{
		margin-top: 15px;
	}
	#services p
	{
		padding:5px;
		text-align: justify;
		line-height:16px;
	}
	.ffree
	{
		text-align:center;
		font-weight:bold;
		margin:10px;
	}
	#langswitch
	{
		position:absolute;
		top:10px;
		right:20px;
		font-size:10px;
		font-weight:bold;
	}
	#langswitch a:link, #langswitch a:visited
	{
		color:#fffeeb;
	}
   	#langswitch a:hover, #langswitch a:active
	{
		color:#fffeeb;
		color:#fff;
		font-weight:bold;
	}
	.other
	{
		text-align:center;
	}
	.other img
	{
		margin-bottom:10px;
	}
/*	downloads page
---------------------*/
	.downloads
	{
		float:left;
		width:263px;
		border:1px solid red;
		margin:5px;
	}
	.downloads img.icon
	{
		float:left;
		margin:0px 5px 5px 0px;
	}
	.downloads h3
	{
		margin: 5px 0px;
	}
/*-------------------*/
/*	footer
---------------------*/
	#zfooter
	{
        width:780px;
		margin:20px auto;
		padding:10px;
		text-align:right;
	}
	#zfooter a
	{
		color:#fff;
		font-size:10px;
		font-weight:bold;
	}


/*-------------------*/