body {
    background: url(../_img/background.jpg) left fixed no-repeat #000;;
    -moz-background-size: auto, cover; /* Firefox 3.6 */ 
    background-size: auto, cover; /* Chrome, Firefox 4.0+, Safari 4.1+, Opera 10+ and IE9 */
	font-family:Helvetica, Arial, sans-serif;
}
#container {
	width: 100%;
	max-width:1024px;
	min-width:760px;
	position:relative;
	padding-bottom: 50px;	
}

a {
	font-weight: bold;
	color: #F90;
}
#header {
	height: 140px;
	background: url(../_img/Remix-Logo.png) no-repeat 35px 21px;
	padding: 25px;
	position: relative;
}
#navigation {
	min-height:30px;
	background-color: rgba(245, 131, 32, 1);
	color: rgba(245, 131, 32, 1);
	border-bottom: solid 5px #964F06;
	padding:0 15px;
}
#header p {
	font-size: 16px;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 159px;
}

.orange {
	color: #F58320;
}
#header .bullet {
	font-size: 16px;
	margin-right: 15px;
	margin-left: 15px;
}
.facebook-logo {
	top: 40px;
	position: relative;
	left: 870px;
}
#navigation a {
	color: #FFF;
	font-weight: normal;
	line-height: 30px;
	font-size: 13px;
	padding: 0 10px;
}
#navigation ul {
	float:right;
}
#navigation li {
	display: block;
	float:left;
	height:30px;
}
#navigation li:after {
	content: "    |    ";
	color:#808080;
	font: bold #808080 10px;
}
#navigation li:hover, #navigation li.active {
	background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
}
#navigation li:active {
	background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}
.main-content {
	width: 70%;
	float: right;
	margin: 25px 15px 0 auto;
	position: relative;
}
.main-content p {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 15px;
}
.main-content .home-img {
	margin-bottom: 20px;
	max-height: 406px;
}
.main-content .signature {
	float: right;
	margin-right: 100px;
}
.main-content #news-page {
	background-image: url(../_img/news-bg.jpg);
	float: right;
	height: 349px;
	width: 506px;
}
.main-content .news-deal {
	width: 350px;
	background-color: #F58320;
	padding: 10px;
}
.main-content .news-deal p {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	font-weight: bold;
}
.news-deal h6 {
	font-weight: bold;
	font-size: 12px;
}
.news-deal h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 36px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.main-content h1 {
	color: #F58320;
	font-weight: bold;
	margin-bottom: 15px;
}
.main-content .team-member {
	float: right;
	width: 340px;
	height: 175px;
	padding: 0 10px 20px 0;
}
.main-content .team-member img {
	float:right;
	margin-right:10px;
}
.main-content .team-member h2 {
	color: #F58320;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.main-content .team-member p {
	font-size: 11px;
	line-height: normal;
}
.main-content .team-member-writeup {
	display: block;
	float: left;
	max-width: 220px;
	padding-bottom: 20px;
}
.main-content table tr td {
	color: #FFF;
	font-size: 12px;
}
.main-content h2 {
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
}
.main-content table {
	margin-bottom: 25px;
}
.main-content td.price {

}
.main-content .contact-info h1 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
}
.main-content .contact-info h2 {
	font-size: 24px;
	margin-bottom: 0px;
}
.main-content .contact-info h3 {
	font-size: 20px;
	margin-bottom: 0px;
}
.contact-info table tr .day, .contact-info table tr .hours {
	font-size: 14px;
	font-weight: bold;
}
.contact-info table tr .hours {
	text-align:right;
}
.main-content .contact-info {
	width: 360px;
	margin-left: 100px;
}
.main-content .contact-info p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
}
.contact-info .disclaimer p {
	font-size: 12px;
	line-height: 13px;
	text-align: justify;
}
#container .main-content .map {
	position: absolute;
	left: -225px;
	top: 0px;
	border: thick none #F58320;
}
