@charset "iso-8859-1";
/* Sans CSS Style */
/* Contact CSS Style */
/* Header CSS Style */
#header {
     color:#fff;
	 width:100%;
	 /*background:url(../img/bg_top2.gif) no-repeat left bottom;*/
}
#header .nav {
     width:100%;
	 height:18px;
	 background-color:#D62418;
}
#header .nav li {
    float:left;
}
#header .nav li a{
    display:block; 
    height:18px; 
	 text-indent:-1000px; 
	 overflow:hidden;
	 float:left;
}
#header .nav a.home{ 
    background:url(../img/nav01.gif);
	 width:59px;
}
#header .nav a.home:hover{ 
    background:url(../img/nav01_o.gif);
}
#header .nav a.about{ 
    background:url(../img/nav02.gif);
	 width:82px;
}
#header .nav a.about:hover{ 
    background:url(../img/nav02_o.gif);
		width:82px;
}

#header .nav a.product{ 
    background:url(../img/nav03.gif);
	 width:77px;
}
#header .nav a.product:hover{ 
    background:url(../img/nav03_o.gif);
		width:77px;
}
#header .nav a.news{ 
    background:url(../img/nav04.gif);
	 width:61px;
}
#header .nav a.news:hover{ 
    background:url(../img/nav04_o.gif);
}

#header .nav a.accessories{ 
    background:url(../img/nav05.gif);
	 width:94px;
}
#header .nav a.accessories:hover{ 
    background:url(../img/nav05_o.gif);
}
#header .nav a.service{ 
    background:url(../img/nav06.gif);
	 width:80px;
}
#header .nav a.service:hover{ 
    background:url(../img/nav06_o.gif);
}
#header .nav a.clients{ 
   background:url(../img/nav07.gif);
	 width:67px;
}
#header .nav a.clients:hover{ 
    background:url(../img/nav07_o.gif);
}
#header .nav a.contact{ 
    background:url(../img/nav08.gif);
	 width:94px;
}
#header .nav a.contact:hover, #header .nav li.c a.contact{ 
    background:url(../img/nav08_o.gif);
}
/* end */
/* Content */
#content .title {
   background:url(../news/img/bg_title_news.gif) repeat-x ;
	 font-weight:bold;
	 color:#36464F;
	 height:28px;
	 text-align:left;
	 line-height:24px;
	 text-indent:15px;
}
#content .title2 {
	 font-weight:bold;
	 color:#36464F;
	 padding:5px 0;
	 font-size:13px;
	 text-align:left;
	 line-height:24px;
	 text-indent:15px;
	 border-bottom:#EAEAEA solid 1px;
}
#content .txt {
     text-align:justify;
	 line-height:20px;
	 padding:5px 15px;
}
#content .txt img {
     text-align:center;
	 padding:2px;
	 border:#cccccc solid 1px;
}
#content .txt p {
     margin-bottom:10px;
}
