@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	
body.home {
	background-image: url(../images/home-footer-bg.gif);
	background-position: top right;
	background-repeat: repeat-x;
	}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td,html,label,table,tr,image {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
th {
	padding: 2px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	}

img,a img,:link img,:visited img {
	border: 0;
	}
	
fieldset {
	border: 1px solid #575757;
	padding: 20px;
	}
	
ul {
	list-style: none;
	}
	
p, li {
	font-size: 1em;
	}

hr {
	border: none 0;
	border-top: 1px solid #575757;
	height: 1px;
	}
	
h1,h2,h3,h4 {
	text-transform: uppercase;
	}

h1 {
	font-size: 2em;
	}
	
h2 {
	font-size: 1.7em;
	}
	
h3 {
	font-size: 1.2em;
	}
	
h4 {
	font-size: 1em;
	}
	
/****** Layout ******/

#page {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 180px;
	}
	
#header {
	width: 1000px;
	clear: both;
	}
	
#navigation {
	width: 118px;
	margin-top: 12px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#home-link {
	margin-top: 12px;
	width: 100px;
	float: right;
	text-align: right;
	padding-right: 10px;
	}
	
body.home #page {
	padding-bottom: 0;
	}
	
body.home #logo {
	width: 259px;
	height: 136px;
	margin-left: 367px;
	}
	
#bottom-logos-home {
	width: 100%;
	text-align: center;
	}
	
#footer-home {
	width: 100%;
	padding: 8px 0;
	}
	
#home-nav-top,
#home-nav-bottom {
	width: 1000px;
	clear: both;
	}

#home-nav-top,
#home-nav-top-ctr {
	height: 153px;
	}
	
#home-nav-bottom {
	height: 289px;
	}
	
#home-nav-top img,
#home-nav-bottom img {
	float: left;
	}
	
#home-nav-top-ctr {
	width: 553px;
	float: left;
	}
	
#content-left {
	width: 456px;
	float: left;
	}
	
#content-right {
	width: 544px;
	float: right;
	}
	
#secondary-nav {
	margin-top: 10px;
	}
	
#secondary-nav td {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 30px 0 0;
	}
	
#content {
	width: 470px;
	margin-top: 50px;
	}
	
#content p,#content h2,#content h3,#content h4 {
	padding: .8em;
	}
	
#content p {
	font-size: 1.1em;
	color: #b0b0b0;
	line-height: 1.7em;
	}
	
#bottom-logos {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 61px;
	text-align: center;
	}
	
	
#footer {
	width: 100%;
	padding: 8px 0;
	background-image: url(../images/footer-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0;
	}
	
#footer-inner {
	width: 1000px;
	margin: 0 auto;
	}
	
#footer-news {
	width: 473px;
	height: 19px;
	padding: 5px 4px 0 114px;
	background-image: url(../images/news-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	}
	
#footer-news p {
	font-size: .9em;
	color: #d1d1d1;
	text-transform: uppercase;
	}
	
#footer-nav {
	float: right;
	text-align: right;
	max-height: 24px;
	}
	
#footer-nav li {
	list-style: none;
	display: inline;
	float: right;
	margin-left: 2em;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	}
	
#copyright p {
	font-size: .9em;
	color: #656565;
	clear: both;
	text-transform: uppercase;
	padding-top: 8px;
  	}


/****** Links ******/

a {
	color: #fff;
	}
	
#footer-nav li a {
	color: #fff;
	}
	
#copyright a {
	color: #656565;
	}
	
#footer-news a {
	color: #d1d1d1;
	}
	
#secondary-nav a:link,
#secondary-nav a:visited {
	color: #636363;
	}
	
#secondary-nav a:hover,
#secondary-nav a:active {
	color: #fff;
	}
	
#footer-nav li a:link,
#footer-nav li a:visited,
#copyright a:link,
#copyright a:visited,
#secondary-nav a:link,
#secondary-nav a:visited,
#home-link a:link,
#home-link a:visited {
	text-decoration: none;
	}
	
#footer-nav li a:hover,
#footer-nav li a:active,
#copyright a:hover,
#copyright a:active,
#secondary-nav a:hover,
#secondary-nav a:active,
#home-link a:hover,
#home-link a:active {
	text-decoration: underline;
	}
	
/****** Misc Classes ******/

.clear {
	clear: both;
	}
	
.nav-arrow {
	margin-left: 4px;
	}
	
#secondary-nav a.active { /* for the active menu item */
	color: #fff;
	text-decoration: underline;
	}
	
table.data-grid {
	border-top: 4px solid #bc1117;
	width: 100%;
	margin: 12px 0;
	}
	
table.data-grid td {
	border-bottom: 1px solid #bc1117;
	text-transform: uppercase;
	vertical-align: top;
	padding: .8em;
	}

/* News Styling */

table.news-grid {
	/* border-top: 4px solid #bc1117; */
	width: 100%;
	margin: 12px 0;
	}

table.news-grid #news-start {
	width: 100%;
	background: #232323;
	}
	
/* table.news-grid #news-bottom {
    padding-top: 1em;
    padding-bottom: 1em;
} */

table.news-grid #news-start p {
    padding: 0.5em 0em 1em 0em;
    text-transform: none;
    color: white;
}

table.news-grid td {
	text-transform: uppercase;
	vertical-align: top;
	padding-top: 1em;
	padding-left: 1em;
	}	

.list-line-even {
    border-top: 3px solid #bc1117;
    border-bottom: 1px solid #bc1117;
}

.list-line-odd {
    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

/* Event Styling */

.news-date {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

table.event-grid {
    width: 100%;
    margin: 12px 0;
}

table.event-grid #event-start {
    border-top: 4px solid #bc1117;
    font-weight: bold;
    font-size: 14px;
}

table.event-grid #event-start a {
    font-size: 12px;
    /* color: #b81f26;
    text-decoration: none; */
}

table.event-grid td {
    border-bottom: 1px solid #bc1117;
    padding: .8em;
    text-transform: uppercase;
    font-family: Arial Bold;
}

table.event-grid #event-spacer td {
    border-bottom: 0px;
}

/* Generated links */

.active {
    text-decoration: underline;
    color: white;
}

/* Contact Form */

table.contact-form  td {
    padding: 3px;
}

table.contact-form #label {
    text-transform: uppercase;
}

h2#contact-header {
    padding: 3px 0px 3px 2px;
    font-size: 14px;
}

p#phone-contact {
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
}

/* Site Map */
#sub_item {
    color: #656565;
}
#sub_item a {
    color: #656565;
}

table.site_map a {
    text-decoration: none;
}

/* Flash Opener */

#flash_content {
    width: 1000px;
    margin-left: -6em;
    position: absolute;
    z-index: 999;
}

/* End Flash Opener */

/* Cart */

h2#cart-title {
    margin: 0px;
    padding: 0px;
}

table.cart {
    margin-left: 5px;
}

tr.cart-display {
    border: 1px solid #333333;
}

tr.cart-display td {
    padding: 5px;
    border: 1px solid #333333;
}

tr.cart-display a {
    text-decoration: none;
    color: #b81f26;
}

tr.cart-display-total td {
    padding: 5px;
    border: 0px;
}

td.cart-total {
    font-weight: bold;
}

/* End Cart */

body #presence {
	bottom: 0;
	color: #111111;
	font-size: 11px;
	height: 25px;
	padding: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 99;
}

table#littles_table {
	margin: 0 0 0 20px;
	width: 80%;
}

table#littles_table tr {
	
}

table#littles_table tr td {
	padding: 5px 0 5px 0;
}
