﻿
			#Logo {
				background: url(../Images/Aura-Logo.png) no-repeat;
			}
			
			#HeaderMenu a {
				background-image: url(../Images/Header-Menu.png);
				background-repeat: no-repeat;
			}
			
				
				a#MenuHome { background-position: 0px 0px; }
				a#MenuAbout { background-position: -69px 0px; }
				a#MenuProducts { background-position: -179px 0px; }
				a#MenuSolutions { background-position: -302px 0px; }
				a#MenuCaseStudies { background-position: -412px 0px; }
				a#MenuNews { background-position: -523px 0px; }
				a#MenuContact { background-position: -650px 0px; }
				
				a#MenuHome:hover { background-position: 0px -28px; }
				a#MenuAbout:hover { background-position: -69px -28px; }
				a#MenuProducts:hover { background-position: -179px -28px; }
				a#MenuSolutions:hover { background-position: -302px -28px; }
				a#MenuCaseStudies:hover { background-position: -412px -28px; }
				a#MenuNews:hover { background-position: -523px -28px; }
				a#MenuContact:hover { background-position: -650px -28px; }			

#DropdownMenus {
	background: url(../Images/DropdownMenuFooter.png) 0% 100% no-repeat;
}

	#DropdownMenus div {
		background: url(../Images/DropdownMenu.png) repeat-y;
	}


#Splash {
	
}

			#MainHeader {
				background: url(../Images/Main-Header.png) no-repeat;
			}

			#MainFooter {
				background: url(../Images/Main-Footer.png) no-repeat;
			}
			
			#MainContent {
				background: url(../Images/Main-Content.png) repeat-y;
			}
			
	#Slider {
		padding-top: 10px;
	}			