body {
		background-color:#000000;
		margin:0px;
		font-family: Helvetica, Arial, sans-serif;
		color: silver;
	   
 }
 html, body {
     height: 100%;
	 margin: auto;
 }
 .wrapper {
  min-height: 100%;
  height: auto !important;
 
    margin: 0px auto -4em;
 }
 
 a:link, a:visited {
 	background-color: inherit;
	color: #cc0000;
	text-decoration: none;
 }
 
  a:hover {
 	background-color: inherit;
	color: #ff0033;
	text-decoration: none;
 }
 
 div.floatright { 
 float: right;
 padding-right: 30px;
  }

 

#maincontainer {
  min-height: 100%;
   
  height: 100%;
  margin: 0 auto -4em;
 }

#topsection{
background: #000000;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}
div.content {
	background-color: black;
	color:#e7e7e7;
}
.content ul, p {

	font-size:15px;
	font-style: normal;
	color: silver;
	list-style: square;
}
#contentwrapper{
float: left;
width: 100%;
 
}

#contentcolumn{
margin-right: 320px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
 
float: left;
width: 320px; /*Width of right column in pixels*/
margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
background-color: #363636;
background-image: url(graydient.jpg);
background-repeat: repeat-x;
padding-top: 50px;
}

div.graydientb {
background-image: url(graydientb.jpg);
background-repeat: repeat-x;
width: 320px;
height: 50px;
vertical-align: bottom;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
 
.footer{
 
clear: left;
background: black;
color: #FFF;
text-align: center;
padding: 0px;
vertical-align: bottom;
font-size: 10px;
width: 100%;
position: relative;
bottom: 0px;
left: 0px; 

}



.copyspace {
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
padding: 10px;
clear: left;
 
}
.copyspace #inverse {
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	background: url(bwg.jpg) repeat-x;
background-color: #cccccc;
color:black;
margin-top: 0;
padding: 10px;
clear: left;
 
}

#inverse, #inverse ul, #inverse p {
color:black;
}

#inverse A:link {
background-color : transparent;
color : #ff0202;
text-decoration : none;
}
#inverse A:visited {
background-color : transparent;
color : #ff0202;
text-decoration : none;
}
#inverse A:active {
background-color : transparent;
color : #3399ff;
text-decoration : none;
}
#inverse A:hover {
color : #6699ff;
text-decoration : none;
}

.clickfor {
	font-size: 11px;
}
#spacecols td {
padding: 15px;
	
}
 
 #gwg {
 background-image: url(gwg.jpg);
 background-repeat: repeat-y;
 }
.addresstop {
font-size: 11px;
 top: 0px;
}

.footer A:link {
background-color : transparent;
color : #990000;
text-decoration : none;
}
.footer A:visited {
background-color : transparent;
color : #990000;
text-decoration : none;
}
.footer A:active {
background-color : transparent;
color : #990000;
text-decoration : none;
}
.footer A:hover {
color : red;
text-decoration : none;
}

	/* Menu Body */
	ul#menu {
		width:100%;
		height:76px;
		background:url(bg.png) repeat-x;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:20px;
		padding-left:0%;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(sprite.png) no-repeat scroll top left;
		display:block;
		height:76px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:139px;
	}
		/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.homeOn {
		width:139px;
		background-position:0px -154px;
	}
	/* Specify width and background position attributes specifically for the class: "suites" */
	ul#menu li a.suites {
		width:221px;
		background-position:-139px 0px;
	}
		ul#menu li a.suitesOn {
		width:221px;
		background-position:-139px -154px;
	}
	/* Specify width and background position attributes specifically for the class: "rental" */
	/* 359 from left 277 wide */ 
		ul#menu li a.rental {
		width:214px;
		background-position:-359px 0px;
	}
			ul#menu li a.rentalOn {
		width:214px;
		background-position:-359px -154px;
	}
		/* Specify width and background position attributes specifically for the class: "post: DI COLOR EFFECTS" */
	/* 473 from left 277 wide */ 
		ul#menu li a.post {
		width:225px;
		background-position:-573px 0px;
	}
		ul#menu li a.postOn {
		width:225px;
		background-position:-573px -154px;
	}
		/* Specify width and background position attributes specifically for the class: "About Us" */
	/* 473 from left 277 wide */ 
		ul#menu li a.about {
		width:131px;
		background-position:-798px 0px;
	}
		ul#menu li a.aboutOn {
		width:131px;
		background-position:-798px -154px;
	}
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -76px;
	}
 
	/* Shift background position on hover for the class: "suites" */
	ul#menu li a.suites span {
		background-position:-139px -76px;
	}
		ul#menu li a.suitesOn span {
		background-position:-139px -154px;
	}
		/* Shift background position on hover for the class: "rental" */
	ul#menu li a.rental span {
		background-position:-359px -76px;
	}
		ul#menu li a.rentalOn span {
		background-position:-359px -154px;
	}
			/* Shift background position on hover for the class: "post: DI COLOR EFFECTS" */
	ul#menu li a.post span {
		background-position:-573px -76px;
	}
		ul#menu li a.postOn span {
		background-position:-573px -154px;
	}
			/* Shift background position on hover for the class: "ABOUT US" */
	ul#menu li a.about span {
		background-position:-798px -76px;
	}
		ul#menu li a.aboutOn span {
		background-position:-798px -154px;
	}
	
		/* MAP display */
		ul#map {
		width:102px;
		height:85px;
		background-color: #363636;
		list-style:none;
		margin:0;
		padding:0;
	
	}
		ul#map li a span {
		background:url(map.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:102px;
		z-index:100;
	}
	/* Float LI Elements - horizontal display */
	ul#map li {
		float:right;
	}
	
	/* Link - common attributes */
	ul#map li a {
		background:url(map.png) no-repeat scroll top left;
		display:block;
		height:102px;
		position:relative;
	}
		/* Span (on hover) - display pointer */
	ul#map li a span:hover {
		cursor:pointer;
	}
	/* Specify width and background position attributes specifically for the class: "map" */
	ul#map li a.map {
		width:102px;
	}
		/* Specify width and background position attributes specifically for the class: "map" */
	ul#map li a.map span{
		width:102px;
		background-position:0px -97px;
	}
	
	
/*	RENTAL NAV MENU */

/* RENTAL NAV  display */
	ul#rentalnav {
	
		height:400px;
		width:300px;
		background:url(grey.png) repeat;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:0px;
		padding-left:0%;
	}
	/* Link - common attributes */
	ul#rentalnav li a {
		background: url(navsprite.png) no-repeat scroll top left;
		display:block;
		height:40px;
		position:relative;
	}
	/* Specify width and background position attributes specifically for the class: "allrental" */
	ul#rentalnav  li a.allrental {
		width:300px;
	}			
	/* Specify width and background position attributes specifically for the class: "allrentalON" */
	ul#rentalnav li a.allrentalON{
		width:300px;
		background-position:-300px 0px;
	}
		/* Specify width and background position attributes specifically for the class: "decks" */
	ul#rentalnav  li a.decks {
		background-position: 0px -40px;
	}
/* Specify width and background position attributes specifically for the class: "decksON" */
	ul#rentalnav li a.decksON {
		width:300px;
		background-position:-300px -40px;
	}

		/* Specify width and background position attributes specifically for the class: "hddecks" */
	ul#rentalnav  li a.hddecks {
		background-position: 0px -80px;
	}
/* Specify width and background position attributes specifically for the class: "hddecksON" */
	ul#rentalnav li a.hddecksON {
		width:300px;
		background-position:-300px -80px;
	}
/*dvcprodecks*/	
	 		/* Specify width and background position attributes specifically for the class: "dvcprodecks" */
	ul#rentalnav  li a.dvcprodecks {
		background-position: 0px -120px;
	}
/* Specify width and background position attributes specifically for the class: "dvcprodecksON" */
	ul#rentalnav li a.dvcprodecksON {
		width:300px;
		background-position:-300px -120px;
	}
/*sonysrw*/
		/* Specify width and background position attributes specifically for the class: "sonysrw" */
	ul#rentalnav  li a.sonysrw {
		background-position: 0px -160px;
	}
/* Specify width and background position attributes specifically for the class: "sonysrwON" */
	ul#rentalnav li a.sonysrwON {
		width:300px;
		background-position:-300px -160px;
	}
/*videoeditingsystems*/
		/* Specify width and background position attributes specifically for the class: "videoeditingsystems" */
	ul#rentalnav  li a.videoeditingsystems {
		background-position: 0px -200px;
	}
/* Specify width and background position attributes specifically for the class: "videoeditingsystemsON" */
	ul#rentalnav li a.videoeditingsystemsON {
		width:300px;
		background-position:-300px -200px;
	}
/*protools*/
		/* Specify width and background position attributes specifically for the class: "protools" */
	ul#rentalnav  li a.protools {
		background-position: 0px -240px;
	}
/* Specify width and background position attributes specifically for the class: "protoolsON" */
	ul#rentalnav li a.protoolsON {
		width:300px;
		background-position:-300px -240px;
	}
/*mediadrives*/
		/* Specify width and background position attributes specifically for the class: "mediadrives" */
	ul#rentalnav  li a.mediadrives {
		background-position: 0px -280px;
	}
/* Specify width and background position attributes specifically for the class: "hddecksON" */
	ul#rentalnav li a.mediadrivesON {
		width:300px;
		background-position:-300px -280px;
	}
/*audio*/
		/* Specify width and background position attributes specifically for the class: "audio" */
	ul#rentalnav  li a.audio {
		background-position: 0px -320px;
	}
/* Specify width and background position attributes specifically for the class: "audioON" */
	ul#rentalnav li a.audioON {
		width:300px;
		background-position:-300px -320px;
	}
/*pal*/
		/* Specify width and background position attributes specifically for the class: "pal" */
	ul#rentalnav  li a.pal {
		background-position: 0px -360px;
	}
/* Specify width and background position attributes specifically for the class: "palON" */
	ul#rentalnav li a.palON {
		width:300px;
		background-position:-300px -360px;
	}
 
	
	
/* Span (on hover) - common attributes */
	ul#rentalnav  li a span {
		background:url(navsprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#rentalnav  li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "allrental" */
	ul#rentalnav  li a.allrental span {
		background-position:-600px -0px;
	}
	ul#rentalnav  li a.allrentalON span  {
		background-position:-0px -0px;
	}
		/* Shift background position on hover for the class: "decks" */
	ul#rentalnav  li a.decksON span {
		background-position:-0px -40px;
	}
		ul#rentalnav  li a.decks span {
		background-position:-600px -40px;
	}
		/* Shift background position on hover for the class: "hddecks" */
	ul#rentalnav  li a.hddecksON span {
		background-position:-0px -80px;
	}
		ul#rentalnav  li a.hddecks span {
		background-position:-600px -80px;
	}
			/* Shift background position on hover for the class: "dvcprodecks" */
	ul#rentalnav  li a.dvcprodecksON span {
		background-position:-0px -120px;
	}
		ul#rentalnav  li a.dvcprodecks span {
		background-position:-600px -120px;
	}
			/* Shift background position on hover for the class: "sonysrw" */
	ul#rentalnav  li a.sonysrwON span {
		background-position:-0px -160px;
	}
		ul#rentalnav  li a.sonysrw span {
		background-position:-600px -160px;
	}
			/* Shift background position on hover for the class: "videoeditingsystems" */
	ul#rentalnav  li a.videoeditingsystemsON span {
		background-position:-0px -200px;
	}
		ul#rentalnav  li a.videoeditingsystems span {
		background-position:-600px -200px;
	}
			/* Shift background position on hover for the class: "protools" */
	ul#rentalnav  li a.protoolsON span {
		background-position:-0px -240px;
	}
		ul#rentalnav  li a.protools span {
		background-position:-600px -240px;
	}
			/* Shift background position on hover for the class: "mediadrives" */
	ul#rentalnav  li a.mediadrivesON span {
		background-position:-0px -280px;
	}
		ul#rentalnav  li a.mediadrives span {
		background-position:-600px -280px;
	}
			/* Shift background position on hover for the class: "audio" */
	ul#rentalnav  li a.audioON span {
		background-position:-0px -320px;
	}
		ul#rentalnav  li a.audio span {
		background-position:-600px -320px;
	}	
			/* Shift background position on hover for the class: "pal" */
	ul#rentalnav  li a.palON span {
		background-position:-0px -360px;
	}
		ul#rentalnav  li a.pal span {
		background-position:-600px -360px;
	}	
	
	/* END OF RENTAL NAV MENU */
	.localhero {
		border: 0px;
		margin: 0px;
	}
	#floatlogo { 
	 background-image: url(digdiflogo.jpg);		
	position: absolute; 	
	z-index: 2000;
	height: 83px;
	width: 222px;
	float:left;
	margin-right: auto;
	margin-top: 0px;
}
img {
	border: 0px;
}

/* gallery styles */
.text {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 11px;
font-weight: normal;
}

.title {
font-family: Arial,Helvetica,sans-serif;
color: #bbbbbb;
font-size: 16px;
font-weight: bold;
}

.videoTitle {
font-family: Arial,Helvetica,sans-serif;
color: #d13083;
font-size: 12px;
font-weight: bold;
text-align:left;
}

thead.model {
	background-color: #660000;
	text-align: left;
}
table.model, table.model td , tr.model, {
	border: 1px dotted #660000;
	background-color: black;
	color: silver;
	font-size: 11px;
	vertical-align: top;
}

tfoot.model td {
	border: 1px dotted #660000;
	background-color: black;
	color: silver;
	font-size: 11px;
	vertical-align: middle;
}
/* more info button span class see snippet in css shared */
.more, .more a:link, .more a:visited {
	background: url(more-info-67x17dual.jpg);
		display:block;
		height:17px;
		width:67px;		 	
}
.more a:hover {
	background-position:-0px -18px;
		 	
}
/* previous button span class see snippet in css shared */
.previous, .previous a:link, .previous a:visited {
	background: url(previous-67x17dual.jpg);
		display:block;
		height:17px;
		width:67px;
		 	
}
.previous a:hover {
	background-position:-0px -18px;
		 	
}

.center {
	text-align: center;
}