/* Top Ribbon Alert */

div#exp2010notice {
width:960px;
position:absolute;
z-index: 1;
}

div#exp2010notice img {
position:relative;
left:800px;
top:-7px;
z-index: 1;
}


/* Slider - Index Page */

#sliderindex {
   
    height: 415px; /* important to be same as image height */
	margin:0px auto;
	overflow: hidden; /* important */
	padding:0;
	position: relative; /* important */
	width: 960px; /* important to be same as image width */
}

	#sliderindex img {
		border:0;
	}
	
	#sliderindexContent {
		position: absolute;
		width: 960px; /* important to be same as image width or wider */
		list-style-type: none;
		margin:0;
		padding:0;
	}
	

		#sliderindexContent a:hover {
			cursor:pointer;
		}

.sliderindexImage {
	display: none;
    float: left;
    position: relative;
}

	.sliderindexImage span {
	    background-color: #000;
	    color: #fff;
	    display: none;
		font: 10px/15px Arial, Helvetica, sans-serif;
	    filter: alpha(opacity=70);
	    -moz-opacity: 0.7;
		-khtml-opacity: 0.7;
	    opacity: 0.7;
	    padding: 10px 13px;
	    position: absolute;
	    width: 960px;
	}

		.sliderindexImage span strong {
		    font-size: 14px;
		}

/* Sub Four */

div#subfour {
overflow:hidden;
width:960px;
background-image: url(/index_img/subfour_background.jpg);
background-position: bottom;
background-repeat:repeat-x;
background-color:#0a0a0a;
}

	div#subfour ul {
	text-align:center;
	width:920px;
	margin:0px auto;
	padding-top:25px;
	}
	
		div#subfour ul li {
		float:left;
		width:200px;
		padding:0px 15px;
		}
		
			div#subfour ul li.doublewide {
			float:left;
			width:430px;
			padding:0px 15px;
			}
			
			
			div#subfour ul li img {
			}
			
			div#subfour ul li a {
			display:block;
			height:200px;
			width:200px;
			padding:0;
			}
			
				div#subfour ul li a:link, div#subfour ul li a:visited {
				border:1px solid #333;
				}
				
				div#subfour ul li a:active, div#subfour ul li a:hover {
				border:1px solid #999;
				}

/* Alert */


div#alert {
background-color: #990000;
clear:both;
color:#fff;
font-size:18px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin:15px 0px 5px 0px; 
padding:8px 0px 8px 0px;
text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
width:960px;
}

	div#alert a {
	color:#fff;
	text-decoration: none;
	}
	
		div#alert:active, div#alert:hover {
		background-color:#841515;
		}

div#detailalert {
background: url(/index_img/detailalert.png) top no-repeat #3b5b7e;
width:960px;
color:#fff;
font-size:18px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin:15px 0px 5px 0px; 
padding:8px 0px 8px 0px;
text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
}

	div#detailalert a {
	color:#fff;
	text-decoration: none;
	}
	
		div#detailalert:hover {
		background: url(/index_img/detailalert_on.png) top no-repeat #3b5b7e;
		}
		
div#expalert {
background: url(/index_img/detailalert.png) top no-repeat #3b5b7e;
width:960px;
clear:both;
color:#fff;
font-size:18px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin:15px 0px 5px 0px; 
padding:8px 0px 8px 0px;
text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
}

	div#expalert a {
	color:#fff;
	text-decoration: none;
	}
	
		div#expalert:hover {
		background: url(/index_img/detailalert_on.png) top no-repeat #3b5b7e;
		}
		
/*  Exp 2010 */

#detailalert {
		clear:both;
		}
		
		#map-view-container {
			position: relative;
		}

		#map-container {
			float: left;
		}

		#map-view-container img.map {
			position: relative;
			z-index: 100;
		}
		
		#map-view-container img.guitar {
			display: none;
			left: 0px;
			position: absolute;
			top: 0px;
			z-index: 20;
		}		
		
		#map-view-container img.guitarBg {
			left: 0px;
			position: absolute;
			top: 0px;
			z-index: 19;
		}

		#new-model-list {
			position:absolute;
			top:250px;
			left:23px;
			z-index:999;
		}
		
		#new-model-list ul {
			display: none;
		}
		
		#new-model_list ul.selected {
			display: inline;
		}
		
		#new-model-list ul li {
			list-style-type: none;
			font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
		
		#new-model-list ul li.sixnewdesc {
		color:#fff;
		font-size:19px;
		}
		
		
		
		#new-model-list ul li.sixnewtitle {
		color:#ccc;
		font-size:36px;
		margin-bottom:5px;
		}
		
				#new-model-list ul li.sixnewtitle a:link, #new-model-list ul li.sixnewtitle a:visited, #new-model-list ul li.sixnewtitle a:active, #new-model-list ul li.sixnewtitle a:hover  {
				color:#fff;
				text-decoration: none;
				}
		
		#new-model-list h4 {
		color:#fff;
		font-size:18px;
		}

		#new-model-list .selected-list ul li {
			list-style-type: none;
		}	
		

/* Dual Alerts */

#alertcontain {
overflow:hidden;
width:960px;
padding:10px 0px 10px 0px;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}	

	#alertleft {
	background-color: #990000;
	display: block;
	float:left;
	overflow:hidden;
	width:475px;
	margin-right:10px;
	text-align: center;
text-transform: uppercase;
letter-spacing: 5px;
padding:8px 0px;
	}
	
		div#alertleft a {
		color:#fff;
		text-decoration: none;
		}
	
		div#alertleft:hover {
		background-color:#ad0000;
		}
	
	#detailalertright {
	background: url(/index_img/detailalert.png) top no-repeat #3f6083;
	display:block;
	float:left;
	overflow:hidden;
	width:475px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding:8px 0px;
	}
	
		div#detailalertright a {
		color:#fff;
		text-decoration: none;
		}
	
		div#detailalertright:hover {
		background: url(/index_img/detailalert_on.png) top no-repeat #3b5b7e;
		}

