/*
Copyright 2005 perige.com. All Rights Reserved.
Author: matt garner, russ roberts
------------------------------------------------------
General Elements
Page Structure
Navigation
Flash Placement
Typography
Links
Images
Forms
------------------------------------------------------ */

/* GENERAL ELEMENTS - Parents. */
html,body {
	background: url(../images/bkrdRepeat.gif);
}
html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
}
/* PAGE STRUCTURE - Framework. */
#container {
	margin: 52px auto 2px auto;
	background: #369;
	width: 800px;
	padding: 6px;
}
/* NAVIGATION - Main level, sub level and footer navigation. */
#bottomNavContainer {
	margin: 20px auto;
	width: 233px;
	height: 17px;
	background: url(../images/box.gif) bottom no-repeat;
	line-height: .9;
}
ul#bottomNav {
	text-align: center;
}
ul#bottomNav li {
	display: inline;
	list-style-type: none;
}
ul#bottomNav li a {
	font: 10px tahoma, arial narrow, helvetica, sans-serif;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}
ul#bottomNav li a:hover {
	color: #fff;
}
ul#bottomNav li span {
	font: 9px tahoma, arial narrow, helvetica, sans-serif;
	color: #ccc;
	padding: 0px 4px;
}
/* FLASH PLACEMENT - Containers, no flash styles. */
#flashVersionCheck {
	text-align: center;
	color: #ccc;
	font: 11px tahoma, arial narrow, helvetica, sans-serif;
}
#flashVersionCheck a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#flashVersionCheck a:hover {
	border-bottom: none;
}
#flashMovie {
	width: 800px;
	background: #369;
}
/* TYPOGRAPHY - Type and spacing. */
#footer {
	text-align: center;
	font: 10px tahoma, arial narrow, helvetica, sans-serif;
	color: #ccc;
	margin: 10px 0px;
}
/* LINKS - Appearance of internal & external links. */


/* IMAGES - Visuals, thumbs, dividers. */


/* FORMS - text, fields, inputs. */