@import url(reset.css);

body {
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	background: #f7f7f7
}

a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.active {
	color: #ffb81d;
	background: #3d3d3c;
	border-bottom: 3px solid #353535;
}

.wrapper {
	width: 960px;
	margin: 0px auto;	
}

#header_1 {
	width: 100%;
	height: 70px;	
	background-color: #353535;
}

#logo_ergo {
	width: 416px;
	height: 99px;	
	float: left;
}

#Parker_Store_logo {
	width: 227px;
	height: 57px;	
	float: right;
	margin-top: 6px;
}

#header_2 {
	width: 100%;
	height: 40px;	
	background-color: #ffb91d;
}

#menu {
	float: right;
	margin: 5px 0 0 0	
}

#menu ul li {
	float: left;
	margin-right: 1px;
	background: #ffb81d;
}

#menu ul li a {
	display: block;
	padding: 10px 25px 10px 25px; 	
}

#menu ul li a:hover {
	background: #3d3d3c;
	color: #ffb81d;
	border-bottom: 3px solid #353535;
}

#slider {
	width: 960px;
	height: 380px;
	margin: 15px auto 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
}

#content {
	margin-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
}

#video {
	width: 504px;
	height: 284px;
	float: right;
}

#centennial {
	width: 401px;
	height: 95px;
	padding-bottom: 10px;
}

#text {
	width: 401px;
	height: 180px;	
	overflow: hidden;
	position: relative;
	text-align: justify;
	text-indent: 15px;
}

#text-bottom {
	width: 401px;
	height: 120px;	
	position: absolute;
	bottom: 0;
	background: url(../images/fon_text4.png) repeat-x;
}

#text a {
	color: #d29307;
	position: absolute;
	right: 10px;
	bottom: 0;
}

#text a:hover {
	color: #ffb81d;
	text-decoration: underline;
}

#text p {
	margin-bottom: 5px;
}

#products {
	width: 960px;
	height: 570px;
	margin-bottom: 20px;
	overflow: hidden;
}

.products_1 {
	width: 225px;
	height: 263px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;	
}

#products_1 {
	margin-right: 0px;
}

.products_picture {
	width: 223px;
	height: 223px;
	border: 1px solid #d5d5d5;	
}

.products_name {
	width: 225px;
	height: 40px;
	background-color: #ffb91d;
	text-align: center;
	border-bottom: 2px solid #353535;
	
}

.products_name a {
	display: block;
	padding-top: 17px;
}

#footer {
	width: 100%;
	height: 120px;	
	background-color: #c0c0c0;
	border-top: 5px solid #ffb91d;
	padding: 30px 0;
	margin-top: 30px;
}

.footer-block {
	float: left;	
}

#footer-block-1 {
	width: 420px;
}

#footer-block-1 a {
	font-weight: normal;
	text-transform: capitalize;
}

#footer-block-1 a:hover {
	text-decoration: underline;
}

#footer-block-1 ul {
	overflow: hidden;	
}

#footer-block-1 ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #000000;
	line-height: 1;
}

#footer-block-1 ul li:first-child {
	padding-left: 0;
	border: none;
}

#footer-block-1 p {
	margin: 10px 0 0 0;
}

#footer-block-2 {
	width: 400px;
}

#footer-block-3 {
	width: 140px;
}

#google_map {
	width: 960px;
	height: 380px;
	margin: 15px auto 10px auto;
}


















