
div {
	border: 0px solid
}
* {
	margin: 0;
	padding: 0;
	
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial Narrow, sans-serif;
	font-size: 12px;
	color: #bf7a44;
	background: #440a06 url(/img/top_bg.jpg) center 18px no-repeat;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal
}
img {
	border: none;
}
/*  Structure */
#header {
	height: 330px;
	position: relative;
	background: url(/img/header.jpg) right top no-repeat;
}

#container {
	min-height: 100%;
	width: 1000px;
	margin: 13px auto 0 auto;
	position: relative;
	background: url(/img/container.jpg) top repeat-x;
	padding: 0 0 20px 0;
}
#wrap {
	padding-bottom: 71px;
}
#content {
	margin: 0 54px 0 186px;
	padding: 0px 50px 45px 30px;
	background: #210403 url(/img/line.jpg) bottom no-repeat;
	overflow: hidden;
	width: 680px
}	

	
	
	
#footer {
	height: 71px;
	position: relative;
	margin-top: -71px;
	z-index: 100;
	background: url(/img/footer.jpg) top repeat-x;
}
.center_footer {
	margin: auto;
	width: 1000px;
	height: 71px;
	position: relative;
}
/*  end of Structure */


/* Header */
.logo {
	position: absolute;
	top: 45px;
	left: 35px;
	width: 337px;
	height: 52px;
}
.top_menu {
	position: relative;
	top: 180px;
	left: 35px;
}
.top_menu li {
	list-style: none;
	padding-bottom: 20px
}
.top_menu li a{
	color: #bf7a44;
	font-size: 18px;
	text-transform: uppercase;
}
.top_menu li.active a {
	color: #f7e3b8;
	text-decoration: none;
}

.submenu {
	position: absolute;
	top: 0px;
	left: 130px;
	z-index: 80
}

.submenu li {
	background: url(/img/marker.gif) 0 8px no-repeat;
	padding: 0 0 5px 42px;
}
.submenu li a{
	font-size: 14px;
	text-transform: none;
	color: #bf7a44 !important;
	text-decoration: underline !important;
}
.submenu li.active a{
	color: #f7e3b8 !important;
	text-decoration: none !important;
}
.top_phone {
	position: absolute;
	top: 40px;
	right: 380px;
	color: #440a06;
	font-size: 24px;
	text-align: right;
	font-family: Arial Narrow;
	line-height: 30px
}
.top_phone span {
	color: #fff;
	padding-right: 10px
} 

.line {
	width: 760px;
	height: 8px;
	background: url(/img/line.jpg) no-repeat;
	margin: 0 -50px 22px -30px;
	
}
/* end of Header */


/*  Content  */
#content h1{
	color: #f6c7a7;
	margin-bottom: 25px;
	line-height: 13px;
}
#content h2{
	color: #f6c7a7;
	margin-bottom: 25px;
	line-height: 13px;
}
#content p {
	
}
#content a {
	color: #f6c7a7;
}
.main {
	margin-right: 275px;
	
}
.license {
	float: right;
	width: 213px;
	display: inline;
}
.lic_pic {
	margin: 0 0 35px 0;
}
/*  end of Content  */

/*  Footer */
.copyr {
	position: absolute;
	top: 20px;
	right: 57px;
	font-size: 13px;
	padding: 13px 0 0 33px;
	width: 90px;
	height: 17px;
	background: url(/img/copyr.jpg) no-repeat;
}
.copyr a {
	color: #68514f;
	cursor: pointer;
}
.work {
	font-size: 16px;
	position: absolute;
	top: -250px;
	left: 40px;
	color: #bf7a44;
	font-family: Arial Narrow;
}
.work span {
	color: #fff;
}
.phone {
	font-size: 18px;
	position: absolute;
	top: -126px;
	left: 40px;
	color: #bf7a44;
	font-family: Arial Narrow;
}
/*  end of Footer */

