@charset "utf-8";
/* CSS Document */
html{
	font-size:90%;
}
*{
	margin:0;
	padding:0;
	list-style-type:none;
}
body{
	background:#f7f6f6 url(../images/body.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
a{
	color:#105ea0;
}
a img{
	border:none;
}

#container{
	width:940px;
	margin:auto;
}

/*Header section*/

.toll{
	float:right;
	width:600px;
	font-size:0.75em;
	margin:5px 0 0 0;
	text-align:right;
}

.logo{
	display:block;
	float:left;
	margin:24px 0 21px 0;
}

/*Main menu*/
.store{
	float:right;
	width:122px;
	height:37px;
	background:url(../images/bgstore.png) no-repeat;
	line-height:2.5em;
	color:#344047;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.store:hover{
	background:url(../images/bgstore.png) 0 -37px no-repeat;
	line-height:2.8em;
}
ul#topnav {
	clear:both;
	float:left;
	width: 800px;
	list-style: none;
	font-size: 1.1em;
	margin:0 0 30px 0
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	display:block;
	height: 37px;
	color:#fff;
	text-decoration:none;
	
	line-height:2.3em;
	
}

ul#topnav li a.active{
	color:#fff;
	font-weight:bold;
}

ul#topnav a.home,ul#topnav a.company {
	background: url(../images/lione.png) no-repeat center right;
	width: 64px;
}

ul#topnav a.company{
	width: 119px;
	text-indent:12px;
}

ul#topnav a.products, ul#topnav a.support, ul#topnav a.services,ul#topnav a.community {
	background: url(../images/limore.png) no-repeat center right;
	width: 119px;
	text-indent:12px;
}
ul#topnav a.community{
	width: 132px;
}

/*sub nav*/
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 37px; left: 0;
	z-index: 99999;
	background:#fff url(../images/sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 5px 5px 10px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	border:1px solid #888585;
	width:230px;
	border-top:none;
	
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 3px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 5px 0 0 0;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}

ul#topnav .sub ul li a {
	font-weight:normal;
	float: none;
	text-indent: 14px; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/lisub.png) no-repeat 3px 10px;
	display: block;
	text-decoration: none;
	color: #333;
	font-size:0.8em;
	line-height:2em;
	margin:0 0 0 5px;
}
ul#topnav .sub ul li a:hover {
	color: #333;
	font-weight:bold;
}

/*global div*/
.div940{
	width:918px;
	margin:0 0 20px 0;
}

.div940, .div640left, .div280right, .div640right, .div280left{
	margin:0 0 20px 0;
	border:1px solid #d4d4d4;
	background:#fff;
}

.div640left, .div280right, .div640right, .div280left, .div940{
	padding:10px;
}

.div640left{
	width:620px;
	margin:0 20px 0 0:
}

.div280right{
	width:258px;
}

h2{
	font-size:1.4em;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #e0e0e0;
	font-weight:normal;
}

p.title{
	font-size:1em;
	margin:0 0 13px 0;
	padding:0 0 5px 0;
	font-weight:bold;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 0 0 0;
}

h4{
	font-family:'tccb', Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0 0 20px 0;
	color:#000
}

h5{
	font-size:1.4em;
	color:#000;
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #e0e0e0;
	font-weight:normal;
}

.brochure{
	background:#fff url(../images/brochure.png) no-repeat;
}

a.pdf{
	height:16px;
	padding:0 24px 0 0;
	background:url(../images/pdf.png) no-repeat top right;
}

a.pdf{
	font-size:1em;
}

/*general styles*/
.clearboth{
	clear:both;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.marginright20{
	margin-right:20px;
}
/*footer*/
#footer{
	margin:auto;
	margin-top:30px;
	margin-bottom:20px;
	color:#666666;
	font-size:0.75em;
	width:940px;
}
#links{
	background:url(../images/bottom.png) no-repeat;
	margin:20px 0 20px 0;
	width:940px;
	margin:auto;
	padding:20px 0 20px 0;
	font-size:0.75em;
	text-align:center;
}
#bottom {
	z-index: 99;
	position: fixed;
	bottom: 1%;
	right:1%;
	display:none;
}
.menu{
	width:200px;
	padding:10px;
	background:#fff url(../images/bggradient.png) repeat-x;
	margin:0 0 20px 0;
	border:1px solid #e0e0e0;
}

.menu h6{
	font-weight:bold;
	font-size:16px;
	background:url(../images/bgtitle.png) repeat-x bottom right;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

.menu ul li{
	background:url(../images/liunactive.png) no-repeat;
	text-indent:25px;
	font-size:0.9em;
	margin:0 0 15px 0
}

.menu ul li.active{
	background:url(../images/liactive.png) no-repeat;
	text-indent:25px;
	font-weight:bold;
}

.menu ul li a{
	color:#000;
	text-decoration:none;
}

.menu ul li a:hover{
	text-decoration:underline;
}

.menu ul li:hover{
	background:url(../images/liactive.png) no-repeat;
}
#left{
	float:left;
	width:220px;
}

#right{
	float:right;
	width:700px;
}

.div700{
	border:1px solid #e0e0e0;
	background:#fff;
	padding:10px;
	width:680px;
	margin:0 0 20px 0;
}

.div470{
	padding:10px;
	width:438px;
	margin:0 20px 20px 0;
	border:1px solid #e0e0e0;
	background:#fff;
	float:left;
}

.div220{
	padding:10px;
	width:200px;
	margin:0 17px 20px 0;
	border:1px solid #e0e0e0;
	background:#fff;
	float:left;
}

.nomarginbottom{
	margin-bottom:0
}

.nomarginright{
	margin-right:0
}

.border1px{
	margin:0 0 20px 0;
}

.bgexpress{
	background:#fff url(/images/express.png) bottom right no-repeat;
}

input{
	width:200px;
}
.langfr{
	clear:both;float:right; margin:-30px 0 0 0;font-size:11px; text-indent:20px;
	background:url(/images/fr.png) 0 2px no-repeat;
}
.langen{
	clear:both;float:right; margin:-30px 0 0 0;font-size:11px; text-indent:20px;
	background:url(/fr/images/gb.png) 0 2px no-repeat;
}


.error{
	background:#FFF1F0;
	color:red;
	font-weight:bold;
	padding:3px;
}
.noerror{
	background:#F1FEF7;
	color:green;
	font-weight:bold;
	padding:3px;
}