@CHARSET "UTF-8";

*{
	margin			: 0;
	padding			: 0;
}
body {
	font-family			: Arial, Helvetica, serif;
	text-align			: center;
	font-size			: 12px;
	color				: #111111;
	text-decoration		: none;
	margin-top			: 10px;
	
}


#main {
	width				: 1010px;
	margin				: 0 auto;
	background			: #fff;
	text-align			: left;	

}
#main img{border: 1px solid #aeaeae; margin-right:5px;}

#head {
	width				: 100%;
	height				: 65px;
	background			: ;
}	

#head img {
	float			: left;
	margin			: 10px;
}

.flash {
	float			: right;
	margin			: 2px;
}

#stripe {
	background		: url('images/el1.gif');
	width			: 100%;
	height			: 20px;
	margin			: 10px 0; 	
}	


#content {
	clear			: both;
	width			: 100%;
	text-align			: left; 
}
#maincontent {
	width			: 810px;
	float			: left;	
}

#baner {
	background		: url('images/pic.jpg');
	width			: 810px;
	height			: 270px;

}	

#site {
	background		: #efefef;
	width			: 100%;
}

#product {
	width			: 85%;
	cear			: both;
	margin			: 5px auto ;
	padding			: 10px 0;
}

#product img {
	float			: left;
	padding			: 5px;
}

#product p{
	padding-top		: 10px;
}	

#product ul{
	list-style-position	: inside;
}

#sidebar {
	width			: 178px;
	margin-left		: 10px;
	padding			: 6px;
	float			: right;
	background		: #ebebeb url('images/tab1.gif') no-repeat;
}

#menu{
	list-style-type	: none; 
}

#menu li{
	margin			: 4px 0px;
}	

#menu li a{
	color			: #7F7F7F;
}
#footer {
	clear			: both;
	height			: 50px;
	width			: 100%;
	text-align		: center;
	background		: #fff; 	
}	


.box {
	background		: #efefef;
	width			: 265px;
	float			: left;
	border-top		: 5px solid #fff;
}

.box h3 {
	text-align		: center;
}

.box h3 a{
	text-decoration	: none;
	color			: #DF8800	
}	

.border{
	border-right	: 5px solid #fff;	
}	


.borderNo{
	border-right	: 5px solid #efefef;	
}


.box .image{
	float			: left;
	padding			: 4px; 	
}	


a {
	text-decoration	: none;
}	

A:Visited {color : #111111 ;text-decoration : none;}

A:Hover {color :white;text-decoration : underline; background-color:#3A3A3A;}


