/*
 * Created by: Kevin Miller http://www.einsteinindustries.com
 */

/*--------------------------------------------------------------------------------
  Color CSS

	Body Default:						#000000
	h1/h2/h3:							#612D4B
	Form Elements:						#704045
	Form Element Border:				#D2CCB0
	Links:								#612D4B
	Links Active:						#612D4B
	Background:							#FFFFFF
	Page:								#5E653A
	Header h1/p:						#002E1F
	Header h2:							#612D4B
	Main Navigation Link: 				#F9F8F3
	Main Navigation Link Active: 		#FFFFBE
	Footer Text & Links:				#000000

--------------------------------------------------------------------------------*/

html {
    background: url(../images/purple/bg.jpg) repeat-x top center #FFFFFF;
}

body {
    background: url(../images/purple/wrap-bg.jpg) no-repeat top center transparent;
	color: #000000;
}

#header h1 { 
	color: #002E1F;
}

	#header h1 a {
		color: #002E1F;
	}

	#header h2 {
		color: #612D4B;
	}

	#header p {
		color: #612D4B;
	}
	
#navigation-container-lower {
	background: url(../images/purple/nav-bg.jpg) repeat-y center center transparent;
}	

	#main-navigation {
		background: url(../images/purple/nav-top.jpg) no-repeat top center transparent;
	}

	#main-navigation li {
		border-left: 1px solid #F9F8F3;
	}

	#main-navigation li a, #main-navigation li a:link, #main-navigation li a:visited {
		color: #F9F8F3;
	}
	
	#main-navigation li a:hover {
		color: #FFFFBE;
	}

#right {
}	

	#right h2 {
		color: #FFFFFF;
	}
	
	#right h3 {
		color: #612D4B;
	}
	
#content {
	background: url(../images/purple/main.jpg) no-repeat top center transparent;
}
		
#center h1 {
	color: #612D4B;
}
	
#center h2 {
	color: #612D4B;
}

#center h3 {
	color: #612D4B;
}

#footer {
	background: url(../images/purple/footer.jpg) no-repeat top center #FFFFFF;
}

	#footer-navigation li { 
		border-left: 1px solid #000000;
	}

	#footer a:link, #footer a:visited { 
		color: #000000; 
	}

	#footer a:hover, #footer a:active {
		color: #000000; 
	}

	#footer p.copyright {
		color: #000000;
	}
	
	
/*
 * Inputs
 */

input, textarea, select { 
	background-color: #ffffff !important; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #D2CCB0;
	color: #704045;
}

/*
 * General Typography
 */
	
a, a:link, a:visited { 
	color: #612D4B;  
}

a:hover, a:active, a:focus { 
	color: #000000; 
}

#right h2 { background:url(../images/purple/contact-us-bg.jpg) no-repeat top left;
				height:58px;
				width:238px;
				margin-left:-20px;
				margin-top:-10px;
				text-align:center;
				line-height:50px;
				}
#subnav { 			background:url(../images/purple/subnav-bg.jpg) top left no-repeat;
						padding-top:70px;
						margin:-15px 0 30px -20px;
						}				
	#subnav li {	background:url(../images/purple/bullet.jpg) 0 7px no-repeat;
						margin:0 10px 0 15px;
						padding-left:10px;
						}						