body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	background: #161717;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
}

form input {
	margin-bottom: 5px;
}

/***************************** call_order ************************/
#call_order {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.9);
	z-index: 15;
	display: none;
}

#call_order_form {
	position: fixed;
	width: 300px;
	height: 500px;
	text-align: right;
	z-index: 16;
	color: #9d9e9e;
	font-weight: bold;
	top: -500px;
	display: none;
}

#call_order_phone {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
}

#call_order_name {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
}

#call_order_submit {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background: #feb912;
	text-shadow: 1px 1px 1px #d09300;
	font-weight: bold;
	border: 1px solid #d09300;
	box-shadow: 0px 1px 1px #fff inset;
	cursor: pointer;
}
/***************************** header ****************************/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	background: url('../img/head_backg.jpg');
	overflow: hidden;
}

#header_lines {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	z-index: 2;
}

#header_details {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 255px;
	width: 928px;
	z-index: 3;
}

#header_phones {
	position: absolute;
	top: 60px;
	color: #fff;
	z-index: 4;
}

#header_order {
	position: absolute;
	top: 60px;
	z-index: 4;
	width: 300px;
}

#header_order_img {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../img/phone.png');
	width: 85px;
	height: 105px;
}

#header_order_btn {
	position: absolute;
	top: 50px;
	left: 70px;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url('../img/order_btn_bg.jpg') repeat-x;
	border-radius: 4px;
	color: #393939;
	cursor: pointer;
	box-shadow: 0px 1px 0px #fff inset;
	text-shadow: 1px 1px 1px #fff;
}

#header_order_btn:hover {
	color: #fff;
	text-shadow: none;
}
	
#header_order_info {
	position: absolute;
	top: 85px;
	left: 55px;
	color: #fff;
	text-align: center;
}

#line {
	position: absolute;
	top: 227px;
	background: url('../img/line.png');
	width: 906px;
	height: 3px;
	z-index: 5;
}

/********************************* menu ***************************/
#menu {
	position: absolute;
	top: 230px;
	border-radius: 10px;
	background: url('../img/menu_bg.jpg') repeat-x;
	z-index: 5;
	box-shadow: 0px 1px 0px #fff inset;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu li {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a {
	color: #090808;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	width: 154px;
	text-align: center;
	float: left;
	border-right: 1px solid #fddd59;
	border-left: 1px solid #f7941e;
}

#menu a:hover {
	color: #fff;
	text-shadow: none;
}

/********************************* content ************************/
#content {
	margin-top: 250px;
	min-height: 500px;
	float: left;
	background: -moz-linear-gradient(top, #dcddde, #161717);
    background: -webkit-linear-gradient(top, #dcddde, #161717);
    background: -o-linear-gradient(top, #dcddde, #161717);
    background: -ms-linear-gradient(top, #dcddde, #161717);
	background: linear-gradient(top, #dcddde, #161717);
}

#content_sub {
	width: 928px;
	margin-top: 30px;
	float: left;
}

#banner {
	width: 928px;
	height: 250px;
	float: left;
}

#banner_scroll_left {
	width: 49px;
	height: 125px;
	background: url('../img/left1.png');
	cursor: pointer;
	float: left;
	margin-top: 67px;
}

#banner_scroll_left:hover {
	background: url('../img/left2.png');
}

#banner_scroll_right {
	width: 49px;
	height: 125px;
	background: url('../img/right1.png');
	cursor: pointer;
	float: left;
	margin-top: 67px;
	margin-left: 820px;
}

#banner_scroll_right:hover {
	background: url('../img/right2.png');
}

#banner_images {
	position: absolute;
	height: 250px;
	width: 800px;
	top: 280px;
}

#banner_img1 {
	position: absolute;
	top: 50px;
	left: 30px;
	height: 150px;
	z-index: 4;
	box-shadow: 0px 0px 5px #cecece;
}

#banner_img2 {
	position: absolute;
	height: 250px;
	top: 0px;
	left: 198px;
	z-index: 5;
	box-shadow: 0px 0px 5px #cecece;
}

#banner_img3 {
	position: absolute;
	top: 50px;
	left: 493px;
	height: 150px;
	z-index: 4;
	box-shadow: 0px 0px 5px #cecece;
}

#banner_img4 {
	position: absolute;
	top: 50px;
	left: 250px;
	height: 150px;
	z-index: 3;
	box-shadow: 0px 0px 5px #cecece;
	display: none;
}

#banner_img5 {
	position: absolute;
	top: 50px;
	left: 250px;
	height: 150px;
	z-index: 3;
	box-shadow: 0px 0px 5px #cecece;
	display: none;
}

#banner_img6 {
	position: absolute;
	top: 50px;
	left: 250px;
	height: 150px;
	z-index: 3;
	box-shadow: 0px 0px 5px #cecece;
	display: none;
}

#order {
	position: absolute;
	width: 928px;
	float: left;
	top: 550px;
	left: 0px;
}

#order_line {
	position: absolute;
	background: url('../img/order_line.jpg') repeat-x;
	height: 3px;
	z-index: 1;
	top: 30px;
}

#order_button {
	position: absolute;
	top: 0px;
	width: 215px;
	padding-top: 25px;
	height: 44px;
	color: #090808;
	text-shadow: 1px 1px 1px #fff;
	background: url('../img/order_button1.png') no-repeat;
	cursor: pointer;
	text-align: center;
	z-index: 2;
}

#order_sub {
	width: 928px;
	float: left;
	margin-top: 130px;
	display: none;
}

#new_order_form {
	margin-left: 144px;
	width: 500px;
	text-align: right;
	font-weight: bold;
}

#new_order_form1 {
	margin-left: 144px;
	width: 500px;
	text-align: right;
	font-weight: bold;
}

#new_order_phone {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
	width: 300px;
}

#new_order_phone1 {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
	width: 300px;
}

#new_order_name {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
	width: 300px;
}

#new_order_name1 {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
	width: 300px;
}

#new_order_mail {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
	width: 300px;
}

#new_order_mail1 {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
	width: 300px;
}

#new_order_message {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #393939;
	border-radius: 3px;
	border: 0px;
	resize: none;
	width: 300px;
}

#new_order_submit {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background: #feb912;
	text-shadow: 1px 1px 1px #d09300;
	font-weight: bold;
	border: 1px solid #d09300;
	box-shadow: 0px 1px 1px #fff inset;
	cursor: pointer;
	display: none;
}

#new_order_submit1 {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background: #feb912;
	text-shadow: 1px 1px 1px #d09300;
	font-weight: bold;
	border: 1px solid #d09300;
	box-shadow: 0px 1px 1px #fff inset;
	cursor: pointer;
}

#garanty {
	width: 870px;
	padding-left: 128px;
	float: left;
	margin-top: 150px;
	height: 87px;

}

#first {
	width: 309px;
	float: left;
	height: 87px;
}

#first_img {
	width: 83px;
	height: 87px;
	float: left;
	background: url('../img/first.png') no-repeat;
}

#first_txt {
	margin-top: 7px;
	text-align: center;
	float: left;
	height: 87px;
	color: #fcfdfe;
	text-shadow: 2px 2px 2px #2e2e2e;
}

#first_txt1 {
	font-size: 40px;
}

#first_txt2 {
	font-size: 15px;
}

#second {
	width: 309px;
	float: left;
	height: 87px;
}

#second_img {
	width: 83px;
	height: 87px;
	float: left;
	background: url('../img/first1.png') no-repeat;
}

#second_txt {
	margin-top: 25px;
	text-align: center;
	float: left;
	height: 87px;
	color: #fcfdfe;
	text-shadow: 2px 2px 2px #2e2e2e;
	font-size: 15px;
}

#third {
	width: 250px;
	float: left;
	height: 87px;
}

#third_img {
	width: 83px;
	height: 87px;
	float: left;
	background: url('../img/first2.png') no-repeat;
}

#third_txt {
	margin-top: 25px;
	text-align: center;
	float: left;
	height: 87px;
	color: #fcfdfe;
	text-shadow: 2px 2px 2px #2e2e2e;
	font-size: 15px;
}

#garanty_text {
	width: 928px;
	float: left;
	color: #f6e7e7;
	font-size: 12px;
	padding-bottom: 30px;
}

#garanty_left {
	width: 330px;
	float: left;
	margin-left: 9px;
	margin-right: 9px;
}

#garanty_canter {
	width: 300px;
	float: left;
	margin-right: 9px;
}

#garanty_right {
	width: 270px;
	float: left;
}

#content_sub ul {
	list-style-image: url('../img/circle.png');
}

#content_sub table {
	border: 0px;
}
/********************************* footer ************************/
#footer {
	height: 75px;
	background: #000;
	overflow: hidden;
}

#footer2 {
	position: absolute;
	bottom: 0px;
	height: 75px;
	background: #000;
	overflow: hidden;
	display: none;
}

#footer_info {
	width: 928px;
	float: left;
	font-size: 12px;
	color: #a7a9ac;
	height: 75px;
	background: url('../img/footer.jpg') no-repeat;
}

#footer_info2 {
	position: absolute;
	width: 928px;
	font-size: 12px;
	color: #a7a9ac;
	height: 75px;
	background: url('../img/footer.jpg') no-repeat;
}

#footer_left {
	width: 309px;
	float: left;
	padding-top: 35px;
}

#footer_center {
	width: 309px;
	float: left;
	padding-top: 25px;
	text-align: center;
}

#footer_right {
	width: 309px;
	float: left;
	padding-top: 35px;
	text-align: right;
}	