/*
-------------------------------------------
File: 'Blueball Simple' red_bbsimple.css Style Sheet
Created: 23 September, 2005
Last Modified: 16, October, 2005
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2005 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/*<group=Body and Global Styles>*/


body {
	background: #000000
}


p {
}


b, strong {

}


a:link, a:visited {
	color:  #C40000;
}


a:hover, a:active {
	color:  #C40000;
}

.imageStyle {
}

img {
}


a img {
}


.clear {
}


.image-left {
}


.image-right {
}



h1 {
	font-size: 18px;
	color: #000000;
}


h2 {
	font-size: 15px;
	color: #C40000;
}


h3 {
	font-size: 13px;
	color: #C40000;
}


h4 {
}


h5 {
	font-size: 13px;
	color: #C40000;
}


.standout, blockquote {
	background-color: #D3D3D3;
	color: #C40000;
}


#container { 
}


#pageHeader {
	background-color: #FFFFFF;
}


#pageHeader img {
}


#pageHeader h1 { 
	color: #C40000;
}


#pageHeader h2 {
	color: #333333;
}


#breadcrumbcontainer {
}


#breadcrumbcontainer ul {
}


#breadcrumbcontainer li { 
}


#breadcrumbcontainer a {
}


#breadcrumbcontainer a:hover {
}


#footer a:link, #footer a:visited {
	color: #C40000;
}


#footer a:hover, #footer a:active {
	color: #C40000;
}


/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */
.clearfix:after{
}



#navcontainer {
}

#navcontainer #current {
	background: #960004;
	color: #FFFFFF;
}



/* MAIN - MENU 0 */



#navcontainer ul {
}

#navcontainer li { 
}

#navcontainer a {
}

#navcontainer a:hover {
	color: #FFFFFF;
	background: #C40000;
}



/* SUBLEVEL - MENU 1 */



#navcontainer ul ul li { 
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover {
	color: #FFFFFF;
	background: #C40000;
}



/* SUBLEVEL - MENU 2 */



#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul a:hover {	
	color: #FFFFFF;
	background: #C40000;
}



/* SUBLEVEL - MENU 3 */



#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
}

#navcontainer ul ul ul ul a:hover {
	color: #FFFFFF;
	background: #C40000;
}



