/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
u {
	background-color:#FFFF00;
	color:#333333;
}
body {
	background: #181818 url(../images/body.jpg) top center no-repeat fixed;
	padding:0px 0px 50px 0px;
}
#container {
	position:relative;
	top:0px;
	left:50%;
	margin:0px 0px 0px -500px;
	width:1000px;
}
#content {
	padding:477px 0px 0px 0px;
}
#column-container {
	background:#1c1c1c url(../images/column-container.jpg) bottom left no-repeat;
	padding:15px 15px 15px 15px;
}
#left-column {
	float:left;
	width:635px;
	color:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}
#left-column h1, #left-column h2, #left-column h3, #left-column h4, #left-column h5, #left-column p, #left-column ul, #left-column ol, #left-column blockquote {
	margin:15px 0px 0px 0px;
}
#left-column h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin:0px;
}
#left-column h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9d382e;
	font-weight:normal;
	margin:0px;
}
#left-column a {
	color:#9d382e;
}
#left-column ul, #left-column ol {
	margin:15px 45px;
}
#left-column ul.left, #left-column ol.left {
	float:left;
	width:160px;
}
#left-column blockquote {
	padding:0px 45px;
}
#left-column blockquote p.right {
	text-align:right;
}
#left-column a:hover {
	color:#FFFFFF;
}
/* --------------------------------------------------------------- Blogger Nav */
#blogger-navigation{
	float:right;
	padding:10px;
	margin:0px 0px 10px 10px;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
#blogger-navigation h3{
}
#blogger-navigation ul{
}
#blogger-navigation ul li{
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}
/* --------------------------------------------------------------- Internal */
#internal-navigation {
	padding:0px;
	margin:10px 0px 10px 0px;
	clear:both;
}
#internal-navigation ul {
	padding:0px;
	margin:0px;
}
#internal-navigation li {
	float:left;
	list-style:none;
	position:relative;
}
#internal-navigation a {
	float:left;
	background:#323232 url(../images/top-navigation-a.jpg) 0px 0px repeat-x;
	display:inline-block;
	padding:5px 10px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	white-space:nowrap;
	text-decoration:none;
}
#internal-navigation a:hover, #internal-navigation a.active {
	background:#833830 url(../images/top-navigation-a.jpg) 0px -71px repeat-x;
}
#internal-navigation a.first {
	border-left: solid 1px #999999;
}

/* --------------------------------------------------------------- Gallery */
#gallery {
	margin-top:15px;
}
#gallery ul {
	padding:0px;
	margin:0px;
}
#gallery li {
	float:left;
	margin:0px;
	list-style:none;
	width:100px;
	height:75px;
	border:solid 3px #1c1c1c;
}
#gallery li:hover {
	border:solid 3px #fff;
}
#gallery a {
}
#gallery a img {
	border:none;
}
#preview {
	position:absolute;
	border:solid 3px white;
	background: transparent url(../images/lightbox-bg.jpg) 0px -120px no-repeat;
	background-color: #4d4d4d;
	padding:3px;
	display:none;
	color:#fff;
}
#preview img {
	height:200px;
	width:auto;
}
/* ------------------------------------------------------------------- contact */
#contact h4 a {
	display:block;
	outline:none;
	text-indent:-999em;
	overflow:hidden;
	height:115px;
	background: transparent url(../images/qc-h4.jpg) left top no-repeat;
}
#contact {
	width: 600px;
	padding:15px 15px 15px 15px;
	background-color:#242424;
	position:relative;
	color:#FFFFFF;
	margin:15px 0px 0px 0px;
}
#contact .left {
	float:left
}
#contact .margin-left {
	margin-left:5px;
}
#contact p {
	padding:0px;
	margin:0px;
	clear:both;
}
#contact ol {
	float:left;
	padding:0px!important;
	margin:0px!important;
	width:auto;
}
#contact ol li {
	width:auto;
	float:left;
	clear:left;
	display:block;
	height:auto;
	background: none;
	margin:0px 1px 2px 0px;
	padding:0px 0px 0px 1px;
	border-left:solid 5px #d2e29a;
}
#contact label {
}
#contact input, #contact textarea, #contact select {
	background-color:#fff;
	border-bottom:solid 1px #919090;
	padding:10px;
	border:none;
	color:#2c2c2c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width:180px;
	margin-bottom:5px;
	clear:both;
}
#contact input {
	width:277px;
}
#contact select {
	width:297px;
	border:solid 1px #2c2c2c;
	padding:8px 10px;
}
#contact select.interest {
	width:599px;
}
#contact textarea {
	height:155px;
	width:576px;
	overflow: scroll;
	overflow-y: hidden;
	overflow-x: hidden;
	margin:0px 0px 1px 0px;
}
#contact .privacy-policy {
	position:absolute;
	bottom:13px;
	right:180px;
}
#contact .privacy-policy a {
	text-decoration:none;
	font-size:10px;
	color:#898888;
}
#contact .privacy-policy a:hover {
	text-decoration:underline;
}
#contact #submit {
	width:150px;
	color:#FFFFFF;
	font-size:14px;
	cursor:pointer;
	outline:none;
	margin:5px 3px 0px 0px;
	float:right;
	display:block;
	cursor:pointer;
	background:#853832 url(../images/submit.jpg) 0px 0px no-repeat;
}
#contact .hover {
	color:#FFFFFF!important;
	background-color:#323232!important;
}
.address2 {
	display: none!important;
}
#contact .valid {
  color:#333333 !important;
  background-color: #D0ECAA !important;
}
#contact .invalid {
  color:#333333 !important;
  background-color: #EC8486 !important;
}
#right-column {
	width:312px;
	float:right;
	color:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}
#right-column #qc {
	padding:10px 0px 0px 0px;
	border:solid 1px #333333;
	background:transparent url(../images/qc.jpg) 0px 0px no-repeat;
	position:relative;
	height:365px;
	width:312px;
	margin:0px 0px 15px 0px;
	overflow:hidden;
	overflow:hidden;
}
#right-column #qc form {
	padding:0px 0px 0px 10px;
}
#right-column #qc h4 {
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	padding:0px 0px 5px 0px;
}
#right-column #qc li {
	list-style:none;
}
#right-column #qc li input, #right-column #qc li textarea, #right-column #qc li select  {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px #5b8ebd;
}
#right-column #qc li input {
	width:282px;
	margin:0px 0px 5px 0px;
}
#right-column #qc li select {
	width:294px;
	margin:0px 0px 5px 0px;
}
#right-column #qc li textarea {
	width:282px;
	height:100px;
}
#right-column #qc .float {
	float:left;
}
#right-column #qc .margin {
	margin:0px 5px 0px 0px;
}
#button {
	background:#73251d url(../images/button.jpg) 0px -78px repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:80px!important;
	padding:0px;
	border:none!important;
	cursor:pointer;
	position:absolute;
	right:7px;
	bottom:15px;
}
#right-column #qc #button.hover {
	background:#73251d url(../images/button.jpg) 0px 0px repeat-x;
}
#right-column #qc .valid {
  color:#333333 !important;
  background-color: #D0ECAA !important;
}
#right-column #qc .invalid {
  color:#333333 !important;
  background-color: #EC8486 !important;
}


#right-column div.cta-address {
	padding:5px;
	background-color:#2c2c2c;
	position:relative;
	margin-top:59px;
}
#right-column div.cta-address .address {
	float:left;
	width:190px;
}
#right-column div.cta-address .phone {
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:20px;
}
#footer {
	clear:both;
	padding-top:100px;
}
#footer, #footer a {
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:12px;
	line-height:18px;
	color:#838282;
	text-align:center;
}
#footer a:hover {
	color:#FFFFFF;
}
#disclaimer {
}
#disclaimer, #disclaimer a {
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:12px;
	line-height:18px;
	color:#838282;
	text-align:center;
}
#disclaimer a:hover {
	color:#FFFFFF;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../images/header.png) 0px 0px no-repeat;
	z-index:3;
	width:1000px;
	height:191px;
}
#header a.phone-number {
	position:absolute;
	right:20px;
	top:75px;
	z-index:8;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#cccccc;
	text-align:right;
	text-transform:uppercase;
}
#header a.phone-number span {
	display:block;
	font-size:18px;
}
#header a.logo {
	position:absolute;
	top:50px;
	left:15px;
	z-index:4;
	width:316px;
	height:102px;
	background:transparent url(../images/initial-production-group.png) 0px 0px no-repeat;
	text-indent:-99em;
}
#top-navigation {
	width:555px;
	/*width:600px;*/
	position:absolute;
	top:120px;
	right:0px;
	z-index:5;
}
#top-navigation li {
	float:left;
	list-style:none;
	position:relative;
}
#top-navigation a {
	float:left;
	background:#323232 url(../images/top-navigation-a.jpg) 0px 0px repeat-x;
	display:inline-block;
	padding:5px 10px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	white-space:nowrap;
	text-decoration:none;
}
#top-navigation a:hover, #top-navigation a.active {
	background:#833830 url(../images/top-navigation-a.jpg) 0px -71px repeat-x;
}
#top-navigation a.first {
	border-left: solid 1px #999999;
}
#top-navigation ul.sub-nav {
	position:absolute;
	top:27px;
	left:-1px;
	display:none;
}
#top-navigation ul.contact-us {
	left:-59px;
}
#top-navigation ul.sub-nav li {
	clear:both;
}
#top-navigation ul.sub-nav a {
	border-top:none!important;
	border-left: solid 1px #999999!important;
	border-bottom: solid 1px #999999!important;
	border-right: solid 1px #999999!important;
	width:135px;
}
#mast {
	background-color:transparent;
	position:absolute;
	left:0px;
	top:190px;
	z-index:0;
	width:1000px;
	height:287px;
	overflow:hidden;
}
#mast h4 {
	position:absolute;
	left:15px;
	top:92px;
	font-size: 48px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9d382e;
	text-transform:uppercase;
	font-weight:normal;
}
#mast h4 strong {
	font-size:60px;
	display:block;
	font-weight:normal;
	
	color:#171617;
}
#mast .bucket-column-three h4 strong {
	font-size:30px;
	display:block;
	font-weight:normal;
	line-height:36px;
	color:#171617;
}
#mast a.cta-button {
	display:block;
	text-indent:-999em;
	position:relative;
	cursor:pointer;
	width:198px;
	height:29px;
	background: transparent url(../images/btn-learn-more.png) 0px 0px no-repeat;
	position:absolute;
	z-index:2
}
#mast a.cta-button span {
	display:block;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	height:29px;
	width:100%;
	z-index:100;
	background: transparent url(../images/btn-learn-more.png) 0px -29px no-repeat;
}
#mast #mast-head .bucket-column-one a.cta-button {
	left:20px;
	top:155px;
}
#mast #mast-head .bucket-column-two a.cta-button {
	left:20px;
	top:155px;
}
#mast #mast-head .bucket-column-three a.cta-button {
	left:453px;
	top:155px;
}
#mast #nav {
	position:absolute;
	/*top:260px;*/
	bottom:15px;
	right:15px;
	z-index:99999;
}
#mast #nav a {
	display:block;
	display:inline-block;
	margin-left:1px;
	margin-bottom:1px;
	padding:7px 7px;
	text-decoration:none;
	color:#FFFFFF;
	outline:none;
	background-color:#333333;
}
#mast #nav a.activeSlide, #mast #nav a:hover {
	background:#73251d url(../images/nav-activeSlide.jpg) 0px 0px repeat-y;
	color:#ffffff;
}
#mast #mast-head div, #mast #mast-head-production div, #mast-head-rental-sales div {
	width:1000px;
	height:287px;
}
#mast #mast-head .bucket-column-one {
	background:#1c1c1c url(../images/mast-head-bucket-column-one.jpg) 0px 0px no-repeat;
}
#mast #mast-head .bucket-column-two {
	background:#1c1c1c url(../images/mast-head-bucket-column-two.jpg) 0px 0px no-repeat;
}
#mast #mast-head .bucket-column-three {
	background:#1c1c1c url(../images/mast-head-bucket-column-three.jpg) 0px 0px no-repeat;
}
/* Production */
#mast #mast-head-production .bucket-column-one {
	background:#1c1c1c url(../images/mast-production-setup.jpg) 0px 0px no-repeat;
}
#mast #mast-head-production .bucket-column-two {
	background:#1c1c1c url(../images/mast-production-blue-scene.jpg) 0px 0px no-repeat;
}
#mast #mast-head-production .bucket-column-three {
	background:#1c1c1c url(../images/mast-production-yellow-scene-left-side.jpg) 0px 0px no-repeat;
}
#mast #mast-head-production .bucket-column-four {
	background:#1c1c1c url(../images/mast-production-yellow-scene-right-side.jpg) 0px 0px no-repeat;
}
/* Rental Sales */
#mast #mast-head-rental-sales .bucket-column-one {
	background:#1c1c1c url(../images/mast-lights.jpg) 0px 0px no-repeat;
}
#mast #mast-head-rental-sales .bucket-column-two {
	background:#1c1c1c url(../images/mast-contact-us.jpg) 0px 0px no-repeat;
}
/* ----------------------------------------------------------------------------------- CTA SM */
#cta-sm {
	width:823px;
	height:75px;
	background:#232323 url(../images/cta-sm.jpg) 0px 0px no-repeat;
	padding:0px 0px 0px 177px;
	display:none;
}
#cta-sm a {
	display:inline-block;
	height:75px;
	background:#232323 url(../images/cta-sm.jpg) 0px -75px no-repeat;
	text-indent:-999em;
}
#cta-sm a.facebook {
	width:192px;
	background:#232323 url(../images/cta-sm.jpg) -177px -75px no-repeat;
}
#cta-sm a.facebook:hover {
	background:#232323 url(../images/cta-sm.jpg) -177px -150px no-repeat;
}
#cta-sm a.linkedin {
	width:203px;
	background:#232323 url(../images/cta-sm.jpg) -369px -75px no-repeat;
}
#cta-sm a.linkedin:hover {
	background:#232323 url(../images/cta-sm.jpg) -369px -150px no-repeat;
}
#cta-sm a.twitter {
	width:198px;
	background:#232323 url(../images/cta-sm.jpg) -572px -75px no-repeat;
}
#cta-sm a.twitter:hover {
	background:#232323 url(../images/cta-sm.jpg) -572px -150px no-repeat;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
