@charset "iso-8859-1";
/* Sans CSS Style */
/* News 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, #header .nav li.c a.news{ 
    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{ 
    background:url(../img/nav08_o.gif);
}
/* end */
/* Content */
#content .hotnews p {
    whidth:360px;
	color:#999999;
	padding:0 0 0 13px;
	margin:3px 0;
	text-align:justify;
}
#content .hotnews span a {
     color:#36464F;
	 font-weight:bold;
	 display:block;
	 background:url(../news/img/ico_arr.gif) no-repeat left 6px;
	 text-decoration:underline;
	 padding-left:13px;
}
#content .hotnews img {
     padding:2px;
	 border:#cccccc solid 1px;
}
#content .list_news {
	 width:500px;
}
#content .list_news li { 
	 text-align:left;
	 line-height:14px;
	 background:url(../news/img/ico_arr.gif) no-repeat left 6px;
	 padding-left:13px;
	 margin-bottom:15px;
}
#content .list_news li a {
     color:#36464F;
	 text-decoration:underline;
}
#content .list_news li a:hover {
     color:#ff0000;
	 text-decoration:none;
}
#content .lefttitle {
     background:url(../news/img/bg_title.gif) no-repeat;
	 height:30px;
	 font-weight:bold;
	 text-indent:15px;
}
#content .contact {
     border:#cccccc dotted 1px;
	 background-color:#fff;
	 width:185px;
} 
#content .contact p {
	 text-align:left;
	 color:#999999;
	 width:160px;
	 margin:15px auto;
	 line-height:14px;
}
#content .contact p span {
     font-weight:bold;
	 display:block;
}
#content .bg {
     background:url(../img/bg_middle3.gif) no-repeat left top;
     padding-bottom:13px;
}
#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:center;
	 line-height:24px;
}
#content .txt {
     text-align:justify;
	 line-height:18px;
	 padding:0 25px;
}
#content .txt img {
     text-align:center;
	 padding:2px;
	 border:#cccccc solid 1px;
}
#content .txt p {
     margin-bottom:10px;
}
