@charset "utf-8";

body{
	background:#222;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
}

p{
	margin:15px 0;
    line-height: 1.4;
	font-size: 13px;
	text-align:left;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#149AFC;
}

h1{
	font-size: 29px;
	
	font-weight:bold;
	color:#333;
}

h1 a{
	color:#149AFC;
}

p a{
	font-weight:bold;
	color:#149AFC;
}

h2{
	/*color:#149AFC;*/
	color:#333;
	font-size:1.6em;
	font-weight:bold;
}

h3{
	font-size:1.2em;
	font-weight:bold;
}

label{
	display:block;
	clear:both;
	margin-top:15px;
	margin-bottom:4px;
}

input{
	padding:3px;
	border:1px solid #333;
	font-size:0.9em;
	width:150px;
}

textarea{
	padding:3px;
	border:1px solid #333;
	font-size:0.9em;
	width:300px;
}

.checkbox input{
	width:20px;
	float:left;
	margin-top:20px;
	margin-bottom:2px;
}

div.submit input{
	margin-top:15px;
	clear:both;
	width:80px;
}

.firsttxt{
	font-size:1.2em;
}

.hr{
	margin:10px 0;
	line-height:1px;
	width:100%;
	height:1px;
	background:#CCC;
}

.align_left{
	float:left;
}

.align_right{
	float:right;
}

.align_center{
	margin-right:auto;
	margin-left:auto;
}

.main_content{
	width:960px;
}

.separator{
	margin-left:20px;
}

#loading{
	margin:20px;
	height:900px;
}

#header{
	height:71px;
	width:100%;
	border-bottom:1px solid #555;
	background:#222;
}

#header ul{
	text-align:right;
	margin-top:10px;
	line-height:20px;
	
}

#header li{
	float: right;
	display: inline;
	margin-right:20px;
	margin-top:15px;
}

#main_menu{
	height:36px;
	width:100%;
	background:url(../img/menu_back.png) repeat-x ;
	font-size:0.8em;
	border-bottom:1px solid #fff;
}



#main_menu ul{
	width:auto;
	float:left;
	text-align: center;
	list-style:none;
}

#main_menu li{
	float: left;
	display: inline;
}

#main_menu a{
	width: 150px;
	float: left;
	display: block;
	height: 26px;
	text-align: center; 
	padding-top: 8px;
}

#main_menu a:hover{
	color:#FFFFFF;
	background:url(../img/back_menu.jpg) center no-repeat;
}

#main_menu .ifpage{
	background:url(../img/back_menu.jpg) center no-repeat;
}

.back{
	width:100%;
	background:#fcfcfc;
}

#content{	
	min-height:600px;
	padding-top:25px;
	overflow:auto;
	clear:both;
}

#img_presentation{
	width:960px;
	min-height:350px;
	overflow:hidden;
}

#presentation{
	padding:15px;
	text-align:center;
}

#footer{
	background:#222;
	height:200px;
	color:#666666;
	padding-top:30px;
	font-size:0.9em;
}



#login{
	margin:15px 0;
}

.box{
	padding:10px;
	font-size:0.9em;
	border: 1px solid #ccc;
/*	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px; */
	border-radius: 10px;
	background:#eee;
	height:200px;
}

.box a{
	color:#149AFC;
}

.products{
/*	width:40%;
	float:left;
	margin:35px;
	text-align:center;*/
}

.products a{
	color:#333;
}

.products a:hover{
	color:#149AFC;
}

.areas{
	width:25%;
	float:left;
	margin:28px;
}

#content_products ul{
	margin-left:40px;
	list-style:square;
	padding-bottom:20px;
	font-size:0.9em;	
}

#menu{
	float:left;
	margin-top:-10px;
	width:299px;
	border-right:1px solid #CCC;
}

#menu a{
	color:#000;
	font-size: 13px;
     text-decoration: none;
	font-weight:lighter;
}

#menu a:hover{
	color:#149AFC;
	font-size: 13px;
     text-decoration: none;
	font-weight:lighter;
}



#menu img{
	float:left;
	margin-right:10px;
}

#menu h3{
	float:left;
	height:32px;
	padding-top:5px;
}

#menu ul li{
	clear:both;
	padding-top:10px;
}


#content_products{
	float:left;
	width:630px;
	padding: 0 0 0 20px;
	min-height:800px;
}


.link_up_right{
	color:#999999;
	display:block;
	margin-top:13px;
	margin-bottom:15px;
	float:right;
}

.link_up_right a{
	color:#999999;
}

.link_up_right a:hover{
	color:#333333;
}