@charset "UTF-8";
/* CSS Document */

body, html {
	padding:0px;
	margin:0px auto;
	font-size:11px;
	color:#343434;
	background-color:#d6d3c2;
	height:110%; /* this is the key! */
	font-family:"Times New Roman", Times, serif;
}
#holder_all {
	width: 820px;
	margin:0px auto;
	padding:0px;
	background:#d6d3c2 url(../img/back2.jpg) repeat-y;
	height:110%;
	position:relative;
}
#call {
	width:100%;
	height:32px;
	background-color:#77462f;
	position:relative;
	top:0px;
	z-index:99;
	border-bottom:#d6d3c2 2px solid;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:30px;
}
#content_holder {
	width:655px;
	margin:0px auto;
	padding:0px;
}
#flash {
	height:340px;
	width:655px;
	color:#000000;
	padding:0px;
}
#content {
	width:610px;
	padding:0px;
	z-index:2;
	position: absolute;
	top:0;
	margin-left:105px;
}
h1 {
	width:515px;
	color:#77462f;
	font-size:13px;
	letter-spacing:1px;
	padding: 0px 0px 10px 85px;
	line-height:17px;
}
p {
	font-size:12px;
	color:#151313;
	line-height:21px;
	width:445px;
	padding-left:85px;
}
h2 {
	width:440px;
	color:#77462f;
	font-size:12px;
	padding-top:60px;
	padding-left:20px;
}
#menu {
	height:132px;
	width:132px;
	position:relative;
	z-index:10000;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	padding:1px 1px 0 1px;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline-block;
	display:inline;
}
#menu ul ul {
	position:absolute;
	left:-9999px;
}
#menu ul#toplevel {
	position:absolute;
	left:0;
	top:0;
}
#menu a {
	display:block;
	font:normal 11px verdana, arial, sans-serif;
	color:#000;
	text-decoration:none;
	padding:0px;
	height:38px;
}
#menu ul li:hover > ul {
	left:100%;
	margin-top:-23px;
	margin-left:-1px;
}
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	left:100%;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul {
	left:-9999px;
}
#menu li a:hover {
	color:#fff;
}
#menu li:hover > a {
	color:#fff;
}
#menu li a.fly {
}
#menu li a.fly:hover {
}
#menu li:hover > a.fly {
}
#menu table {
	position:absolute;
	left:99%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-17px;
	margin-left:-1px;
}
img#bg {
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#d6d3c2 url(../img/back2.jpg) repeat-y;
}
/**  Footer for SEO content */
#footer_seo {
	text-align:center;
}
#footer_seo a {
	color:#77462f;
	text-decoration:none;
}
#footer_seo a:hover {
	text-decoration:underline;
}
/**-----------END-----------*/

