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

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #342c1e;
	background-image: url(../images/bkg_tile.png);
	font-family: Tahoma, Verdana, Arial, Helvetica, Lucida Grande;
	color: #CCCCCC;
}


/* ================================================================================================= */
.chromestyle{
	width: 99%;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #554f3b;
	width: 100%;*/
	background: url(../images/nav_bkg_tile.png) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a {
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
	text-decoration: none;
/*	border-right: 1px solid #554f3b;
	border-left: 1px solid #000000;*/
}

.chromestyle ul li a:hover {
	/*background: url(../images/nav_bkg_tile_roll.png) center center repeat-x;*/ /*THEME CHANGE HERE*/
	color:#ffa814;
}

.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	content: " >";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #554f3b; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 9px;
	font-weight: lighter;
	line-height: 20px;
	z-index:100;
	background-image: url(../images/nav_trns_bkg.png);
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #554f3b; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #333333;
	color:#FF9900;
}




/* ======================================================================================================== */

#bkgImageHome {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageContact {
	background-image: url(../images/contact_us.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageEngineering {
	background-image: url(../images/engineering.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImage24frame {
	background-image: url(../images/24_frame_video.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageAudience {
	background-image: url(../images/audience_response.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImagemulticam {
	background-image: url(../images/hd_multicam.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageVideoAssist {
	background-image: url(../images/video_assist.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageHorita {
	background-image: url(../images/horita.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageMotionControl {
	background-image: url(../images/motion_control.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageRental {
	background-image: url(../images/rental.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageSalesNew {
	background-image: url(../images/sales_new.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageSalesUsed {
	background-image: url(../images/sales_used.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageUltimatte {
	background-image: url(../images/ultimatte.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageUltimatteHardware {
	background-image: url(../images/ultimatte_hardware.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageUltimatteSoftware {
	background-image: url(../images/ultimatte_software.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageUltimatte {
	background-image: url(../images/ultimatte.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageP2 {
	background-image: url(../images/p2.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

#bkgImageVisualEffects {
	background-image: url(../images/visual_effects.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 316px;
	position: absolute;
	top: 38px;
	left: 0px;
}

div.logo {
	background:url(../images/logo.png) no-repeat;
	position: absolute;
	top: 100px;
	left: 50px;
	height:75px;
	width:289px;
}

#bodyContent {
	position: absolute;
	top: 350px;
	width: 730px;
	padding: 30px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* ===================================== Footer Styles =============================================== */
.wrapper {
	min-height: 95%;
	height: auto !important;
	height: 95%;
	margin: 0 auto -15px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 15px;
}

.footer {
	/*clear: both;*/
	position: fixed;
	font-size: 9px;
	color: ffa814;
	text-align: center;
	/*margin-top:10%;*/
	margin-bottom:0px;
	padding-top: 4px;
	background-color:#342c1e;
	/*left: 0;*/
	height: 15px; /* .push must be the same height as .footer */
	width: 100%;
	bottom: 0 !important;
}
