@charset "UTF-8";

/********************************************************************************
You may adapt elements of this CSS in your own projects, but the unique 
combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2008 Escalade Sports, Inc. and may not be reproduced. 
/********************************************************************************/	

/* when updating this file, do not forget about corresponding media stylesheets (held in other .css files) */

/***********************************************/
/*                 HTML Styles                 */
/***********************************************/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}


/***********************************************/
/*                Link Styles                  */
/***********************************************/
a, a:link, a:visited, a:active {
	text-decoration: none;
	color:#9cf;
	}
a:hover {
	text-decoration: underline;
	color:#06c;
	}


/***********************************************/
/*          Div-specific Link Styles           */
/***********************************************/
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color:#999999;
	}
#footer a:hover {
	text-decoration: underline;
	color:#CCCCCC;
	}
	
	
/***********************************************/
/*             General CSS Classes             */
/***********************************************/



/***********************************************/
/*           CSS Positioning Elements          */
/***********************************************/
#container {
	width: 100%;
	margin: 0 auto;
}
#searchable { display: none; }
#mainContent {
	padding: 0 20px;
}
#noflashtext {
	padding: 20px;
}
#footer {
	font-size: 11px;
	margin: 20px 0px;
	height: 25px;
	color: #999999;
}