/* Common backgrounds */
body, 
#footer {
		background: #A274AA;
}
#container { 
	background-color: #FFFFFF;
	background-image: url(../images/bg_sidebar.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#header {
	background: #DDDDDD;
	background: url(../images/Masthead/top_panel.jpg) no-repeat;
}

.mainContent {
	background-color: #FFFFFF;
}

#sidebar1,
#newsletter #abnlogo,
#contact 	#abnlogo {
	background-color: #EEBFD1;
}

#radio input {
	background: transparent;
}

/* Bullet lists */
.feather_list li {
	background: url(../images/bullets/bullet_feather.gif) no-repeat;
}

.purple_bullet li {
	background: url(../images/bullets/purple_bullet.gif) no-repeat;
}

/* Page-specific backgrounds and photos */
#home .mainContent { 
	background: url(../images/Home/home_feather.gif) no-repeat;
}

#home .mainContent .topPhoto {
	background: url(../images/Home/home_photo.jpg) no-repeat right;
}

#about .mainContent { 
	background: url(../images/About/about_feather.gif) no-repeat;
}

#about .mainContent .topPhoto {
	background: url(../images/About/about_photo.jpg) no-repeat right;
}

.page #contact > #container,
.page #newsletter > #container {
	background-color: #5F4390;
}

#contact .mainContent { 
	background: #5F4390 url(../images/Contact/contact_feather.gif) no-repeat;
}

#contact .mainContent .topPhoto {
	background: url(../images/Contact/contact_photo.jpg) no-repeat right;
}



#information .mainContent { 
	background: url(../images/Information/info_feather.gif) no-repeat;
}

#information .mainContent .topPhoto {
	background: url(../images/Information/info_photo.jpg) no-repeat right;
}

#clients .mainContent { 
	background: url(../images/Clients/clients_feather.gif) no-repeat;
}

#clients .mainContent .topPhoto {
	background: url(../images/Clients/clients_photo.jpg) no-repeat right;
}

#services .mainContent { 
	background: url(../images/Services/services_feather.gif) no-repeat;
}

#services .mainContent .topPhoto {
	background: url(../images/Services/services_photo.jpg) no-repeat right;
}

#newsletter .mainContent { 
	background: #5F4390 url(../images/Newsletter/newsletter_feather.gif) no-repeat;
}

#newsletter .mainContent .topPhoto {
	background: url(../images/Newsletter/newsletter_photo.jpg) no-repeat right;

}

#newsletter .mainText {
	background: url(../images/Newsletter/newsletter.jpg) no-repeat top right;
}

/* sidebar */

#abnlogo {
	background: url(../images/Right/logos/ABN_logo.gif) no-repeat;
}

#deadlines h1 {
	background: url(../images/Right/deadlines.jpg) no-repeat;
}

#newsletter #container,
#contact #container {
	background-image: none;
}

#logos {
	background-image: url(../images/Right/logos/software.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#email_ok {
	background-image: url(../images/bullets/check.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#email_fail {
	background-image: url(../images/bullets/fail.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


