@charset "utf-8";
body {
	margin-top: 0px;
	background:url(../images/bodybg.png) repeat;
}
/*Misc styling*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #d14b0a;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h2 {
	font-size: 16px;
	display: block;
	color:#C64F26;
	padding:5PX 0 10PX 20PX;
	font-weight:bold;
}
h3 {
	font-size: 20px;
	display: block;
	color:#000000;
	font-weight:bold;
}
.span
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	padding: 0px;
	margin: 0px;
	display: inline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3e3e3e;
	padding-right: 30px;
	padding-left:30PX;
	padding-top:5px;
	line-height:20px;
}
.prtext
{
font-size:12px;
font-weight:bold;
color:#000000;
}
.prspan
{
padding-left:20px;
}
.left-article p {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
/*End of misc styling*/

/*Wrapper*/

#wrapper {
	width: 940px;
	background-color:#FFFFFF;
	margin: 0 auto;
}
/*Topbar*/
#header
{
  height:90px;
  margin:0 auto;
}
#header_left
{
 float:left;
 width:400px;
}
#header_right
{
 float:right;
 width:200px;
 padding-left:200px;
}


#wrapper #topbar {
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 940px;
}

/*Menu*/

/*End of menu*/

/*End of topbar*/

/*Featured Item*/

#slider #featureditem1 .itemdescription span, #slider #featureditem2 .itemdescription span, #slider #featureditem3 .itemdescription span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b9b9b9;
	padding-left: 10px;
}
#slider #featureditem1 .itemdescription, #slider #featureditem2 .itemdescription, #slider #featureditem3 .itemdescription {
	background-image: url(../images/itemdescription.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 825px;
	position:relative;
	top: 187px;
	padding: 16px 55px 0 60px;
}
#featureditem1 {
	background-image: url(../images/featured1.png);
	background-repeat: no-repeat;
	height: 243px;
	width: 940px;
}
#featureditem2 {
	background-image: url(../images/featured2.png);
	background-repeat: no-repeat;
	height: 243px;
	width: 940px;
}
#featureditem3 {
	background-image: url(../images/featured3.png);
	background-repeat: no-repeat;
	height: 243px;
	width: 940px;
}
#slider {
	height: 243px;
	width: 940px;
	overflow: hidden;
}
/*End of featured item*/

/*Category*/

#categorywrap p, #categorywrap-blog p {
	padding: 0px;
}
#categorywrap {
	margin:5px 0 5px 0;
	padding: 10px 0px 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b4b7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#categorywrap-blog {
	margin: 0 0 30px 0;
	padding: 30px 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
.category {
	float: left;
	width: 300px;
}
.category-middle {
	float: left;
	width: 300px;
	margin: 0 20px 0 20px;
}
.category .header {
	text-decoration: none;
}
#categorywrap a, #categorywrap-blog a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
	padding-left: 5px;
	margin-bottom: 10px;
	margin: 0px;
	display: inline;
	text-decoration: none;
}
#categorywrap a:hover, #categorywrap-blog a:hover {
	color: #333333;
}
#categorywrap .view-all, #categorywrap-blog .view-all {
	background-image: url(../images/viewall.png);
	background-repeat: no-repeat;
	height:20px;
	width: 300px;
	position: relative;
	top:120px;
}
#categorywrap .view-all a, #categorywrap-blog .view-all a {
	display: block;
	height:20px;
	width: 300px;
	line-height:20px;
	text-align: center;
	padding: 0px;
}
#categorywrap .view-all a:hover, #categorywrap-blog .view-all a:hover {
	color: white;
}
#category-picture1 {
	background-image: url(../images/catimage1.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 300px;
	margin-top: 25px;
}
#category-picture2 {
	background-image: url(../images/catimage2.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 300px;
	margin-top:25px;
}
#category-picture3 {
	background-image: url(../images/catimage3.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 300px;
	margin-top: 25px;
}

/*End of category*/
/*containt start*/
#containt
{
  margin-top:5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b3b4b7;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b3b4b7;

}
#containt_left
{
  float:left;
  width:540PX;
  margin-top:5PX;
}
#containt_right
{
  float:right;
  width:350PX;
  padding-left:10PX;
  margin-top:5PX;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #b3b4b7;
}

.box{
	border:1px solid #cbcbcb;
	width:330px;
	position:relative;
	padding:5px;
	margin-top:10px;
	height:110px;
}
.box_img
{
float:left;
width:100px;
height:80px;
}

 .box_p{
line-height:18px;
padding:10px 0 0 0;
margin:0;
float:right;
width:320px;
}



#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
	margin-top:10px;
}
#footer .info {
	float:left;
	padding: 17px 0 0 60px;
}
#footer .infonav {
	float:right;
	padding: 17px 60px 0 0;
}
#footer a {
	color: #959595;
}
#footer a:hover {
	color: #d56528;
}
/*End of footer*/
.product_left
{
float:left;
width:550px;
padding:0 20px 0 10px;
}
.product_right
{
float:right;
width:330px;
padding-right:10px;
}

.cliect_left
{
 width:400px;
 float:left;
 padding:0 10px 0 20px;
}

.cliect_right
{
 width:400px;
 float:right;
 padding:0 10px 0 20px;
}

.client_img
{
width:50px;
float:left;
margin-left:20px;
}
.client_text
{
width:250px;
float:left;
margin-left:30;
}
/*---------------group---------------*/
.group_text
{
color:#000000;
font-weight:bold;
padding-right:5PX;
}
.conright
{
 float:right;
 width:400px;
 margin-left:20px;
}
.conleft
{
 float:left;
 width:500px;
 border-right:#f2efef thin solid;
 padding-right:10px;
}
.pro_left
{
float:left;
width:300px;
font-weight:bold;
margin-left:20px;
}
.pro_right
{
float:left;
margin-left:40px;
}