@charset "iso-8859-1";
/* Sans CSS Style */
/* TypicalCSS 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, #header .nav li.c a.clients{ 
    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 .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 .list_typical {
	 width:520px;
	 margin:8px 0;
}
#content .list_typical li { 
	 text-align:left;
	 line-height:14px;
	 background:url(../news/img/ico_arr.gif) no-repeat 12px 12px;
	 border-bottom:#EAEAEA solid 1px;
	 color:#36464F;
	 display:block;
	 padding:7px 0 7px 30px;
	 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;
}