﻿/* CSS Document */


/******************************* GLOBAL *********************************/
* {
	padding:0;
	margin:0;
}
body {
	background:url(/images/bkgrd.gif);
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-size:11px;
	
	}
a img {
	border:none;
}


#container {
	width:941px;
	margin:0 auto;
	background-color:#fff;
	padding-bottom:10px;
	height:auto;
	display:table;
	position:relative;
}
h1, h1 a {
	background:url(/images/projection_advertising_logo.gif) no-repeat;
	width:134px;
	height:84px;
	text-indent:-50000px;
	float:left;
	overflow:hidden;
}
h2 {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	color:#000;
	font-size:13px;
	margin-top:10px;
	width:594px;
	float:left;
}
h3 {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#000;
	font-weight:normal;
	font-size:13px;
	margin-top:13px;
	width:100%;
	float:left;
}
a {
	color:#000000;
	text-decoration:none;
	outline:0;
}

a:hover {
	text-decoration:underline;
}
#nav {
	float:right;
	padding:9px 21px 0 0;
	width:786px;
	position:relative;
	margin-top:20px;
	display:block;
	
}
ul.socials {
	list-style:none;
}
ul.socials li {
	
	padding:0 0 0 6px;
	float:right;
	display:inline;
	color:#000000;
	width:14px;
	
}
ul.socials li a {
	float:right;
	text-indent:-50000px;
	overflow:hidden;
	color:#000000;
	font-size:11px;
	height:13px;
	width:14px;
}
ul.socials li a.youTube {
	background:url(/images/youTube.gif) no-repeat;
	
}
ul.socials li a.twitter {
	background:url(/images/twitter.gif) no-repeat;
	
	
}
ul.socials li a.facebook {
	background:url(/images/facebook.gif) no-repeat;
}
ul.navContact {
	float:right;
	list-style:none;
}
ul.navContact li {
	float:right;
	font-size:11px;
	
}
img.gallHolding {
	float:left;
}
ul.navContact li a {
	padding-left:20px;
	color:#000000;
	margin-right:20px;
}

ul.navContact li a.request {
	background:url(/images/request.gif) no-repeat left;
	height:14px;
	margin-right:10px;
	
}
ul.navContact li.phone 
{
	padding-left:20px;
	color:#000000;
	margin-right:20px;
	background:url(/images/phone.gif) no-repeat left;
	height:14px;
	margin-right:20px;
}
ul.navContact li a.email {
	background:url(/images/email.gif) no-repeat left;
	height:14px;
}
span.infoRight {
	float:right;
	background:url(/images/rightHeadBg.gif) no-repeat;
	width:3px;
	height:28px;
	clear:right;
	font-size:3px;
	margin-top:5px;
}
span.infoLeft {
	float:right;
	background:url(/images/leftHeadBg.gif) no-repeat;
	width:3px;
	height:28px;
	font-size:3px;
	margin-top:5px;
}
ul.navInfo {
	float:right;
	height:28px;
	background:#000000;
	list-style:none;
	font-size:11px;
	width:780px;
	margin-top:5px;
}
ul.navInfo li {
	float:right;
	color:#FFFFFF;
	margin:4px 10px 0 0px;
	display:inline;
	
}
ul.navInfo li span {
	height:26px;
	text-align:right;
	padding-left:10px;
	font-size:15px;
	margin-top:0;
	
}
ul.navInfo li a {
	color:#FFFFFF;
	
}
ul.navInfo li a.selected 
{
	color:#ccc;
}
ul.navInfo li.first {
	margin-top:8px;
}
ul.navInfo li ul  {
	float:none;
	clear:both;
	background-color:#221f1f;
	position:absolute;
	z-index:100;
	width:198px;
	top:57px;
}
ul.navInfo li ul li {
	z-index:10;
	background-color:#000000;
	color:#fff;
	clear:left;
	float:none;
	width:198px;
}
ul.navInfo li ul li a {
	float:left;
	clear:both;
	color:#fff;
	padding:4px 0;
	display:inline;
	width:auto;
	width:178px;
	border-bottom:1px solid #918f8f;
	margin:0 10px;
}
ul.navInfo li ul li a.last {
	border-bottom:none;
} 
ul.mainNav {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	float:right;
	width:786px;
	list-style:none;
	margin-top:10px;
}
ul.mainNav li {
	float:right;
	font-size:12px;
	padding:1px 0;
}
ul.mainNav li a {
	padding-left:14px;
	padding-right:14px;
}
ul.mainNav li.first {
	margin-right:15px;
	display:inline;
}
ul.mainNav li a.selected{
	background-color:#ebebeb;
}
#bodyContainer {
	padding:0 20px;
	float:left;
	width:901px;
}

ul.breadcrumb {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:10px;
	width:100%;
	height:auto;
	float:left;
	list-style:none;
	
}
ul.breadcrumb li {
	float:left;
	font-weight:normal;
	color:#000;
	font-size:13px;
	margin-right:5px;
}
ul.breadcrumb li a {
	color:#666666;
}

.twoColLeft {
	width:594px;
	margin-top:10px;
	float:left;
	
}

.twoColRight {
	width:287px;
	float:left;
	margin-left:20px;
	display:inline;
}

/************************** STANDARD TEXT PAGES **********************************/

div.textPageLeft, div.textPageRight
{
	margin-top:20px;
}
div.textPageLeft p, div.textPageRight p 
{
	margin-bottom:20px;
	color:#231f20;
	text-align:justify;
}


/****************************        HOMEPAGE           ***********************/


div.homeShort {
	width:594px;
	margin:10px 0;
	float:left;
	text-align:justify;
}

div.homeVid {
	margin:10px 0 0 0;
	float:left;
	width:286px;
	height:160px;
	background-color:#221f1f;
}

div.homeVid span 
{
	float:left;
}

ul.homeVids {
	float:left;
	list-style:none;
	margin-top:10px;
	padding-left:8px;
}
ul.homeVids li {
	margin-bottom:5px;
}
ul.homeVids li.last 
{
	padding-left:25px;
}
ul.homeVids li a {
	padding-left:25px;
	color:#666;
}
ul.homeVids li.last a 
{
	padding-left:0;
}
ul.homeVids li a strong {
	color:#000000;
}
ul.homeVids li a.selected {
	background:url(/images/arrow.gif) left no-repeat;
}
img.homePeople {
	padding:15px 0 0 65px;
}

ul.newsHome {
	list-style:none;
	float:left;
	height:110px;
	overflow:hidden;
}
ul.newsHome li {
	margin-bottom:16px;

}
ul.newsHome li.last {
	margin-bottom:12px;
}
ul.newsHome li h4 {
	font-size:11px;
	color:#000;
	text-transform:capitalize;
	line-height:12px;
}
ul.newsHome li p {
	font-size:11px;
	text-align:justify;
}
a.homeMoreNews {
	
	color:#000;
	font-size:11px;
	float:left;
	font-weight:bold;
	padding:2px 0;
}
h3.news {
	width:275px;
	margin:0;
	border:none;
}
div.newsHeadWrap 
{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
}
h3.homeVisit {
	
}
img.homeMap {
	margin-top:12px;
	float:left;
}
p.homeMaptext {
	font-size:11px;
	float:left;
	width:85px;
	margin:12px 0 0 10px;
}
address {
	font-size:11px;
	color:#000;
	float:left;
	font-weight:bold;
	font-style:normal;
	margin-left:10px;
}
#map_canvas 
{
	width: 179px; 
	height: 123px; 
	float:left; 
	margin-top:15px; 
	overflow:hidden;
}



/****************     PRODUCT CATEGORY (named classes wrong at front-end build all prodcat named retail)  ************************/



div.retailImages {
	border-bottom:1px solid #ccc;
	width:100%;
	float:left;
}
div.retailImages img {
	float:left;
	padding:10px 20px 10px 0;
}
div.retailImages img.last {
	padding:10px 0 0 0;
}
h3.retail, h3.products, h3.prodCategory {
	border:none;
	margin:0 0 5px 0;
	padding:0;
}
div.products h3.prodCategory 
{
	margin-top:10px;
}
p.retailInfo {
	
	float:left;
	color:#000000;
	width:594px;
	padding:15px 20px 10px 0;
	text-align:justify;
}
/* ************** Old style floated right

p.retailInfo {
	text-align:right;
	float:right;
	color:#000000;
	width:250px;
	padding:5px 20px 10px 0;
}*/
ul.retailProducts {
	list-style:none;
	width:100%;
	border-top:1px solid #ccc;
	float:left;
	margin-bottom:0px;
}

ul.retailProducts li {
	width:287px;
	float:left;
	border-bottom:1px solid #ccc;
	padding:5px 0 0px 0;
	margin-right:20px;
	height:45px;
}

ul.retailProducts li.everyThird {
	margin-right:0px;
}
ul.retailProducts li.lastThree {
	border:none;
}

ul.retailProducts li img {
	float:left;
}
ul.retailProducts li h4 {
	color:#000000;
	font-size:11px;
	padding:0 0 2px 5px;
	float:left;
}
ul.retailProducts li p {
	width:227px;
	padding:0 0 0 5px;
	float:left;
	font-size:11px;
	color:#000000;
	line-height:1.1;
}

/***************         PRODUCTS        ****************************/


div.productGalleries {
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
	padding:10px 0 2px 0;
}
div#slideshow {
	width:287px;
	float:left;
	padding-right:20px;
	position:relative;
}
div#slideshow img {
	margin-bottom:1px;
	height:192px;
	float:left;
	width:287px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.slideButtons{
	float:left; 
	margin-top:193px; 
	width:100px;
}
a#on {
	float:left;
	text-indent:-50000px;
	overflow:hidden;
	width:24px;
	height:22px;
	background:url(/images/btn_play.gif) no-repeat;
}
a#off {
	float:left;
	text-indent:-50000px;
	overflow:hidden;
	width:24px;
	height:22px;
	background:url(/images/btn_pause.gif) no-repeat;
}
a#hidden 
{
	float:left;
	text-indent:-50000px;
	overflow:hidden;
	width:24px;
	height:22px;
	background:url(/images/hidden.gif) no-repeat;
	cursor:default;
}
div.slidingVids {
	width:594px;
	float:right;
	overflow:hidden;
}
div.slidingVids img {
	float:left;
	margin-bottom:1px;
}
div.slidingVids img.first {
	padding-right:20px;
}
div.jCarouselLite ul li p{
		border:none;
		padding-right:20px;
		width:287px;
		height:192px;
}
div.jCarouselLite {
	float:left;
	width:594px;
	padding-bottom:1px;
}
a.viewSlideRight {
	background:url(/images/vidplay.gif) no-repeat;
	width:21px;
	height:22px;
	float:right;
	text-indent:-50000px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
a.viewSlideRight.disabled 
{
	background:url(/images/vidplay_off.gif) no-repeat;
}
a.viewSlideLeft {
	background:url(/images/vidSlideLeft.gif) no-repeat;
	width:22px;
	height:22px;
	float:right;
	text-indent:-50000px;
	overflow:hidden;
}
a.viewSlideLeft.disabled 
{
	background:url(/images/vidSlideLeft_off.gif) no-repeat;
}
a.viewSlideMore {
	float:right;
	margin:8px 10px 0 0;
}
div.products {
	width:287px;
	color:#000;
	margin:-1px 20px 10px 0px;
	float:left;
}
div.products p 
{
	margin-bottom:5px;
	text-align:justify;
	width:287px;
}
div.shown p 
{
	margin-top:10px;
	text-align:justify;
}
div.products.last {
	margin-right:0px;
}
div.products h3 {
	
	margin-top:0;
	padding-top:0;
	margin-bottom:5px;
}
ul.productService {
	width:287px;
	list-style:none;
	float:left;
	height:100%;
	margin-bottom:20px;
}
ul.productService li {
	float:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:138px;
	margin:0px 10px 0px 0px;
	padding:5px 0;
}

ul.productService li.last {
	margin-right:0;
}
ul.productService li img {
	float:left;
}
ul.productService li a.productService {
	font-weight:bold;
	color:#231f20;
	font-size:12px;
	width:80px;
	float:left;
	padding:8px 0 0 5px;
}

/*******************           NEWS          *****************************************/
div.newsHeadWrap img 
{
	margin-top:3px;
	float:right;
}
div.homeNewsWrap 
{
	float:left;
	height:224px;
}
div.homeNewsWrap img 
{
	float:right;
	padding-top:45px;
}
ul.mainNews {
	list-style:none;
	margin-bottom:20px;
}
ul.mainNews li {
	line-height:1.4;
}
ul.mainNews li img 
{
	padding:10px 0;
}
ul.mainNews li h4 {
	color:#000;
	margin:10px 0 20px 0;
}
ul.mainNews li p 
{
	text-align:justify;
	margin-bottom:10px;
}
h3.mainNews {
	margin:20px 0 0 0;
}
ul.newsArchive {
	list-style:none;
	float:left;
	width:100%;
}
ul.newsArchive li {
	background:#ebebeb;
	border-bottom:#ccc 1px solid;
	width:100%;
	font-size:9px;
	text-indent:10px;
	color:#cccccc;
	
}
ul.newsArchive li a {
	width:100%;
	display:block;
	padding:2px 0;
	color:#666666;
	font-weight:bold;
}

/***********************          ABOUT       ************************/

.about p {
	color:#000;
	padding:5px 0 15px 0;
}
img.about {
	margin:90px 0 0 0;
}
.twoColRight div.spacer {
	height:270px;
	float:left;
	display:block;
}


/*****************          FOOTER           **********************/



#footer {
	width:100%;
	border-top:1px solid #ccc;
	float:left;
	height:100%;
	display:table;
	margin-top:10px;
}

ul.footerNav {
	float:left;
	list-style:none;
	margin-top:10px;
}

ul.footerNav li {
	float:left;
	margin-right:5px;
}
ul.footerNav li a {
	margin-right:5px;
}
ul.footerNavLight {
	list-style:none;
	float:right;
}
ul.footerNavLight li {
	float:right;
	margin-top:10px;
	margin-left:5px;
}

/* *************************** HOME GALLERY MAIN ******************************** */

:-moz-any-link:focus {
	outline: none;
}

div#homeGalOuterContainer {
	width:595px;
	background-color:#221f1f;
	float:left;
	height:172px;
}
ul.homeGalNav {
	width:308px;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	background-color:Transparent;
}
ul.homeGalNav li {
	width:306px;
	float:left;
	background-color:#ebebeb;
	text-indent:12px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	line-height:20px;
}

ul.homeGalNav li a {
	background-color:#999999;
	display:block;
	border-bottom:1px solid #cccccc;
	color:#666666;
	text-decoration:none;
	height:auto;
	background-color:transparent;
	position:relative;
	z-index:2;
	width:306px;
	outline:0;
}
ul.homeGalNav li.bottomLi a {
	border-bottom:none;
}

.pCont p a {
	color:#FFFFFF;
}
ul.homeGalNav li a.on {
	color:#FFFFFF;
}
div#homeGalContainer {
	position:relative;
	height:auto;
	display:table;
	background-color:Transparent;
	float:right;
	margin-top:2px;
}
#homeGalContainer img {
	position:absolute;
	top:0px;
	z-index:0;
	left:-1px;
}
div#imgCont{
	position:relative;
}
div.homeGalImgContainer {
	width:285px;
	height:168px;
	overflow:hidden;
	float:left;
	background-color:#221f1f;
	position:relative;
	margin:2px 0 0 2px;
	display:inline;
}
div.homeGalBackgroundInfo {
	background-color:#000000;
	position:absolute;
	color:#FFFFFF;
	left:0;
	top:122px;
	display:block;
	height:44px;
	width:279px;
	margin:0 0 2px 2px;
	opacity:0.7;
	filter:alpha(opacity=70)
}

div.pCont {
	position:absolute;
	top:130px;
	color:#FFFFFF;
	left:0;
	margin:0 0 0 10px;
	padding:0;
	font-size:12px;
	overflow:hidden;
	height:44px;
	display:block;
	width:260px;
}
div.pCont div {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	height:44px;
	display:block;	
	font-size:11px;
}
/****************           VIDEO PAGE        ***************************/
.videoPageLeft {
	width:327px;
	margin-top:10px;
	margin-bottom:10px;
}

.videoPageRight {
	width:547px;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}
.videoPage {
	list-style:none;
}
.videoPage li {
	color:#000000;
	font-size:13px;
}
.videoPage li h3 {
font-weight:bold;
border:none;
margin:10px 0;
}
.videoPage li ul {
	list-style:none;
}
.videoPage li h3.first {
	margin-top:0;
}
.videoPage li a.selected {
	text-decoration:underline;
}
h3.retail 
{
	font-size:11px;
}

.homeGalNav li.highlighted
{
	background-color:#000000;
}

.homeGalNav li.highlighted a
{
	color:#FFFFFF;
}

.homeGalNav span.imgUrl
{
	display:none;
}

#backgroundInfoDiv
{
	margin:5px 5px 5px 5px;
	position:absolute;
	left:0;
	top:122px;
	color:#ffffff;
	z-index:1000;
}
a#backgroundInfoLink{
	color:#fff;
}