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

body {
	background-color: #000000;
}


div.actions {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}

div.frontpage {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}

div.frontpagemobile {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}

/*responsive image width*/
img.responsive {
	outline: 0; 
	max-width: 100%; 
	height: auto;"
}

/*defines cell id tags to support front page layout*/

#selectlocation {
width: 289px;
height: 28px;
background: url(../images/selectlocation.png) no-repeat 0 0;
background-position: center; 
}

#yesyoucan {
width: 1000px;
height: 139px;
background: url(../images/yesyoucan.png) no-repeat 0 0;
background-position: center; 
}

#gcc {
width: 500px;
height: 269px;
float: left;
background: url(../images/gcc.png) no-repeat 0 0;
}


#gcc:Hover {
background-position: -500px 0px;
}

#gcc:active {
background-position: -500px 0px;
}

#cdjr {
width: 500px;
height: 269px;
background: url(../images/cdjr.png) no-repeat 0 0;
}

#cdjr:Hover {
background-position: -500px 0px;
}

#cdjr:active {
background-position: -500px 0px;
}


/*defines rollovers for actions page*/

.spriteNewGCC {
float: left;
width: 354px;
height: 363px;
background: url(../images/actionsGCCNewInvSPRITE.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}
 
.spriteNewGCC:hover {
background-position: -354px 0px;
}
 
.spriteNewGCC:active {
background-position: -354px 0px;
}

.spriteNewCDJR {
float: left;
width: 354px;
height: 363px;
background: url(../images/actionsCDJRNewInvSPRITE.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}
 
.spriteNewCDJR:hover {
background-position: -354px 0px;
}
 
.spriteNewCDJR:active {
background-position: -354px 0px;
}

.spritePreowned {
float: left;	
width: 354px;
height: 363px;
background: url(../images/actionsPreownedSPRITE.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
float: left;
}
 
.spritePreowned:hover {
background-position: -354px 0px;
}
 
.spritePreowned:active {
background-position: -354px 0px;
}

.spritePreapproval {
float: left;
width: 354px;
height: 363px;
background: url(../images/actionsPreapprovalSPRITE.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}
 
.spritePreapproval:hover {
background-position: -354px 0px;
}
 
.spritePreapproval:active {
background-position: -354px 0px;
}

/*dropdowns*/


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	display: inline;
}

#nav a {
	display: inline;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	display: inline;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	display: inline;
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: inline;
}

