/* 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 */
label{ cursor:pointer; }
a,a:visited{ color:#00f; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
textarea{overflow: auto;resize: none;}
body{ background:#e6e6e6 url(../images/bgr_main.png) no-repeat center top; color:#000; font:62.5% Arial, HelvІetica, sans-serif; }
#wrapper{ margin:0 auto; width: 100%; }
/*header*/
#header{
	width: 100%;
	overflow: hidden;
	background: url(../images/bgr_header.png) no-repeat;
}
#logo{
	width: 385px;
	height: 221px;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat;
	margin: 130px auto 0 auto;
}
/*logos*/
#logos{
	text-align: center;
	padding: 30px 0 25px 0;
}
/*contact*/
#contact{
	width: 100%;
	background: url(../images/bgr_contact.png) repeat-x;
}
#contact .inner{
	width: 1000px;
	overflow: hidden;
	background: url(../images/bgr_contact_inner.png) no-repeat center top;
	margin: 0 auto;
	font-size: 17px;
	color: #fff;
	padding: 4px 0 0 0;
}
#contact .inner a{
	color: #fff;
}
#contact .left{
	float: left;
	width: 473px;
	height: 97px;
	padding: 22px 27px 0 0;
	text-align: right;
	background: url(../images/pic_contact_left.png) no-repeat right top
}
#contact .right{
	float: right;
	width: 479px;
	height: 97px;
	padding: 22px 0 0 0;
}
/*footer*/
#footer{
	text-align: center;
	padding: 22px 0 0 0;
}
#footer li{
	display: inline;
}