/* Home Page CSS */


#flashcontent { /* placeholder!!! */
	width:732px;
	height:261px;
	background:url("/lib/img/structure/flashbg.jpg") no-repeat 0 0;
	margin-bottom:9px;
}

.tuto {
	position:relative;
	width:236px;
	height:215px;
	margin-right:10px;
	background:url("/lib/img/structure/tuto.gif") no-repeat 0 0;
	float:left;
	overflow:hidden;
}
.tuto a {
	width:218px;
	height:200px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:left;
	display:block;
	padding-top:15px;
	padding-left:18px;
}
.tuto a span {
	font-size:9px;
	font-weight:normal;
	position:absolute;
	top:50px;
	left:18px;
	color:#192e3d;
	text-align:left;
	width:170px
}
.links {
	position:relative;
	width:732px;
	height:124px;
	overflow:hidden;
}
.links a {
	display:block;
	width:218px;
	height:109px;
	float:left;
	margin-right:10px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:left;
	padding-top:15px;
	padding-left:18px;
}
.links a.link1 {background:url("/lib/img/structure/link1.jpg") no-repeat 0 0;}
.links a.link2 {background:url("/lib/img/structure/link2.jpg") no-repeat 0 0;}
.links a.link3 {background:url("/lib/img/structure/link3.jpg") no-repeat 0 0;margin-right:0;}

.row1 {width:732px;height:214px;position:relative;margin-bottom:10px;}
.products {
	width:484px;
	height:214px;
	background:url("/lib/img/structure/products.jpg") no-repeat 0 0;
	float:left;
	clear:right;
	overflow:hidden;
	font-size:10px;
}
.products h3 {
	padding-top:15px;
	padding-left:18px;
}
.products ul {
	padding-top:35px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	
	width:189px;
	margin-left:12px;
}
.products ul li {
	width:189px;
	background:url("/lib/img/structure/prodli.gif") no-repeat 12px 0; 
	color:#1c3953;
	font-size:10px;
		padding:10px 0;
	padding-left:12px;
}
.products ul li.active {background:#fff url("/lib/img/structure/prodli.gif") no-repeat 12px 0;}
.products ul li a {
	text-decoration:none;
	padding:10px 0;
	padding-left:12px;
	display:block;
	color:#1c3953;
	font-size:10px;
}
.products ul li.first {background:none;}
.products .info {
	width:272px;
	height:151px;
	position:absolute;
	bottom:11px; right:14px;
	color:#192e3d;
}
.products .info img {float:left;padding:6px;padding-right:10px;}
.products .info  h4 {
	padding:10px 0;
	color:#1c3953;
	font-size:12px;
	font-weight:bold;
}
.products .info p {font-size:9px;}
.products .info a {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	background:#637384;
	font-size:10px;
	line-height:10px;
	text-align:center;
	text-decoration:none;
	padding:9px 0;
}
.products .info .more {
	position:absolute;
	width:114px;
	bottom:11px;left:9px;
	background:url("/lib/img/structure/more.gif") no-repeat 0 0;
}
.products .info .find {
	position:absolute;
	width:137px;
	bottom:11px;left:126px;
	background:url("/lib/img/structure/find.gif") no-repeat 0 0;
}
