/*
 * Created by: Kevin Miller http://www.einsteinindustries.com
 */

/*--------------------------------------------------------------------------------
  Color CSS

	Body Default:						#4C483D
	h1/h2/h3:							#CC4100
	Form Elements:						#474746
	Form Element Border:				#474746
	Links:								#CC4100
	Links Active:						#FFFFFF
	Background:							#E1D4B3
	Page:								#3F3F3F
	Header h1/p:						#4C4C4C
	Header h2:							#CC4100
	Main Navigation Link: 				#FFFFFF
	Main Navigation Link Active: 		#CC4100
	Footer Text & Links:				#FFFFFF
	
--------------------------------------------------------------------------------*/

html {
    background: url(../images/red/bg.jpg) repeat-x top center #3F3F3F;
}

body {
    background: url(../images/red/bg-center.jpg) no-repeat top center transparent;
	color: #474746;
}

#wrapper {
    background: url(../images/red/wrapper.jpg) repeat-y top center transparent;	
}

#header {
	background: url(../images/red/top.jpg) no-repeat top center transparent;
}

	#header h1 { 
		color: #4C4C4C;
	}

	#header h1 a {
		color: #4C4C4C;
	}

	#header h2 {
		color: #CC4100;
	}

	#header p {
		color: #4C4C4C;
	}
	
#navigation-container-lower {
	background: url(../images/red/bg-nav.jpg) repeat-y top center transparent;
}	

	#main-navigation li {
		border-left: 1px solid #FFFFFF;
	}

	#main-navigation li a, #main-navigation li a:link, #main-navigation li a:visited {
		color: #FFFFFF;
	}
	
	#main-navigation li a:hover {
		color: #CC4100;
	}
	
#masthead {
    background: url(../images/red/01-flash.jpg) no-repeat top center transparent;
}

	#right h2 {
		color: #CC4100;
	}
	
	#right h3 {
		color: #CC4100;
	}

	#right p {
		color: #FFFFFF;
	}
	
#main {
	background: url(../images/red/main.jpg) no-repeat top center transparent;
}

	#center {
		background: url(../images/red/subhead-main.jpg) no-repeat 8px 0 transparent;
	}

	#center h1 {
		color: #CC4100;
	}
	
	#center h2 {
		color: #CC4100;
	}

	#center h3 {
		color: #CC4100;
	}

	#center ul li {
		list-style-image: url(../images/red/bullet_02.jpg);
	}

#footer {
	background: url(../images/red/page-footer.jpg) no-repeat top center #3F3F3F;
}

	#footer-navigation li { 
		border-left: 1px solid #FFFFFF;
	}

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

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

	#footer p.copyright {
		color: #FFFFFF;
	}
	
	
/*
 * Inputs
 */

input, textarea, select { 
	background-color: #ffffff !important; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #474746;
	color: #474746;
}

/*
 * General Typography
 */
	
a, a:link, a:visited { 
	color: #CC4100;  
}

a:hover, a:active, a:focus { 
	color: #FFFFFF; 
}

