@charset "UTF-8";
body {
	font: 100% Helvetica Neue, Helvetica, sans-serif;
	background: #d7d7d7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtr #container {
	width: 1044px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d7d7d7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
}

#movieHeader
{
	width: 1013px;
	background: url(images/quote_home.gif) top no-repeat;
}

#movieHeadercinelite
{
	width: 1013px;
	background: url(images/quote_1.jpg) top no-repeat;
}

#movieHeaderCine
{
	width: 1013px;
	background: url(images/quote_cine.gif) top no-repeat;
}

#movieHeaderFiji
{
	width: 1013px;
	background: url(images/quote_fiji.gif) top no-repeat;
}

#movieHeaderMdm
{
	width: 1013px;
	background: url(images/quote_mdm.gif) top no-repeat;
}

#movieHeaderPromo
{
	width: 1013px;
	background: url(images/quote_promo.gif) top no-repeat;
}

#movieHeaderSamoa
{
	width: 1013px;
	background: url(images/quote_samoa.gif) top no-repeat;
}

#movieHeaderWashroom
{
	width: 1013px;
	background: url(images/quote_washroom.gif) top no-repeat;
}

#cinelightButton
{
	width: 43px;
	height: 56px;
	background: url(images/adzup_mocks_flattened_02.jpg) top no-repeat;
}

#cinelightButton a
{
	display: block;
	height: 56px;
}

#cinelightButton a:hover
{
	background: url(images/adzup_mocks_over_02.jpg) top no-repeat;
}

#mdmButton
{
	width: 41px;
	background: url(images/adzup_mocks_flattened_03.jpg) top no-repeat;
}

#mdmButton a
{
	display: block;
	height: 56px;
}

#mdmButton a:hover
{
	background: url(images/adzup_mocks_over_03.jpg) top no-repeat;
}

#washroomButton
{
	width: 43px;
	background: url(images/adzup_mocks_flattened_04.jpg) top no-repeat;
}

#washroomButton a
{
	display: block;
	height: 56px;
}

#washroomButton a:hover
{
	background: url(images/adzup_mocks_over_04.jpg) top no-repeat;
}

#cinescreenButton
{
	width: 43px;
	background: url(images/adzup_mocks_flattened_05.jpg) top no-repeat;
}

#cinescreenButton a
{
	display: block;
	height: 56px;
}

#cinescreenButton a:hover
{
	background: url(images/adzup_mocks_over_05.jpg) top no-repeat;
}

#promoButton
{
	width: 41px;
	background: url(images/adzup_mocks_flattened_06.jpg) top no-repeat;
}

#promoButton a
{
	display: block;
	height: 56px;
}

#promoButton a:hover
{
	background: url(images/adzup_mocks_over_06.jpg) top no-repeat;
}


/****CONTENT AREA****/


#content
{
	width: 1013px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#slideShow
{
	margin-top: 50px;
	margin-right: 15px;
	float: right;
	width: 590px;
	height:300px;
}

#slideShowLrg
{
	margin-top: 50px;
	margin-right: 15px;
	float: right;
	width: 590px;
	height:400px;
}


#webpageCopy
{
	width: 350px;
	margin-top: 30px;
	margin-left: 26px;
	font-size: 12px;
	line-height: 15px;
	}


#testimonialsCopy
{
	width: 800px;
	margin-top: 30px;
	margin-left: 26px;
	font-size: 12px;
	line-height: 15px;
	}
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* 3 column layout */




.testImage
{
	text-align: center;
}

.col1
{
	float: right;
	width: 33%;
	font-size: 12px;
	line-height: 15px;
}

.col1 p
{
	padding-left: 30px;
	padding-right: 30px;
}

.col2
{
	float: right;
	width: 33%;
	margin-right: 5px;
	font-size: 12px;
	line-height: 15px;
}

.col2 p
{
	padding-left: 30px;
	padding-right: 30px;
}

.col3
{
	float: left;
	width: 33%;
	font-size: 12px;
	line-height: 15px;
}

.col3 p
{
	padding-left: 30px;
	padding-right: 30px;
}

h1
{
	line-height: 50px;
	font-weight: lighter;
}

a.inlineLink
{
	display:inline;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
}


.inllineLink a:link
{
	color: #FF0000;
}


.normalLink
{
	color: #FF0000;
	text-decoration: none;
}

/**NAV BAR***/
td#linkline
{
	background: url(images/navBar_bg.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid black;*/
	width: 1013px;
	height: 24px;
	padding: 0px;
}

a {
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	display: block;
	color: #ccc;
}

/*a:link {
	color: #ccc;
}*/



a:active {
	color: black;
}

a:hover {
	text-decoration: none;
	color: #f93d3b;
}


ul { /* all lists */
	padding: 0;
	margin: -1px;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em; /**/
}

/*Don't know if this will work*/

ul li
{
	padding-top: 4px;
	padding-bottom: 4px;
	/*(border-left: 1px solid black;*/
	border-right: 1px solid #333333;
}

div.topNavwords
{
	font-size: 11px;
}

div.topNavwordsCurrent
{
	/*background-color: #eee;*/
	font-size: 11px;
	color: #666666;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

/*#content {
	clear: left;
}*/


/*#nav a {
	color: white;
	text-decoration: none;
}

#nav a:hover 
{
	text-decoration: none;
 	color:#333;
	
}*/

#nav li li a {
	display: block;
	/*font-weight: normal;*/
	/*padding: 10px;  0.2em*/
	/*padding-bottom: 0.4em;
	padding-top: 0.4em;*/
	padding-left: 1em;
	padding-right: 1em;
	/*border-bottom: 1px solid #666;*/
	/*margin-left: -1px;*/
	text-align: left;
}

#nav li li a:hover {
	/*padding: 0.2em 5px;*/
	/*padding-bottom: 0.4em;*/
	padding-left: 1em;
	/*padding-top: 0.4em;*/
	/*border: 4px solid #ffffff;*/
	background-color: #666;
	/*border-width: 0 5px;*/
	color: black;
}

li {
	float: left;
	position: relative;
	width: 8em; /*8em*/
	text-align: center;
	cursor: default;
	/*background-color: #666;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-width: 1px 0;*/
}

li#first {
	border-left-width: 1em;
}

li#currentPage
{
	/*background-color: #999999;*/
	color: #A8DB62;
}

li#last {
	/*width: 100%;*/
	height: 100%;
	/*border-right-width: 1em;*/
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	/*font-weight: normal;*/
	background: #333333;  /*pink bottom left no-repeat , transparent*/
	padding: 0.5em 0 1em 0;
	border-right: solid 1px 333333;
	border-left: solid 1px 333333;
	border-bottom: solid 1px 333333;
	padding-bottom: 0px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block; 
	float: none;
	background-color: #333;
	border-top: 1px solid #403f3f;
	padding-top: 3px;
	text-align: left;
}

li li a
{
	padding-left: 10px;
	padding-top: 2px;
}

li:hover ul, li.over ul {
	display: block;
}



/*****/

.home
{
border: 1px solid #00CCCC;
width: 138px;
height: 24px;
}
.products
{
border: 1px solid #00CCCC;
width: 143px;
height: 24px;
}
.testimonials
{
border: 1px solid #00CCCC;
width: 144px;
height: 24px;
}
.specSheets
{
width: 143px;
height: 24px;
}
.contactus
{
width: 135px;
height: 24px;
}
.international
{
width: 154px;
height: 24px;
}
.email
{
width: 156px;
height: 24px;
}

/******introMovie***/
body#introTable
{
	vertical-align: middle;
	padding-top: 150px;
}