@import "reset.css";

/* !BASIC */
body{
	background:#362f2d;
	font:12px Arial,Helvetica,sans-serif;
	text-align:center;
}
div#container{
	margin:0 auto;
	text-align:left;
	width:958px;
}
img.link{
	cursor:pointer;
}
.l{
	float:left;
	margin:0 10px 10px 0;
}
.r{
	float:right;
	margin:0 0px 10px 10px;
}
.up{
	float:left;
	position:absolute;
	top:-9999px;
}
.orange{
	color:#ff4000;
}
/* !HEADER */
div#header{
	background:#27211b;
	height:94px;
	padding-left:60px;
	text-align:right;
}
h1#logo{
	float:left;
}
h1#logo a{
	background:url(../i/shop/dash_dudes_logo.jpg) no-repeat left;
	color:#27211b;
	display:block;
	font-size:.0em;
	height:94px;
	width:162px;
}
div#cartStatus{
	background:#180c00;
	float:right;
	color:#fff;
	font-size:.9em;
	height:94px;
	padding:0px 14px 0 0;
	text-transform:uppercase;
	width:104px;
}
div#header span{
	font-size:.8em;
}
div#header span.price, div#header span.qty{
	color:#ff4000;
	font-size:1.3em;
	font-weight:bold;
}
div#header span.cart a{
	background:#567b95;
	color:#173c4f;
	padding:0 4px;
	text-decoration:none;	
}
div#header span.cart a:hover{
	background:#7cafd2;
	color:#fff;
	padding:0 4px;
	text-decoration:none;
}
/* !MAIN NAV */
ul#mainNav{
	display:block;
	float:left;
	padding-top:66px;
	text-align:right;
	width:618px;
}
ul#mainNav li{
	background:url(../i/shop/dots.gif) repeat-y right;
	display:inline;
	padding:30px 12px 12px 12px;
}
ul#mainNav li.last{
	background:none;
}
ul#mainNav li a{
	color:#bebebe;
	text-transform:lowercase;
}
div#audioContainer{
	float:left;
	left:-76px;
	position:relative;
	width:82px;
	margin-bottom: -20px;
}
/* !MAIN CONTENT */
div#mainContent{
	
}
/* !COL L */
div#colL{
	background:#fff;
	float:left;
	height:516px;
}

div#colL2{
        background:#fff;
        float:left;
        width:300px;
        height:516px;
}

div#colL img{
	float:left;
}
div#dashboard{
	background:url(../i/shop/dashboard.jpg);
	float:left;
	height:516px;
	width:589px;
}
div#billboard{
	float:left;
	height:293px;
	width:296px;
}
div#bobble{
	float:left;
	height:208px;
	padding-top:85px;
	padding-left:78px;
	width:215px;
}
div#buttons{
	position:relative;
	top:-100px;
	left:10px;
}
div#moreinfo{
	position:relative;
	cursor:pointer;
}
div#buynow{
	position:relative;
	top:0px;
	left:100px;
	cursor:pointer;
}
div#schoolLogo{
	float:left;
	height:222px;
	width:296px;
}
div#dashboard2{
        background:url(../i/shop/dashboard.jpg);
	float:left;
	width:300px;
	height:516px;
}
/* !SCHOOL NAV */

/* schools_scroller css */
/* schools css */
#schools {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 70px; /* important */
	height: 516px; /* important */
	background: #000;
	float:left;
}

#schools_frame {position: relative}
#schools_frame img {position: absolute;}
#schools_previous {top: 0; left: 0;}
#schools_next {top: 468px; left: 0;}

#schools_content {
	position: absolute;
	margin-top: 48px;
	left: 0;
}

.schools_item {
	height: 70px;
	background-color: #FFF;
}
.schools_item img {
	display: block;
	float: left;
	height: 48px;
/*	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
*/
	background-color: #fff;	
}
			

/*****/
			

/* !COL R */
div#colR{
	background:#e2e2e2;
	color:#464646;
	float:left;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;	font:10px "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:1em;
	height:516px;
	padding:0;
	width:298px;
	overflow-y: auto;
	overflow-x: hidden;
}
div#colR div.pad{
	position: relative;
	width: 268px;
	padding:40px 20px 0 10px;
}
div#colR2{
	background:#e2e2e2;
	color:#464646;
	float:left;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;	font:10px "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:1em;
	height:516px;
	padding:0;
	width:658px;
	overflow-y: auto;
	overflow-x: hidden;
	float:left;
}
div#colR2 div.pad{
	height:495px;
	padding:20px 20px 0 20px;
        overflow-y: auto;
        overflow-x: hidden;

}

div#colR h4{
	background:url(../i/shop/passionTitle.gif) no-repeat center;
	display:block;
	height:184px;	
	margin-bottom:16px;
	text-indent:-9999px;
}

div#colR p{
	padding-top:1em;
}
/* !FOOTER */

div#footer{
	margin:0 auto;
	text-align:left;
	width:958px;
}
div#banner{
	float:left;
	height:102px;
	width:660px;
	z-index:5;
}
div#sports{
	background:#180c00;
	color:#bebebe;
	float:left;
	font-size:.9em;
	text-align:center;
	width:298px;
}
div#sports h3{
	background:url(../i/shop/sportsTicker.jpg);
	color:#180c00;
	display:block;
	font-size:.0em;
	height:33px;
	margin:6px auto 0 auto;
	width:230px;
}
div#sports p{
	padding:1em 0;
}
div#sports span.score{
	text-transform:uppercase;
}



	#sports {
		height: 102px;
		overflow: hidden;
	}
	
	#games {
		position: relative;
		height: 63px;
		width: 298px;
		overflow: hidden;
	}
	
	div.game {
		position: relative;
		height: 63px;
		margin: 0 24px;
		display: none;
		overflow:hidden;
	}
	
	div.game.active {
		display: block;
		z-index: -1;
	}
	
	div.game div.sport {
		font-size: 12px;
	}
	
	div.game div.team {
		float: left;
		width: 50%;
	}
	
	div.game div.team.winner {
		font-weight: bold;
	}
	
	div.team span {
		display: block;
		text-align: center;
	}
	
	div.team span.score {
		font-size: 20px;
		color: #f40;
	}
	
/* !ADD ME FORM*/
form#addMe .l{
	margin-right:4px;
}
form#addMe{
	display:table;
	float:left;
	margin:q0px 0;
	width:420px;
}
form#addMe br{
	clear:both;
}
form#addMe label{
	color:#333;
	display:block;	
	font-weight:bold;
	float:left;
	margin-bottom:15px;
	padding-right:10px;
	text-align:left;
	width:70px;
}
form#addMe input, form#addMe textarea{
	border:solid 2px #b0b8b6;
	color:#666;
	float:left;
	font:10px "Lucida Grande","Lucida Sans Unicode",sans-serif;
	padding-left:4px;
	width:200px;
}
form#addMe input#c1, form#addMe input#c2{
	margin-right:4px;
	width:30px;
}
form#addMe input#c3{
	width:50px;
}
form#addMe textarea{
	overflow:hidden;
}
form#addMe input#submit{
	background:#999;
	color:#fff;
	cursor:pointer;
	float:left;
	margin:8px 0 0 80px;
	padding:0;
	text-transform:uppercase;
	text-align:center;
	width:80px;
}
form#addMe label.submit{
	margin-bottom:6px;
}	
/* ! */
/* ! */
/* ! */
/* ! */
