html, body {
	height: 100%;
}

body
{
	background-color: #fbfbfb;
	border: 0;
	font-family: Arial;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: center;
}
img
{
	border-style: none;
}
.container
{
	margin: 0 auto;
	padding-top: 60px;
	width: 960px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}
.container-footer
{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	height: 150px;
}
a
{
	color: #7e7e7e;
	text-decoration: none;
}
a:hover
{
	color: #d6d6d6;
}
#header
{
	background-color: #535353;
	/* background-image: url(img/footer_bg.png); */
	background-repeat: repeat-x;
	height: 60px;
	margin-top: 0px;
	padding: 0;
	width: 100%;
}
#logo
{
	float: left;
	padding-left: 80px;
	width: 135px;
	clear: none;
}
#menu
{
	color: #bfbfbf;
	font-size: 17px;
	height: 17px;
	padding-bottom: 20px;
	margin-left: 180px;
	width: 275px;
	float: right;
}
#menu a
{
	color: #818181;
	padding-left: 20px;
}

#menu a:hover {
	color: #d6d6d6;
}

#line1
{
	background-image: url(img/line_bg.png);
	background-repeat: repeat-x;
	float: right;
	height: 2px;
	padding-top: 20px;
	width: 432px;
}
#quotes
{
	color: #727272;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	padding-bottom: 50px;
	padding-top: 20px;
	width: 530px;
}
#text
{
	color: #727272;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	padding-bottom: 50px;
	padding-top: 35px;
	width: 730px;
}


#quotes_img
{
	float: right;
	padding-right: 90px;
	padding-top: 55px;
}
#line2
{
	background-image: url(img/line2_bg.png);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	height: 2px;
	margin-left: 80px;
	width: 880px;
}
#block1
{
	border-right-style: none;
	color: #797979;
	float: left;
	font-size: 12px;
	height: auto;
	margin-top: 10px;
	padding-left: 80px;
	text-align: left;
	width: 410px;
}
#block1 p
{
	width: 370px;
}
#block1 h3
{
	color: #ec9a57;
	font-size: 18px;
	font-weight: normal;
}
#line3
{
	background-image: url(img/line3_bg.png);
	background-repeat: repeat-y;
	float: right;
	height: 80px;
	margin-top: 48px;
	width: 2px;
/* 	margin-left: 40px; */
}
#block2
{
	color: #797979;
	float: right;
	font-size: 12px;
	height: auto;
	margin-top: 10px;
	text-align: left;
	width: 410px;
}
#block2 p
{	
	padding-top: 0;
	width: 370px;
}
#block2 h3
{
	color: #ec9a57;
	font-size: 18px;
	font-weight: normal;
}

#footer-main
{
	background-color: #333333;
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	color: #959595;
	font-size: 11px;
	height: 150px;
	width: 100%;
	position: relative;
	clear: both;
}


#footer
{
	background-color: #333333;
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	color: #959595;
	font-size: 11px;
	height: 150px;
	clear: both;
	position: relative;
	width: 100%;
	margin-top: -150px;
}
#footer #contact
{
	padding-left: 80px;
	padding-top: 10px;
	width: 220px;
}
#footer-main #contact
{
	padding-left: 80px;
	padding-top: 10px;
	width: 220px;
}
#footer-main h3
{
	color: #ec9a57;
	font-size: 18px;
	font-weight: normal;
	margin-left: 80px;
	width: 200px;
}
#footer h3
{
	color: #ec9a57;
	font-size: 18px;
	font-weight: normal;
	margin-left: 80px;
	width: 200px;
}
#line4
{
	background-image: url(img/line4_bg.png);
	background-repeat: repeat-x;
	height: 2px;
	margin-left: 80px;
	width: 235px;
}
#square
{
	background-color: #ec9a57;
	float: left;
	height: 25px;
	margin-left: 100px;
	margin-top: 40px;
	width: 15px;
}
#fb_badge
{
	float: right;
	padding-top: 26px;
	width: 100px;
}
#contact_box
{
	float: left;
}
.clear
{
	clear: both;
}
.push {
height: 150px;
}