/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#333; text-decoration:underline; }
a:focus,a:hover{ text-decoration:none; }
body{ background:#fff; color:#333; font:10px Arial, HelvІetica, sans-serif; }
#wrapper{ margin:0 auto; width:960px; }
/*header*/
#header{
	width: 960px;
	overflow: hidden;
	height:151px;
	padding:39px 0 0;
	background: url(../images/bgr_header.jpg) no-repeat 0 34px;
}
#logo{
	display:block;
	cursor:pointer;
	width:310px;
	height:103px;
	text-indent:-9999em;
	background:url(../images/logo.jpg) no-repeat 0 0;
	margin:0 auto;
}
/*products*/
#products{
	width: 960px;
	overflow: hidden;
	padding:0 0 40px;
}
#products .item{
	float:left;
	background:url(../images/bgr_item.jpg) no-repeat 100% 0;
	padding:0 1px 0 0;
	text-align:center;
}
#products .item h2{
	font-size:18px;
	line-height:15px;
	padding:0 0 22px 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#products .item h2 a{
	text-decoration:none;
}
#products .item h2 a:hover{
	text-decoration:underline;
}
#products .item .info{
	overflow:hidden;
	text-align:left;
	font-weight:bold;
	margin:0 0 0 20px;
}
#products .item .price{
	font-size:18px;
	line-height:14px;
	width:24px;
	float:left;
	margin:8px 0 0;
	border-right:2px solid #333;
}
#products .item .price span{
	font-size:12px;
}
#products .item .qantity{
	font-size:12px;
	line-height:13px;
	color:#000;
	width:51px;
	float:left;
	padding:9px 0 0 5px;
}
#products .item .qan{
	background:#FFF;
	border:1px solid #656565;
	font-size:12px;
	color:#333;
	width:25px;
	padding:6px 4px;
	text-align:left;
	margin:0;
	float:left;
}
#products .item .add{
	padding:8px 0 0 21px;
	text-align:left;
	float:left;
}
#products .first{
	width:138px;
}
#products .first .info{
	margin:0;
}
#products .first .image{
	padding:0 28px 0 0;
}
#products .first h2{
	padding:0 28px 22px 0;
}
#products .first .add{
	padding:8px 0 0 1px;
}
#products .second{
	width:167px;
}
#products .third{
	width:170px;
}
#products .fourth{
	width:172px;
}
#products .fifth{
	width:167px;
}
#products .sixth{
	width:139px;
	padding:0;
	background:none;
	margin:0 -50px 0 0;
}
#products .sixth .image{
	padding:0 0 0 22px;
}
#products .sixth h2{
	padding:0 0 22px 22px;
}
/*body*/
#body{
	width: 960px;
	overflow: hidden;
}
#body p{
	font-size:14px;
	line-height:24px;
	padding:0 0 24px;
}
#body p span{
	font-weight:bold;
	font-style:italic;
}
#body p a{
	color:#27ade0;
}
/*footer*/
#footer{
	width: 960px;
	border-top:1px solid #CCC;
	overflow: hidden;
	font-size:12px;
	margin:9px 0 0;
	padding:18px 0;
	line-height: 1.5em;
}
#footer .copy{
	float:left;
}
#footer .solution{
	float:right;
	text-align:right;
}
#footer .solution a{
	background:url(../images/ico_limus.jpg) no-repeat right center;
	padding:1px 22px 1px 0;
}

