
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font: normal small "ËÎÌå";
	color: #8e8e8e;
	margin: 0 auto;
	width:960px;
}

fieldset {
	border: none;
}

label{
    color:#a2a0a0;
}

legend {
	display: none;
}

a{
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

/*h1{
    color: #0059c2;
	font-family:"Arial Black", Helvetica, sans-serif;
	font-size:1.8em;
	letter-spacing:-0.1em;
}

h1 em{
    color:#4fc7e9;
	font-size:105%;
    letter-spacing:-0.05em;
	font-style:normal;
}*/

h2{
   color:#8b9294;
   padding-bottom:10px;
   font-family:"ËÎÌå";
   font-size:110%;
} 


h2 span{
display:none;}

/* start header */
#header{
    padding:10px 0 0 0;
	margin-top:5px;
	margin-bottom:10px
	}


.login {
margin-top:30px;}


table {margin-left:10px;}

table tr{margin-top:5px;}

#TextBox1,#TextBox2{
width:90px;
color:#000;
}

#ImageButton1{
margin:6px 0 0 0;
}
    
.clear{    
    clear:both;
}
/* start sidebar */

#sidebar{
     background:transparent url(../images/sidebar-bc.gif) repeat-x;
	 width:20%;
	 padding:0;
	 margin:0 8px 30px 0;
	 height:610px;
	 float:left;
}

#sidebar ul{
}

#sidebar ul li{
list-style:none;


}

#sidebar img{}

.menu a {
	display: block;
    text-decoration: none;
    font-size: 1em;
	font-weight: bold;
    padding: 10px 40px;
	background:#4fc7e9 url(../images/li-bc.gif) repeat-x ;
		background: #2F1A1A url(../images/hover-bc.gif) repeat-x left top;
	color: #fff;
		border: 1px solid #1E1010;
	border-right-color: #023673;
	border-bottom-color: #023673;
}

.menu a:hover{
    font-size: 1em;
    padding: 10px 45px;
	font-weight: bold;
	background:#4fc7e9 url(../images/li-bc.gif) repeat-x ;
	color: #FFFFFF;

}


/* start main */
#main{
    background:#fff;
    width:73%;

    float:left;
}

#flash{
    margin-bottom:12px;

}

/* start main > main-Content > content */
#main-Content .content{
    float:left;
    width:585px;
}

#main-Content .content .product{
    float:left;
    margin:5px 10px 0 0;
	padding-bottom:10px;
    width:275px;
    height:120px;
	background:#fff url(../images/product-bc.gif) no-repeat top left;
}

#main-Content .content .product1 {
    margin:5px 0 0 0;
    float:left;
    width:275px;
    height:120px;
	padding-bottom:10px;
	background:#fff url(../images/product-bc.gif) no-repeat top left;
}

.product1 img,.product img{
    float:left;
	margin-top:5px;
	margin-left:5px;
	border:1px #cfc8c8 solid;}

.product1 ul,.product ul{
    float:left;
    list-style:none;
    padding:15px 0 0 30px;
}

.product1 ul li,.product ul li{
    padding-bottom:.3em;
    list-style-image:url(../images/img3.gif);
}

.product1 a,.product a{
    color:#9a9696;
}

.product1 a:hover,.product a:hover{
    color:#000;
}

#main-Content .product h2{
    background:#fff url(../images/content-bc.gif) no-repeat;
    height:25px;
    width:275px;
}

#main-Content .product1 h2{
    background:#fff url(../images/content1-bc.gif) no-repeat;
    height:25px;
    width:275px;
}

#main-Content .content ul .more{
    list-style:none;
    border:none;
}

#main-Content .content ul .more a:hover{
    color:#000000;
}

/* start main > main-Content > content > news */
#main-Content .news{
    width:560px;
    height:250px;
    background:#fff url(../images/news-bc.gif) no-repeat;
}

#main-Content .news h2{
    background:transparent url(../images/news-h2.gif) no-repeat;
    width:560px;
    height:35px;
}

#main-Content .news ul{
    list-style:none;
    padding-left:25px;
}

#main-Content .news ul li{
    margin-bottom:.5em;
    margin-right:10px;
    margin-left:15px;
    border-bottom:1px #ccc dashed;
}

#main-Content .news ul li a{
    color:#6c6d6f;
}

#main-Content .news ul li a:hover{
    color:#010510;
}

#main-Content .news ul li span{
    margin-left:200px;
}


/* start main > main-Content > content > pic*/
#main-Content .pic{
    float:right;
    width:110px;
    margin:5px 0 0 0;
}

.pic img{
    margin-bottom:.8em;
    border:0;
}

/* Footer */

#footer {
	clear: both;
    border-top: 2px solid #cccccc;
	padding-top:5px;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: small;
	color:#9a9696;
}

#legal a {
	color: #6c6d6f;
}

#legal a:hover{
    color:#010510;
}

/* Footer > Links */

a,area { blr:e-xpression(this.onFocus=this.blur()) } /* for IE */

:focus { -moz-outline-style: none; } /* for Firefox */