html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	font-size: 62.5%;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#main {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 1010px;
	margin: 3px auto 0 auto;
	background: #fff;
	text-align: center;
	position: relative;
}

#slideshow {
	width: 994px;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
}

#slider {
	width: 994px;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
}

#bg_content {
	width: 994px;
	margin: 0 auto;
	background: #bdbdbc;
	height: 400px;
	border-top: none;
	border-bottom: none;
}

#footer {
	margin: 0 auto;
	width: 994px;
	height: 38px;
	background: #bdbdbc url(../images/bg/lower.jpg) no-repeat center top;
	border-top: none;
}

#footer a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
}

.footer_address {
	float: left;
	width: 350px;
	margin: 19px 0 0 20px;
}

.footer_eye {
	float: left;
	width: 270px;
	height: 24px;
	margin: 14px 0 0 0;
}

.footer_menu {
	float: right;
	width: 350px;
	margin: 19px 0 0 0;
}

.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_menu li {
	float: left;
	padding: 0 7px 0 7px;
	border-right: 2px solid red;
}

#footer a img {
	border: none;
	margin: 2px 0 0 0;
}

#footer .footer_menu a:hover {
	color: red;
}

/*  HOME PAGE  */
#bg_content .left {
	width: 330px;
	float: left;
	margin: 0px 0 0 15px;
	overflow: hidden;
	text-align: center;
}

#bg_content .left a {
	width: 313px;
	height: 34px;
	display: block;
	background: url(../images/but/tree_but.jpg) no-repeat center;
	text-decoration: none;
	margin: 10px 0 10px 8px;
}

#bg_content .center {
	width: 292px;
	float: left;
	margin: 0px 0 0 20px;
	overflow: hidden;
}

#bg_content .center a.google {
	width: 133px;
	height: 40px;
	display: block;
	background: url(../images/but/mapquest.png) no-repeat center;
	text-decoration: none;
	margin: 25px 0 10px 80px;
}

#bg_content a.chat {
	width: 166px;
	height: 77px;
	display: block;
	background: url(../images/but/chatty.png) no-repeat center;
	text-decoration: none;
	margin: 10px auto 0 auto;
}

#bg_content a.value {
	width: 162px;
	height: 70px;
	display: block;
	background: url(../images/but/value.png) no-repeat center;
	text-decoration: none;
	margin: 10px auto 0 auto;
}

#bg_content .center .button_block {
	width: 214px;
	height: 71px;
	margin: 0 0 0 38px;
}

#bg_content .right {
	width: 300px;
	float: left;
	margin: 13px 0 0 20px;
	overflow: hidden;
}

/* Pages */
#content {
	width: 994px;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
}

/* CONATC CONTENT */
#content_contact {
	background: url(../images/bg/bck.jpg) no-repeat top center;
	width: 984px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

.contact_flash {
	width: 680px;
	height: 329px;
	margin: 0 auto;
}

.contact_text {
	width: 900px;
	margin: 20px auto 0 auto;
	font-size: 1.4em;
	font-style: italic;
	color: #4e5450;
}

.contact_bottom {
	width: 900px;
	margin: 60px auto 0 auto;
	overflow: hidden;
	font-style: italic;
	padding-bottom: 30px;
}

.contact_bottom a {
	color: #4e5450;
}

.contact_bottom_left {
	float: left;
	width: 378px;
	font-size: 1.4em;
}

.contact_bottom_center {
	float: left;
	width: 200px;
	font-size: 1.6em;
	text-align: center;
}

.contact_bottom_right {
	float: left;
	width: 300px;
	text-align: right;
}

.red_txt {
	color: #c32526;
	font-style: italic;
}

/* Popap */
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 10;
}

#popup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 600px;
	width: 294px;
	background: #000000;
	z-index: 20;
	font-size: 13px;
	margin: 0px 0 0 0;
}

#popupClose {
	display: block;
	position: absolute;
	z-index: 1000;
	background: url("../images/icon/red.png") no-repeat center;
	width: 24px;
	height: 24px;
	margin: -10px 0 0 292px;
	cursor: pointer;
	text-decoration: none;
}
