@charset "UTF-8";
/* CSS Document */
/* ORANGE */
#header.orange {
	background:url(../images/top_pattern_orange.gif) bottom left repeat-x;
}
#content_top_int.orange {
	background:url(../images/header_bg_orange.gif) top left no-repeat;
}

#content_body_int.orange {
	background:url(../images/bottom_pattern_orange.gif) top left repeat-x;
}

#footer.orange {
	background:url(../images/footer_bg_orange.gif) bottom left repeat-x;
}
	
#footer.orange input.email {
	border:1px solid #DC8334;
}

/* PURPLE */
#header.purple {
	background:url(../images/top_pattern_purple.gif) bottom left repeat-x;
}

#content_top_lg.purple {
	background:url(../images/top_content_bg_purple.jpg) top left no-repeat;
}

#content_body.purple {
	background:url(../images/bottom_pattern_purple.gif) top left repeat-x;
}

#footer.purple {
	background:url(../images/footer_bg_purple.gif) bottom left repeat-x;
}
	
#footer.purple input.email {
	border:1px solid #342E82;
}

/* PURPLE SMALL */
#header.purplesm {
	background:url(../images/top_pattern_purple.gif) bottom left repeat-x;
}

#content_top_int.purplesm {
	background:url(../images/header_bg_purple_vip.gif) top left no-repeat;
}

#content_body_int.purplesm {
	background:url(../images/bottom_pattern_purple.gif) top left repeat-x;
}

#footer.purplesm {
	background:url(../images/footer_bg_purple.gif) bottom left repeat-x;
}
	
#footer.purplesm input.email {
	border:1px solid #342E82;
}

/* GREEN */
#header.green {
	background:url(../images/top_pattern_green.gif) bottom left repeat-x;
}

#content_top_int.green {
	background:url(../images/header_bg_green.gif) top left no-repeat;
}

#content_body_int.green {
	background:url(../images/bottom_pattern_green.gif) top left repeat-x;
}

#footer.green {
	background:url(../images/footer_bg_green.gif) bottom left repeat-x;
}
	
#footer.green input.email {
	border:1px solid #0A6E0A;
}

/* RED */
#header.red {
	background:url(../images/top_pattern_red.gif) bottom left repeat-x;
}
#content_top_int.red {
	background:url(../images/header_bg_red.gif) top left no-repeat;
}

#content_body_int.red {
	background:url(../images/bottom_pattern_red.gif) top left repeat-x;
}

#footer.red {
	background:url(../images/footer_bg_red.gif) bottom left repeat-x;
}
	
#footer.red input.email {
	border:1px solid #CECECE;
}

a.red {
	color:#990000;
}

/* BLUE */
#header.blue {
	background:url(../images/top_pattern_blue2.gif) bottom left repeat-x;
}
#content_top_int.blue {
	background:url(../images/header_bg_blue.gif) top left repeat-x;
}

#content_body.blue, #content_body_int.blue {
	background:url(../images/bottom_pattern_blue2.gif) top left repeat-x;
}

#footer.blue {
	background:url(../images/footer_bg_blue.gif) top left repeat-x;
}
	
#footer.blue input.email {
	border:1px solid #DC8334;
}