/* CSS Document */
/*-----------------------------------------------------------
Styles the boxes, secondary navigation bar, and font headings
Updated Apr 09, 2008 for Urban Kolor Legends
by Ron Williams
-------------------------------------------------------------*/

body {
	text-align:center;
	min-width: 790px;
	height:1000px;
	background-color:#000000;
	margin:0px;
	padding:0px;
	}
	
#wrapper {
	width:980px;
	margin-left: 20px;
	margin-right: auto;
	padding: 0px;
	background-color:#000000;
	}
	
#branding {
	height:220px;	
}

#SecNav ul {
	width: 12%;
	height: 500px;
	float:left;
	padding:0;
	margin:19px 5px 10px 5px; /*margin: 50px*/
	line-height:40px;
	font-family: "bradley Hand ITC", Verdana, "Times New Roman";
	border:1px solid #FFFFFF;
}	

#SecNav li {
	list-style-type:none;	
	padding: 0px;
	margin:0px;
	display:inline: /*:KLUDGE: Removes large gaps in IE/Win */

	}
	
##SecNav a:link {
	color:#0000FF;
	line-height:40px;
	text-decoration:none;
}

#SecNav a:visited {
	color:#0000FF;
	line-height:40px;
	text-decoration:none;
}

#SecNav a:hover {
	color:#ffffff;
	text-decoration:none;
	} 
	
#SecNav a:active {
/*	TEST background-position:right bottom;*/
	color:#DF0000;
	text-decoration:none;
	}

.secnavtitle {
	font-family: "bradley Hand ITC", Verdana, "Times New Roman";
	font-weight:bold;
	color: #FFFFFF;
	text-align:center; /*left*/	
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:"bradley Hand ITC";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:"bradley Hand ITC", Verdana, "Times New Roman";
 font-size:36px;
 color:#FFFFFF;
}

h2{
 font-size: 114%;
 color:#FFFFFF;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #FFFFFF;
}

h5{
 font-size: 100%;
 color:#FFFFFF;
}

p {
	color:#FFFFFF;
	font-family:"bradley Hand ITC", Verdana, "Times New Roman";
	}

#samplepic {
	width:150px;
	height:200px;
	float:right;
	}

#textcontainerstore {
	position:relative; 
    text-align:left;
	width:630px; 
    margin:20px 115px 0 0px;
	background-color:#000000;
	}
	

#textcontainer {
 	position:relative; 
    text-align:left;
	width:650px; 
    margin:20px 150px 0 auto;
	background-color:#000000;
	font-family: "bradley Hand ITC", Verdana, "Times New Roman";
	color:#FFFFFF;
	}

#textcontainer a:link {
/*	color:#0000FF;
*/	text-decoration:none;
	color:#FFFF00;
	}
	
#textcontainer a:visited {
	color:#3f96a9;
	text-decoration:none;
	}
	
#textcontainercenter {
 	position:relative; 
    text-align:center;
	width:650px; 
    height:auto; 
    margin:20px 150px 0 auto;
	background-color:#000000;
	}	
	

#footer {
	clear:both;
	height:20px;
	width:685px;
	font-size: 80%;
	color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#footer a:link{
	padding-right:20px;
/*	color:#0000FF;
*/	color:#FFFF00;
}

#footer a:visited{
	padding-right:20px;
	color:#3f96a9;
}

#siteInfo{
	width:680px;
	font-size: 75%;
	color:#FFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}



/*Table Formatting*/


#textcontainerstore th h3{
	color:#FF0000;
	font:"Times New Roman", Times, serif;
	}

/*#textcontainerstore table {
	width:100%;
	border:0;
	}*/
	
.customformbutton {
/* removes the old style button from form
** use in a form like this
** <button class="custombutton" type="submit" name="foo" value="bar">
** <img src="/images/something_btn.gif" alt="Something!" /></button>*/
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
	}

* html .customformbutton {cursor:hand;} /* alternate cursor style for ie */

#spotlight{
filter:light
}
