/*****Basic Elements*****/  

a {
	color: #704bbe;
}

blockquote {
	background: url(images/blockquote_purple-trans.png) no-repeat top left;
}


/*****Basic Layout*****/ 

/** Logo **/

#header h1 {
	background: url(images/logo_purple-trans.png) no-repeat;
}

/** Main Menu **/

ul#main_menu li.active {
	background: url(images/menu_bg_purple.gif) repeat-x;
}

/** Page Name Div (pages: Services, About, Contact) **/

div#page_name {
	background: url(images/page_name_bg_purple.gif) repeat-x top left;
}

#content #sidebar {
	background: url(images/sidebar_top_bg_purple.gif) no-repeat top left;
}


/***** Home Page ****/

#featured_area {
	background: url(images/featured_bg_purple.gif) repeat-x;
}

.image_area {
	background: url(images/featured-image_purple-trans.png) no-repeat;
}

#featured_area .description h2#feat_service {
	background: url(images/featured_service_purple.gif) no-repeat;
}

#featured_area .description h2#help {
	background: url(images/help_purple.gif) no-repeat;
}

#featured_area .description h2#lorem {
	background: url(images/lorem_purple.gif) no-repeat;
}

#sidebar a.button {
	background: url(images/read_more_purple.gif) no-repeat top left;
}


/***** Services Page ****/

body#service div#page_name h2 {
	background: url(images/h2_services_purple.gif) no-repeat top left;
}

body#service #main h4 {
	background: url(images/h4_arrow_purple.gif) no-repeat center left;	
}

ul.features li {
	background: url(images/ul_features_item_purple.gif) no-repeat center left;
}

/***** Nutrition Page ****/

body#nutrition div#page_name h2 {
	background: url(images/nutrition.gif) no-repeat top left;
}

body#nutrition #main h4 {
	background: url(images/h4_arrow_purple.gif) no-repeat center left;	
}


/***** Other Page ****/

body#other div#page_name h2 {
	background: url(images/other.gif) no-repeat top left;
}

body#other #main h4 {
	background: url(images/h4_arrow_purple.gif) no-repeat center left;	
}



/***** Contact Page ****/

body#contact div#page_name h2 {
	background: url(images/h2_contact_purple.gif) no-repeat top left;
}


/***** About Page ****/

body#about div#page_name h2 {
	background: url(images/h2_about_purple.gif) no-repeat top left;
}

