div {
	border: 0px solid
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	color: #bf7a44;
	background: #433829;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
/*  Structure */
#header {
	height: 330px;
	position: relative;
	background: url(/img/header1.jpg) right top no-repeat;
}
#container {
	min-height: 100%;
	width: 1000px;
	margin: 13px auto 0 auto;
	position: relative;
	background: url(/img/container1.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: #393126 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/footer1.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;
	font-family: Tahoma, Geneva, sans-serif;
}
.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: 15px;
	right: 120px;
	text-align: left;
	font-weight: bold;
	line-height: 22px
}
.top_phone h2 {
	color: #ffffff;
	font-size: 0.93em;
	font-family: Arial, Helvetica, sans-serif;
	
}
.top_phone span {
	color: #ffffff;
	padding-right: 10px
}
.top_phone p {
	font-family: Arial, Helvetica, sans-serif;
	color: #440a06;
	font-size: 20px;
	padding-right: 10px
	font-weight: bold;
}

.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: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;	
}
#content h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
}
#content h3{
	margin-bottom: 10px;
	line-height: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
#content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	margin-top: 10px;
	text-align: justify;

}
#content td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;


}
#content a {
	color: #f6c7a7;
}
#content li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	margin-top: 10px;
	text-align: justify;
	margin-left: 35px;
	padding-right: 35px;
}
.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: 5px;
	right: 0px;
	font-size: 12px;
	padding: 5px 0 0 10px;
	width: 90px;
	height: 17px;
	
}
.copyr a {
	color: #68514f;
	cursor: pointer;
}
.work {
	font-size: 16px;
	position: absolute;
	top: -250px;
	left: 40px;
	color: #bf7a44;
	font-family: Arial, Helvetica, sans-serif;
}
.work span {
	color: #fff;
}
.phone {
	font-size: 15px;
	position: absolute;
	top: -126px;
	left: 40px;
	color: #bf7a44;
	font-family: Arial, Helvetica, sans-serif;
}
/*  end of Footer */

