/*
 * © copyright 2009 Anzan Technologies, LLC. All rights reserved.
 *   All trademarks and service marks are the properties of their respective owners.
 *
 * application.css
 * Include styles that pertain to the application layout here.
 * Jeremy Asbill, 1/28/09
 */

*
{
	margin:0;
	padding:0;
}

a
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

.basic_text
{
	color: #000000;	
}

.basic_text a
{
	color: #000000;	
}

.basic_bang_text
{
	color:       #000000;
	font-weight: bold;
}

.basic_bang_text a
{
	color:       #000000;
	font-weight: bold;
}

.panel_text
{
	color: #BFFFBF;	
}

.panel_text a
{
	color: #BFFFBF;
}

.panel_bang_text
{
	color:       #FFBFBF;
	font-weight: bold;
}

.panel_bang_text a
{
	color:       #FFBFBF;
	font-weight: bold;
}

.notice
{
	color:       red;
	font-weight: bold;
}

body
{
	background-color: #FFFFFF;
	margin:           5px;
}

#whole_page
{
	width:  800px;
	margin: auto;
}

#header
{
	background-image:  url(../images/header-bkg.jpg);
	background-repeat: no-repeat;
	height:            69px;
	margin-bottom:     8px;
	text-align:        right;
	width:             800px;
}

#header .logo
{
	float: left;
	height: 100%;
	width: 330px;
}

#header .menu
{
	float: right;
	font-size: 12px;
	padding: 10px;
}

#content
{
	margin-bottom: 15px;
}

#footer
{
	text-align: center;
	width:  800px;	
}

#footer #store_hours
{
	border-bottom:  3px solid #000000;
	padding-bottom: 5px;
}

#footer .menu
{
	font-size:  12px;
	height:     30px;
	margin-top: 5px;
}

.menu a
{
	color:           #000000;
	text-decoration: none;
}

.menu a:hover
{
	text-decoration: underline;
}

.menu .menu_selected
{
	font-weight: bold;
}

#footer #anzan_and_copyright
{
	font-size: 10px;
}

#footer #anzan_and_copyright a
{
	color: blue;
}
