body
{
	background: url(/i/bg.png) top repeat-x #fff;
/*	background-size: cover;
	-moz-background-size: cover;
*/	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}

a
{
	color: #09c;
}

a:hover
{
	color: #9c0;
	text-decoration: none;
}

a.suitability, a.button
{
	font-size:12px;
	display:block; width:240px; height:20px; background:url(/i/btlink_bg.png);
	margin-bottom: 5px;
	padding: 10px 20px;
	text-decoration: none;
	color:#666;
}

a.suitability:hover, a.button
{
	background:url(/i/btlink_active.png);
	color:#333;
}

a.suitability img
{
	float: left;
	margin-right: 8px;
}

a.suitability span
{
	display:block;
	padding: 3px 0 0 0;
}

strong,b
{
	font-weight:bold;
}

i,em
{
	font-style: italic;
}

strong,b,i,em
{
	color: #333;
}

p
{
	margin-bottom:30px;
}

table
{
	width: 100%;
}

tbody tr:nth-child(even) td, tbody tr.even td 
,tbody tr:nth-child(even) th, tbody tr.even th
{
	background:#eee;
}

td,th
{
	padding:5px;
}

h1
{
	font-size: 28px;
	font-weight: normal;
	color: #09c;
	line-height: 28px;
}


h2
{
	text-align: center;
	font-size: 24px;
	color: #000;
	margin:0;
	padding:0;
	padding-top: 30px;
}

h3
{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #9c0; /* #999 */
}



h2+h3
{
	margin-top: 0px;
}


h4
{
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #9c0; /* #999 */
}


input
{
	border: #ccc solid 1px;
	color: #c00;
	margin: 5px auto;
	font-size:14px;
}

select
{
	border: #eee solid 1px;
	color: #09c;
	margin: 5px auto;
	font-size:14px;
	cursor: pointer;
	padding:5px;
}

select:hover
{
	border: #eee solid 1px;
	color: #9c0;
	margin: 5px auto;
	font-size:14px;
}

option
{
	cursor: pointer;
	color: #9c0;
	margin: 5px auto;
	font-size:14px;
}

hr
{
	clear:both;
	border: 0px #000 solid;
	width:100%;
	height: 30px;
	background: #fff;
}

#thumb_gallery
{
	display:block; width: 280px; height: 386px; position:absolute; left: 620px; overflow: hidden; 
}

#thumb_gallery a img
{
	border:1px #eee solid; 
	margin-bottom: 6px; 
	float:left;
}

#thumb_gallery a img:hover
{
	border:1px #9c0 solid; 
}



#all
{
	position: relative;
	width: 100%;
	height: 100%;
}

#header, #body, #body_inside, #footer, #likebox, #footer_body
{
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#header 
{
}

#body
{
	width: 900px;
	margin: 0 auto;
	
	padding: 20px 0;

}

#body_inside
{
	width: 860px;
	margin: 0 auto;
}

#body_nav
{
	display:block;
	text-align: right;
	position: absolute;
	right:0;
	top:30px;
}

#footer
{
	width: 100%;
	min-height: 168px;
	_height: 168px;
	
	background: url(/i/ft_bg.png) repeat-x;
	opacity: 0;
}

#footer_body ul
{
	position:absolute;
	left: 320px;
	top: 19px;
	
	display: block;
	width: 100px;
	overflow: hidden;
	
	list-style: none;
	padding:0;
	margin:0;
	
	font-size: 12px;

	
}

#footer_body ul.col2
{
	left: 420px;
}

#footer_body ul li
{
	padding:0 0 3px 10px;
	margin:0;
	background:url(/i/arrow_tree_green.gif) left no-repeat;
	text-align: left;
}


#footer_body ul li a
{
	text-decoration: none;
	color: #0cf;
}

#footer_body ul li:hover
{
	background:url(/i/arrow_tree_white.gif) left no-repeat;
}


#footer_body ul li:hover a
{
	color: #9c0; /*fff*/
}

#title
{
	font-size: 10px;
	color: #999;
/*	height: 70px;
	overflow: hidden;
*/
}

#tree
{
	height: 20px;
	overflow: hidden;
}

#tree a
{
	padding-left: 8px;
	color: #999;
	padding-right: 6px;
	background: url(/i/arrow_tree_green.gif) left no-repeat;
	text-decoration: none;
}

#tree a:hover
{
	color: #9c0; /*09c*/
	text-decoration: underline;
	background: url(/i/arrow_tree_blue.gif) left no-repeat;
}



#active
{
	position: absolute;
	left:68px;
	top:400px;
	
	width:115px;
	height:9px;	
	
	background: url(/i/active.png) no-repeat left;
}

#likebox
{
	width:520px;
	height:165px;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 30px;
	background: url(/i/bg_semi_white.png);
}


#itemlist
{	
	clear:both;
}

#product_info
{
	clear: both;
	margin: 20px 0;

}

.item
{
	width: 155px; 
	margin: 10px 7px;
	
	float: left;
	text-align: center;
	
	border: 1px #fff solid;
}

.item:hover
{
	border: 1px #eee solid;
}

.item img
{
	padding: 10px 10px 5px 10px;
}


a.products_list, a.products_list_rightmost, a.downloads_list
{
	font-size: 12px;
	text-decoration: none;
	width:284px;
	height: 240px;
	float:left;	
	border:1px #eee solid;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
a.downloads_list
{
	width: 180px;
	height: 220px;
}
a.downloads_list img
{
	margin: 10px 10px 0 10px;
}

a.products_list_rightmost
{
	margin: 0 0px 20px 0;
}

a.products_list:hover, a.products_list_rightmost:hover, a.downloads_list:hover
{
	color:#9c0;
	border:1px #9c0 solid;
}

a.products_list p, a.products_list_rightmost p, a.downloads_list p
{
	margin: 10px 20px 0 20px;
}



a.latest_news
{
	display:block;
	font-size:12px;
	text-decoration: none;
	margin: 0 0 10px 0;
}

a.latest_news .date
{
	display:block;
	font-size:9px;
	color:#666;
}


a.our_products, a.our_products_rightmost
{
	float:left;
	margin: 0 6px 6px 0;
}
a.our_products_rightmost
{
	margin-right:0px;
}

a.our_products img, a.our_products_rightmost img
{
	border:1px #eee solid;
}


a.our_products:hover img, a.our_products_rightmost:hover img
{
	border:1px #9c0 solid;
}